]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
evdev: style(9), sort headers alphabetically
[FreeBSD/FreeBSD.git] / sys / vm /
2017-07-23 Alan CoxAddress a compilation warning on some architectures...
2017-07-23 Alan CoxUtilize pmap_enter(..., psind=1) in vm_fault_soft_fast...
2017-07-23 Alan CoxAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-23 Alan CoxIn vm_page_ps_test(), always check that the base pages...
2017-07-22 Konstantin BelousovDo not allocate struct kinfo_vmobject on stack.
2017-07-21 Dimitry AndricMerge ^/head r321307 through r321350.
2017-07-21 Ruslan BukinFix style: change spaces to tabs.
2017-07-20 Dimitry AndricMerge ^/head r321239 through r321306.
2017-07-19 Konstantin BelousovAdd pctrie_init() and vm_radix_init() to initialize...
2017-07-19 Dimitry AndricMerge ^/head r320994 through r321238.
2017-07-19 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-19 Konstantin BelousovDisable stack growth when accessed by AIO daemons.
2017-07-19 Konstantin BelousovRemove unused function swap_pager_isswapped().
2017-07-18 Konstantin BelousovConvert assertion that only vmspace owner grows the...
2017-07-15 Simon J. GerratyImport bmake-20170711
2017-07-14 Dimitry AndricMerge ^/head r320971 through r320993.
2017-07-14 Baptiste DaroussinUpdate zstd to 1.3.0
2017-07-14 Alan CoxGeneralize vm_page_ps_is_valid() to support testing...
2017-07-13 Dimitry AndricMerge ^/head r320573 through r320970.
2017-07-13 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 Martin MatuskaMFV r320924:
2017-07-12 Xin LIMFV r320905: Import upstream fix for CVE-2017-11103.
2017-07-09 Konstantin BelousovFix loop termination in vm_map_find_min().
2017-07-09 Emmanuel VadotUpdate DTS files from Linux 4.12
2017-07-02 Dimitry AndricMerge ^/head r320398 through r320572.
2017-07-02 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 Alan CoxModify vm_map_growstack() to protect itself from the...
2017-06-30 Alan CoxClear the MAP_WIREFUTURE flag on the vm map in exec_new...
2017-06-28 Enji CooperPull down pjdfstest 0.1
2017-06-28 Konstantin BelousovTreat the addr argument for mmap(2) request without...
2017-06-27 Dimitry AndricMerge ^/head r320042 through r320397.
2017-06-27 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-25 Konstantin BelousovFor now, allow mprotect(2) over the guards to succeed...
2017-06-25 Ed MasteUpdate to ELF Tool Chain snapshot at r3561
2017-06-25 Konstantin BelousovCorrectly handle small MAP_STACK requests.
2017-06-25 Konstantin BelousovRemove stale part of the comment.
2017-06-25 Konstantin BelousovStyle.
2017-06-24 Alan CoxIncrease the pageout cluster size to 32 pages.
2017-06-24 Konstantin BelousovImplement address space guards.
2017-06-24 Konstantin BelousovDo not try to unmark MAP_ENTRY_IN_TRANSITION marked...
2017-06-22 Andriy GaponMFV r319950: 5220 L2ARC does not support devices that...
2017-06-22 Andriy GaponMFV r319742: 8056 zfs send size estimate is inaccurate...
2017-06-22 Andriy GaponMFV r318947: 7578 Fix/improve some aspects of ZIL writing.
2017-06-21 Konstantin BelousovCall pmap_copy() only for map entries which have the...
2017-06-21 Konstantin BelousovAssert that the protection of a new map entry is a...
2017-06-21 Alan CoxEliminate an unused macro.
2017-06-20 Andriy GaponMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 Emmanuel VadotUpdate the GNU DTS file from Linux 4.11
2017-06-19 Konstantin BelousovIgnore the P_SYSTEM process flag, and do not request
2017-06-17 Alan CoxPages that are passed to swap_pager_putpages() should...
2017-06-17 Dimitry AndricMerge ^/head r319801 through r320041.
2017-06-17 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-16 Phil ShaferMerge libxo-0.8.2:
2017-06-15 Konstantin BelousovSome minor improvements to vnode_pager_generic_putpages().
2017-06-14 Andriy GaponMFV r319951: 8311 ZFS_READONLY is a little too strict
2017-06-14 Andriy GaponMFV r319948: 5428 provide fts(), reallocarray(), and...
2017-06-14 Andriy GaponMFV r319945,r319946: 8264 want support for promoting...
2017-06-10 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 Dimitry AndricMerge ^/head r319548 through r319778.
2017-06-09 Andriy GaponMFV r319740: 8168 NULL pointer dereference in zfs_create()
2017-06-09 Andriy GaponMFV r319741: 8156 dbuf_evict_notify() does not need...
2017-06-09 Andriy GaponMFV r319739: 8005 poor performance of 1MB writes on...
2017-06-09 Andriy GaponMFV r319738: 8155 simplify dmu_write_policy handling...
2017-06-09 Andriy GaponMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-09 Phil ShaferImport libxo-0.8.1 with official fix to today's build...
2017-06-08 Gleb SmirnoffWhen we are in UMA_STARTUP use startup_alloc() for...
2017-06-08 Baptiste DaroussinImport mandoc snapshot 2017-06-08
2017-06-08 John BaldwinFix an off-by-one error in the VM page array on some...
2017-06-08 Phil ShaferImport libxo-0.8.0:
2017-06-06 Alan CoxStarting in r118390, swaponsomething() began to reserve...
2017-06-06 Alan CoxWhen the function blist_fill() was added to the kernel...
2017-06-05 Alan CoxThe variable "breakout" is used like a Boolean, so...
2017-06-05 Alan CoxHalve the memory being internally allocated by the...
2017-06-03 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 Dimitry AndricMerge ^/head r319251 through r319479.
2017-06-01 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 Gleb SmirnoffAs old prophecy says, some day UMA_DEBUG printfs shall...
2017-06-01 Gleb SmirnoffSimplify boot pages management in UMA.
2017-06-01 Jung-uk KimMerge ACPICA 20170531.
2017-05-31 Jung-uk KimMFV: r319352
2017-05-30 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 Dimitry AndricMerge ^/head r318964 through r319164.
2017-05-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-27 Alan CoxAfter r118390, the variable "dmmax" was neither the...
2017-05-27 Alan CoxIn r118390, the swap pager's approach to striping swap...
2017-05-26 Dimitry AndricMerge ^/head r318658 through r318963.
2017-05-26 Andriy GaponMFV r318944: 8265 Reserve send stream flag for large...
2017-05-26 Andriy GaponMFV r318942: 8166 zpool scrub thinks it repaired offlin...
2017-05-26 Andriy GaponMFV r318934: 8070 Add some ZFS comments
2017-05-26 Andriy GaponMFV r318931: 8063 verify that we do not attempt to...
2017-05-26 Andriy GaponMFV r318929: 7786 zfs`vdev_online() needs better notifi...
2017-05-26 Andriy GaponMFV r318927: 8025 dbuf_read() creates unnecessary zio_r...
2017-05-26 Andriy GaponMFV r316929: 6914 kernel virtual memory fragmentation...
2017-05-26 Andriy GaponMFV r316928: 7256 low probability race in zfs_get_data
2017-05-26 Andriy GaponMFC r316924: 8061 sa_find_idx_tab can be declared more...
2017-05-25 Jung-uk KimMerge OpenSSL 1.0.2l.
2017-05-24 Andriy GaponMFV r316925: 6101 attempt to lzc_create() a filesystem...
2017-05-24 Andriy GaponMFV r316923: 8026 retire zfs_throttle_delay and zfs_thr...
2017-05-24 Andriy GaponMFV r316922: 5380 receive of a send -p stream doesn...
2017-05-24 Andriy GaponMFC r316921: 8027 tighten up dsl_pool_dirty_delta
next