summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-04-01workqueue: introduce put_pwq_unlocked()Tejun Heo
2013-04-01workqueue: introduce numa_pwq_tbl_install()Tejun Heo
2013-04-01workqueue: use NUMA-aware allocation for pool_workqueuesTejun Heo
2013-04-01workqueue: break init_and_link_pwq() into two functions and introduce alloc_u...Tejun Heo
2013-04-01workqueue: map an unbound workqueues to multiple per-node pool_workqueuesTejun Heo
2013-04-01workqueue: move hot fields of workqueue_struct to the endTejun Heo
2013-04-01workqueue: make workqueue->name[] fixed lenTejun Heo
2013-04-01workqueue: add workqueue->unbound_attrsTejun Heo
2013-04-01workqueue: determine NUMA node of workers accourding to the allowed cpumaskTejun Heo
2013-04-01workqueue: drop 'H' from kworker names of unbound worker poolsTejun Heo
2013-04-01workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]Tejun Heo
2013-04-01workqueue: move pwq_pool_locking outside of get/put_unbound_pool()Tejun Heo
2013-04-01workqueue: fix memory leak in apply_workqueue_attrs()Tejun Heo
2013-04-01workqueue: fix unbound workqueue attrs hashing / comparisonTejun Heo
2013-04-01workqueue: fix race condition in unbound workqueue free pathTejun Heo
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian
2013-04-01perf/core: Add weighted samplesAndi Kleen
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley
2013-03-28audit: pass int* to nlmsg_nextAlexandru Copot
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-28audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman
2013-03-26hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney
2013-03-26rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney
2013-03-26rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney
2013-03-26rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney
2013-03-26rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney
2013-03-26pid: Handle the exit of a multi-threaded init.Eric W. Biederman
2013-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-03-26seccomp: allow BPF_XOR based ALU instructions.Nicolas Schichan
2013-03-25workqueue: remove pwq_lock which is no longer usedLai Jiangshan
2013-03-25workqueue: protect wq->saved_max_active with wq->mutexLai Jiangshan
2013-03-25workqueue: protect wq->pwqs and iteration with wq->mutexLai Jiangshan
2013-03-25workqueue: protect wq->nr_drainers and ->flags with wq->mutexLai Jiangshan
2013-03-25workqueue: rename wq->flush_mutex to wq->mutexLai Jiangshan