]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
dts: Update our copy to Linux 4.17
[FreeBSD/FreeBSD.git] / sys / vm /
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 jtlMake UMA and malloc(9) return non-executable memory...
2018-06-08 mjguma: implement provisional api for per-cpu zones
2018-06-08 mjguma: fix up r334824
2018-06-08 mjguma: remove M_ZERO support for pcpu zones
2018-06-08 glebiusUMA memory debugging enabled with INVARIANTS consists...
2018-06-07 jtlFix a typo in vm_domain_set(). When a domain crosses...
2018-06-04 markjReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 markjCorrect the description of vm_pageout_scan_inactive...
2018-06-04 alcUse a single, consistent approach to returning success...
2018-06-04 jhibbitsAlign UMA data to 128 byte cacheline size
2018-06-02 markjRemove the "pass" variable from the page daemon control...
2018-06-01 kibOnly check for MAP_32BIT when available.
2018-06-01 alcOnly a small subset of mmap(2)'s flags should be used...
2018-05-30 markjTypo.
2018-05-28 alcAddendum to r334233. In vm_fault_populate(), since...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-28 alcEliminate duplicate assertions. We assert at the start...
2018-05-26 alcUse pmap_enter(..., psind=1) in vm_fault_populate(...
2018-05-25 brooksMake vadvise compat freebsd11.
2018-05-24 alcEliminate an unused parameter from vm_fault_populate().
2018-05-24 markjUpdate r334154 with review feedback from D15490.
2018-05-24 brooksDon't implement break(2) at all on aarch64 and riscv.
2018-05-24 markjSplit the active and inactive queue scans into separate...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 markjEnsure that "m" is initialized in vm_page_alloc_freelis...
2018-05-20 eadlerMFV: file 5.33
2018-05-19 markjUse the canonical check for reservation support.
2018-05-19 sjgMerge bmake-20180512
2018-05-18 markjDon't increment addl_page_shortage for wired pages.
2018-05-17 markjFix a race in vm_page_pagequeue_lockptr().
2018-05-17 mmacyFix powerpc64 LINT
2018-05-13 markjGet rid of vm_pageout_page_queued().
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 mjguma: increase alignment to 128 bytes on amd64
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-04 markjFix some races introduced in r332974.
2018-04-29 kibEliminate some vm object relocks in vm fault.
2018-04-27 mjguma: whack main zone counter update in the slow path
2018-04-27 mjgvm: move vm_cnt to __read_mostly now that it is not...
2018-04-24 markjImprove VM page queue scalability.
2018-04-24 markjAdd a UMA zone flag to disable the use of buckets.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 markjInitialize marker pages in vm_page_domain_init().
2018-04-17 markjEnsure that m and skip_m belong to the same object.
2018-04-07 kibHandle Skylake-X errata SKZ63.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-02 markjEnsure the background laundering threshold is positive...
2018-04-02 glebiusUse UMA_SLAB_SPACE macro. No functional change here.
2018-04-02 glebiusIn uma_startup_count() handle special case when zone...
2018-04-02 glebiusHandle a special case when a slab can fit only one...
2018-04-01 jeffAdd a uma cache of free pages in the DEFAULT freepool...
2018-04-01 jeffAdd the flag ZONE_NOBUCKETCACHE. This flag instruction...
2018-03-30 kibMake vm_map_max/min/pmap KBI stable.
2018-03-29 markjFix the background laundering mechanism after r329882.
2018-03-29 jeffImplement several enhancements to NUMA policies.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-27 jeffMove vm_ndomains to vm.h where it can be used with...
2018-03-26 kibAllow to specify for vm_fault_quick_hold_pages() that...
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 kibFor vm_zone_stats() sysctl handler, do not drain sbuf...
2018-03-24 philipImport tzdata 2018d
2018-03-23 jeffFix two compliation problems on non-amd64 architectures.
2018-03-23 markjCorrect a couple of assertion messages in vm_page_recla...
2018-03-23 cyFix build on i386 without INVARIANTS following r331369.
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 jeffLock reservations with a dedicated lock in each reserva...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-22 jeffUse read_mostly and alignment tags to eliminate or...
2018-03-20 kibCheck for wrap-around in vm_phys_alloc_seg_contig().
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-18 markjAvoid dequeuing the fault page during a soft fault.
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-18 markjHave vm_page_replace() assert that the new page is...
2018-03-16 cemFix GCC build: Remove redundant pagedaemon_wakeup decla...
2018-03-15 jeffEliminate pageout wakeup races. Take another step...
2018-03-13 kibRevert the chunk from r330410 in vm_page_reclaim_run().
2018-03-07 jeffDon't assert that the domain free lock is held until...
2018-03-04 kibRemove redundant test from r330410.
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-27 markjGive the 0th domain's page daemon thread a consistent...
2018-02-24 markjRestore the pre-r329882 inactive page shortage computation.
2018-02-24 kibHide all vm/vm_pageout.h content under #ifdef _KERNEL.
2018-02-23 markjCorrect some comments after r328954.
2018-02-23 markjRemove a bogus assertion from vm_page_launder().
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 kibvm_wait() rework.
next