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.19.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-7.0.y
linux-7.1.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
2020-05-02
perf/core: fix parent pid/tid in task exit events
Ian Rogers
2020-05-02
audit: check the length of userspace generated audit records
Paul Moore
2020-05-02
perf/core: Disable page faults when getting phys address
Jiri Olsa
2020-05-02
kernel/gcov/fs.c: gcov_seq_next() should increase position index
Vasily Averin
2020-04-24
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
2020-04-24
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
2020-04-24
ftrace/kprobe: Show the maxactive number on kprobe_events
Masami Hiramatsu
2020-04-24
kmod: make request_module() return an error when autoloading is disabled
Eric Biggers
2020-04-24
x86/speculation: Remove redundant arch_smt_update() invocation
Zhenzhong Duan
2020-04-24
signal: Extend exec_id to 64bits
Eric W. Biederman
2020-04-24
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
2020-04-24
genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()
Alexander Sverdlin
2020-04-24
sched: Avoid scale real weight down to zero
Michael Wang
2020-04-13
padata: always acquire cpu_hotplug_lock before pinst->lock
Daniel Jordan
2020-04-02
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-04-02
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-04-02
genirq: Fix reference leaks on irq affinity notifiers
Edward Cree
2020-04-02
cgroup1: don't call release_agent when it is ""
Tycho Andersen
2020-04-02
cgroup-v1: cgroup_pidlist_next should update position index
Vasily Averin
2020-04-02
futex: Unbreak futex hashing
Thomas Gleixner
2020-04-02
futex: Fix inode life-time issue
Peter Zijlstra
2020-04-02
x86/mm: split vmalloc_sync_all()
Joerg Roedel
2020-03-20
signal: avoid double atomic counter increments for user accounting
Linus Torvalds
2020-03-20
workqueue: don't use wq_select_unbound_cpu() for bound works
Hillf Danton
2020-03-20
cgroup: Iterate tasks that did not finish do_exit()
Michal Koutný
2020-03-20
cgroup: cgroup_procs_next should increase position index
Vasily Averin
2020-03-20
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-03-11
kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logic
Masami Hiramatsu
2020-03-11
audit: always check the netlink payload length in audit_receive_msg()
Paul Moore
2020-03-11
kprobes: Set unoptimized flag after unoptimizing code
Masami Hiramatsu
2020-03-11
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
2020-03-11
audit: fix error handling in audit_data_to_entry()
Paul Moore
2020-02-28
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
2020-02-28
trigger_next should increase position index
Vasily Averin
2020-02-28
ftrace: fpid_next() should increase position index
Vasily Averin
2020-02-28
watchdog/softlockup: Enforce that timestamp is valid on boot
Thomas Gleixner
2020-02-28
tracing: Fix very unlikely race of registering two stat tracers
Steven Rostedt (VMware)
2020-02-28
tracing: Fix tracing_stat return values in error handling paths
Luis Henriques
2020-02-28
cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order
Peter Zijlstra
2020-02-28
padata: Remove broken queue flushing
Herbert Xu
2020-02-14
perf/core: Fix mlock accounting in perf_mmap()
Song Liu
2020-02-14
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
2020-02-14
ftrace: Protect ftrace_graph_hash with ftrace_sync
Steven Rostedt (VMware)
2020-02-14
ftrace: Add comment to why rcu_dereference_sched() is open coded
Steven Rostedt (VMware)
2020-02-14
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
Amol Grover
2020-02-14
tracing: Annotate ftrace_graph_hash pointer with __rcu
Amol Grover
2020-02-14
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
2020-02-14
irqdomain: Fix a memory leak in irq_domain_push_irq()
Kevin Hao
2020-02-14
tracing: Fix sched switch start/stop refcount racy updates
Mathieu Desnoyers
2020-02-14
kernel/module: Fix memleak in module_add_modinfo_attrs()
YueHaibing
[next]