1. 6029a91 workqueue: add workqueue->unbound_attrs by Tejun Heo · 11 years ago
  2. f3f90ad workqueue: determine NUMA node of workers accourding to the allowed cpumask by Tejun Heo · 11 years ago
  3. e3c916a workqueue: drop 'H' from kworker names of unbound worker pools by Tejun Heo · 11 years ago
  4. bce9038 workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[] by Tejun Heo · 11 years ago
  5. a892cac workqueue: move pwq_pool_locking outside of get/put_unbound_pool() by Tejun Heo · 11 years ago
  6. 4862125 workqueue: fix memory leak in apply_workqueue_attrs() by Tejun Heo · 11 years ago
  7. 13e2e55 workqueue: fix unbound workqueue attrs hashing / comparison by Tejun Heo · 11 years ago
  8. bc0caf0 workqueue: fix race condition in unbound workqueue free path by Tejun Heo · 11 years ago
  9. b592760 workqueue: remove pwq_lock which is no longer used by Lai Jiangshan · 11 years ago
  10. a357fc0 workqueue: protect wq->saved_max_active with wq->mutex by Lai Jiangshan · 11 years ago
  11. b09f4fd workqueue: protect wq->pwqs and iteration with wq->mutex by Lai Jiangshan · 11 years ago
  12. 87fc741 workqueue: protect wq->nr_drainers and ->flags with wq->mutex by Lai Jiangshan · 11 years ago
  13. 3c25a55 workqueue: rename wq->flush_mutex to wq->mutex by Lai Jiangshan · 11 years ago
  14. 68e13a6 workqueue: rename wq_mutex to wq_pool_mutex by Lai Jiangshan · 11 years ago
  15. 519e3c1 workqueue: avoid false negative in assert_manager_or_pool_lock() by Lai Jiangshan · 11 years ago
  16. 8810945 workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCU by Lai Jiangshan · 11 years ago
  17. 951a078 workqueue: kick a worker in pwq_adjust_max_active() by Lai Jiangshan · 11 years ago
  18. 6a092df workqueue: simplify current_is_workqueue_rescuer() by Lai Jiangshan · 11 years ago
  19. 12ee4fc workqueue: add missing POOL_FREEZING by Lai Jiangshan · 11 years ago
  20. 7dbc725 workqueue: restore CPU affinity of unbound workers on CPU_ONLINE by Tejun Heo · 11 years ago
  21. a9ab775 workqueue: directly restore CPU affinity of workers from CPU_ONLINE by Tejun Heo · 11 years ago
  22. bd7c089 workqueue: relocate rebind_workers() by Tejun Heo · 11 years ago
  23. 822d840 workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool_worker() by Tejun Heo · 11 years ago
  24. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  25. 2e109a2 workqueue: rename workqueue_lock to wq_mayday_lock by Tejun Heo · 11 years ago
  26. 794b18b workqueue: separate out pool_workqueue locking into pwq_lock by Tejun Heo · 11 years ago
  27. 5bcab33 workqueue: separate out pool and workqueue locking into wq_mutex by Tejun Heo · 11 years ago
  28. 7d19c5c workqueue: relocate global variable defs and function decls in workqueue.c by Tejun Heo · 11 years ago
  29. cd54968 workqueue: better define locking rules around worker creation / destruction by Tejun Heo · 11 years ago
  30. ebf44d1 workqueue: factor out initial worker creation into create_and_start_worker() by Tejun Heo · 11 years ago
  31. bc3a1af workqueue: rename worker_pool->assoc_mutex to ->manager_mutex by Tejun Heo · 11 years ago
  32. 8425e3d5 workqueue: inline trivial wrappers by Tejun Heo · 11 years ago
  33. 611c92a workqueue: rename @id to @pi in for_each_each_pool() by Tejun Heo · 11 years ago
  34. c5aa87b workqueue: update comments and a warning message by Tejun Heo · 11 years ago
  35. 983ca25 workqueue: fix max_active handling in init_and_link_pwq() by Tejun Heo · 11 years ago
  36. 699ce09 workqueue: implement and use pwq_adjust_max_active() by Tejun Heo · 11 years ago
  37. 0fbd95a workqueue: relocate pwq_set_max_active() by Tejun Heo · 11 years ago
  38. e6267616 workqueue: implement current_is_workqueue_rescuer() by Tejun Heo · 11 years ago
  39. 226223a workqueue: implement sysfs interface for workqueues by Tejun Heo · 11 years ago
  40. 36b519d Merge branch 'for-3.10-subsys_virtual_register' into for-3.10 by Tejun Heo · 11 years ago
  41. d73ce00 driver/base: implement subsys_virtual_register() by Tejun Heo · 11 years ago
  42. ba630e4 cpumask: implement cpumask_parse() by Tejun Heo · 11 years ago
  43. 8719dce workqueue: reject adjusting max_active or applying attrs to ordered workqueues by Tejun Heo · 11 years ago
  44. 618b01e workqueue: make it clear that WQ_DRAINING is an internal flag by Tejun Heo · 11 years ago
  45. 9e8cd2f workqueue: implement apply_workqueue_attrs() by Tejun Heo · 11 years ago
  46. c917808 workqueue: perform non-reentrancy test when queueing to unbound workqueues too by Tejun Heo · 11 years ago
  47. 75ccf59 workqueue: prepare flush_workqueue() for dynamic creation and destrucion of unbound pool_workqueues by Tejun Heo · 11 years ago
  48. 8864b4e workqueue: implement get/put_pwq() by Tejun Heo · 11 years ago
  49. d2c1d40 workqueue: restructure __alloc_workqueue_key() by Tejun Heo · 11 years ago
  50. 493008a workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL instead by Tejun Heo · 11 years ago
  51. ac6104c workqueue: add pool ID to the names of unbound kworkers by Tejun Heo · 11 years ago
  52. f02ae73 workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool() by Tejun Heo · 11 years ago
  53. 7a62c2c workqueue: remove unbound_std_worker_pools[] and related helpers by Tejun Heo · 11 years ago
  54. 29c91e9 workqueue: implement attribute-based unbound worker_pool management by Tejun Heo · 11 years ago
  55. 7a4e344 workqueue: introduce workqueue_attrs by Tejun Heo · 11 years ago
  56. 4e1a1f9 workqueue: separate out init_worker_pool() from init_workqueues() by Tejun Heo · 11 years ago
  57. 34a06bd workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arb by Tejun Heo · 11 years ago
  58. fa1b54e workqueue: update synchronization rules on worker_pool_idr by Tejun Heo · 11 years ago
  59. 76af4d9 workqueue: update synchronization rules on workqueue->pwqs by Tejun Heo · 11 years ago
  60. 7fb98ea workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_pwq() by Tejun Heo · 11 years ago
  61. 420c0dd workqueue: remove workqueue_struct->pool_wq.single by Tejun Heo · 11 years ago
  62. d84ff05 workqueue: consistently use int for @cpu variables by Tejun Heo · 11 years ago
  63. 493a172 workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iterators by Tejun Heo · 11 years ago
  64. 24b8a84 workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functions by Tejun Heo · 11 years ago
  65. 1711696 workqueue: introduce for_each_pool() by Tejun Heo · 11 years ago
  66. 49e3cf4 workqueue: replace for_each_pwq_cpu() with for_each_pwq() by Tejun Heo · 11 years ago
  67. 30cdf24 workqueue: add workqueue_struct->pwqs list by Tejun Heo · 11 years ago
  68. e904e6c workqueue: introduce kmem_cache for pool_workqueues by Tejun Heo · 11 years ago
  69. e98d5b1 workqueue: make workqueue_lock irq-safe by Tejun Heo · 11 years ago
  70. 6183c00 workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()s by Tejun Heo · 11 years ago
  71. b310410 workqueue: better define synchronization rule around rescuer->pool updates by Lai Jiangshan · 11 years ago
  72. f36dc67 workqueue: change argument of worker_maybe_bind_and_lock() to @pool by Lai Jiangshan · 11 years ago
  73. f5faa07 workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock() by Lai Jiangshan · 11 years ago
  74. 45d9550 workqueue: allow more off-queue flag space by Lai Jiangshan · 11 years ago
  75. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 11 years ago
  76. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 11 years ago
  77. 8e8b180 Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  78. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  79. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  80. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  81. 6977c6f Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  82. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  83. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  84. 686c094 Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  85. bc2e4a9 Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  86. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  87. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  88. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  89. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  90. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  91. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  92. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  93. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  94. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  95. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  96. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 11 years ago
  97. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  98. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  99. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  100. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago