summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-37/+207
2017-02-23perf: Fix race in swevent hashPeter Zijlstra1-19/+1
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner1-2/+66
2017-02-23PM / sleep: fix device reference leak in test_suspendJohan Hovold1-1/+3
2017-02-23x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-7/+41
2017-02-23genirq/generic_chip: Add irq_unmap callbackSebastian Frias1-0/+22
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-20kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko1-6/+4
2016-11-20printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-11-20PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier1-2/+2
2016-11-20cpuset: make sure new tasks conform to the current config of the cpusetZefan Li1-0/+15
2016-11-20module: Invalidate signatures on force-loaded modulesBen Hutchings1-4/+9
2016-11-20posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2-14/+0
2016-08-22audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore1-170/+165
2016-08-22tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
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-22ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-08-22ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-06-15sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra1-15/+21
2016-06-15sched,dl: Remove return value from pull_dl_task()Peter Zijlstra1-8/+9
2016-06-15sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra1-16/+19
2016-06-15sched,rt: Remove return value from pull_rt_task()Peter Zijlstra1-10/+10
2016-06-15sched: Allow balance callbacks for check_class_changed()Peter Zijlstra1-1/+23
2016-06-15sched: Replace post_schedule with a balance callback listPeter Zijlstra4-38/+63
2016-06-15tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-06-15workqueue: fix ghost PENDING flag while doing MQ IORoman Pen1-0/+29
2016-06-15futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso1-1/+1
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-05-01tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
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_account_process_tick() to always return jiffiesChris Friesen1-7/+7
2016-05-01perf/core: Fix perf_sched_count derailmentAlexander Shishkin1-4/+3
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2-0/+14
2016-03-30cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-3/+31
2016-03-08tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)1-1/+2
2016-03-04kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-0/+14
2016-02-25workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-25module: wrapper for symbol name.Rusty Russell1-11/+15
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-02-24Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo1-4/+4
2016-02-02printk: do cond_resched() between lines while outputting to consolesTejun Heo2-3/+35