summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
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
2016-04-01kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-02-27sched: fix __sched_setscheduler() vs load balancing raceMike Galbraith
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-02-27itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-27posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-27hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner
2016-02-13posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-13futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2016-01-22genirq: Prevent chip buslock deadlockThomas Gleixner
2015-12-30sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2015-12-30sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2015-12-30ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)
2015-11-27perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra
2015-11-17sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-11-17clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-11-17genirq: Fix race in register_irq_proc()Ben Hutchings