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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'timers-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-11-03
1
-0
/
+2
|
\
|
*
posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
Benjamin Segall
2024-10-27
1
-0
/
+2
*
|
Merge tag 'sched-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-03
6
-22
/
+69
|
\
\
|
*
|
sched/ext: Fix scx vs sched_delayed
Peter Zijlstra
2024-10-30
1
-2
/
+12
|
*
|
sched: Pass correct scheduling policy to __setscheduler_class
Aboorva Devarajan
2024-10-29
5
-11
/
+11
|
*
|
sched/numa: Fix the potential null pointer dereference in task_numa_work()
Shawn Wang
2024-10-26
1
-2
/
+2
|
*
|
sched: Fix pick_next_task_fair() vs try_to_wake_up() race
Peter Zijlstra
2024-10-23
2
-9
/
+46
|
|
/
*
|
Merge tag 'perf-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-11-03
1
-1
/
+1
|
\
\
|
*
|
perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
Kan Liang
2024-10-23
1
-1
/
+1
|
|
/
*
|
Merge tag 'irq-urgent-2024-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-11-03
1
-1
/
+1
|
\
\
|
*
|
genirq/msi: Fix off-by-one error in msi_domain_alloc()
Jinjie Ruan
2024-10-27
1
-1
/
+1
|
|
/
*
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-10-31
4
-27
/
+66
|
\
\
|
*
|
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
2024-10-30
1
-3
/
+30
|
*
|
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
2024-10-30
1
-1
/
+9
|
*
|
bpf: Add bpf_mem_alloc_check_size() helper
Hou Tao
2024-10-30
1
-1
/
+13
|
*
|
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
2024-10-30
1
-6
/
+5
|
*
|
bpf: disallow 40-bytes extra stack for bpf_fastcall patterns
Eduard Zingerman
2024-10-29
1
-12
/
+2
|
*
|
bpf: Fix out-of-bounds write in trie_get_next_key()
Byeonguk Jeong
2024-10-29
1
-1
/
+1
|
*
|
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
2024-10-29
1
-3
/
+6
*
|
|
Merge tag 'cgroup-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-10-29
2
-3
/
+20
|
\
\
\
|
*
|
|
cgroup: Fix potential overflow issue when checking max_depth
Xiu Jianfeng
2024-10-14
1
-2
/
+2
|
*
|
|
cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction
Chen Ridong
2024-10-08
1
-1
/
+18
*
|
|
|
Merge tag 'sched_ext-for-6.12-rc5-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-10-29
1
-12
/
+17
|
\
\
\
\
|
*
|
|
|
scx: Fix raciness in scx_ops_bypass()
David Vernet
2024-10-25
1
-12
/
+17
*
|
|
|
|
resource,kexec: walk_system_ram_res_rev must retain resource flags
Gregory Price
2024-10-28
1
-3
/
+1
*
|
|
|
|
fork: only invoke khugepaged, ksm hooks if no error
Lorenzo Stoakes
2024-10-28
1
-5
/
+2
*
|
|
|
|
fork: do not invoke uffd on fork if error occurs
Lorenzo Stoakes
2024-10-28
1
-1
/
+4
*
|
|
|
|
Merge tag 'ftrace-v6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-10-27
1
-8
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
fgraph: Change the name of cpuhp state to "fgraph:online"
Steven Rostedt
2024-10-24
1
-1
/
+1
|
*
|
|
|
fgraph: Fix missing unlock in register_ftrace_graph()
Li Huafei
2024-10-24
1
-7
/
+3
*
|
|
|
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-10-24
6
-57
/
+57
|
\
\
\
\
\
|
*
|
|
|
|
bpf: Check validity of link->type in bpf_link_show_fdinfo()
Hou Tao
2024-10-24
1
-5
/
+9
|
*
|
|
|
|
bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
Andrii Nakryiko
2024-10-23
1
-1
/
+1
|
*
|
|
|
|
bpf,perf: Fix perf_event_detach_bpf_prog error handling
Jiri Olsa
2024-10-23
1
-2
/
+0
|
*
|
|
|
|
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
2024-10-22
1
-38
/
+35
|
*
|
|
|
|
bpf: Add MEM_WRITE attribute
Daniel Borkmann
2024-10-22
4
-9
/
+9
|
*
|
|
|
|
bpf: Preserve param->string when parsing mount options
Hou Tao
2024-10-22
1
-2
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-10-24
1
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
2024-10-23
1
-3
/
+3
*
|
|
|
|
|
tracing: Consider the NULL character when validating the event length
Leo Yan
2024-10-23
1
-1
/
+1
*
|
|
|
|
|
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
2024-10-23
4
-4
/
+19
*
|
|
|
|
|
uprobe: avoid out-of-bounds memory access of fetching args
Qiao Ma
2024-10-21
1
-3
/
+6
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-10-20
13
-70
/
+128
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
2024-10-17
15
-182
/
+257
|
|
\
\
\
\
\
|
*
|
|
|
|
|
sched/fair: Fix external p->on_rq users
Peter Zijlstra
2024-10-14
6
-6
/
+32
|
*
|
|
|
|
|
sched/psi: Fix mistaken CPU pressure indication after corrupted task state bug
Johannes Weiner
2024-10-14
2
-21
/
+39
|
*
|
|
|
|
|
sched/core: Dequeue PSI signals for blocked tasks that are delayed
Peter Zijlstra
2024-10-11
1
-1
/
+3
|
*
|
|
|
|
|
sched: Fix delayed_dequeue vs switched_from_fair()
Peter Zijlstra
2024-10-11
5
-34
/
+30
|
*
|
|
|
|
|
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
2024-10-11
2
-3
/
+16
|
*
|
|
|
|
|
sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()
Phil Auld
2024-10-11
1
-1
/
+1
[next]