1. 76960db signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h> by Ingo Molnar · 8 years ago
  2. 70806b2 sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  3. f3ac606 sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  4. d04b0ad sched/headers: Move the PREEMPT_COUNT defines from <linux/sched.h> to <linux/preempt.h> by Ingo Molnar · 8 years ago
  5. c7af787 sched/core: Move, sort and clean up <linux/sched.h> structure predeclarations by Ingo Molnar · 8 years ago
  6. 6bfbaa5 sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c by Ingo Molnar · 8 years ago
  7. 901b14b sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  8. 0ca0156 sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  9. 70b8157 sched/headers: Move <asm/current.h> include from the middle of <linux/sched.h> to the header portion by Ingo Molnar · 8 years ago
  10. 63cc9d6 sched/headers, time/timekeeping: Move the xtime_update() prototype from <linux/sched.h> to <linux/time.h> by Ingo Molnar · 8 years ago
  11. d3d1e32 sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  12. 752b3ca sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h> by Ingo Molnar · 8 years ago
  13. 3605df49 sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  14. 74444ed sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  15. 2a1f062 sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  16. 9a07000 sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h> by Ingo Molnar · 8 years ago
  17. 30a1baa sched/headers: Remove various unrelated headers from <linux/sched.h> by Ingo Molnar · 8 years ago
  18. c41cfc6 sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h> by Ingo Molnar · 8 years ago
  19. 5647028 sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  20. d026ce7 sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  21. abe722a sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h> by Ingo Molnar · 8 years ago
  22. 4240c8b sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  23. 7284c6d sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h> by Ingo Molnar · 8 years ago
  24. 8d88460 sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  25. d151b27 sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h> by Ingo Molnar · 8 years ago
  26. bcbb6a5 sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header by Ingo Molnar · 8 years ago
  27. c3edc40 sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  28. 11701c6 sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  29. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  30. 9b5e9cb Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  31. 21ff03c Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp' by Rafael J. Wysocki · 8 years ago
  32. 94e877d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  33. 821fd6f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  34. 35576ee Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  35. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  36. 0f221a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  37. 94352d4 net: Introduce sk_clone_lock() error path routine by Arnaldo Carvalho de Melo · 8 years ago
  38. 474c901 give up on gcc ilog2() constant optimizations by Linus Torvalds · 8 years ago
  39. d4b80d9 Merge branch 'next/late' with mainline by Arnd Bergmann · 8 years ago
  40. f91328c blk-mq: Provide freeze queue timeout by Keith Busch · 8 years ago
  41. 6bae363 blk-mq: Export blk_mq_freeze_queue_wait by Keith Busch · 8 years ago
  42. 27ddb68 PCI: add an API to get node from vector by Shaohua Li · 8 years ago
  43. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  44. de8f1c7 sched/headers: Move autogroup APIs into <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  45. dea38c7 sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  46. e2d1e2a sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  47. 47913d4 sched/headers, delayacct: Move the 'struct task_delay_info' definition from <linux/sched.h> to <linux/delayacct.h> by Ingo Molnar · 8 years ago
  48. 5689810 sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  49. eb61baf sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  50. 5dbe91d sched/headers: Move idle polling methods to <linux/sched/idle.h> by Ingo Molnar · 8 years ago
  51. 4437722 sched/headers: Move the wake_up_if_idle() prototype to <linux/sched/idle.h> by Ingo Molnar · 8 years ago
  52. b768917 sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/sched/idle.h> by Ingo Molnar · 8 years ago
  53. a60b9ed sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h> by Ingo Molnar · 8 years ago
  54. b69339b sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies by Ingo Molnar · 8 years ago
  55. 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  56. 1777e46 sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> by Ingo Molnar · 8 years ago
  57. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  58. f719ff9 sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  59. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  60. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  61. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  62. 2e58f17 mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h> by Ingo Molnar · 8 years ago
  63. f361bf4 sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency by Ingo Molnar · 8 years ago
  64. e6d930b signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h> by Ingo Molnar · 8 years ago
  65. dfc3401 sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  66. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  67. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  68. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  69. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  70. 370c913 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h> by Ingo Molnar · 8 years ago
  71. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  72. fd77123 sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h> by Ingo Molnar · 8 years ago
  73. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  74. b12fb7f sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h> by Ingo Molnar · 8 years ago
  75. cc5efc2 sched/headers: Prepare for the removal of various unrelated headers from <linux/sched.h> by Ingo Molnar · 8 years ago
  76. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  77. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  78. 1e4bae6 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h> by Ingo Molnar · 8 years ago
  79. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  80. 55687da sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h> by Ingo Molnar · 8 years ago
  81. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  82. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  83. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  84. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  85. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  86. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  87. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  88. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  89. 84f001e sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h> by Ingo Molnar · 8 years ago
  90. 4c82269 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h> by Ingo Molnar · 8 years ago
  91. 105ab3d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h> by Ingo Molnar · 8 years ago
  92. af8601a kasan, sched/headers: Uninline kasan_enable/disable_current() by Ingo Molnar · 8 years ago
  93. 314ff78 mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types> by Ingo Molnar · 8 years ago
  94. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  95. f9411eb rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h> by Ingo Molnar · 8 years ago
  96. 4b53a34 sched/core: Remove the tsk_nr_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  97. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 8 years ago
  98. 59ddbcb sched/core: Move the get_preempt_disable_ip() inline to sched/core.c by Ingo Molnar · 8 years ago
  99. c930b2c sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON() by Ingo Molnar · 8 years ago
  100. 9ccd27c sched/headers: Make all include/linux/sched/*.h headers build standalone by Ingo Molnar · 8 years ago