summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-27ipc/shm: uapi: remove dependency on libcThomas Weißschuh1-3/+0
2026-01-27lib/tests: convert test_min_heap module to KUnitRyota Sakamoto19-106/+81
2026-01-27editorconfig: add rst extensionKari Argillander1-1/+1
2026-01-27kfifo: fix kmalloc_array_node() argument orderRandy Dunlap1-1/+1
2026-01-21fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin1-1/+1
2026-01-21kallsyms: prevent module removal when printing module name and buildidPetr Mladek1-0/+3
2026-01-21kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek3-5/+10
2026-01-21kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek6-30/+11
2026-01-21kallsyms: cleanup code for appending the module buildidPetr Mladek1-9/+33
2026-01-21module: add helper function for reading module_buildid()Petr Mladek2-7/+11
2026-01-21kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...Petr Mladek1-4/+8
2026-01-21kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek1-1/+6
2026-01-21.editorconfig: respect .editorconfig settings from parent directoriesKevin Hao1-2/+0
2026-01-21fat: remove unused parameterLalit Shankar Chowdhury1-2/+2
2026-01-21watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing13-25/+28
2026-01-21kernel/crash: handle multi-page vmcoreinfo in crash kernel copyPnina Feder1-4/+13
2026-01-21kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTESPnina Feder1-2/+4
2026-01-21mm: use ARRAY_END() instead of open-coding itAlejandro Colomar2-3/+3
2026-01-21kernel: fix off-by-one benign bugsAlejandro Colomar1-2/+2
2026-01-21mm: fix benign off-by-one bugsAlejandro Colomar2-3/+3
2026-01-21array_size.h: add ARRAY_END()Alejandro Colomar2-2/+6
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap123-1/+122
2026-01-21lib/tests: convert test_uuid module to KUnitRyota Sakamoto19-152/+119
2026-01-21ocfs2: annotate more flexible array members with __counted_by_le()Dmitry Antipov2-5/+3
2026-01-21ocfs2: fix oob in __ocfs2_find_pathEdward Adam Davis1-4/+5
2026-01-21ocfs2: add validate function for slot map blocksPrithvi Tambewagh1-2/+25
2026-01-21ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov1-2/+3
2026-01-21ocfs2: validate inline data i_size during inode readDeepanshu Kartikey1-6/+19
2026-01-21ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey1-0/+7
2026-01-21ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET2-6/+6
2026-01-21ocfs2: detect released suballocator BG for fh_to_[dentry|parent]Heming Zhao2-11/+21
2026-01-21ocfs2: give ocfs2 the ability to reclaim suballocator free bgHeming Zhao1-9/+299
2026-01-21crash_dump: constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET1-2/+2
2026-01-21oid_registry: allow arbitrary size OIDsJames Bottomley1-8/+18
2026-01-21Merge tag 'devicetree-fixes-for-6.19-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+7
2026-01-21Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds22-135/+341
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-19/+25
2026-01-20Merge tag 'pwm/for-6.19-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-4/+11
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed2-10/+11
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao1-5/+12
2026-01-20Docs/mm/allocation-profiling: describe sysctrl limitations in debug modeSuren Baghdasaryan2-0/+14
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes2-2/+10
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)6-66/+208
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+4
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)1-16/+8
2026-01-20mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)1-1/+1
2026-01-20mm: remove unnecessary and incorrect mmap lock assertLorenzo Stoakes1-3/+2
2026-01-20MAINTAINERS: Add myself as reviewer for PWM rust driversMichal Wilczynski1-0/+4
2026-01-19x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper1-5/+24
2026-01-19mm/vma: do not leak memory when .mmap_prepare swaps the fileLorenzo Stoakes1-2/+9