aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-04-01workqueue: use NUMA-aware allocation for pool_workqueuesTejun Heo1-2/+4
2013-04-01workqueue: break init_and_link_pwq() into two functions and introduce alloc_u...Tejun Heo1-29/+49
2013-04-01workqueue: map an unbound workqueues to multiple per-node pool_workqueuesTejun Heo1-11/+37
2013-04-01workqueue: move hot fields of workqueue_struct to the endTejun Heo1-2/+4
2013-04-01workqueue: make workqueue->name[] fixed lenTejun Heo1-11/+8
2013-04-01workqueue: add workqueue->unbound_attrsTejun Heo1-12/+24
2013-04-01workqueue: determine NUMA node of workers accourding to the allowed cpumaskTejun Heo1-2/+16
2013-04-01workqueue: drop 'H' from kworker names of unbound worker poolsTejun Heo1-7/+8
2013-04-01workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]Tejun Heo1-0/+46
2013-04-01workqueue: move pwq_pool_locking outside of get/put_unbound_pool()Tejun Heo1-14/+22
2013-04-01workqueue: fix memory leak in apply_workqueue_attrs()Tejun Heo1-3/+8
2013-04-01workqueue: fix unbound workqueue attrs hashing / comparisonTejun Heo1-32/+22
2013-04-01workqueue: fix race condition in unbound workqueue free pathTejun Heo1-1/+3
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+25
2013-04-01perf: Add PERF_RECORD_MISC_MMAP_DATA to RECORD_MMAPStephane Eranian1-0/+3
2013-04-01perf: Add generic memory sampling interfaceStephane Eranian1-0/+6
2013-04-01perf/core: Add weighted samplesAndi Kleen1-0/+6
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley2-9/+10
2013-03-28audit: pass int* to nlmsg_nextAlexandru Copot1-1/+1
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds3-1/+15
2013-03-28audit: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-5/+5
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-93/+161
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman2-0/+4
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+9
2013-03-26hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan1-2/+1
2013-03-26Merge branches 'doc.2013.03.12a', 'fixes.2013.03.13a' and 'idlenocb.2013.03.2...Paul E. McKenney4-469/+435
2013-03-26rcu: Make rcu_accelerate_cbs() note need for future grace periodsPaul E. McKenney1-18/+32
2013-03-26rcu: Abstract rcu_start_future_gp() from rcu_nocb_wait_gp()Paul E. McKenney3-99/+130
2013-03-26rcu: Rename n_nocb_gp_requests to need_future_gpPaul E. McKenney2-11/+11
2013-03-26rcu: Push lock release to rcu_start_gp()'s callersPaul E. McKenney2-17/+12
2013-03-26rcu: Repurpose no-CBs event tracing to future-GP eventsPaul E. McKenney1-30/+32
2013-03-26rcu: Rearrange locking in rcu_start_gp()Paul E. McKenney1-4/+2
2013-03-26rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney4-297/+119
2013-03-26rcu: Accelerate RCU callbacks at grace-period endPaul E. McKenney1-8/+13
2013-03-26rcu: Export RCU_FAST_NO_HZ parameters to sysfsPaul E. McKenney1-11/+20
2013-03-26rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney3-5/+8
2013-03-26rcu: Add event tracing for no-CBs CPUs' grace periodsPaul E. McKenney1-0/+30
2013-03-26rcu: Add event tracing for no-CBs CPUs' callback registrationPaul E. McKenney1-0/+7
2013-03-26rcu: Introduce proper blocking to no-CBs kthreads GP waitsPaul E. McKenney3-20/+127
2013-03-26rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney1-0/+14
2013-03-26pid: Handle the exit of a multi-threaded init.Eric W. Biederman1-1/+2
2013-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2013-03-26seccomp: allow BPF_XOR based ALU instructions.Nicolas Schichan1-0/+2
2013-03-25workqueue: remove pwq_lock which is no longer usedLai Jiangshan1-11/+2
2013-03-25workqueue: protect wq->saved_max_active with wq->mutexLai Jiangshan1-17/+16
2013-03-25workqueue: protect wq->pwqs and iteration with wq->mutexLai Jiangshan1-24/+18
2013-03-25workqueue: protect wq->nr_drainers and ->flags with wq->mutexLai Jiangshan1-6/+6
2013-03-25workqueue: rename wq->flush_mutex to wq->mutexLai Jiangshan1-26/+26
2013-03-25workqueue: rename wq_mutex to wq_pool_mutexLai Jiangshan1-54/+55
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu1-1/+1