summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-01-07KAISER: Kernel Address IsolationHugh Dickins
2018-01-07sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2018-01-07sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2018-01-01ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglockOleg Nesterov
2018-01-01kernel/params.c: align add_sysfs_param documentation with codeJean Delvare
2018-01-01sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao
2017-11-26genirq: Make sparse_irq_lock protect what it should protectThomas Gleixner
2017-11-26ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-11-11perf/core: Fix group {cpu,task} validationMark Rutland
2017-11-11perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2017-11-11audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-11-11perf/core: Fix locking for children siblings group readJiri Olsa
2017-11-11perf/core: Invert perf_read_group() loopsPeter Zijlstra
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner
2017-08-26padata: free correct variableJason A. Donenfeld
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane
2017-03-16futex: Move futex_init() to core_initcallYang Yang
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko
2017-02-23perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra
2017-02-23perf: Do not double freePeter Zijlstra
2017-02-23perf: Fix event->ctx lockingPeter Zijlstra
2017-02-23perf: Fix perf_event_for_each() to use siblingMichael Ellerman
2017-02-23perf: Fix race in swevent hashPeter Zijlstra
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore
2016-08-22kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-08-22wait/ptrace: assume __WALL if the child is tracedOleg Nesterov
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-05-01tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-05-01tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner