summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-02-02kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov
2016-02-02panic: release stale console lock to always get the logbuf printed outVitaly Kuznetsov
2016-02-02posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-02futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2016-02-02time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2016-01-25ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
2016-01-25tracing: Fix setting of start_index in find_next()Qiu Peiyang
2016-01-25genirq: Prevent chip buslock deadlockThomas Gleixner