1. 1438ade5 workqueue: un-GPL function delayed_work_timer_fn() by Konstantin Khlebnikov · 11 years ago
  2. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 11 years ago
  3. 8d03ecf workqueue: reimplement is_chained_work() using current_wq_worker() by Tejun Heo · 11 years ago
  4. 1dd6381 workqueue: fix is_chained_work() regression by Tejun Heo · 11 years ago
  5. 8594fad workqueue: pick cwq instead of pool in __queue_work() by Lai Jiangshan · 11 years ago
  6. 54d5b7d workqueue: make get_work_pool_id() cheaper by Lai Jiangshan · 11 years ago
  7. e19e397 workqueue: move nr_running into worker_pool by Tejun Heo · 11 years ago
  8. 1606283 workqueue: cosmetic update in try_to_grab_pending() by Tejun Heo · 11 years ago
  9. 0b3dae6 workqueue: simplify is-work-item-queued-here test by Lai Jiangshan · 11 years ago
  10. 4468a00 workqueue: make work->data point to pool after try_to_grab_pending() by Lai Jiangshan · 11 years ago
  11. 60c057b workqueue: add delayed_work->wq to simplify reentrancy handling by Lai Jiangshan · 11 years ago
  12. 038366c workqueue: make work_busy() test WORK_STRUCT_PENDING first by Lai Jiangshan · 11 years ago
  13. 6be1958 workqueue: replace WORK_CPU_NONE/LAST with WORK_CPU_END by Lai Jiangshan · 11 years ago
  14. 706026c workqueue: post global_cwq removal cleanups by Tejun Heo · 11 years ago
  15. e6e380e workqueue: rename nr_running variables by Tejun Heo · 11 years ago
  16. a60dc39 workqueue: remove global_cwq by Tejun Heo · 11 years ago
  17. 4e8f0a6 workqueue: remove worker_pool->gcwq by Tejun Heo · 11 years ago
  18. 38db41d workqueue: replace for_each_worker_pool() with for_each_std_worker_pool() by Tejun Heo · 11 years ago
  19. a105630 workqueue: make freezing/thawing per-pool by Tejun Heo · 11 years ago
  20. 94cf58b workqueue: make hotplug processing per-pool by Tejun Heo · 11 years ago
  21. d565ed6 workqueue: move global_cwq->lock to worker_pool by Tejun Heo · 11 years ago
  22. ec22ca5 workqueue: move global_cwq->cpu to worker_pool by Tejun Heo · 11 years ago
  23. c9e7cf2 workqueue: move busy_hash from global_cwq to worker_pool by Tejun Heo · 11 years ago
  24. 7c3eed5 workqueue: record pool ID instead of CPU in work->data when off-queue by Tejun Heo · 11 years ago
  25. 9daf9e6 workqueue: add worker_pool->id by Tejun Heo · 11 years ago
  26. 715b06b workqueue: introduce WORK_OFFQ_CPU_NONE by Tejun Heo · 11 years ago
  27. 35b6bb6 workqueue: make GCWQ_FREEZING a pool flag by Tejun Heo · 11 years ago
  28. 2464757 workqueue: make GCWQ_DISASSOCIATED a pool flag by Tejun Heo · 11 years ago
  29. e34cdddb workqueue: use std_ prefix for the standard per-cpu pools by Tejun Heo · 11 years ago
  30. e2905b2 workqueue: unexport work_cpu() by Tejun Heo · 11 years ago
  31. 84b233a workqueue: implement current_is_async() by Tejun Heo · 11 years ago
  32. 2eaebdb workqueue: move struct worker definition to workqueue_internal.h by Tejun Heo · 11 years ago
  33. ea13844 workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h by Tejun Heo · 11 years ago
  34. 111c225 workqueue: set PF_WQ_WORKER on rescuers by Tejun Heo · 11 years ago
  35. 023f27d workqueue: fix find_worker_executing_work() brekage from hashtable conversion by Tejun Heo · 12 years ago
  36. a2c1c57 workqueue: consider work function when searching for busy work items by Tejun Heo · 12 years ago
  37. 42f8570 workqueue: use new hashtable implementation by Sasha Levin · 12 years ago
  38. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  39. 9929561 efi: Fix the build with user namespaces enabled. by Eric W. Biederman · 12 years ago
  40. ce4a9cc mm,numa: fix update_mmu_cache_pmd call by Stephen Rothwell · 12 years ago
  41. 6fd59a8 scatterlist: don't BUG when we can trivially return a proper error. by Nick Bowler · 12 years ago
  42. e71ec59 docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify output by Cyrill Gorcunov · 12 years ago
  43. e6dbcaf fs, fanotify: add @mflags field to fanotify output by Cyrill Gorcunov · 12 years ago
  44. f1d8c16 docs: add documentation about /proc/<pid>/fdinfo/<fd> output by Cyrill Gorcunov · 12 years ago
  45. be77196 fs, notify: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  46. 711c7bf fs, exportfs: add exportfs_encode_inode_fh() helper by Cyrill Gorcunov · 12 years ago
  47. ab49bde fs, exportfs: escape nil dereference if no s_export_op present by Cyrill Gorcunov · 12 years ago
  48. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  49. cbac554 fs, eventfd: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  50. 55985dd procfs: add ability to plug in auxiliary fdinfo providers by Cyrill Gorcunov · 12 years ago
  51. 2bf1cbf tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test by Dave Jones · 12 years ago
  52. 5a55f8b breakpoint selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  53. ed8ad10 kcmp selftests: print fail status instead of cause make error by Dave Young · 12 years ago
  54. 63d2336 kcmp selftests: make run_tests fix by Dave Young · 12 years ago
  55. aabccae mem-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  56. a58130d cpu-hotplug selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  57. 9ed1d90 mqueue selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  58. 000e06b vm selftests: print failure status instead of cause make error by Dave Young · 12 years ago
  59. cdd9fa8 ubifs: use prandom_bytes by Akinobu Mita · 12 years ago
  60. 7e45bf8 mtd: nandsim: use prandom_bytes by Akinobu Mita · 12 years ago
  61. 8376d0b bnx2x: use prandom_bytes() by Akinobu Mita · 12 years ago
  62. 6582c66 prandom: introduce prandom_bytes() and prandom_bytes_state() by Akinobu Mita · 12 years ago
  63. 496f2f9 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  64. 31279b1 aoe: fix use after free in aoedev_by_aoeaddr() by Dan Carpenter · 12 years ago
  65. 2b37c7d aoe: update internal version number to 81 by Ed Cashin · 12 years ago
  66. bf29754 aoe: identify source of runt AoE packets by Ed Cashin · 12 years ago
  67. 4a6c9ee aoe: allow comma separator in aoe_iflist value by Ed Cashin · 12 years ago
  68. c450ba0 aoe: allow user to disable target failure timeout by Ed Cashin · 12 years ago
  69. 71114ec aoe: use dynamic number of remote ports for AoE storage target by Ed Cashin · 12 years ago
  70. e52a293 aoe: avoid races between device destruction and discovery by Ed Cashin · 12 years ago
  71. bbb44e3 aoe: improve handling of misbehaving network paths by Ed Cashin · 12 years ago
  72. b91316f aoe: return real minor number for static minors by Ed Cashin · 12 years ago
  73. 10935d0 aoe: initialize sysminor to avoid compiler warning by Ed Cashin · 12 years ago
  74. e0b2bba aoe: make error messages more specific in static minor allocation by Ed Cashin · 12 years ago
  75. 60116cf aoe: remove call to request handler from I/O completion by Ed Cashin · 12 years ago
  76. 7283760 aoe: cleanup: correct comment for aoetgt nout by Ed Cashin · 12 years ago
  77. 7b6ccc5 aoe: increase default cap on outstanding AoE commands in the network by Ed Cashin · 12 years ago
  78. 0a41409 aoe: remove vestigial request queue allocation by Ed Cashin · 12 years ago
  79. fe7252b aoe: copy fallback timing information on destination failover by Ed Cashin · 12 years ago
  80. 519b77b aoe: update driver-internal version to 64+ by Ed Cashin · 12 years ago
  81. 3fc9b03 aoe: commands in retransmit queue use new destination on failure by Ed Cashin · 12 years ago
  82. 5f0c9c4 aoe: use high-resolution RTTs with fallback to low-res by Ed Cashin · 12 years ago
  83. 0d555ec aoe: manipulate aoedev network stats under lock by Ed Cashin · 12 years ago
  84. 2292a7e aoe: err device: include MAC addresses for unexpected responses by Ed Cashin · 12 years ago
  85. 3a0c40d aoe: improve network congestion handling by Ed Cashin · 12 years ago
  86. 667be1e aoe: provide ATA identify device content to user on request by Ed Cashin · 12 years ago
  87. cd220bf aoe: update driver-internal version number to 60 by Ed Cashin · 12 years ago
  88. a04b41c aoe: whitespace cleanup by Ed Cashin · 12 years ago
  89. d437962 aoe: cleanup: remove unused ata_scnt function by Ed Cashin · 12 years ago
  90. 90a2508 aoe: "payload" sysfs file exports per-AoE-command data transfer size by Ed Cashin · 12 years ago
  91. aa304fd aoe: support larger I/O requests via aoe_maxsectors module param by Ed Cashin · 12 years ago
  92. 4ba9aa7 aoe: support the forgetting (flushing) of a user-specified AoE target by Ed Cashin · 12 years ago
  93. 1b8a163 aoe: update cap on outstanding commands based on config query response by Ed Cashin · 12 years ago
  94. 4e78dd1 aoe: print warning regarding a common reason for dropped transmits by Ed Cashin · 12 years ago
  95. 662a889 aoe: describe the behavior of the "err" character device by Ed Cashin · 12 years ago
  96. 6e97663 Documentation/sparse.txt: document context annotations for lock checking by Ed Cashin · 12 years ago
  97. 8529091 linux/compiler.h: add __must_hold macro for functions called with a lock held by Josh Triplett · 12 years ago
  98. a5ba911 pidns: remove unused is_container_init() by Gao feng · 12 years ago
  99. d740269 exec: use -ELOOP for max recursion depth by Kees Cook · 12 years ago
  100. 8d23802 proc: pid/status: show all supplementary groups by Artem Bityutskiy · 12 years ago