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-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
2017-10-04
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
Steven Rostedt (VMware)
2017-10-04
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
2017-10-04
ftrace: Fix selftest goto location on error
Steven Rostedt (VMware)
2017-10-03
locktorture: Fix potential memory leak with rw lock test
Yang Shi
2017-10-03
perf/core: Fix group {cpu,task} validation
Mark Rutland
2017-10-03
tracing: Fix freeing of filter in create_filter() when set_str is false
Steven Rostedt (VMware)
2017-10-03
audit: Fix use after free in audit_remove_watch_rule()
Jan Kara
2017-09-10
signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
Jamie Iles
2017-09-10
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
Tejun Heo
2017-09-10
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
2017-09-10
Revert "perf/core: Drop kernel samples even though :u is specified"
Ingo Molnar
2017-07-31
tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate results
Pavankumar Kondeti
2017-07-31
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
2017-07-31
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
2017-07-31
kernel/extable.c: mark core_kernel_text notrace
Marcin Nowakowski
2017-07-31
tracing/kprobes: Allow to create probe with a module name starting with a digit
Sabrina Dubroca
2017-07-31
kernel/panic.c: add missing \n
Jiri Slaby
2017-07-31
sysctl: enable strict writes
Kees Cook
2017-07-31
time: Fix clock->read(clock) race around clocksource changes
John Stultz
2017-07-26
stackprotector: Increase the per-task stack canary's random range from 32 bit...
Daniel Micay
2017-06-25
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
2017-06-25
genirq: Release resources in __setup_irq() error path
Heiner Kallweit
2017-06-25
perf/core: Drop kernel samples even though :u is specified
Jin Yao
2017-06-25
cpuset: consider dying css as offline
Tejun Heo
2017-06-25
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
2017-06-13
sched/fair: Initialize throttle_count for new task-groups lazily
Konstantin Khlebnikov
2017-06-13
sched/fair: Do not announce throttled next buddy in dequeue_task_fair()
Konstantin Khlebnikov
2017-06-08
tracing/kprobes: Enforce kprobes teardown after testing
Thomas Gleixner
2017-06-08
genirq: Introduce struct irq_common_data to host shared irq data
Jiang Liu
2017-06-07
cgroup: use bitmask to filter for_each_subsys
Aleksa Sarai
2017-06-07
sched, cgroup: reorganize threadgroup locking
Tejun Heo
2017-06-07
pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes
Eric W. Biederman
2017-05-17
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
2017-05-17
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
2017-05-17
padata: free correct variable
Jason A. Donenfeld
2017-05-17
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-05-17
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
2017-05-17
perf/core: Fix event inheritance on fork()
Peter Zijlstra
2017-05-17
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
2017-05-17
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
2017-03-06
perf/core: Fix the perf_cpu_time_max_percent check
Tan Xiaojun
2017-03-06
perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation
Peter Zijlstra
2017-03-06
perf/core: Fix implicitly enable dynamic interrupt throttle
Kan Liang
2017-03-06
perf/core: Fix dynamic interrupt throttle
Peter Zijlstra
2017-03-06
printk: use rcuidle console tracepoint
Sergey Senozhatsky
2017-03-06
futex: Move futex_init() to core_initcall
Yang Yang
2017-03-06
perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
Peter Zijlstra
2017-03-06
sysctl: fix proc_doulongvec_ms_jiffies_minmax()
Eric Dumazet
2017-03-06
jump_labels: API for flushing deferred jump label updates
David Matlack
2017-03-02
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
[next]