summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2016-01-11perf: Fix PERF_EVENT_IOC_PERIOD deadlockPeter Zijlstra
2016-01-05sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2016-01-05sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2016-01-05ring-buffer: Update read stamp with first real commit on pageSteven Rostedt (Red Hat)
2015-12-14kernel/signal.c: unexport sigsuspend()Richard Weinberger
2015-12-13printk: prevent userland from spoofing kernel messagesMathias Krause
2015-12-13perf: Fix inherited events vs. tracepoint filtersPeter Zijlstra
2015-11-16sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-11-16module: Fix locking in symbol_put_addr()Peter Zijlstra
2015-10-30workqueue: make sure delayed work run in local cpuShaohua Li
2015-10-30sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-28clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-10-28genirq: Fix race in register_irq_proc()Ben Hutchings
2015-09-30task_work: remove fifo ordering guaranteeEric Dumazet
2015-09-29fs: create and use seq_show_option for escapingKees Cook
2015-09-28sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-09-28unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-09-03signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-09-03signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-09-03perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-08-31perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-08-20sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman