index
:
linux-stable.git
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.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
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2025-03-16
reboot: reboot, not shutdown, on hw_protection_reboot timeout
Ahmad Fatoum
2025-03-16
reboot: replace __hw_protection_shutdown bool action parameter with an enum
Ahmad Fatoum
2025-03-16
ucount: use rcuref_t for reference counting
Sebastian Andrzej Siewior
2025-03-16
ucount: use RCU for ucounts lookups
Sebastian Andrzej Siewior
2025-03-16
ucount: replace get_ucounts_or_wrap() with atomic_inc_not_zero()
Sebastian Andrzej Siewior
2025-03-16
crash: let arch decide usable memory range in reserved area
Sourabh Jain
2025-03-16
crash: remove an unused argument from reserve_crashkernel_generic()
Sourabh Jain
2025-03-16
kexec: initialize ELF lowest address to ULONG_MAX
Sourabh Jain
2025-03-16
mm,procfs: allow read-only remote mm access under CAP_PERFMON
Andrii Nakryiko
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
2025-03-16
mm: move mmap_init_lock() out of the header file
Suren Baghdasaryan
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
2025-03-16
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
2025-03-16
kernel/events/uprobes: handle device-exclusive entries correctly in __replace...
David Hildenbrand
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
2025-03-16
Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-16
perf/core: Use sysfs_emit() instead of scnprintf()
XieLudan
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
2025-03-15
bpf: preload: Add MODULE_DESCRIPTION
Arnd Bergmann
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
2025-03-15
bpf: fix missing kdoc string fields in cpumask.c
Emil Tsalapatis
2025-03-15
bpf: add kfunc for populating cpumask bits
Emil Tsalapatis
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
2025-03-15
bpf: use register liveness information for func_states_equal
Eduard Zingerman
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
2025-03-15
bpf: get_call_summary() utility function
Eduard Zingerman
2025-03-15
bpf: jmp_offset() and verbose_insn() utility functions
Eduard Zingerman
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
2025-03-15
bpf: Factor out check_load_mem() and check_store_reg()
Peilin Ye
2025-03-15
bpf: Factor out check_atomic_rmw()
Peilin Ye
2025-03-15
bpf: Factor out atomic_ptr_type_ok()
Peilin Ye
2025-03-15
bpf: no longer acquire map_idr_lock in bpf_map_inc_not_zero()
Eric Dumazet
2025-03-15
bpf: Summarize sleepable global subprogs
Kumar Kartikeya Dwivedi
2025-03-15
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
2025-03-15
bpf/helpers: Introduce bpf_dynptr_copy kfunc
Mykyta Yatsenko
2025-03-15
bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_write
Mykyta Yatsenko
2025-03-15
Revert "kheaders: Ignore silly-rename files"
Masahiro Yamada
2025-03-15
Revert "sched/core: Reduce cost of sched_move_task when config autogroup"
Dietmar Eggemann
2025-03-15
sched/uclamp: Optimize sched_uclamp_used static key enabling
Xuewen Yan
2025-03-15
sched/uclamp: Use the uclamp_is_used() helper instead of open-coding it
Xuewen Yan
2025-03-15
tracing: tprobe-events: Fix leakage of module refcount
Masami Hiramatsu (Google)
2025-03-15
tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
Masami Hiramatsu (Google)
2025-03-14
Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-03-14
Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-03-14
KVM: TDX: Register TDX host key IDs to cgroup misc controller
Zhiming Hu
2025-03-14
sched_ext: idle: Refactor scx_select_cpu_dfl()
Andrea Righi
2025-03-14
sched_ext: idle: Honor idle flags in the built-in idle selection policy
Andrea Righi
2025-03-14
tracing: Correct the refcount if the hist/hist_debug file fails to open
Tengda Wu
[prev]
[next]