summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2015-04-13perf: Fix irq_work 'tail' recursionPeter Zijlstra
2015-03-26cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-26cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-26cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-03-26workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-26ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-26ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-26ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)
2015-03-26console: Fix console name size mismatchPeter Hurley
2015-03-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-03-18sched: Fix hrtick_start() on UPWanpeng Li
2015-03-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-03-18mm, hugetlb: remove unnecessary lower bound on sysctl handlers"?Andrey Ryabinin
2015-03-06ntp: Fixup adjtimex freq validation on 32-bit systemsJohn Stultz
2015-03-06kdb: Fix off by one error in kdb_cpu()Jason Wessel
2015-03-06kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2015-03-06kdb: fix incorrect counts in KDB summary command outputJay Lan
2015-03-06ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)
2015-03-06tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-03-06ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens
2015-02-06Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds
2015-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-02-05hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-01-22cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner
2015-01-22module: make module_refcount() a signed integer.Rusty Russell
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2015-01-20param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOCRusty Russell
2015-01-17kernel: avoid overflow in cmp_rangeLouis Langholtz
2015-01-16workqueue: fix subtle pool management issue which can stall whole worker_poolTejun Heo
2015-01-17Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-15tracing: Fix enabling of syscall events on the command lineSteven Rostedt (Red Hat)