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
2024-08-14
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
2024-08-14
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
2024-08-14
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
2024-08-14
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
2024-08-14
padata: Fix possible divide-by-0 panic in padata_mt_helper()
Waiman Long
2024-08-14
tracing: Fix overflow in get_free_elt()
Tze-nan Wu
2024-08-14
genirq/irqdesc: Honor caller provided affinity in alloc_desc()
Shay Drory
2024-08-14
kcov: properly check for softirq context
Andrey Konovalov
2024-08-14
timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
Thomas Gleixner
2024-08-14
ntp: Safeguard against time_constant overflow
Justin Stitt
2024-08-14
clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
Paul E. McKenney
2024-08-14
clocksource: Scale the watchdog read retries automatically
Feng Tang
2024-08-14
ntp: Clamp maxerror and esterror to operating range
Justin Stitt
2024-08-14
tick/broadcast: Move per CPU pointer access into the atomic section
Thomas Gleixner
2024-08-14
module: make waiting for a concurrent module loader interruptible
Linus Torvalds
2024-08-14
module: warn about excessively long module waits
Linus Torvalds
2024-08-14
kprobes: Fix to check symbol prefixes correctly
Masami Hiramatsu (Google)
2024-08-14
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
2024-08-14
profiling: remove profile=sleep support
Tetsuo Handa
2024-08-14
rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation
Frederic Weisbecker
2024-08-14
rcutorture: Fix rcu_torture_fwd_cb_cr() data race
Paul E. McKenney
2024-08-14
jump_label: Fix the fix, brown paper bags galore
Peter Zijlstra
2024-08-03
bpf, events: Use prog to emit ksymbol event for main program
Hou Tao
2024-08-03
dma: fix call order in dmam_free_coherent
Lance Richardson
2024-08-03
kdb: Use the passed prompt in kdb_position_cursor()
Douglas Anderson
2024-08-03
kdb: address -Wformat-security warnings
Arnd Bergmann
2024-08-03
watchdog/perf: properly initialize the turbo mode timestamp and rearm counter
Thomas Gleixner
2024-08-03
perf: Fix event leak upon exec and file release
Frederic Weisbecker
2024-08-03
perf: Fix event leak upon exit
Frederic Weisbecker
2024-08-03
irqdomain: Fixed unbalanced fwnode get and put
Herve Codina
2024-08-03
trace/pid_list: Change gfp flags in pid_list_fill_irq()
levi.yun
2024-08-03
task_work: Introduce task_work_cancel() again
Frederic Weisbecker
2024-08-03
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
2024-08-03
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
2024-08-03
kernel: rerun task_work while freezing in get_signal()
Pavel Begunkov
2024-08-03
tick/broadcast: Make takeover of broadcast hrtimer reliable
Yu Liao
2024-08-03
bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
Alan Maguire
2024-08-03
bpf: annotate BTF show functions with __printf
Alan Maguire
2024-08-03
locking/rwsem: Add __always_inline annotation to __down_write_common() and in...
John Stultz
2024-08-03
perf: Fix default aux_watermark calculation
Adrian Hunter
2024-08-03
perf: Prevent passing zero nr_pages to rb_alloc_aux()
Adrian Hunter
2024-08-03
perf: Fix perf_aux_size() for greater-than 32-bit size
Adrian Hunter
2024-08-03
jump_label: Fix concurrency issues in static_key_slow_dec()
Thomas Gleixner
2024-08-03
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
2024-08-03
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
2024-08-03
rcu/tasks: Fix stale task snaphot for Tasks Trace
Frederic Weisbecker
2024-07-18
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-07-18
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
2024-07-18
bpf: Fail bpf_timer_cancel when callback is being cancelled
Kumar Kartikeya Dwivedi
2024-07-18
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
[next]