aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney5-54/+119
2014-06-23rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney1-2/+2
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar1-15/+8
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar1-8/+19
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar1-0/+1
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar1-16/+16
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar1-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner9-21/+21
2014-06-22Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman9-48/+295
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu1-1/+1
2014-06-21futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner1-87/+61
2014-06-21futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner1-14/+28
2014-06-21futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner1-67/+71
2014-06-21futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner1-63/+61
2014-06-21futex: Make unlock_pi more robustThomas Gleixner1-51/+25
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner1-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner5-28/+83
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner3-38/+38
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner1-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner1-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner1-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner1-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner1-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner1-11/+20
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner3-35/+218
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+36
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds3-35/+218
2014-06-21tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov1-3/+1
2014-06-21tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov1-13/+11
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov1-0/+2
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+41
2014-06-19alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav1-1/+1
2014-06-19workqueue: stronger test in process_one_work()Lai Jiangshan1-7/+2
2014-06-19workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan1-7/+3
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-4/+0
2014-06-19workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan1-1/+1
2014-06-19workqueue: clear leftover flags when detachedLai Jiangshan1-0/+3
2014-06-19workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan1-2/+0
2014-06-19workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan1-2/+1
2014-06-19workqueue: remove the empty check in too_many_workers()Lai Jiangshan1-7/+0
2014-06-19workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan1-1/+1
2014-06-18sched: Fix CACHE_HOT_BUDY conditionHillf Danton1-5/+4
2014-06-18sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel1-5/+7
2014-06-18sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel1-3/+2
2014-06-17cgroup: fix broken css_has_online_children()Li Zefan1-1/+1
2014-06-16x86, kaslr: boot-time selectable with hibernationKees Cook1-0/+6
2014-06-16PM / hibernate: introduce "nohibernate" boot parameterKees Cook3-5/+35
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2-6/+13
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2-5/+2
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker1-1/+7