]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Fix the ARCH check for LIB32 from Makefile.inc1.
[FreeBSD/FreeBSD.git] / sys / vm /
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-05 Konstantin BelousovSwitch cache zones from early counters to real implemen...
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-29 Jeff RobersonUse atomics and a shared object lock to protect the...
2019-10-29 Jeff RobersonDrop the object lock earlier in fault and don't relock...
2019-10-25 Gleb SmirnoffAdd couple more assertions to vm_pager_assert_in()...
2019-10-24 Andrew GallatinAdd a tunable to set the pgcache zone's maxcache
2019-10-23 Mark JohnstonModify release_page() to handle a missing fault page.
2019-10-23 Mark JohnstonCheck for bogus_page in vnode_pager_generic_getpages_do...
2019-10-23 Mark JohnstonVerify identity after checking for WAITFAIL in vm_page_...
2019-10-23 Konstantin BelousovAssert that vm_fault_lock_vnode() returns locked saved...
2019-10-22 Konstantin BelousovAssert that vnode_pager_setsize() is called with the...
2019-10-22 Konstantin BelousovAdd VV_VMSIZEVNLOCK flag.
2019-10-22 Konstantin Belousovvm_fault(): extract code to lock the vnode into a helpe...
2019-10-22 Mark JohnstonAvoid reloading bucket pointers in uma_vm_zone_stats().
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-18 Mark JohnstonApply mapping protections to preloaded kernel modules...
2019-10-17 Konstantin Belousovswapon_check_swzone(): use already calculated static...
2019-10-16 Mark JohnstonRemove page locking from pmap_mincore().
2019-10-16 Mark JohnstonCorrect the range boundaries used by kern_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 Doug MooreCorrect a transcription error that broke GENERIC introd...
2019-10-14 Doug MooreMove the definition of _vm_map_assert_consistent so...
2019-10-14 Leandro Lupori[PPC64] Initial kernel minidump implementation
2019-10-13 Konstantin BelousovRestore nofaulting operations after r352807
2019-10-11 Conrad MeyerFix braino in r353429
2019-10-11 Conrad Meyerddb: Add CSV option, sorting to 'show (malloc|uma)'
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Doug MooreDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
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 Konstantin BelousovImprove MD page fault handlers.
2019-09-27 Mark JohnstonFix a race in vm_page_swapqueue().
2019-09-27 Mark JohnstonFix object locking in vm_object_unwire() after r352174.
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-25 Mark JohnstonComplete the removal of the "wire_count" field from...
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 Allan Judesys/vm/vm_glue.c: Incorrect function name in panic...
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-16 Mark JohnstonAssert that the refcount value is not VPRC_BLOCKED...
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-12 Hans Petter SelaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
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 Konstantin Belousovvm_object_deallocate(): Remove no longer needed code.
2019-09-07 Konstantin Belousovvm_object_coalesce(): avoid extending any nosplit objec...
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-04 Konstantin Belousovmadvise(MADV_FREE): Quick fix to time rewind.
2019-09-03 Kyle Evansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 Konstantin BelousovAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 Mark JohnstonAdd preliminary support for atomic updates of per-page...
2019-09-03 Mark JohnstonMap the vm_page array into KVA on amd64.
2019-09-03 Dimitry AndricMerge ^/head r351317 through r351731.
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next