summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2015-04-10sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-04-10perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-30timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-23ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-23ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-23workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-23cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-18console: Fix console name size mismatchPeter Hurley
2015-03-04sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen
2015-03-02kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-03-02ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-02time: adjtimex: Validate the ADJ_FREQUENCY valuesSasha Levin
2015-03-02locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior