summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-20perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2017-05-20perf: Fix event->ctx lockingPeter Zijlstra1-37/+207
2017-05-20padata: free correct variableJason A. Donenfeld1-1/+1
2017-05-08perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2017-04-30kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann1-0/+8
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)6-13/+26
2017-04-30ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-30tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-22ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-04-22perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-04-22ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-04-22ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-04-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-04-18padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2017-01-15fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2016-12-23cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-10-06genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-10/+10
2016-10-06sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-12cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-09-01timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-09-01uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-22module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-08-22Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2016-08-22audit: Fix check of return value of strnlen_user()Jan Kara1-1/+1
2016-08-08posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-07-12pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-07-12bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-07-12futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-07-12tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-07-12kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-07-11cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-06-20locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-06-07wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-06-07ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-06-07ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-06-07ring-buffer: Move recursive check to per_cpu descriptorSteven Rostedt (Red Hat)1-18/+19
2016-06-07ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)1-4/+1
2016-06-07ring-buffer: Add unlikelys to make fast path the defaultSteven Rostedt (Red Hat)1-5/+5
2016-06-07sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin1-4/+7
2016-05-18workqueue: fix rebind bound workers warningWanpeng Li1-0/+11
2016-05-18tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-17workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-05-16timers: Use proper base migration in add_timer_on()Tejun Heo1-3/+17
2016-05-10futex: Handle unlock_pi race gracefullySebastian Andrzej Siewior1-3/+22
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-04-18tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-04-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-04-18sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen1-7/+7