]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / vm /
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-28 alcTo date, mlockall(MCL_FUTURE) has had the unfortunate...
2018-07-27 impRename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
2018-07-27 markjFix handling of KVA in kmem_bootstrap_free().
2018-07-23 lwhsuUse __riscv to determine building for RISC-V
2018-07-20 markjAdd support for pmap_enter(psind = 1) to the arm64...
2018-07-19 markjHave preload_delete_name() free pages backing preloaded...
2018-07-19 alcRevert r329254. The underlying cause for the copy...
2018-07-15 alcTest PGA_REFERENCED after calling pmap_ts_referenced...
2018-07-14 alcAdd support for pmap_enter(..., psind=1) to the i386...
2018-07-12 mjguma: whack main zone counter update in the slow path...
2018-07-11 cyMFV r324714:
2018-07-10 markjFix pre-SI_SUB_CPU initialization of per-CPU counters.
2018-07-07 sbrunoWrap the declaration and assignment of "stripe" with...
2018-07-07 jeffUse the ticks since the last update to reduce hysteresi...
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 kibStyle: no need for braces around single-line then clause.
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 andrewCreate a new macro for static DPCPU data.
2018-07-05 kibCopyout(9) on 4/4 i386 needs correct vm_page_array[].
2018-07-05 alcAllow callers to vm_phys_split_pages() to specify wheth...
2018-07-02 mmacyinline atomics and allow tied modules to inline locks
2018-07-02 alcIntroduce vm_phys_enq_range(), and call it in vm_phys_a...
2018-06-29 alcThree changes to vm_phys_alloc_seg_contig():
2018-06-28 alcReflow one of the comments describing vm_phys_alloc_npa...
2018-06-27 emasteSplit kern_break from sys_break and use it in linuxulator
2018-06-26 alcUpdate the physical page selection strategy used by...
2018-06-24 mjgvm: stop passing M_ZERO when allocating radix nodes
2018-06-23 jeffSort uma_zone fields according to 64 byte cache line...
2018-06-22 ianEliminate a spurious panic on non-SMP systems (occurred...
2018-06-21 brFix uma_zalloc_pcpu_arg() operation in case of !SMP...
2018-06-14 brooksName the implementation of brk and sbrk sys_break().
2018-06-14 kibHandle the race between fork/vm_object_split() and...
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...
next