summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-05-25stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay
2017-05-25pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman
2017-05-20sched: panic on corrupted stack endJann Horn
2017-05-20perf: Fix race in swevent hashPeter Zijlstra
2017-05-20perf: Fix event->ctx lockingPeter Zijlstra
2017-05-20padata: free correct variableJason A. Donenfeld
2017-05-08perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-04-30kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2017-04-30ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-04-30tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-22ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun
2017-04-22perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-04-22ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-04-22ftrace: Fix removing of second function probeSteven Rostedt (VMware)
2017-04-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-04-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-04-18padata: avoid race in reorderingJason A. Donenfeld
2017-01-15fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-12-23cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park
2016-10-05genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee
2016-10-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov
2016-08-22module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-22Fix broken audit tests for exec arg lenLinus Torvalds
2016-08-22audit: Fix check of return value of strnlen_user()Jan Kara
2016-08-07posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-12pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-07-12bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn
2016-07-12futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-07-12tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
2016-07-12kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-11cgroup: remove redundant cleanup in css_createWenwei Tao
2016-06-19locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
2016-06-06wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-06-06ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)
2016-06-06ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)
2016-06-06sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin
2016-05-17workqueue: fix rebind bound workers warningWanpeng Li
2016-05-17tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-05-17workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-05-16timers: Use proper base migration in add_timer_on()Tejun Heo
2016-05-10futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior