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
*
watch-queue: remove spurious double semicolon
Linus Torvalds
2022-07-29
1
-1
/
+1
*
watchqueue: make sure to serialize 'wqueue->defunct' properly
Linus Torvalds
2022-07-29
1
-16
/
+37
*
tracing: Fix return value of trace_pid_write()
Wonhyuk Yang
2022-07-29
1
-2
/
+4
*
tracing: Place trace_pid_list logic into abstract functions
Steven Rostedt (VMware)
2022-07-29
7
-61
/
+217
*
tracing: Have event format check not flag %p* on __get_dynamic_array()
Steven Rostedt (Google)
2022-07-29
1
-0
/
+7
*
sched/deadline: Fix BUG_ON condition for deboosted tasks
Juri Lelli
2022-07-29
1
-1
/
+4
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-29
1
-3
/
+5
*
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
2022-07-29
1
-26
/
+19
*
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
2022-07-29
1
-1
/
+2
*
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
2022-07-29
1
-14
/
+31
*
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
2022-07-21
1
-4
/
+4
*
mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE
Muchun Song
2022-07-21
1
-9
/
+11
*
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
2022-07-21
1
-1
/
+10
*
sysctl: Fix data-races in proc_dointvec_ms_jiffies().
Kuniyuki Iwashima
2022-07-21
1
-4
/
+4
*
sysctl: Fix data-races in proc_dou8vec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
tracing: Fix sleeping while atomic in kdb ftdump
Douglas Anderson
2022-07-21
1
-5
/
+6
*
sysctl: Fix data races in proc_dointvec_jiffies().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+5
*
sysctl: Fix data races in proc_doulongvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
sysctl: Fix data races in proc_douintvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-1
/
+1
*
sysctl: Fix data races in proc_dointvec_minmax().
Kuniyuki Iwashima
2022-07-21
1
-1
/
+1
*
sysctl: Fix data races in proc_douintvec().
Kuniyuki Iwashima
2022-07-21
1
-2
/
+2
*
sysctl: Fix data races in proc_dointvec().
Kuniyuki Iwashima
2022-07-21
1
-3
/
+3
*
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
2022-07-21
1
-14
/
+23
*
tracing/histograms: Fix memory leak problem
Zheng Yejian
2022-07-21
1
-0
/
+2
*
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2022-07-21
2
-6
/
+15
*
module: fix [e_shstrndx].sh_size=0 OOB access
Alexey Dobriyan
2022-07-12
1
-0
/
+4
*
module: change to print useful messages from elf_validity_check()
Shuah Khan
2022-07-12
1
-21
/
+54
*
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2022-07-12
2
-23
/
+21
*
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
2022-07-12
1
-49
/
+23
*
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
2022-07-12
1
-17
/
+24
*
tick/nohz: unexport __init-annotated tick_nohz_full_setup()
Masahiro Yamada
2022-07-02
1
-1
/
+0
*
dma-direct: use the correct size for dma_set_encrypted()
Dexuan Cui
2022-06-29
1
-3
/
+2
*
tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp...
Masami Hiramatsu (Google)
2022-06-29
1
-1
/
+10
*
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
2022-06-25
1
-2
/
+3
*
cfi: Fix __cfi_slowpath_diag RCU usage with cpuidle
Sami Tolvanen
2022-06-22
1
-6
/
+16
*
sched: Fix balance_push() vs __sched_setscheduler()
Peter Zijlstra
2022-06-22
2
-3
/
+38
*
dma-debug: make things less spammy under memory pressure
Rob Clark
2022-06-22
1
-1
/
+1
*
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
2022-06-14
1
-0
/
+7
*
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
2022-06-14
1
-3
/
+3
*
tracing: Make tp_printk work on syscall tracepoints
Jeff Xie
2022-06-14
1
-24
/
+11
*
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-06-14
1
-9
/
+5
*
ftrace: Clean up hash direct_functions on register failures
Song Liu
2022-06-09
1
-3
/
+2
*
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Naveen N. Rao
2022-06-09
1
-34
/
+0
*
tracing: Initialize integer variable to prevent garbage return value
Gautam Menghani
2022-06-09
1
-1
/
+1
*
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
2022-06-09
1
-0
/
+3
*
dma-direct: don't over-decrypt memory
Robin Murphy
2022-06-09
1
-2
/
+2
*
dma-direct: always leak memory that can't be re-encrypted
Christoph Hellwig
2022-06-09
1
-4
/
+10
*
dma-direct: don't call dma_set_decrypted for remapped allocations
Christoph Hellwig
2022-06-09
1
-7
/
+6
*
dma-direct: factor out dma_set_{de,en}crypted helpers
Christoph Hellwig
2022-06-09
1
-31
/
+25
*
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
2022-06-09
1
-17
/
+10
[next]