]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Convert DDB_CTF to use newer version of ZLIB.
[FreeBSD/FreeBSD.git] / sys / vm /
2019-03-26 traszImprove error reporting when the swap pager runs out...
2019-03-25 mmMFV r345495:
2019-03-23 kibASLR: check for max_addr after applying randomization...
2019-03-21 markjDisallow preemptive creation of wired superpage mappings.
2019-03-20 asomersMFHead @345353
2019-03-20 asomersgoogletest: backport GTEST_SKIP to googletest 1.8.1
2019-03-20 kibvm_fault_copy_entry: accept invalid source pages.
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-07 cyMFV r344878:
2019-03-06 markjImplement minidump support for RISC-V.
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-02-27 mjgvm: remove seq.h inclusion made obsolete by NUMA rewrite
2019-02-26 sjgAdd libbearssl
2019-02-26 jahFix incorrect assertion in vnode_pager_generic_getpages()
2019-02-25 markjImprove vmem tuning for platforms without a direct...
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-21 markjClear pointers to indicate that the respective locks...
2019-02-20 kibAdd kernel support for Intel userspace protection keys...
2019-02-19 ngieMFhead@r344270
2019-02-17 markjRemove a redundant flag variable.
2019-02-15 glebiusFor 32-bit machines rollback the default number of...
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-14 kibMake anon clustering more compatible.
2019-02-13 markjImplement transparent 2MB superpage promotion for RISC-V.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-12 pfgUMA: unsign some variables related to allocation in...
2019-02-10 kibstruct xswdev on amd64 requires compat32 shims after...
2019-02-10 kibImplement Address Space Layout Randomization (ASLR)
2019-02-10 dimMerge ^/head r343807 through r343955.
2019-02-09 kibi386: honor kern.elf32.read_exec for ommap(2) and break...
2019-02-09 kibNormalize the declaration of i386_read_exec variable.
2019-02-07 glebiusNow that there is only one way to allocate a slab,...
2019-02-07 glebiusReport cache zones in UMA stats sysctl, that 'vmstat...
2019-02-07 kibcontigmalloc: handle M_EXEC.
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-03 markjAllow vm_page_free_prep() to dequeue pages without...
2019-02-03 markjFix a race in vm_page_dequeue_deferred().
2019-02-03 dimMerge ^/head r343571 through r343711.
2019-02-02 mavFix integer math overflow in UMA hash_alloc().
2019-01-31 glebiusIn zone_alloc_bucket() max argument was calculated...
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-23 markjCorrect uma_prealloc()'s use of domainset iterators...
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-18 kibMI VM: Make it possible to set size of superpage at...
2019-01-16 glebiusDo not reserve KVA for paging bufs in vm_ksubmap_init...
2019-01-16 kibImplement shmat(2) flag SHM_REMAP.
2019-01-16 glebiusWhitespace.
2019-01-15 glebiusFix compilation failures on different arches that have...
2019-01-15 glebiusstyle(9): break long line.
2019-01-15 glebiusRemove harmless leftover from code that cycles over...
2019-01-15 glebiusOnly do uz_items accounting for zones that have a limit...
2019-01-15 glebiusMake uz_allocs, uz_frees and uz_fails counter(9). This...
2019-01-15 glebiusFix compilation on 32-bit.
2019-01-15 glebiusAllocate pager bufs from UMA instead of 80-ish mutex...
2019-01-15 glebiuso Move zone limit from keg level up to zone level....
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-07 glebiusFix regression in r331368, that broke dumping of UMA...
2019-01-07 kibAdd a tunable which changes mincore(2) algorithm to...
2018-12-30 kibAdd 'v' modifier to the ddb 'show pginfo' command to...
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-18 cyMFV r342175:
2018-12-11 mjgRemove unused argument to priv_check_cred.
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 mjgvm: use fcmpset for vmspace reference counting
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-04 brooksNormalize COMPAT_43 syscall declarations.
2018-12-02 kibChange the vm_ooffset_t type to unsigned.
2018-12-01 kibAllow to create swap zone larger than v_page_count...
2018-11-30 vangyzenInclude path for tmpfs objects in vm.objects sysctl
2018-11-30 vangyzenAdd assertions and comment to vm_object_vnode()
2018-11-29 markjUpdate the free page count when blacklisting pages.
2018-11-28 glebiusFix yet another edge case in uma_startup_count(). If...
2018-11-28 glebiusFor not offpage zones the slab is placed at the end...
2018-11-25 kibAvoid unneeded check in vmspace_alloc().
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-21 bwidawsklinuxkpi: Use pageproc instead of vmproc
2018-11-20 bwidawsklinuxkpi: Add some basic swap functions
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-19 alcUse swp_pager_isondev() throughout. Submitted by:...
2018-11-18 alcTidy up vm_map_simplify_entry() and its recently introd...
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-13 markjAdd accounting to per-domain UMA full bucket caches.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-10 markjRe-apply r336984, reverting r339934.
next