summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2014-06-21futex: Make unlock_pi more robustThomas Gleixner
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner
2014-06-21rtmutex: Document pi chain walkThomas Gleixner
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds
2014-06-21tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov
2014-06-21tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-06-19alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav
2014-06-19workqueue: stronger test in process_one_work()Lai Jiangshan
2014-06-19workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds
2014-06-19workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan
2014-06-19workqueue: clear leftover flags when detachedLai Jiangshan
2014-06-19workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan
2014-06-19workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan
2014-06-19workqueue: remove the empty check in too_many_workers()Lai Jiangshan
2014-06-19workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan
2014-06-18sched: Fix CACHE_HOT_BUDY conditionHillf Danton
2014-06-18sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel
2014-06-18sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel
2014-06-17cgroup: fix broken css_has_online_children()Li Zefan
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker
2014-06-16irq_work: Implement remote queueingFrederic Weisbecker
2014-06-16irq_work: Split raised and lazy listsFrederic Weisbecker
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-14Merge branch 'perf/core' into perf/urgent, to pick up the latest fixesIngo Molnar
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu
2014-06-12Merge tag 'trace-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12Merge tag 'pm+acpi-3.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-06-12fork: Use ktime_get_ts()Thomas Gleixner
2014-06-12kdb: Use ktime_get_ts()Thomas Gleixner