]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
[FreeBSD/FreeBSD.git] / sys / vm /
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3
2022-05-14 Dimitry AndricMerge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b
2022-05-12 Cy Schubertsqlite3: Vendor import of sqlite3 3.38.5
2022-05-10 Stefan Eßercontrib/bc: update to version 5.2.5
2022-05-03 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1o
2022-04-26 Doug Moorevm_phys: avoid waste in multipage allocation
2022-04-22 Simon J. GerratyMerge bmake-20220418
2022-04-18 Simon J. GerratyMerge bearssl-20220418
2022-04-18 John Baldwinvm_phys_init: Quiet unused but set warnings about npages.
2022-04-17 Stefan Eßercontrib/bc: import version 5.2.4
2022-04-15 Ed Mastessh: update to OpenSSH v9.0p1
2022-04-14 Mark Johnstonvm: Initialize the transient buffer mapping arena with...
2022-04-14 Mark Johnstonvm: Move the "vm_wait in early boot" assertion to the...
2022-04-14 Baptiste Daroussinlibedit: import version of 2022-04-11
2022-04-13 John Baldwinvm: Use __diagused for variables only used in KASSERT().
2022-04-13 John Baldwinvm_fault_dontneed: Inline value of variable used once...
2022-04-13 Ed Mastessh: update with post-release V_8_9 branch commits
2022-04-13 Ed Mastessh: update to OpenSSH v8.9p1
2022-04-12 Martin Matuskalibarchive: import changes from upstream
2022-04-11 Enji CooperFix OID format for `vm.swap_reserved` and `vm.swap_total`
2022-04-09 John Baldwinvm_phys_early_alloc: mem_index is only used under ...
2022-04-09 John Baldwinuma_zfree_smr: uz_flags is only used if NUMA is defined.
2022-04-03 Simon J. GerratyMerge bmake-20220330
2022-04-03 Martin Matuskalibarchive: merge vendor bugfixes
2022-04-02 Gordon Berglingmemguard(9): Fix two typos in source code comments
2022-04-02 Peter Jeremykern: Fix typo in kassert message.
2022-03-31 Xin LIMFV 7b495a2a7abf (zlib): Correct incorrect inputs provi...
2022-03-31 Doug Moorevm_phys: check small blocks to finish allocation
2022-03-31 Xin LIMFV c144cc54795d: zlib 1.2.12.
2022-03-31 Doug Moorevm_phys: alloc pages without duplicating searches.
2022-03-30 Mark Johnstonuma: Don't allow a limit to be set in a warm zone
2022-03-30 Mark Johnstonuma: Use the correct type for a return value
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@bc3f12bfa (master) into main
2022-03-28 Brooks Davissyscallarg_t: Add a type for system call arguments
2022-03-28 Xin LIMFV 45916e7c91ce: libbsdxml (expat) 2.4.7
2022-03-26 Martin Matuskalibarchive: merge vendor bugfixes
2022-03-26 Eric van Gyzenuma_zalloc_domain: call uma_zalloc_debug in multi-domai...
2022-03-26 Eric van Gyzenuma_zalloc: assert M_NOWAIT ^ M_WAITOK
2022-03-26 Eric van Gyzenvm_ksubmap_init: pass M_WAITOK to vmem_init -> uma_zall...
2022-03-24 Mateusz Guzikvfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)
2022-03-17 Philip Paepscontrib/tzdata: import tzdata 2022a
2022-03-13 Alfonso S. SicilianoMerge commit '2f8d4418415511460bd7b3b3e532f6b328cf993f'
2022-03-09 Dimitry AndricMerge libcxxrt master fd484be8d1e94a1fcf6bc5c67e5c07b65...
2022-03-08 Martin Matuskazfs: merge openzfs/zfs@a86e08941 (master) into main
2022-03-07 Stefan Eßercontrib/bc: update to version 5.2.3
2022-03-02 Eric van GyzenMFV d1b143ee9a5: libbsdxml (expat) 2.4.6
2022-02-21 Martin Matuskalibarchive: merge vendor bugfix
2022-02-19 Martin Matuskalibarchive: merge vendor bugfixes
2022-02-18 Cy Schubertunbound: Vendor import 1.15.0
2022-02-15 Mark Johnstonuma: Add UMA_ZONE_UNMANAGED
2022-02-14 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-10 Konstantin BelousovRevert "vm_pageout_scans: correct detection of active...
2022-02-09 Martin Matuskalibarchive: import changes from upstream
2022-02-09 Simon J. GerratyMerge bmake-20220208
2022-02-07 Robert Wingpbuf_ctor(): lock the buffer with LK_NOWAIT
2022-02-05 Simon J. GerratyMerge bmake-20220204
2022-02-02 Toomas Soomecontrib/terminus: update to terminus-font-4.49.1
2022-02-02 Konstantin Belousovvmmeter(): Fix detection of the named swap objects
2022-02-02 Konstantin Belousovvm_object: restore handling of shadow_count for all...
2022-02-01 Konstantin Belousovvm/vm_extern.h, vm/vm_page.h: use sys/kassert.h
2022-02-01 Konstantin Belousovvm/vm_pager.h: use sys/systm.h header
2022-01-31 Konstantin BelousovUse dedicated lock name for pbufs
2022-01-28 John BaldwinMake <vm/vm_extern.h> more self-contained.
2022-01-28 Alfonso Sicilianobsddialog: import version 0.1
2022-01-27 Ed Mastedma: update to 2022-01-27 snapshot
2022-01-24 Cy Schubertunbound: Vendor import 1.14.0
2022-01-23 Marcin Wojtasena: merge ena-com v2.5.0 upgrade
2022-01-22 Martin Matuskazfs: merge openzfs/zfs@17b2ae0b2 (master) into main
2022-01-22 Konstantin Belousovvm_pageout_scans: correct detection of active object
2022-01-19 Doug Moorevm_phys: add essential segment bounds check
2022-01-18 Doug Moorevm_phys: fix seg->end test in alloc_seg_contig
2022-01-18 Mark Johnstonfork: Copy the vm_stacktop field into the new vmspace
2022-01-18 Cy Schubertwpa: Import wpa 2.10.
2022-01-18 Xin LIMFV f83ac37f1e66: libbsdxml (expat) 2.4.3.
2022-01-17 Mark Johnstonexec: Reimplement stack address randomization
2022-01-14 Mark Johnstonuma: Avoid polling for an invalid SMR sequence number
2022-01-14 Mark Johnstonvm_pageout: Print a more accurate message to the consol...
2022-01-12 Brooks DavisRevert "syscallarg_t: Add a type for system call arguments"
2022-01-12 Brooks Davissyscallarg_t: Add a type for system call arguments
2022-01-12 Doug Moorevm_reserv: use enhanced bitstring for popmaps
2022-01-11 Cy Schubertsqlite3: Vendor import of sqlite3 3.37.2
2022-01-11 Mark Johnstonvm_pageout: Group sysctl variables together with sysctl...
2022-01-11 Mark Johnstonswap_pager: uma_zcreate() doesn't fail
2022-01-10 Doug Moorevm_addr_ok: add power2 invariant check
2022-01-06 Cy Schubertsqlite3: Vendor import of sqlite3 3.37.1
2022-01-06 Konstantin BelousovDump page tracking no longer needed on mips
2022-01-06 Konstantin BelousovRemove special kstack allocation code for mips.
2022-01-04 Xin LIfile: upgrade to 5.41.
2021-12-31 Doug Moorevm_reserv: #include vm_extern.h explicitly, for arm.
2021-12-31 Doug Moorevm_phys: convert error back to warning
2021-12-31 Doug Moorevm_phys: #include vm_extern
2021-12-31 Doug Moorevm_extern: use standard address checkers everywhere
2021-12-30 Gleb Smirnoffuma: with KTR trace allocs/frees from SMR zones
2021-12-30 Gleb Smirnoffuma: with KTR report item being freed in uma_zfree_arg()
2021-12-29 Doug Moorevm_phys: hide vm_phys_set_pool
2021-12-28 John Baldwinsys/vm: Use C99 fixed-width integer types.
2021-12-26 Doug Moorevm_reserv: fix zero-boundary error
2021-12-24 Doug Moorevm_page: Move a comment
2021-12-24 Doug Moorevm: alloc pages from reserv before breaking it
2021-12-24 Doug MooreFix clerical error in page alloc
next