Gitiles Standalone
repos
/
linux-4.4
/
9b2a268b59d6147bff7a0bd3d66243a6cf71602b
/
kernel
9b2a268
taskstats: fix data-race
by Christian Brauner
· 6 years ago
8f9fc3e
hrtimer: Annotate lockless access to timer->state
by Eric Dumazet
· 6 years ago
c31663c
kernel: sysctl: make drop_caches write-only
by Johannes Weiner
· 6 years ago
575a2db
kernel/module.c: wakeup processes in module_wq on module unload
by Konstantin Khorenko
· 6 years ago
af99d94
workqueue: Fix missing kfree(rescuer) in destroy_workqueue()
by Tejun Heo
· 6 years ago
bd0c9ce
cgroup: pids: use atomic64_t for pids->limit
by Aleksa Sarai
· 6 years ago
182589e
workqueue: Fix pwq ref leak in rescuer_thread()
by Tejun Heo
· 6 years ago
8d68d03
workqueue: Fix spurious sanity check failures in destroy_workqueue()
by Tejun Heo
· 6 years ago
1354c2f
sched/core: Allow putting thread_info into task_struct
by Andy Lutomirski
· 9 years ago
49de499
sched/fair: Scale bandwidth quota and period without losing quota/period ratio precision
by Xuewei Zhang
· 6 years ago
044cc4e
audit: print empty EXECVE args
by Richard Guy Briggs
· 7 years ago
e26e9e2
sched/fair: Don't increase sd->balance_interval on newidle balance
by Valentin Schneider
· 7 years ago
ee49574
printk: fix integer overflow in setup_log_buf()
by Sergey Senozhatsky
· 7 years ago
55b2c1c
printk: Give error on attempt to set log buffer length to over 2G
by He Zhe
· 7 years ago
b99fc34
kprobes: Don't call BUG_ON() if there is a kprobe in use on free list
by Masami Hiramatsu
· 7 years ago
dc9c09f
signal: Properly deliver SIGILL from uprobes
by Eric W. Biederman
· 7 years ago
bbf66e0
signal: Always ignore SIGKILL and SIGSTOP sent to the global init
by Eric W. Biederman
· 7 years ago
87fb5df
alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPP
by Petr Vorel
· 6 years ago
b36612b
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
by Petr Mladek
· 6 years ago
35fa86e
tracing: Get trace_array reference for available_tracers files
by Steven Rostedt (VMware)
· 6 years ago
db02f78
kernel/sysctl.c: do not override max_threads provided by userspace
by Michal Hocko
· 6 years ago
43b7a9d
panic: ensure preemption is disabled during panic()
by Will Deacon
· 6 years ago
6551487
kernel/elfcore.c: include proper prototypes
by Valdis Kletnieks
· 6 years ago
c22df8e
alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
by Thadeu Lima de Souza Cascardo
· 6 years ago
291697f
printk: Do not lose last line in kmsg buffer dump
by Vincent Whitchurch
· 6 years ago
c0505af
kprobes: Prohibit probing on BUG() and WARN() address
by Masami Hiramatsu
· 6 years ago
5043f2c
sched/core: Fix CPU controller for !RT_GROUP_SCHED
by Juri Lelli
· 6 years ago
5da394b
sched/fair: Fix imbalance due to CPU affinity
by Vincent Guittot
· 6 years ago
2a8d47d
locking/lockdep: Add debug_locks check in __lock_downgrade()
by Waiman Long
· 7 years ago
eac850c
genirq: Prevent NULL pointer dereference in resend_irqs()
by Yunfeng Ye
· 6 years ago
d60df1c
cgroup: Disable IRQs while holding css_set_lock
by Daniel Bristot de Oliveira
· 9 years ago
821bc02
perf/core: Fix creating kernel counters for PMUs that override event->cpu
by Leonard Crestez
· 6 years ago
0e505a1
kernel/module.c: Only return -EEXIST for modules that have finished loading
by Prarit Bhargava
· 6 years ago
da358f3
sched/fair: Don't free p->numa_faults with concurrent readers
by Jann Horn
· 6 years ago
204b145
access: avoid the RCU grace period for the temporary subjective credentials
by Linus Torvalds
· 6 years ago
32a8925
locking/lockdep: Hide unused 'class' variable
by Arnd Bergmann
· 6 years ago
5337293
locking/lockdep: Fix lock used or unused stats error
by Yuyang Du
· 6 years ago
e589960
padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
by Daniel Jordan
· 6 years ago
95067cb
tracing/snapshot: Resize spare buffer if size changed
by Eiichi Tsukata
· 6 years ago
66166f9
timer_list: Guard procfs specific code
by Nathan Huckleberry
· 6 years ago
41164dd
ntp: Limit TAI-UTC offset
by Miroslav Lichvar
· 6 years ago
7dd2dc6
bpf: silence warning messages in core
by Valdis Klētnieks
· 6 years ago
aa147b3
locking/lockdep: Fix merging of hlocks with non-zero references
by Imre Deak
· 6 years ago
a6a605f
signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig
by Eric W. Biederman
· 6 years ago
df37b30
perf/core: Fix perf_sample_regs_user() mm check
by Peter Zijlstra
· 6 years ago
54562d2
ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
by Jann Horn
· 6 years ago
a892d74
cpu/speculation: Warn on unsupported mitigations= parameter
by Geert Uytterhoeven
· 6 years ago
f724766
tracing: Silence GCC 9 array bounds warning
by Miguel Ojeda
· 6 years ago
dd961ef
perf/ring_buffer: Add ordering to rb->nest increment
by Peter Zijlstra
· 6 years ago
8abd8a9
perf/ring_buffer: Fix exposing a temporarily decreased data_head
by Yabin Cui
· 6 years ago
d774bd2
ptrace: restore smp_rmb() in __ptrace_may_access()
by Jann Horn
· 6 years ago
5aff00e
signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFO
by Eric W. Biederman
· 6 years ago
cd23996
futex: Fix futex lock the wrong page
by ZhangXiaoxu
· 6 years ago
90a238a
ntp: Allow TAI-UTC offset to be set to zero
by Miroslav Lichvar
· 7 years ago
1bef191
kernel/sys.c: prctl: fix false positive in validate_prctl_map()
by Cyrill Gorcunov
· 6 years ago
50c0db53
sysctl: return -EINVAL if val violates minmax
by Christian Brauner
· 6 years ago
360f8fe
kernel/signal.c: trace_signal_deliver when signal_group_exit
by Zhenliang Wei
· 6 years ago
1909121
rcutorture: Fix cleanup path for invalid torture_type strings
by Paul E. McKenney
· 7 years ago
6f5e198
sched/core: Handle overflow in cpu_shares_write_u64
by Konstantin Khlebnikov
· 7 years ago
9812286
sched/core: Check quota and period overflow at usec to nsec conversion
by Konstantin Khlebnikov
· 7 years ago
a8e0739
audit: fix a memory leak bug
by Wenwen Wang
· 7 years ago
1198804
tracing: Fix partial reading of trace event's id file
by Elazar Leibovich
· 7 years ago
31a2c5f
cpu/speculation: Add 'mitigations=' cmdline option
by Josh Poimboeuf
· 7 years ago
892d988
x86/speculation: Rework SMT state change
by Thomas Gleixner
· 7 years ago
1f562be
sched: Add sched_smt_active()
by Ben Hutchings
· 6 years ago
4a215a1
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
by Jiri Kosina
· 7 years ago
a9bdfbd
timer/debug: Change /proc/timer_stats from 0644 to 0600
by Ben Hutchings
· 6 years ago
1aec586
genirq: Prevent use-after-free and work list corruption
by Prasad Sodagudi
· 7 years ago
2f14dae
sched/numa: Fix a possible divide-by-zero
by Xie XiuQi
· 7 years ago
10dbe22
trace: Fix preempt_enable_no_resched() abuse
by Peter Zijlstra
· 7 years ago
e6ca59d
kernel/sysctl.c: fix out-of-bounds access when setting file-max
by Will Deacon
· 7 years ago
70a0882
Revert "locking/lockdep: Add debug_locks check in __lock_downgrade()"
by Greg Kroah-Hartman
· 7 years ago
20fdfad
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
by Phil Auld
· 7 years ago
e70a2d3
kprobes: Fix error check when reusing optimized probes
by Masami Hiramatsu
· 7 years ago
abb5b93
kprobes: Mark ftrace mcount handler functions nokprobe
by Masami Hiramatsu
· 7 years ago
e92dc32
perf/core: Restore mmap record type correctly
by Stephane Eranian
· 7 years ago
e15f3c3
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
by Mel Gorman
· 7 years ago
39aecae
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
by Stephen Boyd
· 7 years ago
cf503f1
sysctl: handle overflow for file-max
by Christian Brauner
· 7 years ago
f7b7a59
tracing: kdb: Fix ftdump to not sleep
by Douglas Anderson
· 7 years ago
d200cc9
cpu/hotplug: Handle unbalanced hotplug enable/disable
by Lianwei Wang
· 9 years ago
fbfaa26
PM / Hibernate: Call flush_icache_range() on pages restored in-place
by James Morse
· 10 years ago
2ba2cca
perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops
by Alexander Shishkin
· 10 years ago
6f31138
perf: Synchronously free aux pages in case of allocation failure
by Alexander Shishkin
· 10 years ago
bdf3c00
vmstat: make vmstat_updater deferrable again and shut down on idle
by Christoph Lameter
· 10 years ago
e431968
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_task()
by Yuyang Du
· 10 years ago
4aada79
locking/lockdep: Add debug_locks check in __lock_downgrade()
by Waiman Long
· 7 years ago
2f59c12
futex: Ensure that futex address is aligned in handle_futex_death()
by Chen Jie
· 7 years ago
25c4c45
rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
by Zhang, Jun
· 7 years ago
c8d2a21
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
by Zev Weiss
· 7 years ago
19c53c1
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
by zhangyi (F)
· 7 years ago
7570acb
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
by Peter Zijlstra
· 9 years ago
492647b
signal: Restore the stop PTRACE_EVENT_EXIT
by Eric W. Biederman
· 7 years ago
137f4db1
tracing/uprobes: Fix output for multiple string arguments
by Andreas Ziegler
· 7 years ago
222b22e
perf/core: Fix impossible ring-buffer sizes warning
by Ingo Molnar
· 7 years ago
60de9ff
signal: Better detection of synchronous signals
by Eric W. Biederman
· 7 years ago
381fc50
signal: Always notice exiting tasks
by Eric W. Biederman
· 7 years ago
06bbc48
perf/core: Don't WARN() for impossible ring-buffer sizes
by Mark Rutland
· 7 years ago
25768bb
kernel/hung_task.c: break RCU locks based on jiffies
by Tetsuo Handa
· 7 years ago
eb9c64e
timekeeping: Use proper seqcount initializer
by Bart Van Assche
· 7 years ago
Next »