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
*
cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags
Zefan Li
2017-10-12
1
-4
/
+5
*
sched: move no_new_privs into new atomic flags
Kees Cook
2017-10-12
2
-3
/
+3
*
perf/core: Correct event creation with PERF_FORMAT_GROUP
Peter Zijlstra
2017-10-12
1
-5
/
+10
*
sched/topology: Fix overlapping sched_group_capacity
Peter Zijlstra
2017-10-12
1
-6
/
+16
*
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
2017-10-12
1
-1
/
+16
*
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
2017-10-12
1
-1
/
+1
*
sched/topology: Refactor function build_overlap_sched_groups()
Lauro Ramos Venancio
2017-10-12
1
-19
/
+43
*
sched: Rename a misleading variable in build_overlap_sched_groups()
Zhihui Zhang
2017-10-12
1
-7
/
+6
*
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2017-09-15
5
-13
/
+36
*
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
2017-09-15
1
-8
/
+5
*
signal: Only reschedule timers on signals timers have sent
Eric W. Biederman
2017-09-15
1
-6
/
+14
*
genirq: Release resources in __setup_irq() error path
Heiner Kallweit
2017-09-15
1
-1
/
+3
*
srcu: Allow use of Classic SRCU from both process and interrupt context
Paolo Bonzini
2017-09-15
1
-4
/
+6
*
rcu: Move preemption disabling out of __srcu_read_lock()
Paul E. McKenney
2017-09-15
1
-2
/
+0
*
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
2017-09-15
1
-0
/
+8
*
alarmtimer: Prevent overflow of relative timers
Thomas Gleixner
2017-09-15
1
-3
/
+3
*
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
2017-09-15
2
-1
/
+6
*
pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()
Kirill Tkhai
2017-09-15
1
-2
/
+6
*
pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
Eric W. Biederman
2017-09-15
1
-1
/
+1
*
lockdep: teach lockdep about memalloc_noio_save
Nikolay Borisov
2017-08-26
1
-1
/
+3
*
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
2017-08-26
1
-4
/
+10
*
padata: free correct variable
Jason A. Donenfeld
2017-08-26
1
-1
/
+1
*
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
2017-07-18
1
-2
/
+14
*
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
2017-07-18
1
-3
/
+5
*
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-07-18
1
-4
/
+10
*
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
2017-07-18
1
-4
/
+4
*
perf/core: Fix event inheritance on fork()
Peter Zijlstra
2017-07-18
1
-2
/
+3
*
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
Matt Fleming
2017-07-18
1
-2
/
+2
*
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
2017-07-18
1
-0
/
+2
*
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
2017-07-18
1
-9
/
+11
*
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
Amey Telawane
2017-06-05
1
-1
/
+1
*
locking/static_keys: Add static_key_{en,dis}able() helpers
Peter Zijlstra
2017-06-05
1
-4
/
+2
*
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
2017-04-04
1
-2
/
+1
*
sched/cputime: Fix invalid gtime in proc
Hiroshi Shimamoto
2017-03-16
1
-0
/
+3
*
printk: use rcuidle console tracepoint
Sergey Senozhatsky
2017-03-16
1
-1
/
+1
*
futex: Move futex_init() to core_initcall
Yang Yang
2017-03-16
1
-1
/
+1
*
perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
Peter Zijlstra
2017-03-16
1
-21
/
+21
*
sysctl: fix proc_doulongvec_ms_jiffies_minmax()
Eric Dumazet
2017-03-16
1
-0
/
+1
*
jump_labels: API for flushing deferred jump label updates
David Matlack
2017-03-16
1
-0
/
+7
*
fgraph: Handle a case where a tracer ignores set_graph_notrace
Steven Rostedt (Red Hat)
2017-03-16
1
-3
/
+14
*
hotplug: Make register and unregister notifier API symmetric
Michal Hocko
2017-03-16
1
-6
/
+7
*
mnt: Add a per mount namespace limit on the number of mounts
Eric W. Biederman
2017-02-26
1
-0
/
+9
*
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
2017-02-23
1
-4
/
+57
*
perf: Do not double free
Peter Zijlstra
2017-02-23
1
-1
/
+6
*
perf: Fix event->ctx locking
Peter Zijlstra
2017-02-23
1
-37
/
+207
*
perf: Fix race in swevent hash
Peter Zijlstra
2017-02-23
1
-19
/
+1
*
locking/rtmutex: Prevent dequeue vs. unlock race
Thomas Gleixner
2017-02-23
1
-2
/
+66
*
PM / sleep: fix device reference leak in test_suspend
Johan Hovold
2017-02-23
1
-1
/
+3
*
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
2017-02-23
1
-7
/
+41
*
genirq/generic_chip: Add irq_unmap callback
Sebastian Frias
2017-02-23
1
-0
/
+22
[next]