summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-05-17ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-05-17tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-05-17padata: free correct variableJason A. Donenfeld1-1/+1
2017-05-17ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-05-17ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-05-17perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-05-17futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-05-17futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-06perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun1-1/+1
2017-03-06perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra1-1/+2
2017-03-06perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang1-0/+7
2017-03-06perf/core: Fix dynamic interrupt throttlePeter Zijlstra1-36/+51
2017-03-06printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-03-06futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-03-06perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-03-06sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-03-06jump_labels: API for flushing deferred jump label updatesDavid Matlack1-0/+7
2017-03-02ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2-4/+27
2017-01-12kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2017-01-12fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2017-01-12timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner1-2/+2
2016-12-23ptrace: being capable wrt a process requires mapped uids/gidsJann Horn1-5/+28
2016-12-23mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman1-0/+9
2016-12-21cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park1-3/+14
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall1-4/+21
2016-10-03fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-10-03tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-10-02sched/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-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-31timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-08-31uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-19module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-08-19audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+164
2016-08-19Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2016-08-19audit: Fix check of return value of strnlen_user()Jan Kara1-1/+1
2016-08-06posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-07-10pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-07-10bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn1-1/+0
2016-07-10bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov1-0/+1
2016-07-10cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-07-10futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-07-10tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-07-10cgroup: set css->id to -1 during initTejun Heo1-0/+1
2016-07-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-07-10cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-06-17locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson1-3/+6
2016-06-06wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-06-06ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4