summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-26atomic: add option for weaker alignment checkFinn Thain
2026-01-26atomic: add alignment check to instrumented atomic operationsPeter Zijlstra
2026-01-26atomic: specify alignment for atomic_t and atomic64_tFinn Thain
2026-01-26bpf: explicitly align bpf_res_spin_lockFinn Thain
2026-01-26init/main: read bootconfig header with get_unaligned_le32()Sun Jian
2026-01-26init/main.c: check if rdinit was explicitly set before printing warningLillian Berry
2026-01-26linux/log2.h: reduce instruction count for is_power_of_2()Maciej W. Rozycki
2026-01-26tsacct: skip all kernel threadsMathieu Desnoyers
2026-01-26once: don't use a work queue to reset sleepable static keyLuck, Tony
2026-01-26fat: avoid parent link count underflow in rmdirZhiyu Zhang
2026-01-26kho: remove duplicate header file referencesLong Wei
2026-01-26kho: test: clean up residual memory upon test_kho module unloadLong Wei
2026-01-26lib/glob: convert selftest to KUnitKir Chou
2026-01-26rust: task: restrict Task::group_leader() to currentAlice Ryhl
2026-01-26kernel/fork: update obsolete use_mm references to kthread_use_mmmingzhu.wang(王明珠)
2026-01-26ocfs2: add check for free bits before allocation in ocfs2_move_extent()Deepanshu Kartikey
2026-01-26lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC commentTomas Glozar
2026-01-26kho/abi: add memblock ABI headerMike Rapoport (Microsoft)
2026-01-26kho: relocate vmalloc preservation structure to KHO ABI headerJason Miu
2026-01-26kho: introduce KHO FDT ABI headerJason Miu
2026-01-26kho: docs: combine concepts and FDT documentationMike Rapoport (Microsoft)
2026-01-26kho/abi: memfd: make generated documentation more coherentMike Rapoport (Microsoft)
2026-01-26kho/abi: luo: make generated documentation more coherentMike Rapoport (Microsoft)
2026-01-26ocfs2: adjust function name referenceJulia Lawall
2026-01-26x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli
2026-01-26of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()Harshit Mogalapalli
2026-01-26ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli
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-26vmcoreinfo: make hwerr_data visible for debuggingBreno Leitao
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis
2026-01-26kho: kho_preserve_vmalloc(): don't return 0 when ENOMEMAndrew Morton
2026-01-26kho: init alloc tags when restoring pages from reserved memoryRan Xiaokai
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)
2026-01-26flex_proportions: make fprop_new_period() hardirq safeJan Kara
2026-01-26mailmap: add entry for Viacheslav BocharovViacheslav Bocharov
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin