summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm, cma: support multiple contiguous ranges, if requestedFrank van der Linden1-0/+3
2025-03-17fs: remove folio_file_mapping()Matthew Wilcox (Oracle)1-20/+0
2025-03-17fs: remove page_file_mapping()Matthew Wilcox (Oracle)1-5/+0
2025-03-17fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)1-1/+1
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan3-12/+11
2025-03-17mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan1-4/+8
2025-03-17mm: remove extra vma_numab_state_init() callSuren Baghdasaryan1-1/+0
2025-03-17mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan1-20/+18
2025-03-17mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan2-55/+95
2025-03-17refcount: introduce __refcount_{add|inc}_not_zero_limited_acquireSuren Baghdasaryan1-1/+20
2025-03-17refcount: provide ops for cases when object's memory can be reusedSuren Baghdasaryan2-0/+115
2025-03-17mm: uninline the main body of vma_start_write()Suren Baghdasaryan1-9/+3
2025-03-17mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan1-6/+0
2025-03-17mm: allow vma_start_read_locked/vma_start_read_locked_nested to failSuren Baghdasaryan1-2/+4
2025-03-17types: move struct rcuwait into types.hSuren Baghdasaryan2-12/+13
2025-03-17mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-0/+14
2025-03-17mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-7/+20
2025-03-17mm: move per-vma lock into vm_area_structSuren Baghdasaryan2-14/+20
2025-03-17mm: introduce vma_start_read_locked{_nested} helpersSuren Baghdasaryan1-0/+24
2025-03-17mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif1-0/+14
2025-03-17mm/vmstat: revert "fix a W=1 clang compiler warning"Bart Van Assche1-1/+1
2025-03-17fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes1-0/+1
2025-03-17mm: provide mapping_wrprotect_range() functionLorenzo Stoakes1-0/+3
2025-03-17mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park1-0/+11
2025-03-17mm/swap: rename swap_swapcount() to swap_entry_swapped()Baoquan He1-3/+3
2025-03-17mm/swap: remove SWAP_FLAG_PRIO_SHIFTBaoquan He1-1/+0
2025-03-17alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocatorSuren Baghdasaryan1-55/+5
2025-03-17mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan1-16/+19
2025-03-17mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-2/+2
2025-03-17mm: zbud: remove zbudYosry Ahmed1-3/+2
2025-03-17mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand2-27/+7
2025-03-17mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand2-4/+3
2025-03-17mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner2-11/+11
2025-03-17percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak1-1/+1
2025-03-17percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessorsUros Bizjak1-1/+1
2025-03-17percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak2-3/+3
2025-03-17compiler.h: introduce TYPEOF_UNQUAL() macroUros Bizjak3-0/+36
2025-03-17mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-1/+7
2025-03-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song1-2/+2
2025-03-17mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park1-0/+5
2025-03-17proc: fix UAF in proc_get_inode()Ye Bin1-2/+5
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy2-9/+9
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman1-0/+6
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye2-0/+17
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi2-0/+9
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi2-0/+2
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+21
2025-03-15mm: Fix the flipped condition in gfpflags_allow_spinning()Vlastimil Babka1-1/+1
2025-03-15async_xor: Remove unused 'async_xor_val'Dr. David Alan Gilbert1-5/+0