summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-051-2/+2
* perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-07-051-22/+48
* kernel/panic.c: add missing \nJiri Slaby2017-07-051-1/+1
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-07-054-36/+50
* time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-291-10/+10
* time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-291-16/+36
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-06-291-6/+14
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-241-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-241-3/+3
* genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-241-1/+3
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-241-1/+1
* kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2017-06-172-0/+12
* kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2017-06-171-24/+4
* kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger2017-06-173-230/+239
* kernel/ucount.c: mark user_header with kmemleak_ignore()Luis R. Rodriguez2017-06-171-2/+1
* cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki2017-06-141-13/+7
* cpufreq: schedutil: move cached_raw_freq to struct sugov_policyViresh Kumar2017-06-141-4/+4
* cpu/hotplug: Drop the device lock on errorSebastian Andrzej Siewior2017-06-141-2/+2
* perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-141-0/+21
* cpuset: consider dying css as offlineTejun Heo2017-06-141-2/+2
* cgroup: Prevent kill_css() from being called more than onceWaiman Long2017-06-141-0/+5
* ptrace: Properly initialize ptracer_cred on forkEric W. Biederman2017-06-141-7/+13
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-252-1/+6
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-251-1/+1
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-251-1/+1
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-251-2/+6
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-251-1/+1
* padata: free correct variableJason A. Donenfeld2017-05-201-1/+1
* bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-05-141-5/+16
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-141-0/+11
* cpu/hotplug: Serialize callback invocations properSebastian Andrzej Siewior2017-05-081-8/+9
* bpf: improve verifier packet range checksAlexei Starovoitov2017-05-031-2/+3
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-271-2/+14
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-271-3/+5
* ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-213-0/+12
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-211-4/+16
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-212-4/+8
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-121-4/+4
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-04-121-4/+10
* padata: avoid race in reorderingJason A. Donenfeld2017-04-081-2/+3
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo2017-03-261-1/+1
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* perf/core: Fix use-after-free in perf_release()Peter Zijlstra2017-03-261-0/+11
* locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-221-5/+10
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-03-221-9/+11
* bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2017-03-221-3/+8
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2017-03-221-3/+8
* bpf: fix state equivalenceAlexei Starovoitov2017-03-221-1/+1