1. 1f6e051 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  2. 19b4a8d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  3. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  4. 2355e42 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 15 years ago
  5. b1e4d20 params: make dashes and underscores in parameter names truly equal by Michal Schmidt · 15 years ago
  6. 37252db kmod: prevent kmod_loop_msg overflow in __request_module() by Jiri Kosina · 15 years ago
  7. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  8. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 15 years ago
  9. 1be025d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 15 years ago
  10. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  11. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 15 years ago
  12. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 15 years ago
  13. bcd5cff cputimer: Cure lock inversion by Peter Zijlstra · 15 years ago
  14. a84a79e Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 15 years ago
  15. 9bab0b7 genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier by Ian Campbell · 15 years ago
  16. 081a9d0 PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image by Bojan Smojver · 15 years ago
  17. d231ff1 PM / Hibernate: Do not initialize static and extern variables to 0 by Barry Song · 15 years ago
  18. 2792065 PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too by Jeff Layton · 15 years ago
  19. f126f73 PM / Hibernate: Add resumedelay kernel param in addition to resumewait by Barry Song · 15 years ago
  20. 6f8d702 PM / Hibernate: Add resumewait param to support MMC-like devices as resume file by Barry Song · 15 years ago
  21. 21e8280 PM / Hibernate: Fix typo in a kerneldoc comment by Barry Song · 15 years ago
  22. 2aede85 PM / Hibernate: Freeze kernel threads after preallocating memory by Rafael J. Wysocki · 15 years ago
  23. 37cce26 PM / VT: Cleanup #if defined uglyness and fix compile error by H Hartley Sweeten · 15 years ago
  24. 528f7ce PM / Suspend: Off by one in pm_suspend() by Dan Carpenter · 15 years ago
  25. 85055dd PM / Hibernate: Include storage keys in hibernation image on s390 by Martin Schwidefsky · 15 years ago
  26. ca12310 PM: Fix build issue in main.c for CONFIG_PM_SLEEP unset by Rafael J. Wysocki · 15 years ago
  27. 2a77c46 PM / Suspend: Add statistics debugfs file for suspend to RAM by ShuoX Liu · 15 years ago
  28. 9696cc9 Merge branch 'pm-qos' into pm-for-linus by Rafael J. Wysocki · 15 years ago
  29. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 15 years ago
  30. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 15 years ago
  31. 68cc399 rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock() by Thomas Gleixner · 15 years ago
  32. 32cffdd genirq: Fix fatfinered fixup really by Thomas Gleixner · 15 years ago
  33. 349d289 ipv4: NET_IPV4_ROUTE_GC_INTERVAL removal by Vasily Averin · 15 years ago
  34. 1e7c5fd genirq: percpu: allow interrupt type to be set at enable time by Marc Zyngier · 15 years ago
  35. 31d9d9b genirq: Add support for per-cpu dev_id interrupts by Marc Zyngier · 15 years ago
  36. f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  37. 048b718 Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcu by Ingo Molnar · 15 years ago
  38. d670ec1 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 15 years ago
  39. 47ea91b Resource: fix wrong resource window calculation by Ram Pai · 15 years ago
  40. d178bc3 user namespace: usb: make usb urbs user namespace aware (v2) by Serge Hallyn · 15 years ago
  41. 2a5306c PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is set by Ming Lei · 15 years ago
  42. afe24b1 rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp() by Paul E. McKenney · 15 years ago
  43. e90c53d rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent states by Paul E. McKenney · 15 years ago
  44. 5b61b0b rcu: Wire up RCU_BOOST_PRIO for rcutree by Mike Galbraith · 15 years ago
  45. ab8f11e rcu: Make rcu_torture_boost() exit loops at end of test by Paul E. McKenney · 15 years ago
  46. 93898fb rcu: Make rcu_torture_fqs() exit loops at end of test by Paul E. McKenney · 15 years ago
  47. 5342e26 rcu: Permit rt_mutex_unlock() with irqs disabled by Paul E. McKenney · 15 years ago
  48. 06ae115a rcu: Avoid having just-onlined CPU resched itself when RCU is idle by Paul E. McKenney · 15 years ago
  49. 9bc8b55 rcu: Suppress NMI backtraces when stall ends before dump by Paul E. McKenney · 15 years ago
  50. 037067a rcu: Prohibit grace periods during early boot by Paul E. McKenney · 15 years ago
  51. 82e78d8 rcu: Simplify unboosting checks by Paul E. McKenney · 15 years ago
  52. 5c51dd7 rcu: Prevent early boot set_need_resched() from __rcu_pending() by Paul E. McKenney · 15 years ago
  53. 4627e24 rcu: Dump local stack if cannot dump all CPUs' stacks by Paul E. McKenney · 15 years ago
  54. 6206ab9 rcu: Move __rcu_read_unlock()'s barrier() within if-statement by Paul E. McKenney · 15 years ago
  55. 7eb4f45 rcu: Make rcu_implicit_dynticks_qs() locals be correct size by Paul E. McKenney · 15 years ago
  56. 717f98f rcu: Eliminate in_irq() checks in rcu_enter_nohz() by Paul E. McKenney · 15 years ago
  57. fc0763f nohz: Remove nohz_cpu_mask by Shi, Alex · 15 years ago
  58. 3721bc1 rcu: Allow rcutorture's stat_interval parameter to be changed at runtime by Paul E. McKenney · 15 years ago
  59. e4cc1f2 rcu: Simplify quiescent-state accounting by Paul E. McKenney · 15 years ago
  60. d4c08f2 rcu: Add grace-period, quiescent-state, and call_rcu trace events by Paul E. McKenney · 15 years ago
  61. 965a002 rcu: Make TINY_RCU also use softirq for RCU_BOOST=n by Paul E. McKenney · 15 years ago
  62. 385680a rcu: Add event-trace markers to TREE_RCU kthreads by Paul E. McKenney · 15 years ago
  63. eab0993 rcu: Move RCU_BOOST declarations to allow compiler checking by Paul E. McKenney · 15 years ago
  64. e0f2306 rcu: Update comments to reflect softirqs vs. kthreads by Paul E. McKenney · 15 years ago
  65. 72fe701 rcu: Add RCU type to callback-invocation tracing by Paul E. McKenney · 15 years ago
  66. e99033c rcu: Put names into TINY_RCU structures under RCU_TRACE by Paul E. McKenney · 15 years ago
  67. 300df91 rcu: Event-trace markers for computing RCU CPU utilization by Paul E. McKenney · 15 years ago
  68. 29c00b4 rcu: Add event-tracing for RCU callback invocation by Paul E. McKenney · 15 years ago
  69. 9d68197 rcu: Don't destroy rcu_torture_boost() callback until it is done by Paul E. McKenney · 15 years ago
  70. bdf2a43 rcu: Catch rcutorture up to new RCU API additions by Paul E. McKenney · 15 years ago
  71. 2c42818 rcu: Abstract common code for RCU grace-period-wait primitives by Paul E. McKenney · 15 years ago
  72. f039d1f rcu: Fix mismatched variable in rcutree_trace.c by Andi Kleen · 15 years ago
  73. b3fbab0 rcu: Restore checks for blocking in RCU read-side critical sections by Paul E. McKenney · 15 years ago
  74. 1eb5212 rcu: Avoid unnecessary self-wakeup of per-CPU kthreads by Shaohua Li · 15 years ago
  75. 1f28809 rcu: Use kthread_create_on_node() by Eric Dumazet · 15 years ago
  76. f786ecb connector: add comm change event report to proc connector by Vladimir Zapolskiy · 15 years ago
  77. 53b615c PM / Runtime: Introduce trace points for tracing rpm_* functions by Ming Lei · 15 years ago
  78. bfb9035 treewide: Correct spelling of successfully in comments by Joe Perches · 15 years ago
  79. 6ebbe7a sched: Fix up wchan borkage by Simon Kirby · 15 years ago
  80. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 15 years ago
  81. eef24af irq: Fix check for already initialized irq_domain in irq_domain_add by Rob Herring · 15 years ago
  82. 9d037a77 Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. 58c3c3a Make taskstats round statistics down to nearest 1k bytes/events by Linus Torvalds · 15 years ago
  84. 1a51410 Make TASKSTATS require root access by Linus Torvalds · 15 years ago
  85. 0119fee lockdep: Comment all warnings by Peter Zijlstra · 15 years ago
  86. 3be209a sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 15 years ago
  87. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  88. ca4a04c futex: Fix spelling in a source code comment by Bart Van Assche · 15 years ago
  89. 7cfdaf3 futex: uninitialized warning corrections by Vitaliy Ivanov · 15 years ago
  90. 124ff4e async: uninitialized warning corrections by Vitaliy Ivanov · 15 years ago
  91. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 15 years ago
  92. 757455d locking, latencytop: Annotate latency_lock as raw by Thomas Gleixner · 17 years ago
  93. 2737c49 locking, timer_stats: Annotate table_lock as raw by Thomas Gleixner · 16 years ago
  94. 8292c9e1 locking, semaphores: Annotate inner lock as raw by Thomas Gleixner · 17 years ago
  95. ee30a7b locking, sched: Annotate thread_group_cputimer as raw by Thomas Gleixner · 17 years ago
  96. 07354eb locking, printk: Annotate logbuf_lock as raw by Thomas Gleixner · 17 years ago
  97. 5389f6f locking, tracing: Annotate tracing locks as raw by Thomas Gleixner · 17 years ago
  98. cdcc136 locking, sched, cgroups: Annotate release_list_lock as raw by Thomas Gleixner · 17 years ago
  99. ec484608 locking, kprobes: Annotate the hash locks and kretprobe.lock as raw by Thomas Gleixner · 17 years ago
  100. 0fa914c rtmutex: Cleanup the debug code by Thomas Gleixner · 15 years ago