summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2017-10-12perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn4-11/+34
2017-09-15tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-8/+5
2017-09-15signal: Only reschedule timers on signals timers have sentEric W. Biederman1-6/+14
2017-09-15alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-09-15alarmtimer: Prevent overflow of relative timersThomas Gleixner1-2/+2
2017-09-15tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2-1/+6
2017-08-26padata: free correct variableJason A. Donenfeld1-1/+1
2017-07-18ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-07-18ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-07-18perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming1-2/+2
2017-07-18futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-07-18futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-06-05tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1
2017-03-16futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-03-16hotplug: Make register and unregister notifier API symmetricMichal Hocko1-6/+7
2017-02-23perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+57
2017-02-23perf: Do not double freePeter Zijlstra1-1/+6
2017-02-23perf: Fix event->ctx lockingPeter Zijlstra1-34/+201
2017-02-23perf: Fix perf_event_for_each() to use siblingMichael Ellerman1-1/+1
2017-02-23perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2016-11-20tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li1-14/+0
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-168/+165
2016-08-22kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-08-22wait/ptrace: assume __WALL if the child is tracedOleg Nesterov1-9/+20
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-05-01tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-05-01tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner1-0/+14
2016-04-01kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-27sched: fix __sched_setscheduler() vs load balancing raceMike Galbraith1-0/+9
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-02-27itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-27hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2-18/+40
2016-02-13posix-clock: Fix return code on the poll method's error pathRichard Cochran1-2/+2
2016-02-13futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner1-0/+5
2016-01-22genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2015-12-30sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-3/+3
2015-12-30sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-12-30ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)1-7/+5
2015-11-27perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra1-0/+4