summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* KAISER: Kernel Address IsolationHugh Dickins2018-01-071-0/+6
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2018-01-071-1/+1
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2018-01-071-3/+3
* ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov2018-01-011-2/+1
* kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2018-01-011-1/+1
* sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2018-01-011-1/+2
* genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner2017-11-261-17/+7
* ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-11-261-1/+1
* perf/core: Fix group {cpu,task} validationMark Rutland2017-11-111-20/+19
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2017-11-111-2/+13
* audit: Fix use after free in audit_remove_watch_rule()Jan Kara2017-11-111-5/+7
* perf/core: Fix locking for children siblings group readJiri Olsa2017-11-111-0/+6
* perf/core: Invert perf_read_group() loopsPeter Zijlstra2017-11-111-25/+46
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2017-10-121-4/+5
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2017-10-121-5/+10
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-10-121-1/+1
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-154-11/+34
* tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca2017-09-151-8/+5
* signal: Only reschedule timers on signals timers have sentEric W. Biederman2017-09-151-6/+14
* alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-09-151-0/+8
* alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-09-151-2/+2
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-09-152-1/+6
* padata: free correct variableJason A. Donenfeld2017-08-261-1/+1
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-07-181-2/+14
* ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com2017-07-181-4/+10
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-07-181-2/+3
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-181-2/+2
* futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-0/+2
* futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra2017-07-181-9/+11
* tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane2017-06-051-1/+1
* futex: Move futex_init() to core_initcallYang Yang2017-03-161-1/+1
* sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet2017-03-161-0/+1
* hotplug: Make register and unregister notifier API symmetricMichal Hocko2017-03-161-6/+7
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-231-4/+57
* perf: Do not double freePeter Zijlstra2017-02-231-1/+6
* perf: Fix event->ctx lockingPeter Zijlstra2017-02-231-34/+201
* perf: Fix perf_event_for_each() to use siblingMichael Ellerman2017-02-231-1/+1
* perf: Fix race in swevent hashPeter Zijlstra2017-02-231-19/+1
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-02-231-2/+66
* tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-11-201-7/+8
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-11-201-0/+22
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-11-201-14/+0
* audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-08-221-168/+165
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-221-2/+4
* wait/ptrace: assume __WALL if the child is tracedOleg Nesterov2016-08-221-9/+20
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-08-221-4/+7
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-05-011-1/+1
* tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)2016-05-011-1/+4
* tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)2016-05-011-2/+6
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-05-011-0/+14