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
2023-07-23
swiotlb: mark swiotlb_memblock_alloc() as __init
Randy Dunlap
2023-07-23
tracing/user_events: Fix struct arg size match check
Beau Belgrave
2023-07-23
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
2023-07-23
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
2023-07-23
tracing: Fix null pointer dereference in tracing_err_log_open()
Mateusz Stachyra
2023-07-23
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
2023-07-23
fprobe: Release rethook after the ftrace_ops is unregistered
Jiri Olsa
2023-07-23
PM: QoS: Restore support for default value on frequency QoS
Chungkai Yang
2023-07-23
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
2023-07-23
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
2023-07-23
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
2023-07-23
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
2023-07-23
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
2023-07-23
bpf: cpumap: Fix memory leak in cpu_map_update_elem
Pu Lehui
2023-07-23
kernel/trace: Fix cleanup logic of enable_trace_eprobe
Tzvetomir Stoyanov (VMware)
2023-07-23
bpf: Fix max stack depth check for async callbacks
Kumar Kartikeya Dwivedi
2023-07-23
swiotlb: reduce the number of areas to match actual memory pool size
Petr Tesarik
2023-07-23
swiotlb: reduce the swiotlb buffer size on allocation failure
Alexey Kardashevskiy
2023-07-23
swiotlb: always set the number of areas before allocating the pool
Petr Tesarik
2023-07-23
workqueue: clean up WORK_* constant types, clarify masking
Linus Torvalds
2023-07-19
watch_queue: prevent dangling pipe pointer
Siddh Raman Pant
2023-07-19
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-07-19
kcsan: Don't expect 64 bits atomic builtins from 32 bits architectures
Christophe Leroy
2023-07-19
kexec: fix a memory leak in crash_shrink_memory()
Zhen Lei
2023-07-19
watchdog/perf: more properly prevent false positives with turbo modes
Douglas Anderson
2023-07-19
bpf: Fix memleak due to fentry attach failure
Yafang Shao
2023-07-19
bpf: Remove bpf trampoline selector
Yafang Shao
2023-07-19
bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
Stanislav Fomichev
2023-07-19
rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
Qiuxu Zhuo
2023-07-19
rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
Qiuxu Zhuo
2023-07-19
rcuscale: Move shutdown from wait_event() to wait_event_idle()
Paul E. McKenney
2023-07-19
rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs
Paul E. McKenney
2023-07-19
rcu: Make rcu_cpu_starting() rely on interrupts being disabled
Paul E. McKenney
2023-07-19
tick/rcu: Fix bogus ratelimit condition
Wen Yang
2023-07-19
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
2023-06-28
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
2023-06-28
bpf/btf: Accept function names that contain dots
Florent Revest
2023-06-28
bpf: Fix verifier id tracking of scalars on spill
Maxim Mikityanskiy
2023-06-28
bpf: track immediate values written to stack by BPF_ST instruction
Eduard Zingerman
2023-06-28
bpf: ensure main program has an extable
Krister Johansen
2023-06-28
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
2023-06-28
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
2023-06-28
tick/common: Align tick period during sched_timer setup
Thomas Gleixner
2023-06-21
rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
Ziwei Dai
2023-06-21
kexec: support purgatories with .text.hot sections
Ricardo Ribalda
2023-06-21
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
Qi Zheng
2023-06-21
cgroup: always put cset in cgroup_css_set_put_fork
John Sperbeck
2023-06-21
cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
Kamalesh Babulal
2023-06-14
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
2023-06-14
bpf: Fix elem_size not being set for inner maps
Rhys Rustad-Elliott
[next]