summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-08-042-6/+8
|\
| * percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo2014-06-281-3/+5
| * workqueue: stronger test in process_one_work()Lai Jiangshan2014-06-191-7/+2
| * workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-06-191-7/+3
* | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-08-042-140/+62
|\ \
| * | kthread_work: wake up worker only when the worker is idleLai Jiangshan2014-07-281-1/+1
| * | workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan2014-07-221-8/+3
| * | workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan2014-07-221-2/+2
| * | workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan2014-07-221-9/+1
| * | workqueue: move rescuer pool detachment to the endLai Jiangshan2014-07-221-8/+6
| * | workqueue: unfold start_worker() into create_worker()Lai Jiangshan2014-07-221-57/+18
| * | workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan2014-07-221-22/+11
| * | workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan2014-07-221-3/+6
| * | workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2014-07-181-2/+2
| * | workqueue: alloc struct worker on its local nodeLai Jiangshan2014-07-151-4/+4
| * | workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2014-07-111-1/+1
| * | workqueue: stronger test in process_one_work()Lai Jiangshan2014-07-011-7/+1
| * | workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-07-011-4/+1
| * | workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2014-06-191-1/+1
| * | workqueue: clear leftover flags when detachedLai Jiangshan2014-06-191-0/+3
| * | workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2014-06-191-2/+0
| * | workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2014-06-191-2/+1
| * | workqueue: remove the empty check in too_many_workers()Lai Jiangshan2014-06-191-7/+0
| * | workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2014-06-191-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-08-041-4/+0
|\ \
| * | crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson2014-07-031-4/+0
| |/
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-08-032-5/+9
|\ \
| * | timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-011-4/+6
| * | sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-07-241-1/+3
* | | kexec: fix build error when hugetlbfs is disabledDavid Rientjes2014-07-301-0/+2
* | | Josh has movedJosh Triplett2014-07-301-2/+2
* | | kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-0/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-272-7/+39
|\ \ \ | |/ / |/| |
| * | kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu2014-07-181-5/+9
| * | perf: Fix lockdep warning on process exitPeter Zijlstra2014-07-161-1/+17
| * | perf: Revert ("perf: Always destroy groups on exit")Peter Zijlstra2014-07-161-1/+13
* | | tracing: Fix wraparound problems in "uptime" trace clockTony Luck2014-07-212-5/+6
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-07-197-45/+85
|\ \ \
| * | | locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-163-3/+7
| * | | locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-161-1/+4
| * | | locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-14/+14
| * | | locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low2014-07-161-2/+2
| * | | locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-162-2/+2
| * | | locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-164-11/+44
| * | | locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2014-07-162-16/+16
| * | | locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low2014-07-161-5/+5
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-07-191-1/+1
|\ \ \ \
| * | | | sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik2014-07-161-1/+1
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-07-191-2/+18
|\ \ \ \ \
| * | | | | alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz2014-07-081-2/+18