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