]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / sys / vm /
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-18 markjUse M_NEXTFIT in memguard(9).
2019-05-13 markjRestore the pre-r347532 behaviour of ignoring wiring...
2019-05-13 markjProvide separate accounting for user-wired pages.
2019-05-11 dougmA new parameter to blist_alloc specifies an upper bound...
2019-05-11 dougmCallers of swp_pager_getswapspace get either as many...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-06 kibNoted by: alc
2019-05-05 kibSwitch to use shared vnode locks for text files during...
2019-05-05 kibDo not collapse objects with OBJ_NOSPLIT backing swap...
2019-05-03 dougmfls() should find the most significant bit of an int...
2019-05-01 kibFix another race between vm_map_protect() and vm_map_wi...
2019-04-23 cyMFV r346563:
2019-04-22 markjDisable vm map consistency checking by default on INVAR...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 tychonfor a cache-only zone the destructor tries to destroy...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-05 kibFix mis-merge.
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-29 kibEliminate adj_free field from vm_map_entry.
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 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:
next