aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-11-18irqwork: Move irq safe work to irq contextThomas Gleixner
2015-11-18Merge tag 'v4.1.13' into linux-4.1.y-rtSebastian Andrzej Siewior
2015-11-09module: Fix locking in symbol_put_addr()Peter Zijlstra
2015-11-07rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner
2015-11-07bpf: Convert hashtab lock to raw lockYang Shi
2015-11-02Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-10-31latency_hist: Update sched_wakeup probeMathieu Desnoyers
2015-10-31sched: Introduce the trace_sched_waking tracepointPeter Zijlstra
2015-10-31softirq: Sanitize local_bh_[en|dis]able for RTThomas Gleixner
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-27workqueue: make sure delayed work run in local cpuShaohua Li
2015-10-22genirq: Fix race in register_irq_proc()Ben Hutchings
2015-10-22sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall
2015-10-22sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-22sched: access local runqueue directly in single_task_runningDominik Dingel
2015-10-22perf: Fix AUX buffer refcountingPeter Zijlstra
2015-10-22time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-10-12work-simple: Add missing #include <linux/export.h>Ben Hutchings
2015-10-11Merge tag 'v4.1.10' of ../../stable/linux-stable into linux-4.1.y-rtThomas Gleixner
2015-09-29unshare: Unsharing a thread does not require unsharing a vmEric W. Biederman
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-09-21sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-09-21tracing: Fix rcu splat from idle CPU on bootPhilipp Schrader
2015-09-21genirq: Handle force threading of interrupts with primary and thread handlerThomas Gleixner
2015-09-19Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-09-13genirq: Introduce irq_chip_set_type_parent() helperGrygorii Strashko
2015-09-13genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchyGrygorii Strashko
2015-09-13cpuset: use trialcs->mems_allowed as a temp variableAlban Crequy
2015-09-13perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra
2015-09-13perf: Fix double-free of the AUX bufferBen Hutchings
2015-09-13perf: Fix running time accountingPeter Zijlstra
2015-09-13perf: Fix fasync handling on inherited eventsPeter Zijlstra
2015-09-02Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner
2015-08-16signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras
2015-08-16signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras
2015-08-16Merge tag 'v4.1.5' into linux-4.1.y-rtSebastian Andrzej Siewior
2015-08-10ftrace: Fix breakage of set_ftrace_pidSteven Rostedt (Red Hat)
2015-08-10genirq: Prevent resend to interrupts marked IRQ_NESTED_THREADThomas Gleixner
2015-08-03security_syslog() should be called once onlyVasily Averin
2015-08-03PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai
2015-08-03tracing: Have branch tracer use recursive field of task structSteven Rostedt (Red Hat)
2015-08-03tracing: Fix typo from "static inlin" to "static inline"Steven Rostedt (Red Hat)
2015-08-03tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)
2015-08-03tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)
2015-07-25locking: locktorture: Do NOT include rwlock.h directlyWolfgang M. Reimer
2015-07-25Merge tag 'v4.1.3' into linux-4.1.y-rtSebastian Andrzej Siewior
2015-07-21genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin
2015-07-21livepatch: add module locking around kallsyms callsMiroslav Benes
2015-07-21rcu: Correctly handle non-empty Tiny RCU callback list with none readyPaul E. McKenney
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman