index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-08-25
bpf: Fix KASAN use-after-free Read in compute_effective_progs
Tadeusz Struk
2022-08-25
tracing/probes: Have kprobes and uprobes use $COMM too
Steven Rostedt (Google)
2022-08-25
watchdog: export lockup_detector_reconfigure
Laurent Dufour
2022-08-25
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-25
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
2022-08-25
tracing: Have filter accept "common_cpu" to be consistent
Steven Rostedt (Google)
2022-08-21
sched/fair: Fix fault in reweight_entity
Tadeusz Struk
2022-08-21
timekeeping: contribute wall clock to rng on time change
Jason A. Donenfeld
2022-08-21
sched: Fix the check of nr_running at queue wakelist
Tianchen Ding
2022-08-21
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
2022-08-21
sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()
Dietmar Eggemann
2022-08-21
kprobes: Forbid probing on trampoline and BPF code areas
Chen Zhongjin
2022-08-21
profiling: fix shift too large makes kernel panic
Chen Zhongjin
2022-08-21
wireguard: ratelimiter: use hrtimer in selftest
Jason A. Donenfeld
2022-08-21
bpf: Fix subprog names in stack traces.
Alexei Starovoitov
2022-08-21
nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()
Nicolas Saenz Julienne
2022-08-21
blktrace: Trace remapped requests correctly
Bart Van Assche
2022-08-21
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2022-08-21
locking/lockdep: Fix lockdep_init_map_*() confusion
Peter Zijlstra
2022-08-21
PM: hibernate: defer device probing when resuming from hibernation
Tetsuo Handa
2022-08-21
genirq: GENERIC_IRQ_IPI depends on SMP
Samuel Holland
2022-08-21
genirq: Don't return error on missing optional irq_request_resources()
Antonio Borneo
2022-08-21
lockdep: Allow tuning tracing capacity constants.
Tetsuo Handa
2022-08-03
watch_queue: Fix missing locking in add_watch_to_object()
Linus Torvalds
2022-08-03
watch_queue: Fix missing rcu annotation
David Howells
2022-07-29
watch-queue: remove spurious double semicolon
Linus Torvalds
2022-07-29
watchqueue: make sure to serialize 'wqueue->defunct' properly
Linus Torvalds
2022-07-29
sched/deadline: Fix BUG_ON condition for deboosted tasks
Juri Lelli
2022-07-29
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-29
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
2022-07-21
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
2022-07-21
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
2022-07-21
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
2022-07-21
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_douintvec().
Kuniyuki Iwashima
2022-07-21
sysctl: Fix data races in proc_dointvec().
Kuniyuki Iwashima
2022-07-21
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
2022-07-21
tracing/histograms: Fix memory leak problem
Zheng Yejian
2022-07-21
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2022-07-12
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
2022-07-12
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
2022-07-02
tick/nohz: unexport __init-annotated tick_nohz_full_setup()
Masahiro Yamada
2022-06-22
dma-direct: don't over-decrypt memory
Robin Murphy
2022-06-22
dma-debug: make things less spammy under memory pressure
Rob Clark
2022-06-22
bpf: Fix incorrect memory charge cost calculation in stack_map_alloc()
Yuntao Wang
2022-06-14
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
[next]