summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2014-06-30cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()Li Zefan-7/+26
2014-06-30cgroup: fix mount failure in a corner caseLi Zefan-0/+23
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)-6/+6
2014-06-30ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)-0/+32
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo-3/+5
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng-1/+7
2014-06-25Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+13
2014-06-25Merge branch 'urgent.2014.06.23a' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-56/+121
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin-0/+50
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes-2/+1
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus-2/+0
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik-0/+1
2014-06-23CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat-8/+49
2014-06-23workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon-0/+1
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney-54/+119
2014-06-23rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()Paul E. McKenney-2/+2
2014-06-23hrtimer: Remove hrtimer_enqueue_reprogram()Viresh Kumar-15/+8
2014-06-23hrtimer: Kick lowres dynticks targets on timer enqueueViresh Kumar-8/+19
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar-0/+1
2014-06-23timer: Kick dynticks targets on mod_timer*() callsViresh Kumar-16/+16
2014-06-23timer: Store cpu-number in struct tvec_baseViresh Kumar-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner-21/+21
2014-06-22Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman-48/+295
2014-06-21genirq: Export irq_domain_disassociate() to architecture interrupt driversJiang Liu-1/+1
2014-06-21futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner-87/+61
2014-06-21futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner-14/+28
2014-06-21futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner-67/+71
2014-06-21futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner-63/+61
2014-06-21futex: Make unlock_pi more robustThomas Gleixner-51/+25
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner-28/+83
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner-38/+38
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner-11/+20
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner-35/+218
2014-06-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+36
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds-35/+218
2014-06-21tracing: syscall_regfunc() should not skip kernel threadsOleg Nesterov-3/+1
2014-06-21tracing: Change syscall_*regfunc() to check PF_KTHREAD and use for_each_proce...Oleg Nesterov-13/+11
2014-06-21tracing: Fix syscall_*regfunc() vs copy_process() raceOleg Nesterov-0/+2
2014-06-19Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+41
2014-06-19alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav-1/+1
2014-06-19workqueue: stronger test in process_one_work()Lai Jiangshan-7/+2
2014-06-19workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan-7/+3
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds-4/+0
2014-06-19workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan-1/+1