summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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-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-15async_xor: Remove unused 'async_xor_val'Dr. David Alan Gilbert
2025-03-14Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2Dave Jiang
2025-03-14of: Move of_prop_val_eq() next to the single userRob Herring (Arm)
2025-03-14Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-14lockdep: Remove disable_irq_lockdep()Sebastian Andrzej Siewior
2025-03-14lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*()Sebastian Andrzej Siewior
2025-03-14KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()Binbin Wu
2025-03-14KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callersYan Zhao
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang
2025-03-14KVM: Export hardware virtualization enabling/disabling functionsKai Huang
2025-03-14cpu/SMT: Provide a default topology_is_primary_thread()Yicong Yang