1. e120153 workqueue: fix how cpu number is stored in work->data by Tejun Heo · 16 years ago
  2. f2e005a workqueue: fix mayday_mask handling on UP by Tejun Heo · 16 years ago
  3. 931ac77 workqueue: fix build problem on !CONFIG_SMP by Tejun Heo · 16 years ago
  4. 9f9c236 workqueue: fix locking in retry path of maybe_create_worker() by Tejun Heo · 16 years ago
  5. 083b804 async: use workqueue for worker pool by Tejun Heo · 16 years ago
  6. c7fc77f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead by Tejun Heo · 16 years ago
  7. f342179 workqueue: implement unbound workqueue by Tejun Heo · 16 years ago
  8. bdbc5dd workqueue: prepare for WQ_UNBOUND implementation by Tejun Heo · 16 years ago
  9. d313dd8 workqueue: fix worker management invocation without pending works by Tejun Heo · 16 years ago
  10. a1e453d workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() by Tejun Heo · 16 years ago
  11. 4ce48b3 workqueue: fix race condition in flush_workqueue() by Tejun Heo · 16 years ago
  12. cb44476 workqueue: use worker_set/clr_flags() only from worker itself by Tejun Heo · 16 years ago
  13. fb0e7be workqueue: implement cpu intensive workqueue by Tejun Heo · 16 years ago
  14. 649027d workqueue: implement high priority workqueue by Tejun Heo · 16 years ago
  15. dcd989c workqueue: implement several utility APIs by Tejun Heo · 16 years ago
  16. d320c03 workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues by Tejun Heo · 16 years ago
  17. b71ab8c workqueue: increase max_active of keventd and kill current_is_keventd() by Tejun Heo · 16 years ago
  18. e22bee7 workqueue: implement concurrency managed dynamic worker pool by Tejun Heo · 16 years ago
  19. d302f01 workqueue: implement worker_{set|clr}_flags() by Tejun Heo · 16 years ago
  20. 7e11629 workqueue: use shared worklist and pool all workers per cpu by Tejun Heo · 16 years ago
  21. 18aa9ef workqueue: implement WQ_NON_REENTRANT by Tejun Heo · 16 years ago
  22. 7a22ad7 workqueue: carry cpu number in work data once execution starts by Tejun Heo · 16 years ago
  23. 8cca0ee workqueue: add find_worker_executing_work() and track current_cwq by Tejun Heo · 16 years ago
  24. 502ca9d workqueue: make single thread workqueue shared worker pool friendly by Tejun Heo · 16 years ago
  25. db7bccf workqueue: reimplement CPU hotplugging support using trustee by Tejun Heo · 16 years ago
  26. c8e55f3 workqueue: implement worker states by Tejun Heo · 16 years ago
  27. 8b03ae3 workqueue: introduce global cwq and unify cwq locks by Tejun Heo · 16 years ago
  28. a0a1a5f workqueue: reimplement workqueue freeze using max_active by Tejun Heo · 16 years ago
  29. 1e19ffc workqueue: implement per-cwq active work limit by Tejun Heo · 16 years ago
  30. affee4b workqueue: reimplement work flushing using linked works by Tejun Heo · 16 years ago
  31. c34056a workqueue: introduce worker by Tejun Heo · 16 years ago
  32. 73f53c4 workqueue: reimplement workqueue flushing using color coded works by Tejun Heo · 16 years ago
  33. 0f90004 workqueue: update cwq alignement by Tejun Heo · 16 years ago
  34. 1537663 workqueue: kill cpu_populated_map by Tejun Heo · 16 years ago
  35. 6416669 workqueue: temporarily remove workqueue tracing by Tejun Heo · 16 years ago
  36. a62428c workqueue: separate out process_one_work() by Tejun Heo · 16 years ago
  37. 22df02b workqueue: define masks for work flags and conditionalize STATIC flags by Tejun Heo · 16 years ago
  38. 97e37d7 workqueue: merge feature parameters into flags by Tejun Heo · 16 years ago
  39. 4690c4a workqueue: misc/cosmetic updates by Tejun Heo · 16 years ago
  40. c790bce workqueue: kill RT workqueue by Tejun Heo · 16 years ago
  41. 82805ab kthread: implement kthread_data() by Tejun Heo · 16 years ago
  42. b56c0d8 kthread: implement kthread_worker by Tejun Heo · 16 years ago
  43. 53c5f5b Merge branch 'sched-wq' of ../wq into cmwq-base by Tejun Heo · 16 years ago
  44. 85ca788 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  45. 21aa9af sched: add hooks for workqueue by Tejun Heo · 16 years ago
  46. 9ed3811 sched: refactor try_to_wake_up() by Tejun Heo · 17 years ago
  47. 3a101d0 sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining by Tejun Heo · 16 years ago
  48. 50a323b sched: define and use CPU_PRI_* enums for cpu notifier priorities by Tejun Heo · 16 years ago
  49. f6ab91a perf: Fix signed comparison in perf_adjust_period() by Peter Zijlstra · 16 years ago
  50. 90ec781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  51. 9bea7f2 module: fix bne2 "gave up waiting for init of module libcrc32c" by Rusty Russell · 16 years ago
  52. be593f4 module: verify_export_symbols under the lock by Rusty Russell · 16 years ago
  53. 3bafeb6 module: move find_module check to end by Linus Torvalds · 16 years ago
  54. 7567650 module: make locking more fine-grained. by Rusty Russell · 16 years ago
  55. 6407ebb2 module: Make module sysfs functions private. by Rusty Russell · 16 years ago
  56. 80a3d1b module: move sysfs exposure to end of load_module by Rusty Russell · 16 years ago
  57. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 16 years ago
  58. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 16 years ago
  59. d2dd328 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  60. 9e506f7 kernel/: fix BUG_ON checks for cpu notifier callbacks direct call by Akinobu Mita · 16 years ago
  61. 94b3dd0 cgroups: alloc_css_id() increments hierarchy depth by Greg Thelen · 16 years ago
  62. 485d527 sys_personality: change sys_personality() to accept "unsigned int" instead of u_long by Oleg Nesterov · 16 years ago
  63. 39d1121 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. f150dba6 Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. c6df8d5 perf: Fix crash in swevents by Peter Zijlstra · 16 years ago
  66. ff9da69 pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface by Jens Axboe · 16 years ago
  67. 5c113fb fix cpu_chain section mismatch... by Daniel J Blueman · 16 years ago
  68. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 16 years ago
  69. e51fd5e sched: Fix wake_affine() vs RT tasks by Peter Zijlstra · 16 years ago
  70. 293a7cf module: fix reference to mod->percpu after freeing module. by Rusty Russell · 16 years ago
  71. 546cf44 blktrace: Fix new kernel-doc warnings by Randy Dunlap · 16 years ago
  72. 74048f8 perf_events: Fix unincremented buffer base on partial copy by Frederic Weisbecker · 16 years ago
  73. 90151c3 perf_events: Fix event scheduling issues introduced by transactional API by Stephane Eranian · 16 years ago
  74. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 16 years ago
  75. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 16 years ago
  76. 8a49542 perf_events: Fix races in group composition by Peter Zijlstra · 16 years ago
  77. ac9721f perf_events: Fix races and clean up perf_event and perf_mmap_data interaction by Peter Zijlstra · 16 years ago
  78. 54e88fa sched: Make sure timers have migrated before killing the migration_thread by Amit K. Arora · 16 years ago
  79. fa7eada Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 16 years ago
  82. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 16 years ago
  83. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 16 years ago
  84. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 16 years ago
  85. 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. ea635c6 Fix racy use of anon_inode_getfd() in perf_event.c by Al Viro · 16 years ago
  87. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 16 years ago
  89. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 16 years ago
  90. 3dd6b5f numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations by Lee Schermerhorn · 16 years ago
  91. 5b530fc panic: call console_verbose() in panic by Anton Blanchard · 16 years ago
  92. f106eee pids: fix fork_idle() to setup ->pids correctly by Oleg Nesterov · 16 years ago
  93. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 16 years ago
  94. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 16 years ago
  95. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 16 years ago
  96. e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 16 years ago
  97. e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 16 years ago
  98. b3ac022 proc: turn signal_struct->count into "int nr_threads" by Oleg Nesterov · 16 years ago
  99. 5089a97 proc_sched_show_task(): use get_nr_threads() by Oleg Nesterov · 16 years ago
  100. 6e1be45 check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check by Oleg Nesterov · 16 years ago