]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm/vm_page.c
Start implementing queue state updates using fcmpset loops.
[FreeBSD/FreeBSD.git] / sys / vm / vm_page.c
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_...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Mark JohnstonFurther constrain the use of per-CPU caches for free...
2019-10-16 Mark JohnstonRemove page locking from pmap_mincore().
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Jeff Roberson(5/6) Move the VPO_NOSYNC to PGA_NOSYNC to eliminate...
2019-10-15 Jeff Roberson(4/6) Protect page valid with the busy lock.
2019-10-15 Jeff Roberson(3/6) Add a shared object busy synchronization mechanis...
2019-10-15 Jeff Roberson(2/6) Don't release xbusy in vm_page_remove(), defer...
2019-10-15 Jeff Roberson(1/6) Replace busy checks with acquires where it is...
2019-10-14 Leandro Lupori[PPC64] Initial kernel minidump implementation
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-07 Mark JohnstonAssert that the PGA_{WRITEABLE,EXECUTABLE} flags do...
2019-10-07 Mateusz Guzikvm: stop trylocking page queues in vm_page_pqbatch_submit
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-27 Mark JohnstonFix a race in vm_page_swapqueue().
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 Martin MatuskaMFV r352731:
2019-09-25 Mark JohnstonAdd some counters for per-VM page events.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-16 Mark JohnstonFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 Mark JohnstonFix a page leak in vm_page_reclaim_run().
2019-09-16 Mark JohnstonRevert r352406, which contained changes I didn't intend...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-13 Dimitry AndricMerge ^/head r352105 through r352307.
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Jeff RobersonReplace redundant code with a few new vm_page_grab...
2019-09-10 Jeff RobersonUse the sleepq lock rather than the page lock to protec...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-09 Dimitry AndricMerge ^/head r351732 through r352104.
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next