summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner
2015-08-10tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-07-15security_syslog() should be called once onlyVasily Averin
2015-07-15perf: Fix ring_buffer_attach() RCU sync, againOleg Nesterov
2015-07-15sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-07-15sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-07-15tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-07-15tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-07-15PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai
2015-07-15rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney
2015-07-09genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin
2015-06-30tracing: Have filter check for balanced opsSteven Rostedt
2015-06-30ring-buffer-benchmark: Fix the wrong sched_priority of producerWang Long
2015-06-03module: Call module notifier on failure after complete_formation()Steven Rostedt
2015-05-28sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-05-20sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-05-06ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov
2015-05-05ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-05-05x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti