summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-12Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2016-01-11Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
2016-01-07workqueue: simplify the apply_workqueue_attrs_locked()wanghaibin
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-01-06perf/core: Collapse more IPI loopsPeter Zijlstra
2016-01-06Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2016-01-06sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du
2016-01-06sched/deadline: Fix the earliest_dl.next logicWanpeng Li
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar
2016-01-06sched/core: Reset task's lockless wake-queues on fork()Sebastian Andrzej Siewior
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin
2016-01-06perf: Fix race in swevent hashPeter Zijlstra
2016-01-06perf: Fix race in perf_event_exec()Peter Zijlstra
2016-01-05Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-04tracing: Fix setting of start_index in find_next()Qiu Peiyang
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2015-12-29posix-clock: Fix return code on the poll method's error pathRichard Cochran
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner
2015-12-21missing include asm/paravirt.h in cputime.cStefano Stabellini
2015-12-21irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit
2015-12-20futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT opDarren Hart
2015-12-20futex: Cleanup the goto confusion in requeue_pi()Thomas Gleixner
2015-12-20futex: Remove pointless put_pi_state calls in requeue()Thomas Gleixner
2015-12-20futex: Document pi_state refcounting in requeue codeThomas Gleixner
2015-12-20futex: Rename free_pi_state() to put_pi_state()Thomas Gleixner
2015-12-20futex: Drop refcount if requeue_pi() acquired the rtmutexThomas Gleixner
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins
2015-12-19clocksource: Make clocksource validation work for all clocksourcesYang Yingliang
2015-12-19Merge branch 'irq/wire-msi-bridge' of git://git.kernel.org/pub/scm/linux/kern...Thomas Gleixner
2015-12-19Merge branch 'fortglx/4.5/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2015-12-19kexec: Fix race between panic() and crash_kexec()Hidehiro Kawai
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon