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
2022-06-14
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
2022-06-14
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
2022-06-14
tracing: Make tp_printk work on syscall tracepoints
Jeff Xie
2022-06-14
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-06-09
ftrace: Clean up hash direct_functions on register failures
Song Liu
2022-06-09
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Naveen N. Rao
2022-06-09
tracing: Initialize integer variable to prevent garbage return value
Gautam Menghani
2022-06-09
tracing: Fix return value of trace_pid_write()
Wonhyuk Yang
2022-06-09
tracing: Fix potential double free in create_var_ref()
Keita Suzuki
2022-06-09
tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
Daniel Bristot de Oliveira
2022-06-09
tracing: Reset the function filter after completing trampoline/graph selftest
Li Huafei
2022-06-09
module: fix [e_shstrndx].sh_size=0 OOB access
Alexey Dobriyan
2022-06-09
dma-direct: don't over-decrypt memory
Robin Murphy
2022-06-09
dma-direct: don't fail on highmem CMA pages in dma_direct_alloc_pages
Christoph Hellwig
2022-06-09
PM: EM: Decrement policy counter
Pierre Gondois
2022-06-09
printk: wake waiters for safe and NMI contexts
John Ogness
2022-06-09
printk: add missing memory barrier to wake_up_klogd()
John Ogness
2022-06-09
printk: use atomic updates for klogd work
John Ogness
2022-06-09
sched/psi: report zeroes for CPU full at the system level
Chengming Zhou
2022-06-09
sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
Chengming Zhou
2022-06-09
signal: Deliver SIGTRAP on perf event asynchronously if blocked
Marco Elver
2022-06-09
scftorture: Fix distribution of short handler delays
Paul E. McKenney
2022-06-09
dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC
Mikulas Patocka
2022-06-09
sched/core: Avoid obvious double update_rq_clock warning
Hao Jia
2022-06-09
rcu: Make TASKS_RUDE_RCU select IRQ_WORK
Paul E. McKenney
2022-06-09
rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs()
Paul E. McKenney
2022-06-09
rcu-tasks: Fix race in schedule and flush work
Padmanabha Srinivasaiah
2022-06-09
ptrace: Reimplement PTRACE_KILL by always sending SIGKILL
Eric W. Biederman
2022-06-09
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
2022-06-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-06-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
2022-06-06
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
2022-06-06
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-06-06
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
2022-06-06
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
2022-05-30
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
2022-05-30
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2022-05-25
lockdown: also lock down previous kgdb use
Daniel Thompson
2022-05-25
audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts
Julian Orth
2022-05-25
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
2022-05-18
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
2022-05-18
genirq: Remove WARN_ON_ONCE() in generic_handle_domain_irq()
Lukas Wunner
2022-05-12
genirq: Synchronize interrupt thread startup
Thomas Pfaff
2022-05-12
timekeeping: Mark NMI safe time accessors as notrace
Kurt Kanzenbach
2022-04-27
perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
Zhipeng Xie
2022-04-27
sched/pelt: Fix attach_entity_load_avg() corner case
kuyo chang
2022-04-27
irq_work: use kasan_record_aux_stack_noalloc() record callstack
Zqiang
2022-04-20
cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
Steven Price
2022-04-20
dma-direct: avoid redundant memory sync for swiotlb
Chao Gao
2022-04-20
timers: Fix warning condition in __run_timers()
Anna-Maria Behnsen
[next]