summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-03-12workqueue: restructure __alloc_workqueue_key()Tejun Heo-29/+38
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo-12/+10
2013-03-12workqueue: add pool ID to the names of unbound kworkersTejun Heo-1/+2
2013-03-12workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()Tejun Heo-11/+11
2013-03-12workqueue: remove unbound_std_worker_pools[] and related helpersTejun Heo-60/+6
2013-03-12workqueue: implement attribute-based unbound worker_pool managementTejun Heo-13/+224
2013-03-12workqueue: introduce workqueue_attrsTejun Heo-22/+81
2013-03-12workqueue: separate out init_worker_pool() from init_workqueues()Tejun Heo-16/+21
2013-03-12workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arbTejun Heo-11/+10
2013-03-12workqueue: update synchronization rules on worker_pool_idrTejun Heo-25/+46
2013-03-12workqueue: update synchronization rules on workqueue->pwqsTejun Heo-17/+70
2013-03-12workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...Tejun Heo-15/+14
2013-03-12workqueue: remove workqueue_struct->pool_wq.singleTejun Heo-14/+12
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo-16/+13
2013-03-12workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iteratorsTejun Heo-49/+28
2013-03-12workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functionsTejun Heo-42/+45
2013-03-12workqueue: introduce for_each_pool()Tejun Heo-15/+21
2013-03-12workqueue: replace for_each_pwq_cpu() with for_each_pwq()Tejun Heo-31/+22
2013-03-12workqueue: add workqueue_struct->pwqs listTejun Heo-6/+27
2013-03-12workqueue: introduce kmem_cache for pool_workqueuesTejun Heo-31/+12
2013-03-12workqueue: make workqueue_lock irq-safeTejun Heo-22/+22
2013-03-12workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()sTejun Heo-39/+46
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan-1/+3
2013-03-04workqueue: change argument of worker_maybe_bind_and_lock() to @poolLai Jiangshan-9/+9
2013-03-04workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()Lai Jiangshan-4/+3
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+4
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro-1/+1
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel-65/+0
2013-03-02kdb_main: fix help printJason Wessel-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds-0/+2
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds-8/+77
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds-779/+120
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-71/+46
2013-02-27kcmp: make it depend on CHECKPOINT_RESTORECyrill Gorcunov-3/+1
2013-02-27kfifo: move kfifo.c from kernel/ to lib/Stefani Seibold-610/+1
2013-02-27kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu-1/+1
2013-02-27kernel/utsname_sysctl.c: put get/get_uts() into CONFIG_PROC_SYSCTL code blockYuanhan Liu-1/+2
2013-02-27sysctl: fix null checking in bin_dn_node_address()Xi Wang-1/+2
2013-02-27posix-timers: convert to idr_alloc()Tejun Heo-10/+8