index
:
linux/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.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2020-10-14
perf: Fix task_function_call() error handling
Kajol Jain
2020-10-14
ftrace: Move RCU is watching check after recursion check
Steven Rostedt (VMware)
2020-10-14
usermodehelper: reset umask to default before executing user process
Linus Torvalds
2020-10-01
kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()
Masami Hiramatsu
2020-10-01
printk: handle blank console arguments passed in.
Shreyas Joshi
2020-10-01
tracing: Use address-of operator on section symbols
Nathan Chancellor
2020-10-01
timekeeping: Prevent 32bit truncation in scale64_check_overflow()
Wen Yang
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-10-01
audit: CONFIG_CHANGE don't log internal bookkeeping as an event
Steve Grubb
2020-10-01
tracing: Set kernel_stack's caller size properly
Josef Bacik
2020-10-01
kernel/sys.c: avoid copying possible padding bytes in copy_to_user
Joe Perches
2020-10-01
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
2020-10-01
kprobes: fix kill kprobe which has been marked as gone
Muchun Song
2020-09-23
gcov: add support for GCC 10.1
Peter Oberparleiter
2020-09-23
gcov: Disable gcov build with GCC 10
Leon Romanovsky
2020-09-03
locking/lockdep: Fix overflow in presentation of average lock-time
Chris Wilson
2020-09-03
blktrace: ensure our debugfs dir exists
Luis Chamberlain
2020-08-26
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
2020-08-21
genirq/affinity: Make affinity setting if activated opt-in
Thomas Gleixner
2020-08-21
genirq/affinity: Handle affinity setting on inactive interrupts correctly
Thomas Gleixner
2020-08-21
tracing: Use trace_sched_process_free() instead of exit() for pid tracing
Steven Rostedt (VMware)
2020-08-21
tracing/hwlat: Honor the tracing_cpumask
Kevin Hao
2020-08-21
kprobes: Fix NULL pointer dereference at kprobe_ftrace_handler
Muchun Song
2020-08-21
ftrace: Setup correct FTRACE_FL_REGS flags for module
Chengming Zhou
2020-08-21
sched: correct SD_flags returned by tl->sd_flags()
Peng Liu
2020-08-21
cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()
Yang Yingliang
2020-08-07
random32: update the net random state on interrupt and activity
Willy Tarreau
2020-08-05
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
2020-07-29
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
2020-07-22
sched/fair: handle case of task_h_load() returning 0
Vincent Guittot
2020-07-22
timer: Fix wheel index calculation on last level
Frederic Weisbecker
2020-07-22
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2020-07-09
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
2020-06-30
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
2020-06-30
blktrace: break out of blktrace setup on concurrent calls
Luis Chamberlain
2020-06-30
sched/core: Fix PI boosting between RT and DEADLINE tasks
Juri Lelli
2020-06-25
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
2020-06-25
kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
Masami Hiramatsu
2020-06-25
blktrace: fix endianness for blk_log_remap()
Chaitanya Kulkarni
2020-06-25
blktrace: fix endianness in get_pdu_int()
Chaitanya Kulkarni
2020-06-25
blktrace: use errno instead of bi_status
Chaitanya Kulkarni
2020-06-20
kernel/cpu_pm: Fix uninitted local in cpu_pm
Douglas Anderson
2020-06-20
exit: Move preemption fixup up, move blocking operations down
Jann Horn
2020-06-20
audit: fix a net reference leak in audit_list_rules_send()
Paul Moore
2020-06-20
audit: fix a net reference leak in audit_send_reply()
Paul Moore
2020-06-20
kgdb: Prevent infinite recursive entries to the debugger
Douglas Anderson
2020-06-20
perf: Add cond_resched() to task_function_call()
Barret Rhoden
2020-06-20
sched/fair: Don't NUMA balance for kthreads
Jens Axboe
2020-06-20
make 'user_access_begin()' do 'access_ok()'
Linus Torvalds
2020-06-11
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
[next]