]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/vm
reboot: Avoid unlocking Giant if the scheduler is stopped
[FreeBSD/FreeBSD.git] / sys / vm /
2023-11-02 Olivier Certneruma: Permit specifying max of cache line and some custo...
2023-11-02 Olivier Certneruma: New check_align_mask(): Validate alignments (INVAR...
2023-11-02 Olivier Certneruma: Make the cache alignment mask unsigned
2023-11-02 Olivier Certneruma: UMA_ALIGN_CACHE: Resolve the proper value at use...
2023-11-02 Olivier Certneruma: Hide 'uma_align_cache'; Create/rename accessors
2023-11-01 Martin Matuskazfs: merge openzfs/zfs@41e55b476
2023-10-30 Martin Matuskazfs: merge openzfs/zfs@043c6ee3b
2023-10-24 Ed MasteOpenSSL: update to 3.0.12
2023-10-22 Martin Matuskazfs: merge openzfs/zfs@797f55ef1
2023-10-15 Gordon Berglinguma.h: Fix a typo in a source code comment
2023-10-13 Martin Matuskazfs: merge openzfs/zfs@8a7407012
2023-10-13 Cy Schubertunbound: Import upstream 0ee44ef3 when ENOBUFS is returned
2023-10-12 Zhenlei Huangvm_phys: Add corresponding sysctl knob for loader tunable
2023-10-12 Zhenlei Huangvm_page: Add corresponding sysctl knob for loader tunable
2023-10-09 Pierre ProncheryOpenSSL: update to 3.0.11
2023-10-09 Ed Mastessh: Update to OpenSSH 9.5p1
2023-10-08 Martin Matuskazfs: merge openzfs/zfs@66b81b349
2023-10-04 Baptiste Daroussinbsddialog: import version 1.0
2023-10-04 Martin Matuskazfs: merge openzfs/zfs@f795e90a1
2023-10-02 Mark Johnstonswap_pager: Fix a race in swap_pager_swapoff_object()
2023-09-29 Martin Matuskazfs: merge openzfs/zfs@e13538856
2023-09-27 Baptiste Daroussinnvi: import version 2.2.1
2023-09-24 Martin Matuskazfs: merge openzfs/zfs@2e2a46e0a
2023-09-21 Martin Matuskazfs: merge openzfs/zfs@4647353c8
2023-09-19 Ed Mastelibfido2: update to 1.13.0
2023-09-19 Cy Schubertsqlite3: Vendor import of sqlite3 3.43.1
2023-09-19 Cy Schubertunbound: Vendor import 1.18.0
2023-09-18 Simon J. GerratyMerge bmake-20230909
2023-09-12 Doug Moorevm_radix: add a missing paren
2023-09-12 Doug Mooreradix_trie: have vm_radix use pctrie code
2023-09-11 Doug MooreRevert "radix_trie: have vm_radix use pctrie code"
2023-09-11 Martin Matuskazfs: merge openzfs/zfs@0ee9b0239
2023-09-11 Doug Mooreradix_trie: have vm_radix use pctrie code
2023-09-10 Xin LIMFV: file 5.45.
2023-09-07 Martin Matuskalibarchive: merge security fix from vendor branch
2023-09-05 Xin LIMFV: zlib: examples: define functions as static ones...
2023-09-02 Martin Matuskazfs: merge openzfs/zfs@95f71c019
2023-08-26 Martin Matuskazfs: merge openzfs/zfs@804414aad
2023-08-23 Konstantin Belousovadd pmap_active_cpus()
2023-08-21 Dag-Erling SmørgravAdd 'contrib/unifdef/' from commit '0da44885831dc0a43c4...
2023-08-20 Xin LIMFV: zlib 1.3
2023-08-18 Konstantin Belousovvm_map.c: fix syntax
2023-08-18 Konstantin Belousovvm_map.c: plug several more places which might modify...
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: one-line .h pattern
2023-08-16 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-14 Dmitry Chaginvm: Allow MAP_32BIT for all architectures
2023-08-14 Dmitry Chaginvm: MAP_32BIT_MAX_ADDR defined in sys/mman.h
2023-08-13 Xin LIMFV: less v643.
2023-08-13 Kyle EvansMerge commit 'acb089b983171667467adc66f56a723b609ed22e...
2023-08-12 Alan Coxvm: Fix address hints of 0 with MAP_32BIT
2023-08-12 Konstantin Belousovlinuxolator: implement Linux' PROT_GROWSDOWN
2023-08-12 Konstantin Belousovvm_map_protect(): add VM_MAP_PROTECT_GROWSDOWN flag
2023-08-12 Konstantin Belousovvm_map_growstack(): restore stack gap data if gap entry...
2023-08-12 Konstantin Belousovvm_map: do not allow to merge stack gap entries
2023-08-12 Konstantin Belousovvm_map_protect(): handle stack protection stored in...
2023-08-12 Konstantin Belousovvm_map_protect(): move guard handling at the last phase...
2023-08-12 Konstantin Belousovvm_map_growstack(): handle max protection for stacks
2023-08-12 Konstantin Belousovvm_map.c: add CONTAINS_BITS macro
2023-08-12 Konstantin BelousovAdd vm_map_insert1(9)
2023-08-12 Konstantin Belousovvm_map_insert(): update herald comment
2023-08-11 Ed Mastessh: Update to OpenSSH 9.4p1
2023-08-10 Pierre ProncheryOpenSSL: update to 3.0.10
2023-08-10 Konstantin BelousovUpdate comment describing struct vm_map
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.4
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.3
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.2
2023-08-09 Emmanuel VadotImport device-tree files from Linux 6.1
2023-08-05 Doug Moorevm_phys: tune vm_phys_enqueue_contig loop
2023-08-04 Doug Moorevm_phys_enq_range: no alignment assert for npages==0
2023-08-03 Martin Matuskalibarchive: merge from vendor branch
2023-08-03 Doug Moorevm_phys_enqueue_contig: handle npages==0
2023-08-03 Xin LIMFV: xz 5.4.4.
2023-08-02 Doug MooreRevert "vm_phys_enqueue_contig: handle npages==0"
2023-08-02 Doug Moorevm_phys_enqueue_contig: handle npages==0
2023-08-01 Mark Johnstonvm_map: Add a macro to fetch a map entry's split bounda...
2023-07-31 Martin Matuskalibarchive: merge from vendor branch
2023-07-30 Doug Mooreradix_tree: compute slot from keybarr
2023-07-30 Doug Mooreradix_tree: redefine the clev field
2023-07-29 Martin Matuskalibarchive: merge from vendor branch
2023-07-28 Doug MooreEvery path in a radix trie ends with a leaf or a NULL...
2023-07-27 Alan Coxvm_mmap_object: Update the spelling of true/false
2023-07-26 Alan Coxvm: Fix vm_map_find_min()
2023-07-24 Martin Matuskalibarchive: merge from vendor branch
2023-07-20 Konstantin Belousovvmspace_fork(): do not override offset for the guard...
2023-07-20 Konstantin Belousovmmap(MAP_STACK): on stack grow, use original protection
2023-07-19 Ed Mastessh: Update to OpenSSH 9.3p2
2023-07-19 Doug Mooreradix_trie: simplify ge, le lookups
2023-07-15 Warner LoshMerge LUA 5.4.6
2023-07-14 Doug Moorevm_radix_init: use initializer
2023-07-09 Doug Mooreradix_trie: avoid code duplication in insert
2023-07-07 Doug Mooreradix_trie: replace node count with popmap
2023-07-01 Martin Matuskazfs: merge openzfs/zfs@009d3288d
2023-06-28 Martin Matuskazfs: merge openzfs/zfs@a9d6b0690
2023-06-27 Konstantin Belousovvm_fault: move FAULT_* return codes out of range for...
2023-06-27 Simon J. GerratyMerge bmake-20230622
2023-06-27 Doug Mooreradix_trie: pass fewer params to node_get
2023-06-27 Dag-Erling SmørgravUpgrade to OpenPAM Ximenia.
2023-06-27 Doug Mooreradix_trie: clean up overlong lines
2023-06-27 Doug Mooreradix_trie: skip compare in lookup_le, lookup_ge
next