]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
riscv: Remove unused variable "code"
[FreeBSD/FreeBSD.git] / sys / vm /
2018-07-05 Andrew TurnerCreate a new macro for static DPCPU data.
2018-07-05 Konstantin BelousovCopyout(9) on 4/4 i386 needs correct vm_page_array[].
2018-07-05 Alan CoxAllow callers to vm_phys_split_pages() to specify wheth...
2018-07-02 Matt Macyinline atomics and allow tied modules to inline locks
2018-07-02 Alan CoxIntroduce vm_phys_enq_range(), and call it in vm_phys_a...
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-29 Alan CoxThree changes to vm_phys_alloc_seg_contig():
2018-06-28 Alan CoxReflow one of the comments describing vm_phys_alloc_npa...
2018-06-27 Ed MasteSplit kern_break from sys_break and use it in linuxulator
2018-06-26 Alan CoxUpdate the physical page selection strategy used by...
2018-06-24 Mateusz Guzikvm: stop passing M_ZERO when allocating radix nodes
2018-06-23 Jeff RobersonSort uma_zone fields according to 64 byte cache line...
2018-06-22 Ian LeporeEliminate a spurious panic on non-SMP systems (occurred...
2018-06-21 Ruslan BukinFix uma_zalloc_pcpu_arg() operation in case of !SMP...
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Konstantin BelousovHandle the race between fork/vm_object_split() and...
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-08 Mateusz Guzikuma: implement provisional api for per-cpu zones
2018-06-08 Mateusz Guzikuma: fix up r334824
2018-06-08 Mateusz Guzikuma: remove M_ZERO support for pcpu zones
2018-06-08 Gleb SmirnoffUMA memory debugging enabled with INVARIANTS consists...
2018-06-07 Jonathan T. LooneyFix a typo in vm_domain_set(). When a domain crosses...
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Mark JohnstonReimplement brk() and sbrk() to avoid the use of _end.
2018-06-04 Mark JohnstonCorrect the description of vm_pageout_scan_inactive...
2018-06-04 Alan CoxUse a single, consistent approach to returning success...
2018-06-04 Justin HibbitsAlign UMA data to 128 byte cacheline size
2018-06-02 Mark JohnstonRemove the "pass" variable from the page daemon control...
2018-06-01 Konstantin BelousovOnly check for MAP_32BIT when available.
2018-06-01 Alan CoxOnly a small subset of mmap(2)'s flags should be used...
2018-05-30 Mark JohnstonTypo.
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Alan CoxAddendum to r334233. In vm_fault_populate(), since...
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-28 Alan CoxEliminate duplicate assertions. We assert at the start...
2018-05-26 Alan CoxUse pmap_enter(..., psind=1) in vm_fault_populate(...
2018-05-25 Brooks DavisMake vadvise compat freebsd11.
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Alan CoxEliminate an unused parameter from vm_fault_populate().
2018-05-24 Mark JohnstonUpdate r334154 with review feedback from D15490.
2018-05-24 Brooks DavisDon't implement break(2) at all on aarch64 and riscv.
2018-05-24 Mark JohnstonSplit the active and inactive queue scans into separate...
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Mark JohnstonEnsure that "m" is initialized in vm_page_alloc_freelis...
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Mark JohnstonUse the canonical check for reservation support.
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Mark JohnstonDon't increment addl_page_shortage for wired pages.
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-17 Mark JohnstonFix a race in vm_page_pagequeue_lockptr().
2018-05-17 Matt MacyFix powerpc64 LINT
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-13 Mark JohnstonGet rid of vm_pageout_page_queued().
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-11 Mateusz Guzikuma: increase alignment to 128 bytes on amd64
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
2018-05-08 Peter WemmUpdate private sqlite from sqlite3-3.20.0 to sqlite3...
2018-05-04 Mark JohnstonFix some races introduced in r332974.
2018-05-04 Philip PaepsImport tzdata 2018e
2018-05-01 Jung-uk KimMFV: r333077
2018-04-29 Konstantin BelousovEliminate some vm object relocks in vm fault.
2018-04-27 Ed MasteUpdate ELF Tool Chain to r3614
2018-04-27 Mateusz Guzikuma: whack main zone counter update in the slow path
2018-04-27 Mateusz Guzikvm: move vm_cnt to __read_mostly now that it is not...
2018-04-24 Mark JohnstonImprove VM page queue scalability.
2018-04-24 Mark JohnstonAdd a UMA zone flag to disable the use of buckets.
2018-04-20 Emmanuel Vadotgnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 Mark JohnstonInitialize marker pages in vm_page_domain_init().
2018-04-17 Mark JohnstonEnsure that m and skip_m belong to the same object.
2018-04-07 Konstantin BelousovHandle Skylake-X errata SKZ63.
2018-04-06 Brooks DavisMove most of the contents of opt_compat.h to opt_global.h.
2018-04-04 Ruslan BukinImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-02 Olivier HouchardImport CK as of commit b19ed4c6a56ec93215ab567ba18ba61b...
2018-04-02 Mark JohnstonEnsure the background laundering threshold is positive...
2018-04-02 Gleb SmirnoffUse UMA_SLAB_SPACE macro. No functional change here.
2018-04-02 Gleb SmirnoffIn uma_startup_count() handle special case when zone...
2018-04-02 Gleb SmirnoffHandle a special case when a slab can fit only one...
2018-04-01 Jeff RobersonAdd a uma cache of free pages in the DEFAULT freepool...
2018-04-01 Jeff RobersonAdd the flag ZONE_NOBUCKETCACHE. This flag instruction...
2018-03-30 Konstantin BelousovMake vm_map_max/min/pmap KBI stable.
2018-03-29 Mark JohnstonFix the background laundering mechanism after r329882.
2018-03-29 Jeff RobersonImplement several enhancements to NUMA policies.
2018-03-28 Alexander MotinMFV r331712:
next