summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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/mmu_gather: clean up the stale code commentBaoquan He
2025-03-16mm/mmu_gather: remove unused __tlb_remove_page()Baoquan He
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-16ASoC: SDCA: Add support for GE Entity propertiesCharles Keepax
2025-03-16ASoC: SDCA: Add SDCA Control Range data access helperCharles Keepax
2025-03-16ASoC: SDCA: Add type flag for ControlsCharles Keepax
2025-03-17erofs: implement 48-bit block addressing for unencoded inodesGao Xiang
2025-03-16cxl: Remove driverAndrew Donnellan
2025-03-16Merge branch 'fixes' into topic/cxlMichael Ellerman
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Add verifier support for timed may_gotoKumar Kartikeya Dwivedi
2025-03-15bpf: Summarize sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-03-15Merge tag 'fsnotify_for_v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-15mm: Fix the flipped condition in gfpflags_allow_spinning()Vlastimil Babka
2025-03-15crypto: acomp - Add request chaining and virtual addressesHerbert Xu
2025-03-15crypto: acomp - Move stream management into scomp layerHerbert Xu
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: skcipher - Eliminate duplicate virt.addr fieldHerbert Xu
2025-03-15crypto: scatterwalk - Add memcpy_sglistHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu