summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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 race in swevent hashPeter Zijlstra
2017-02-23locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner
2017-02-23PM / sleep: fix device reference leak in test_suspendJohan Hovold
2017-02-23x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2017-02-23genirq/generic_chip: Add irq_unmap callbackSebastian Frias
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-20kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko
2016-11-20printk: fix parsing of "brl=" optionNicolas Iooss
2016-11-20timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-11-20PM / hibernate: Restore processor state before using per-CPU variablesThomas Garnier
2016-11-20cpuset: make sure new tasks conform to the current config of the cpusetZefan Li
2016-11-20module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-11-20posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
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-22tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)
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-22ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-08-22ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx
2016-06-15sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra
2016-06-15sched,dl: Remove return value from pull_dl_task()Peter Zijlstra
2016-06-15sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra
2016-06-15sched,rt: Remove return value from pull_rt_task()Peter Zijlstra
2016-06-15sched: Allow balance callbacks for check_class_changed()Peter Zijlstra
2016-06-15sched: Replace post_schedule with a balance callback listPeter Zijlstra
2016-06-15tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-06-15workqueue: fix ghost PENDING flag while doing MQ IORoman Pen
2016-06-15futex: Acknowledge a new waiter in counter before plistDavidlohr Bueso
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-05-01tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
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_account_process_tick() to always return jiffiesChris Friesen
2016-05-01perf/core: Fix perf_sched_count derailmentAlexander Shishkin
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner
2016-03-30cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney
2016-03-08tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-03-04kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot
2016-02-25pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-02-25workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo
2016-02-25module: wrapper for symbol name.Rusty Russell
2016-02-25cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-02-24Revert "workqueue: make sure delayed work run in local cpu"Tejun Heo
2016-02-02printk: do cond_resched() between lines while outputting to consolesTejun Heo