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
*
audit: fix potential null dereference 'context->module.name'
Yi Wang
2018-08-06
1
-4
/
+9
*
audit: allow not equal op for audit by executable
Ondrej Mosnáček
2018-08-03
2
-1
/
+3
*
delayacct: Use raw_spinlocks
Sebastian Andrzej Siewior
2018-08-03
1
-8
/
+9
*
stop_machine: Use raw spinlocks
Thomas Gleixner
2018-08-03
1
-12
/
+12
*
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-08-03
1
-2
/
+2
*
clocksource: Move inline keyword to the beginning of function declarations
Mathieu Malaterre
2018-08-03
1
-2
/
+2
*
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
2018-08-03
1
-3
/
+34
*
sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...
Patrick Bellasi
2018-08-03
1
-9
/
+8
*
PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
Sebastian Andrzej Siewior
2018-08-03
1
-7
/
+7
*
printk: drop in_nmi check from printk_safe_flush_on_panic()
Sergey Senozhatsky
2018-08-03
1
-1
/
+1
*
kernel/hung_task.c: show all hung tasks before panic
Tetsuo Handa
2018-08-03
1
-4
/
+7
*
mm: check for SIGKILL inside dup_mmap() loop
Tetsuo Handa
2018-08-03
1
-0
/
+8
*
kcov: ensure irq code sees a valid area
Mark Rutland
2018-08-03
1
-1
/
+2
*
tracing: Quiet gcc warning about maybe unused link variable
Steven Rostedt (VMware)
2018-08-03
1
-2
/
+4
*
tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
Artem Savkov
2018-08-03
1
-2
/
+11
*
kthread, tracing: Don't expose half-written comm when creating kthreads
Snild Dolkow
2018-08-03
1
-1
/
+7
*
tracing: Fix possible double free in event_enable_trigger_func()
Steven Rostedt (VMware)
2018-08-03
1
-1
/
+5
*
tracing: Fix double free of event_trigger_data
Steven Rostedt (VMware)
2018-08-03
1
-4
/
+8
*
mm: disallow mappings that conflict for devm_memremap_pages()
Dave Jiang
2018-08-03
1
-1
/
+17
*
stop_machine: Disable preemption when waking two stopper threads
Isaac J. Manjarres
2018-07-25
1
-1
/
+5
*
bpf: undo prog rejection on read-only lock failure
Daniel Borkmann
2018-07-22
1
-29
/
+1
*
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
2018-07-22
1
-2
/
+9
*
bpf: sockmap, consume_skb in close path
John Fastabend
2018-07-22
1
-1
/
+4
*
bpf: sockmap, fix crash when ipv6 sock is added
John Fastabend
2018-07-22
1
-10
/
+48
*
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-07-22
2
-10
/
+49
*
PM / hibernate: Fix oops at snapshot_write()
Tetsuo Handa
2018-07-17
1
-0
/
+5
*
tracing: Reorder display of TGID to be after PID
Joel Fernandes (Google)
2018-07-17
2
-6
/
+7
*
tracing/kprobe: Release kprobe print_fmt properly
Jiri Olsa
2018-07-17
1
-1
/
+5
*
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-07-17
1
-17
/
+31
*
tracing: Fix missing return symbol in function_graph output
Changbin Du
2018-07-11
1
-1
/
+4
*
tracing: Avoid string overflow
Arnd Bergmann
2018-07-11
1
-1
/
+1
*
tracing: Check for no filter when processing event filters
Steven Rostedt (VMware)
2018-07-03
1
-1
/
+9
*
locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
Waiman Long
2018-07-03
1
-0
/
+1
*
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
2018-07-03
1
-2
/
+4
*
softirq: Reorder trace_softirqs_on to prevent lockdep splat
Joel Fernandes (Google)
2018-07-03
1
-1
/
+5
*
printk: fix possible reuse of va_list variable
Tetsuo Handa
2018-07-03
1
-1
/
+4
*
genirq/migration: Avoid out of line call if pending is not set
Thomas Gleixner
2018-06-26
1
-4
/
+1
*
genirq/affinity: Defer affinity setting if irq chip is busy
Thomas Gleixner
2018-06-26
1
-2
/
+35
*
genirq/generic_pending: Do not lose pending affinity update
Thomas Gleixner
2018-06-26
1
-7
/
+19
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-06-03
3
-18
/
+35
|
\
|
*
sched/headers: Fix typo
Davidlohr Bueso
2018-05-31
1
-1
/
+1
|
*
sched/deadline: Fix missing clock update
Juri Lelli
2018-05-31
1
-3
/
+3
|
*
sched/core: Require cpu_active() in select_task_rq(), for user tasks
Paul Burton
2018-05-31
1
-2
/
+1
|
*
sched/core: Fix rules for running on online && !active CPUs
Peter Zijlstra
2018-05-31
1
-12
/
+30
*
|
Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-05-29
3
-10
/
+28
|
\
\
|
|
/
|
/
|
|
*
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
2018-05-28
3
-8
/
+25
|
*
tracing: Fix crash when freeing instances with event triggers
Steven Rostedt (VMware)
2018-05-27
1
-2
/
+3
*
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-05-26
2
-5
/
+3
|
\
\
|
*
|
kthread: Allow kthread_park() on a parked kthread
Peter Zijlstra
2018-05-25
1
-4
/
+2
|
*
|
sched/topology: Clarify root domain(s) debug string
Juri Lelli
2018-05-25
1
-1
/
+1
[next]