summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-27rust: task: restrict Task::group_leader() to currentAlice Ryhl1-12/+12
2026-01-27kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)1-1/+1
2026-01-27ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey1-1/+6
2026-01-27lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC commentTomas Glozar1-1/+1
2026-01-27kho/abi: add memblock ABI headerMike Rapoport (Microsoft)6-83/+81
2026-01-27kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu6-41/+88
2026-01-27kho: introduce KHO FDT ABI headerJason Miu7-80/+120
2026-01-27kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)6-163/+75
2026-01-27kho/abi: memfd: make generated documentation more coherentMike Rapoport (Microsoft)1-2/+2
2026-01-27kho/abi: luo: make generated documentation more coherentMike Rapoport (Microsoft)1-4/+4
2026-01-27ocfs2: adjust function name referenceJulia Lawall1-1/+1
2026-01-27x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli1-0/+6
2026-01-27of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli1-12/+3
2026-01-27ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli2-0/+36
2026-01-27types: drop definition of __EXPORTED_HEADERS__Thomas Weißschuh1-1/+0
2026-01-27liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin2-2/+17
2026-01-27lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabledChaitanya Mishra1-2/+2
2026-01-27resource: provide 0args DEFINE_RES variant for unset resource descChristian Marangi1-1/+6
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