1. 67826ea nohz: Disable the tick when irq resume in full dynticks CPU by Frederic Weisbecker · 11 years ago
  2. 99e5ada nohz: Re-evaluate the tick for the new task after a context switch by Frederic Weisbecker · 11 years ago
  3. 5811d99 nohz: Prepare to stop the tick on irq exit by Frederic Weisbecker · 11 years ago
  4. 9014c45 nohz: Implement full dynticks kick by Frederic Weisbecker · 11 years ago
  5. ff442c5 nohz: Re-evaluate the tick from the scheduler IPI by Frederic Weisbecker · 11 years ago
  6. ce831b3 sched: New helper to prevent from stopping the tick in full dynticks by Frederic Weisbecker · 11 years ago
  7. 9f3660c sched: Kick full dynticks CPU that have more than one task enqueued. by Frederic Weisbecker · 11 years ago
  8. 026249e perf: New helper to prevent full dynticks CPUs from stopping tick by Frederic Weisbecker · 11 years ago
  9. 12351ef perf: Kick full dynticks CPU if events rotation is needed by Frederic Weisbecker · 11 years ago
  10. 6ac2917 posix_timers: Fix pre-condition to stop the tick on full dynticks by Frederic Weisbecker · 11 years ago
  11. a166fcf Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  12. 2727872 Merge branch 'timers/nohz-reviewed' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  13. 555347f posix_timers: New API to prevent from stopping the tick when timers are running by Frederic Weisbecker · 11 years ago
  14. a857216 posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed by Frederic Weisbecker · 11 years ago
  15. f98823a nohz: New option to default all CPUs in full dynticks range by Frederic Weisbecker · 11 years ago
  16. d1e43fa nohz: Ensure full dynticks CPUs are RCU nocbs by Frederic Weisbecker · 11 years ago
  17. 0453b43 nohz: Force boot CPU outside full dynticks range by Frederic Weisbecker · 11 years ago
  18. 76c24fb nohz: New APIs to re-evaluate the tick on full dynticks CPUs by Frederic Weisbecker · 11 years ago
  19. 65d798f rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods by Paul E. McKenney · 11 years ago
  20. fae30dd nohz: Improve a bit the full dynticks Kconfig documentation by Frederic Weisbecker · 11 years ago
  21. 5b533f4 nohz: Align periodic tick Kconfig with other choices' naming convention by Frederic Weisbecker · 11 years ago
  22. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 11 years ago
  23. 0644ca5 nohz: Fix old dynticks idle Kconfig backward compatibility by Frederic Weisbecker · 11 years ago
  24. 1034fc2 nohz: Print final full dynticks CPUs range on boot by Frederic Weisbecker · 11 years ago
  25. 3ca277e nohz: Pack nohz Kconfig option in a menu of choices by Frederic Weisbecker · 13 years ago
  26. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  27. ab71d36 nohz: Unhide full dynticks feature from its dependencies by Frederic Weisbecker · 13 years ago
  28. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  29. a382bf9 nohz: Assign timekeeping duty to a CPU outside the full dynticks range by Frederic Weisbecker · 11 years ago
  30. a831881 nohz: Basic full dynticks interface by Frederic Weisbecker · 11 years ago
  31. a8d7ad5 sched/tracing: Allow tracing the preemption decision on wakeup by Peter Zijlstra · 11 years ago
  32. e75c8b4 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  33. 1bf0823 sched: Fix variable name misnomer, add comments by Andrei Epure · 11 years ago
  34. d9a3c98 sched: Lower chances of cputime scaling overflow by Frederic Weisbecker · 11 years ago
  35. f792685 math64: New div64_u64_rem helper by Frederic Weisbecker · 11 years ago
  36. 660cc00 sched: Spelling fix by Andrei Epure · 11 years ago
  37. b719203 sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMP by Li Zefan · 11 years ago
  38. 4e3da46 Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  39. 8b43876 context_tracking: Enable probes by default for selftesting by Frederic Weisbecker · 11 years ago
  40. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 11 years ago
  41. b22366c context_tracking: Restore preempted context state after preempt_schedule_irq() by Frederic Weisbecker · 11 years ago
  42. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 11 years ago
  43. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 11 years ago
  44. 27b4b93 sched: Remove double declaration of root_task_group by Li Zefan · 11 years ago
  45. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 11 years ago
  46. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 11 years ago
  47. c82ba9f sched: Move struct sched_class to kernel/sched/sched.h by Li Zefan · 11 years ago
  48. b13095f sched: Move wake flags to kernel/sched/sched.h by Li Zefan · 11 years ago
  49. 5e6521e sched: Move struct sched_group to kernel/sched/sched.h by Li Zefan · 11 years ago
  50. cc1f4b1 sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h by Li Zefan · 11 years ago
  51. 090b582f sched: Remove test_sd_parent() by Li Zefan · 11 years ago
  52. 19a37d1 sched: Remove some dummy functions by Li Zefan · 11 years ago
  53. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 11 years ago
  54. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 11 years ago
  55. 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
  56. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  57. 1c82315 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  58. 530ede1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  59. 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
  60. 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
  61. 529e5fb Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  62. 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
  63. 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
  64. 68b86a2 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  65. 527c680 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  66. 23caaee Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 11 years ago
  67. d7011f5 btrfs/raid56: Add missing #include <linux/vmalloc.h> by Geert Uytterhoeven · 11 years ago
  68. a7c1120 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  69. 6ec40b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  70. db61ec2 fix compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  71. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  72. b695188 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  73. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  74. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 11 years ago
  75. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  76. 9b2ff357 ext4: enable quotas before orphan cleanup by Jan Kara · 11 years ago
  77. 262b466 ext4: don't allow quota mount options when quota feature enabled by Jan Kara · 11 years ago
  78. d4e4395 ext4: fix a warning from sparse check for ext4_dir_llseek by Zheng Liu · 11 years ago
  79. 810da24 ext4: convert number of blocks to clusters properly by Lukas Czerner · 11 years ago
  80. 3e36a16 ext4: fix possible memory leak in ext4_remount() by Wei Yongjun · 11 years ago
  81. df05c1b8 jbd2: fix ERR_PTR dereference in jbd2__journal_start by Dmitry Monakhov · 11 years ago
  82. c60ac31 metag: Provide dma_get_sgtable() by James Hogan · 11 years ago
  83. 2742c52 metag: prom.h: remove declaration of metag_dt_memblock_reserve() by James Hogan · 11 years ago
  84. 2270e6d metag: copy devicetree to non-init memory by James Hogan · 11 years ago
  85. d790050 metag: cleanup metag_ksyms.c includes by James Hogan · 11 years ago
  86. 44c2451 metag: move mm/init.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  87. 9da3ee9 metag: move usercopy.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  88. 7293dbe metag: move setup.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  89. aa29ec5 metag: move kick.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  90. 9fb4aa8 metag: move traps.c exports out of metag_ksyms.c by James Hogan · 11 years ago
  91. fa771d0 metag: move irq enable out of irqflags.h on SMP by James Hogan · 11 years ago
  92. 97c3ec6 genksyms: fix metag symbol prefix on crc symbols by James Hogan · 11 years ago
  93. f75c28d metag: hugetlb: convert to vm_unmapped_area() by James Hogan · 11 years ago
  94. c838e72 metag: export clear_page and copy_page by James Hogan · 11 years ago
  95. f626dc7 metag: export metag_code_cache_flush_all by James Hogan · 11 years ago
  96. 3d6b7bb metag: protect more non-MMU memory regions by James Hogan · 11 years ago
  97. c787c2d metag: make TXPRIVEXT bits explicit by James Hogan · 11 years ago
  98. 82f0167 metag: kernel/setup.c: sort includes by James Hogan · 11 years ago
  99. 1bea5b8 perf: Enable building perf tools for Meta by James Hogan · 11 years ago
  100. 883a635 metag: add boot time LNKGET/LNKSET check by James Hogan · 11 years ago