aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-07workqueue: zero cpumask of wq_numa_possible_cpumask on initYasuaki Ishimatsu
2014-07-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low
2014-07-03Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton
2014-07-01cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)
2014-06-30tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable()Oleg Nesterov
2014-06-30tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatch...Oleg Nesterov
2014-06-30uprobes: Change unregister/apply to WARN() if uprobe/consumer is goneOleg Nesterov
2014-06-30tracing/uprobes: Revert "Support mix of ftrace and perf"Oleg Nesterov
2014-06-30cgroup: fix a race between cgroup_mount() and cgroup_kill_sb()Li Zefan
2014-06-30cgroup: fix mount failure in a corner caseLi Zefan
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng
2014-06-25Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-06-23kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-23kernel/watchdog.c: remove preemption restrictions when restarting lockup dete...Don Zickus
2014-06-23kexec: save PG_head_mask in VMCOREINFOPetr Tesarik
2014-06-23CPU hotplug, smp: flush any pending IPI callbacks before CPU offlineSrivatsa S. Bhat
2014-06-23workqueue: fix dev_set_uevent_suppress() imbalanceMaxime Bizon
2014-06-21futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner
2014-06-21futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner
2014-06-21futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner
2014-06-21futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner
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