]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
Update ncurses to 20200118
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
2020-02-18 Baptiste DaroussinUpdate ncurses to 20200118
2020-02-17 Dimitry AndricMerge r358042 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358034 from the clang1000-import branch:
2020-02-17 Dimitry AndricMerge r358030 from the clang1000-import branch:
2020-02-17 Jeff RobersonRefactor _vm_page_busy_sleep to reduce the delta betwee...
2020-02-15 Dimitry AndricMerge ^/head r357931 through r357965.
2020-02-15 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 Jung-uk KimMFV: r357927
2020-02-14 Mateusz Guzikvm: remove no longer needed atomic_load_ptr casts
2020-02-14 Dimitry AndricMerge ^/head r357855 through r357920.
2020-02-14 Ed MasteUpgrade to OpenSSH 7.9p1.
2020-02-13 Mark JohnstonFix handling of WAITFAIL in vm_page_grab() and vm_page_...
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Xin LIMFV r357712: file 5.38.
2020-02-09 Kyle EvansMFV r357687: Import NFS fix for O_SEARCH tests
2020-02-07 Dimitry AndricMerge ^/head r357408 through r357661.
2020-02-06 Kyle EvansMFV r357635: imnport v1.9 of the O_SEARCH tests
2020-02-06 Xin LIMFV r357608: Limit memory usage in xz(1) instead of...
2020-02-04 Jeff RobersonAdd an explicit busy state for free pages. This improv...
2020-02-01 Dimitry AndricMerge ^/head r357368 through r357388.
2020-02-01 Mark JohnstonRemove a couple of lingering usages of the page lock.
2020-01-28 Cy SchubertMFV r357163:
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Gleb SmirnoffAlways multiple vm.pgcache_zone_max to number of CPUs...
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Jeff RobersonFix uma boot pages calculations on NUMA machines that...
2020-01-05 Martin MatuskaMFV r356365:
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-29 Mark JohnstonRestore a vm_page_wired() check in vm_page_mvqueue...
2019-12-29 Mark JohnstonClear queue op flags in vm_page_mvqueue().
2019-12-28 Mark JohnstonRemove some unused functions.
2019-12-28 Mark JohnstonRemove page locking for queue operations.
2019-12-28 Mark JohnstonGeneralize lazy dequeue logic for wired pages.
2019-12-28 Mark JohnstonStart implementing queue state updates using fcmpset...
2019-12-27 Mark JohnstonRemove some stale comments from the page allocator.
2019-12-27 Jeff RobersonFix a pair of bugs introduced in r356002. When we...
2019-12-24 Jeff RobersonDon't unnecessarily relock the vm object after sleeps...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-22 Jeff RobersonMake page busy state deterministic on free. Pages...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-21 Mark JohnstonFix VPO_UNMANAGED handling in vm_page_reclaim_run(...
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-15 Jeff RobersonAdd a deferred free mechanism for freeing swap space...
2019-12-15 Jeff RobersonHandle pagein clustering in vm_page_grab_valid() so...
2019-12-13 Jung-uk KimMFV: r355716
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-08 Jeff RobersonIt is safe to wire a page while the object is busy.
2019-12-08 Jeff RobersonIt is now safe to rename a page that is still on a...
2019-12-08 Jeff RobersonReduce duplication in grab functions by providing alloc...
2019-12-07 Justin Hibbitspowerpc/pmap: NUMA-ize vm_page_array on powerpc
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Jeff RobersonUse a precise bit count for the slab free items in...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 Konstantin BelousovRecord part of the owner struct thread pointer into...
2019-11-22 Mark JohnstonUpdate the checks in vm_page_zone_import().
2019-11-22 Mark JohnstonRevise the page cache size policy.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Andrew TurnerAs with r354905 use uint16_t to store aflags on the...
2019-11-20 Andrew TurnerUse atomic_load_16 to load aflags as it's a uint16_t...
2019-11-19 Jeff RobersonRemove unnecessary object locking from the vnode pager...
2019-11-18 Mark JohnstonWiden the vm_page aflags field to 16 bits.
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-07 Mark JohnstonDrop Giant before sleeping on a busy page.
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-06 Mark JohnstonFix a race in release_page().
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-03 Cy SchubertMFV r354257:
2019-10-30 Konstantin Belousovvm_page_wire_mapped: explain why failure does not affec...
2019-10-29 Jeff RobersonReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-24 Andrew GallatinAdd a tunable to set the pgcache zone's maxcache
2019-10-23 Mark JohnstonVerify identity after checking for WAITFAIL in vm_page_...
next