]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
Update Apache Serf to 1.3.9 to make it buildable with OpenSSL 1.1.1.
[FreeBSD/FreeBSD.git] / sys / vm /
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-10 markjSplit some checks in vm_page_activate() to make it...
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-08 markjRelax an assertion in vm_pqbatch_process_page().
2018-09-06 markjUse the correct terminology.
2018-09-06 markjAvoid resource deadlocks when one domain has exhausted...
2018-09-06 markjRemove vm_page_remque().
2018-09-02 alcRecent changes have created, for the first time, physic...
2018-08-29 kibRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-24 glebiusEither "free" or "allocated" is misleading here, since...
2018-08-23 glebiusFix comment. The actual meaning of ub_cnt is the opposite.
2018-08-23 markjAdd a per-pagequeue pdpages counter.
2018-08-23 markjEnsure that queue state is cleared when vm_page_dequeue...
2018-08-23 manudts: Import DTS for arm64
2018-08-21 alcEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-20 alcEliminate kmem_alloc_contig()'s unused arena parameter.
2018-08-18 alcEliminate the unused arena parameter from kmem_alloc_at...
2018-08-18 alcEliminate the arena parameter to kmem_malloc_domain...
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 kibPrevent some parallel swap-ins, rate-limit swapper...
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-09 markjAccount for the lowmem handlers in the inactive queue...
2018-08-08 alcAdd support for pmap_enter(..., psind=1) to the armv6...
2018-08-08 alcDefer and aggregate swap_pager_meta_build frees.
2018-08-08 eadlerfile: update to 5.34
2018-08-04 kibSwap in WKILLED processes.
2018-08-03 markjAdd the required page accounting to kmem_bootstrap_free().
2018-08-01 kibAdd pmap_is_valid_memattr(9).
2018-07-31 mavMFV r336991, r337001:
2018-07-31 kibFor compat32, emulate the same wraparound check as...
2018-07-31 alcAllow vm object coalescing to occur in the midst of...
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().
next