summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-26types: drop definition of __EXPORTED_HEADERS__Thomas Weißschuh
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin
2026-01-26lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabledChaitanya Mishra
2026-01-26resource: provide 0args DEFINE_RES variant for unset resource descChristian Marangi
2026-01-26ipc/shm: uapi: remove dependency on libcThomas Weißschuh
2026-01-26lib/tests: convert test_min_heap module to KUnitRyota Sakamoto
2026-01-26editorconfig: add rst extensionKari Argillander
2026-01-26kfifo: fix kmalloc_array_node() argument orderRandy Dunlap
2026-01-20fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin
2026-01-20kallsyms: prevent module removal when printing module name and buildidPetr Mladek
2026-01-20kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-20kallsyms: cleanup code for appending the module buildidPetr Mladek
2026-01-20module: add helper function for reading module_buildid()Petr Mladek
2026-01-20kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...Petr Mladek
2026-01-20kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek
2026-01-20.editorconfig: respect .editorconfig settings from parent directoriesKevin Hao
2026-01-20fat: remove unused parameterLalit Shankar Chowdhury
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing
2026-01-20kernel/crash: handle multi-page vmcoreinfo in crash kernel copyPnina Feder
2026-01-20kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTESPnina Feder
2026-01-20mm: use ARRAY_END() instead of open-coding itAlejandro Colomar
2026-01-20kernel: fix off-by-one benign bugsAlejandro Colomar
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar
2026-01-20array_size.h: add ARRAY_END()Alejandro Colomar
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20lib/tests: convert test_uuid module to KUnitRyota Sakamoto
2026-01-20ocfs2: annotate more flexible array members with __counted_by_le()Dmitry Antipov
2026-01-20ocfs2: fix oob in __ocfs2_find_pathEdward Adam Davis
2026-01-20ocfs2: add validate function for slot map blocksPrithvi Tambewagh
2026-01-20ocfs2: adjust ocfs2_xa_remove_entry() to match UBSAN boundary checksDmitry Antipov
2026-01-20ocfs2: validate inline data i_size during inode readDeepanshu Kartikey
2026-01-20ocfs2: validate i_refcount_loc when refcount flag is setDeepanshu Kartikey
2026-01-20ocfs2: constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET
2026-01-20ocfs2: detect released suballocator BG for fh_to_[dentry|parent]Heming Zhao
2026-01-20ocfs2: give ocfs2 the ability to reclaim suballocator free bgHeming Zhao
2026-01-20crash_dump: constify struct configfs_item_operations and configfs_group_opera...Christophe JAILLET
2026-01-20oid_registry: allow arbitrary size OIDsJames Bottomley
2026-01-20Merge tag 'devicetree-fixes-for-6.19-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-20Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-01-20Merge tag 'pwm/for-6.19-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed
2026-01-20mm/kfence: fix potential deadlock in reboot notifierBreno Leitao
2026-01-20Docs/mm/allocation-profiling: describe sysctrl limitations in debug modeSuren Baghdasaryan
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)
2026-01-20mm/rmap: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-20mm/hugetlb: fix two comments related to huge_pmd_unshare()David Hildenbrand (Red Hat)
2026-01-20mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)