summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-05-13mm/memcg: move mem_cgroup_init() ahead of cgroup_init()Huan Yang1-0/+3
2025-05-13mm/huge_memory: remove useless folio pointers passingGavin Guo1-8/+7
2025-05-13vmscan,cgroup: apply mems_effective to reclaimGregory Price2-0/+12
2025-05-13cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price1-2/+2
2025-05-13Update Christoph's Email address and make it consistentChristoph Lameter (Ampere)1-1/+1
2025-05-13mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park1-0/+6
2025-05-13Merge 6.15-rc6 into usb-nextGreg Kroah-Hartman9-52/+74
2025-05-13Merge 6.15-rc6 into char-misc-nextGreg Kroah-Hartman9-52/+74
2025-05-13Merge branch 'for-6.16/tsm-mr' into tsm-nextDan Williams25-350/+428
2025-05-13scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-0/+1
2025-05-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski3-109/+138
2025-05-13helpers: make few bpf helpers publicMykyta Yatsenko1-0/+14
2025-05-13soc: qcom: llcc-qcom: Add support for SM8750Melody Olvera1-0/+8
2025-05-12io_uring: drain based on allocates reqsPavel Begunkov1-1/+1
2025-05-12ACPI: MRRM: Minimal parse of ACPI MRRM tableTony Luck1-0/+9
2025-05-12Merge 6.15-rc6 into driver-core-nextGreg Kroah-Hartman9-52/+74
2025-05-12regulator: pca9450: Add restart handlerPaul Geurts1-0/+5
2025-05-12Merge branch 'cznic/platform' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+35
2025-05-12power: supply: core: Add additional health status valuesArmin Wolf1-0/+2
2025-05-12mm/hmm: provide generic DMA managing logicLeon Romanovsky2-1/+38
2025-05-12mm/hmm: let users to tag specific PFN with DMA mapped bitLeon Romanovsky1-2/+18
2025-05-12Provide a new two step DMA mapping APILeon Romanovsky4-54/+174
2025-05-12Add more devm_ functions to fix PM imbalance inMark Brown1-0/+4
2025-05-12list: remove redundant 'extern' for function prototypesAndy Shevchenko1-4/+4
2025-05-12lib/oid_registry.c: remove unused sprint_OIDDr. David Alan Gilbert1-1/+0
2025-05-12util_macros.h: fix the reference in kernel-docAndy Shevchenko1-1/+1
2025-05-12sort.h: hoist cmp_int() into generic header fileFedor Pchelkin1-0/+10
2025-05-12compiler_types.h: fix "unused variable" in __compiletime_assert()Marc Herbert1-1/+7
2025-05-12treewide: fix typo "previlege"WangYuli1-1/+1
2025-05-12relay: remove unused relay_late_setup_filesDr. David Alan Gilbert1-3/+0
2025-05-12rapidio: remove unused functionsDr. David Alan Gilbert1-5/+0
2025-05-12scatterlist: inline sg_next()Caleb Sander Mateos1-1/+22
2025-05-12hung_task: show the blocker task if the task is hung on semaphoreLance Yang1-1/+14
2025-05-12hung_task: replace blocker_mutex with encoded blockerLance Yang2-1/+104
2025-05-12kernel.h: move PTR_IF() and u64_to_user_ptr() to util_macros.hAndy Shevchenko2-9/+67
2025-05-12kernel.h: move READ/WRITE definitions to <linux/types.h>Ingo Molnar2-4/+4
2025-05-12task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END checkPasha Tatashin1-2/+0
2025-05-12mm: move mmap/vma locking logic into specific filesLorenzo Stoakes2-227/+231
2025-05-12mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni1-5/+3
2025-05-12maple_tree: add sufficient heightSidhartha Kumar1-1/+3
2025-05-12maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar1-0/+2
2025-05-12mm: skip ptlock_init() for kernel PMDsKevin Brodsky1-1/+1
2025-05-12mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-12mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky1-2/+4
2025-05-12fs/proc/page: refactor to reduce code duplicationLiu Ye1-0/+4
2025-05-12xarray: make xa_alloc_cyclic() return 0 on all success casesPrzemek Kitszel1-9/+15
2025-05-12mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual1-1/+5
2025-05-12mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-3/+6
2025-05-12kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_wri...David Hildenbrand1-3/+3
2025-05-12mm: fix parameter passed to page_mapcount_is_type()Gavin Shan1-1/+1