index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-01-26
atomic: add option for weaker alignment check
Finn Thain
2026-01-26
atomic: add alignment check to instrumented atomic operations
Peter Zijlstra
2026-01-26
atomic: specify alignment for atomic_t and atomic64_t
Finn Thain
2026-01-26
bpf: explicitly align bpf_res_spin_lock
Finn Thain
2026-01-26
init/main: read bootconfig header with get_unaligned_le32()
Sun Jian
2026-01-26
init/main.c: check if rdinit was explicitly set before printing warning
Lillian Berry
2026-01-26
linux/log2.h: reduce instruction count for is_power_of_2()
Maciej W. Rozycki
2026-01-26
tsacct: skip all kernel threads
Mathieu Desnoyers
2026-01-26
once: don't use a work queue to reset sleepable static key
Luck, Tony
2026-01-26
fat: avoid parent link count underflow in rmdir
Zhiyu Zhang
2026-01-26
kho: remove duplicate header file references
Long Wei
2026-01-26
kho: test: clean up residual memory upon test_kho module unload
Long Wei
2026-01-26
lib/glob: convert selftest to KUnit
Kir Chou
2026-01-26
rust: task: restrict Task::group_leader() to current
Alice Ryhl
2026-01-26
kernel/fork: update obsolete use_mm references to kthread_use_mm
mingzhu.wang(王明珠)
2026-01-26
ocfs2: add check for free bits before allocation in ocfs2_move_extent()
Deepanshu Kartikey
2026-01-26
lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC comment
Tomas Glozar
2026-01-26
kho/abi: add memblock ABI header
Mike Rapoport (Microsoft)
2026-01-26
kho: relocate vmalloc preservation structure to KHO ABI header
Jason Miu
2026-01-26
kho: introduce KHO FDT ABI header
Jason Miu
2026-01-26
kho: docs: combine concepts and FDT documentation
Mike Rapoport (Microsoft)
2026-01-26
kho/abi: memfd: make generated documentation more coherent
Mike Rapoport (Microsoft)
2026-01-26
kho/abi: luo: make generated documentation more coherent
Mike Rapoport (Microsoft)
2026-01-26
ocfs2: adjust function name reference
Julia Lawall
2026-01-26
x86/kexec: add a sanity check on previous kernel's ima kexec buffer
Harshit Mogalapalli
2026-01-26
of/kexec: refactor ima_get_kexec_buffer() to use ima_validate_range()
Harshit Mogalapalli
2026-01-26
ima: verify the previous kernel's IMA buffer lies in addressable RAM
Harshit Mogalapalli
2026-01-26
types: drop definition of __EXPORTED_HEADERS__
Thomas Weißschuh
2026-01-26
liveupdate: separate memfd support into LIVEUPDATE_MEMFD
Pasha Tatashin
2026-01-26
lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabled
Chaitanya Mishra
2026-01-26
resource: provide 0args DEFINE_RES variant for unset resource desc
Christian Marangi
2026-01-26
ipc/shm: uapi: remove dependency on libc
Thomas Weißschuh
2026-01-26
lib/tests: convert test_min_heap module to KUnit
Ryota Sakamoto
2026-01-26
editorconfig: add rst extension
Kari Argillander
2026-01-26
kfifo: fix kmalloc_array_node() argument order
Randy Dunlap
2026-01-26
vmcoreinfo: make hwerr_data visible for debugging
Breno Leitao
2026-01-26
mm/zone_device: reinitialize large zone device private folios
Matthew Brost
2026-01-26
mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...
Waiman Long
2026-01-26
mm/kfence: randomize the freelist on initialization
Pimyn Girgis
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
2026-01-26
mm: memfd_luo: restore and free memfd_luo_ser on failure
Pratyush Yadav (Google)
2026-01-26
mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()
Pratyush Yadav (Google)
2026-01-26
memfd: export alloc_file()
Pratyush Yadav (Google)
2026-01-26
flex_proportions: make fprop_new_period() hardirq safe
Jan Kara
2026-01-26
mailmap: add entry for Viacheslav Bocharov
Viacheslav Bocharov
2026-01-26
mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfn
Jane Chu
2026-01-26
mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
Jane Chu
2026-01-26
mm, swap: restore swap_space attr aviod kernel panic
robin.kuo
2026-01-26
mm/kasan: fix KASAN poisoning in vrealloc()
Andrey Ryabinin
[prev]
[next]