]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
[net80211] Send a probe request after IBSS node discovery
[FreeBSD/FreeBSD.git] / sys / vm /
2020-06-04 emasteCorrect terminology in vm.imply_prot_max sysctl description
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-29 mjguma: hide item_domain under ifdef NUMA
2020-05-28 markjFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-27 kibSimplify the condition to enable superpage mappings...
2020-05-27 jhibbitsProperly sort ifdef archs in vm_fault_soft_fast superpa...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 markjAllocate UMA per-CPU counters earlier.
2020-05-13 kevanskernel: provide panicky version of __unreachable
2020-05-11 jhibbitspowerpc64: Implement Radix MMU for POWER9 CPUs
2020-04-28 markjRe-check for wirings after busying the page in vm_page_...
2020-04-26 markjUse a single VM object for kernel stacks.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-21 markjFactor out the kmem contig page alloc and reclamation...
2020-04-21 markjMinimize conditional compilation for handling of M_EXEC.
2020-04-20 markjHandle trashed queue pointers in vm_page_acquire_unlock...
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
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...
next