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-10-15
tracing: Stop fortify-string from warning in tracing_mark_raw_write()
Steven Rostedt
2025-10-15
tracing: Fix tracing_mark_raw_write() to use buf and not ubuf
Steven Rostedt
2025-10-15
tracing: Have trace_marker use per-cpu data to read user space
Steven Rostedt
2025-10-15
tracing: Fix irqoff tracers on failure of acquiring calltime
Steven Rostedt
2025-10-15
tracing: Fix wakeup tracers on failure of acquiring calltime
Steven Rostedt
2025-10-15
tracing: Fix race condition in kprobe initialization causing NULL pointer der...
Yuan Chen
2025-10-15
tracing: Fix lock imbalance in s_start() memory allocation failure path
Sasha Levin
2025-10-15
bpf: Reject negative offsets for ALU ops
Yazhou Tang
2025-10-15
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
2025-10-15
srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
Zqiang
2025-10-15
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
2025-10-15
smp: Fix up and expand the smp_call_function_many() kerneldoc
Rafael J. Wysocki
2025-10-15
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
2025-10-15
tick: Do not set device to detached state in tick_shutdown()
Bibo Mao
2025-10-15
genirq/test: Ensure CPU 1 is online for hotplug test
Brian Norris
2025-10-15
genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptions
Brian Norris
2025-10-15
genirq/test: Depend on SPARSE_IRQ
Brian Norris
2025-10-15
genirq/test: Select IRQ_DOMAIN
Brian Norris
2025-10-15
genirq/test: Fix depth tests on architectures with NOREQUEST by default.
David Gow
2025-10-15
genirq: Add irq_chip_(startup/shutdown)_parent()
Inochi Amaoto
2025-10-15
bpf: Remove preempt_disable in bpf_try_get_buffers
Tao Chen
2025-10-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
2025-10-15
cpuset: fix failure to enable isolated partition when containing isolcpus
Chen Ridong
2025-10-15
sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
Peter Zijlstra
2025-10-15
uprobes: uprobe_warn should use passed task
Jeremy Linton
2025-10-15
seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fast
Johannes Nixdorf
2025-10-15
pid: use ns_capable_noaudit() when determining net sysctl permissions
Christian Göttsche
2025-10-12
ring buffer: Propagate __rb_map_vma return value to caller
Ankit Khushwaha
2025-09-28
Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-09-27
tracing: fgraph: Protect return handler from recursion loop
Masami Hiramatsu (Google)
2025-09-26
Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-26
Merge tag 'locking-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-09-25
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2025-09-25
sched/deadline: Fix dl_server behaviour
Peter Zijlstra
2025-09-25
sched/deadline: Fix dl_server getting stuck
Peter Zijlstra
2025-09-24
Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-25
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
2025-09-24
tracing: fprobe: Fix to remove recorded module addresses from filter
Masami Hiramatsu (Google)
2025-09-24
futex: Use correct exit on failure from futex_hash_allocate_default()
Sebastian Andrzej Siewior
2025-09-23
tracing: dynevent: Add a missing lockdown check on dynevent
Masami Hiramatsu (Google)
2025-09-23
tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()
Wang Liang
2025-09-22
Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-09-22
sched_ext: idle: Handle migration-disabled tasks in BPF code
Andrea Righi
2025-09-21
vhost: Take a reference on the task in struct vhost_task.
Sebastian Andrzej Siewior
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
2025-09-18
Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-09-17
Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-09-18
tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()
Wang Liang
2025-09-17
Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-09-17
Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
[next]