summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-16mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden
2025-03-16mm/bootmem_info: export register_page_bootmem_memmapFrank van der Linden
2025-03-16mm/hugetlb: convert cmdline parameters from setup to earlyFrank van der Linden
2025-03-16mm/cma: introduce cma_intersects functionFrank van der Linden
2025-03-16mm, cma: support multiple contiguous ranges, if requestedFrank van der Linden
2025-03-16fs: remove folio_file_mapping()Matthew Wilcox (Oracle)
2025-03-16fs: remove page_file_mapping()Matthew Wilcox (Oracle)
2025-03-16fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan
2025-03-16mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan
2025-03-16mm: remove extra vma_numab_state_init() callSuren Baghdasaryan
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan
2025-03-16refcount: introduce __refcount_{add|inc}_not_zero_limited_acquireSuren Baghdasaryan
2025-03-16refcount: provide ops for cases when object's memory can be reusedSuren Baghdasaryan
2025-03-16mm: uninline the main body of vma_start_write()Suren Baghdasaryan
2025-03-16mm: move mmap_init_lock() out of the header fileSuren Baghdasaryan
2025-03-16mm: allow vma_start_read_locked/vma_start_read_locked_nested to failSuren Baghdasaryan
2025-03-16types: move struct rcuwait into types.hSuren Baghdasaryan
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan
2025-03-16mm: introduce vma_start_read_locked{_nested} helpersSuren Baghdasaryan
2025-03-16mm/damon: introduce DAMOS filter type hugepage_sizeUsama Arif
2025-03-16mm/vmstat: revert "fix a W=1 clang compiler warning"Bart Van Assche
2025-03-16fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes
2025-03-16mm: provide mapping_wrprotect_range() functionLorenzo Stoakes
2025-03-16mm/damon: avoid applying DAMOS action to same entity multiple timesSeongJae Park
2025-03-16mm/swap: rename swap_swapcount() to swap_entry_swapped()Baoquan He
2025-03-16mm/swap: remove SWAP_FLAG_PRIO_SHIFTBaoquan He
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocatorSuren Baghdasaryan
2025-03-16mm: avoid extra mem_alloc_profiling_enabled() checksSuren Baghdasaryan
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-03-16mm: zbud: remove zbudYosry Ahmed
2025-03-16mm: use single SWP_DEVICE_EXCLUSIVE entry typeDavid Hildenbrand
2025-03-16mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()David Hildenbrand
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner
2025-03-16percpu: repurpose __percpu tag as a named address space qualifierUros Bizjak
2025-03-16percpu: use TYPEOF_UNQUAL() in *_cpu_ptr() accessorsUros Bizjak
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak
2025-03-16compiler.h: introduce TYPEOF_UNQUAL() macroUros Bizjak
2025-03-16mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)
2025-03-16mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song
2025-03-16mm/damon: respect core layer filters' allowance decision on ops layerSeongJae Park
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin
2025-03-08Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-07Merge tag 'acpi-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-03-07Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-06fs/pipe: add simpler helpers for common casesLinus Torvalds
2025-03-06block: Name the RQF flags enumBreno Leitao