summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-27kernel-chktaint: add reporting for tainted modulesRandy Dunlap1-1/+17
2026-01-27lib/group_cpus: make group CPU cluster awareWangyang Guo1-65/+206
2026-01-27atomic: add option for weaker alignment checkFinn Thain2-1/+15
2026-01-27atomic: add alignment check to instrumented atomic operationsPeter Zijlstra2-0/+21
2026-01-27atomic: specify alignment for atomic_t and atomic64_tFinn Thain2-2/+2
2026-01-27bpf: explicitly align bpf_res_spin_lockFinn Thain2-2/+1
2026-01-27init/main: read bootconfig header with get_unaligned_le32()Sun Jian1-4/+5
2026-01-27init/main.c: check if rdinit was explicitly set before printing warningLillian Berry1-2/+5
2026-01-27linux/log2.h: reduce instruction count for is_power_of_2()Maciej W. Rozycki1-1/+1
2026-01-27tsacct: skip all kernel threadsMathieu Desnoyers1-1/+1
2026-01-27once: don't use a work queue to reset sleepable static keyLuck, Tony1-1/+1
2026-01-27fat: avoid parent link count underflow in rmdirZhiyu Zhang2-2/+12
2026-01-27kho: remove duplicate header file referencesLong Wei1-1/+0
2026-01-27kho: test: clean up residual memory upon test_kho module unloadLong Wei1-1/+5
2026-01-27lib/glob: convert selftest to KUnitKir Chou18-193/+139
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