]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Avoid checking pointers that are never NULL.
[FreeBSD/FreeBSD.git] / sys / vm /
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-31 bdreweryRemove dead code leftover from r331018.
2020-03-30 kibVOP_GETPAGES_ASYNC(): consistently call iodone() callba...
2020-03-28 kibddb show pginfo: print pages reference value in hex.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-11 jeffCheck for busy or wired in vm_page_relookup(). Some...
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-07 markjClean up uma_int.h a bit.
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-07 markjMove SMR pointer type definition and access macros...
2020-03-06 brooksRemove an apparently incorrect assertion.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-04 brooksIntroduce kern_mmap_req().
2020-03-02 mmMFV r358511,r358532:
2020-03-01 markjAvoid doubly wiring a newly allocated page in vm_page_g...
2020-03-01 mjgvm: add debug to uma_zone_set_smr
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 jeffProvide a lock free alternative to resolve bogus pages...
2020-02-28 jeffConvert a few triviail consumers to the new unlocked...
2020-02-28 jeffSupport the NOCREAT flag for grab_valid_unlocked.
2020-02-28 jeffSimplify vref() code in object_reference. The local...
2020-02-28 markjAdd a blocking counter KPI.
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-27 jeffA pair of performance improvements.
2020-02-27 jeffAdd unlocked grab* function variants that use lockless...
2020-02-26 emasteReturn ENOTSUP for mmap/mprotect if prot not subset...
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-24 dimMerge ^/head r358263 through r358268.
2020-02-24 dougmThe last argument to swp_pager_getswapspace is always...
2020-02-23 dimMerge ^/head r358239 through r358262.
2020-02-23 markjAllow swap_pager_putpages() to allocate one block at...
2020-02-23 rlibbysys/vm: quiet -Wwrite-strings
2020-02-22 markjConstify uma_zcache_create() and uma_zsecond_create...
2020-02-22 kevansvm_radix: prefer __builtin_unreachable() to an unreacha...
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-20 dimMerge ^/head r358131 through r358178.
2020-02-20 impDon't convert all lower-layer errors to EIO.
2020-02-20 impDon't spam the console with an additional, and useless...
2020-02-19 jeffSilence a gcc warning about no return from a function...
2020-02-19 dimMerge ^/head r358075 through r358130.
2020-02-19 jeffUse SMR to provide a safe unlocked lookup for vm_radix.
2020-02-19 jeffUse per-domain locks for the bucket cache.
2020-02-19 jeffDon't release xbusy on kmem pages. After lockless...
2020-02-19 jeffEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 markjRemove swblk_t.
2020-02-17 markjFix a swap block allocation race.
2020-02-17 markjFix object locking races in swapoff(2).
2020-02-17 jeffAdd a simple accessor that returns the bytes of memory...
2020-02-17 jeffRefactor _vm_page_busy_sleep to reduce the delta betwee...
2020-02-17 jeffUMA has become more particular about zone types. Use...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-16 jeffSlightly restructure uma_zalloc* to generate better...
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgvm: use new capsicum helpers
2020-02-14 mjgvm: remove no longer needed atomic_load_ptr casts
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 markjFix handling of WAITFAIL in vm_page_grab() and vm_page_...
2020-02-13 markjUpdate the zone-global count of cached items in bucket_...
2020-02-13 jeffFix a case where ub_seq would fail to be set if the...
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mjgStore offset into zpcpu allocations in the per-cpu...
2020-02-12 mmMFV r357783:
2020-02-11 markjReduce lock hold time in keg_drain().
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-10 jtlModify the vm.panic_on_oom sysctl to take a count of...
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-06 rlibbyuma: remove UMA_ZFLAG_CACHEONLY flag
2020-02-04 rlibbyuma: multipage chicken switch
2020-02-04 rlibbyuma: grow slabs to enforce minimum memory efficiency
2020-02-04 rlibbyuma: add UMA_ZONE_CONTIG, and a default contig_alloc
2020-02-04 rlibbyuma: pcpu_page_free needs to startup_free pages from...
2020-02-04 jeffAdd an explicit busy state for free pages. This improv...
2020-02-04 jeffUse literal bucket sizes for smaller buckets rather...
2020-02-04 kibEnable vm_object_mightbedirty() and vm_object_page_clea...
2020-02-04 jeffUse STAILQ instead of TAILQ for bucket lists. We only...
2020-02-03 markjDisable the smallest UMA bucket size on 32-bit platforms.
2020-02-03 impRemove sparc64 kernel support
2020-02-03 mjgFix up various vnode-related asserts which did not...
2020-02-02 dimMerge ^/head r357389 through r357407.
2020-02-01 jeffFix a bug in r356776 where the page allocator was not...
2020-02-01 dimMerge ^/head r357368 through r357388.
2020-02-01 markjRemove a couple of lingering usages of the page lock.
2020-02-01 dimMerge ^/head r357350 through r357367.
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 jeffFix LINT build with MEMGUARD.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-29 kibRestore OOM logic on page fault after r357026.
next