]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbuf
[FreeBSD/FreeBSD.git] / sys / vm /
2020-05-01 Jung-uk KimMFV: r360512
2020-04-28 Mark JohnstonRe-check for wirings after busying the page in vm_page_...
2020-04-26 Mark JohnstonUse a single VM object for kernel stacks.
2020-04-24 Philip PaepsImport tzdata 2020a
2020-04-23 Cy SchubertMFV r360158:
2020-04-21 Jung-uk KimMerge OpenSSL 1.1.1g.
2020-04-21 Mark JohnstonFactor out the kmem contig page alloc and reclamation...
2020-04-21 Mark JohnstonMinimize conditional compilation for handling of M_EXEC.
2020-04-20 Mark JohnstonHandle trashed queue pointers in vm_page_acquire_unlock...
2020-04-14 Emmanuel Vadotdts: Import DTS from Linux 5.6
2020-04-02 Dimitry AndricMerge once more from ^/vendor/llvm-project/release...
2020-04-01 Hartmut BrandtMerge release 1.14 of bsnmp.
2020-03-31 Jung-uk KimMerge OpenSSL 1.1.1f.
2020-03-31 Bryan DreweryRemove dead code leftover from r331018.
2020-03-30 Konstantin BelousovVOP_GETPAGES_ASYNC(): consistently call iodone() callba...
2020-03-30 Kyle EvansMFV r359442: bmake: import -fno-common fix build back...
2020-03-28 Kyle EvansMFV r359401: OpenBSM: import ee79d73e8df5: auditreduce...
2020-03-28 Kyle EvansMFV r359393: tcsh: import 6974bc35a5cd
2020-03-28 Konstantin Belousovddb show pginfo: print pages reference value in hex.
2020-03-27 Jung-uk KimMerge ACPICA 20200326.
2020-03-26 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-23 Brooks DavisImport the kyua test framework.
2020-03-23 Brooks DavisAdd liblutok a lightweight C++ API for lua.
2020-03-22 Xin LIMFV r359197: xz 5.2.5.
2020-03-18 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-03-18 Jung-uk KimMerge OpenSSL 1.1.1e.
2020-03-11 Jeff RobersonCheck for busy or wired in vm_page_relookup(). Some...
2020-03-10 Dimitry AndricMerge ^/head r358731 through r358831.
2020-03-07 Mark JohnstonClean up uma_int.h a bit.
2020-03-07 Dimitry AndricMerge ^/head r358712 through r358730.
2020-03-07 Mark JohnstonMove SMR pointer type definition and access macros...
2020-03-06 Brooks DavisRemove an apparently incorrect assertion.
2020-03-06 Mark JohnstonUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-05 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 Dimitry AndricMerge ^/head r358466 through r358677.
2020-03-04 Cy SchubertMFV r358616:
2020-03-04 Brooks DavisIntroduce kern_mmap_req().
2020-03-02 Martin MatuskaMFV r358511,r358532:
2020-03-01 Mark JohnstonAvoid doubly wiring a newly allocated page in vm_page_g...
2020-03-01 Mateusz Guzikvm: add debug to uma_zone_set_smr
2020-02-29 Dimitry AndricMerge ^/head r358400 through r358465.
2020-02-28 Jeff RobersonProvide a lock free alternative to resolve bogus pages...
2020-02-28 Jeff RobersonConvert a few triviail consumers to the new unlocked...
2020-02-28 Jeff RobersonSupport the NOCREAT flag for grab_valid_unlocked.
2020-02-28 Jeff RobersonSimplify vref() code in object_reference. The local...
2020-02-28 Mark JohnstonAdd a blocking counter KPI.
2020-02-28 Emmanuel Vadotdts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 Dimitry AndricMerge ^/head r358269 through r358399.
2020-02-27 Dimitry AndricMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-27 Jeff RobersonA pair of performance improvements.
2020-02-27 Jeff RobersonAdd unlocked grab* function variants that use lockless...
2020-02-26 Ed MasteReturn ENOTSUP for mmap/mprotect if prot not subset...
2020-02-26 Pawel BiernackiMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-24 Dimitry AndricMerge ^/head r358263 through r358268.
2020-02-24 Doug MooreThe last argument to swp_pager_getswapspace is always...
2020-02-23 Dimitry AndricMerge ^/head r358239 through r358262.
2020-02-23 Mark JohnstonAllow swap_pager_putpages() to allocate one block at...
2020-02-23 Ryan Libbysys/vm: quiet -Wwrite-strings
2020-02-22 Mark JohnstonConstify uma_zcache_create() and uma_zsecond_create...
2020-02-22 Kyle Evansvm_radix: prefer __builtin_unreachable() to an unreacha...
2020-02-22 Dimitry AndricMerge r358179 through r358238.
2020-02-22 Jeff RobersonAdd an atomic-free tick moderated lazy update variant...
2020-02-20 Dimitry AndricMerge ^/head r358131 through r358178.
2020-02-20 Warner LoshDon't convert all lower-layer errors to EIO.
2020-02-20 Warner LoshDon't spam the console with an additional, and useless...
2020-02-19 Jeff RobersonSilence a gcc warning about no return from a function...
2020-02-19 Dimitry AndricMerge ^/head r358075 through r358130.
2020-02-19 Jeff RobersonUse SMR to provide a safe unlocked lookup for vm_radix.
2020-02-19 Jeff RobersonUse per-domain locks for the bucket cache.
2020-02-19 Baptiste DaroussinUpdate to 6.2-20200215
2020-02-19 Jeff RobersonDon't release xbusy on kmem pages. After lockless...
2020-02-19 Jeff RobersonEliminate some unnecessary uses of UMA_ZONE_VM. Only...
2020-02-18 Baptiste DaroussinUpdate ncurses to 20200118
2020-02-17 Dimitry AndricMerge ^/head r358000 through r358048.
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 Mark JohnstonRemove swblk_t.
2020-02-17 Mark JohnstonFix a swap block allocation race.
2020-02-17 Mark JohnstonFix object locking races in swapoff(2).
2020-02-17 Jeff RobersonAdd a simple accessor that returns the bytes of memory...
2020-02-17 Jeff RobersonRefactor _vm_page_busy_sleep to reduce the delta betwee...
2020-02-17 Jeff RobersonUMA has become more particular about zone types. Use...
2020-02-16 Dimitry AndricMerge ^/head r357966 through r357999.
2020-02-16 Jeff RobersonSlightly restructure uma_zalloc* to generate better...
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-15 Mateusz Guzikvm: use new capsicum helpers
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-13 Mark JohnstonUpdate the zone-global count of cached items in bucket_...
2020-02-13 Jeff RobersonFix a case where ub_seq would fail to be set if the...
2020-02-13 Dimitry AndricMerge ^/head r357662 through r357854.
2020-02-12 Mateusz GuzikStore offset into zpcpu allocations in the per-cpu...
2020-02-12 Martin MatuskaMFV r357783:
2020-02-11 Mark JohnstonReduce lock hold time in keg_drain().
2020-02-11 Xin LIMFV r357712: file 5.38.
next