1. 74eed01 irq: Ensure irq_exit() code runs with interrupts disabled by Thomas Gleixner · 11 years ago
  2. e5ab012 nohz: Make tick_nohz_irq_exit() irq safe by Frederic Weisbecker · 11 years ago
  3. 121027a Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  4. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. bcbd818 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  9. b7133a9 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. e84cf5d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  11. cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 11 years ago
  12. 36a5df8 genirq: Export enable/disable_percpu_irq() by Chris Metcalf · 11 years ago
  13. e6c42c2 posix-cpu-timers: Fix nanosleep task_struct leak by Stanislaw Gruszka · 11 years ago
  14. 02e176a perf/hwbp: Fix cleanup in case of kzalloc failure by Daniel Baluta · 11 years ago
  15. 9f4646d Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 11 years ago
  16. 14e568e stop_machine: Use smpboot threads by Thomas Gleixner · 11 years ago
  17. 860a0ff stop_machine: Store task reference in a separate per cpu variable by Thomas Gleixner · 11 years ago
  18. 7d7e499 smpboot: Allow selfparking per cpu threads by Thomas Gleixner · 11 years ago
  19. 6e66688 kernel/pid.c: reenable interrupts when alloc_pid() fails because init has exited by Eric W. Biederman · 11 years ago
  20. 86c8ead Merge branch 'timers/for-arm' into timers/core by Thomas Gleixner · 11 years ago
  21. 5d1d9a2 clockevents: Fix generic broadcast for FEAT_C3STOP by Mark Rutland · 11 years ago
  22. 84e345e time, Fix setting of hardware clock in NTP code by Prarit Bhargava · 11 years ago
  23. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 11 years ago
  24. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 11 years ago
  25. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 11 years ago
  26. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 11 years ago
  27. bdf8647 uprobes: Introduce uprobe_apply() by Oleg Nesterov · 11 years ago
  28. f22c1bb perf: Introduce hw_perf_event->tp_target and ->tp_list by Oleg Nesterov · 11 years ago
  29. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 11 years ago
  30. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 11 years ago
  31. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 11 years ago
  32. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 11 years ago
  33. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 11 years ago
  34. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 11 years ago
  35. e8440c1 uprobes: Add exports for module use by Josh Stone · 11 years ago
  36. af4355e uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check by Oleg Nesterov · 12 years ago
  37. 608e742 uprobes: Do not allocate current->utask unnecessary by Oleg Nesterov · 12 years ago
  38. aba5102 uprobes: Fix utask->xol_vaddr leak in pre_ssout() by Oleg Nesterov · 12 years ago
  39. a6cb3f6 uprobes: Do not play with utask in xol_get_insn_slot() by Oleg Nesterov · 12 years ago
  40. 5a2df66 uprobes: Turn add_utask() into get_utask() by Oleg Nesterov · 12 years ago
  41. 9b545df uprobes: Fold xol_alloc_area() into get_xol_area() by Oleg Nesterov · 12 years ago
  42. c8a8253 uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() by Oleg Nesterov · 12 years ago
  43. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 12 years ago
  44. da1816b uprobes: Teach handler_chain() to filter out the probed task by Oleg Nesterov · 12 years ago
  45. 8a7f2fa uprobes: Reintroduce uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  46. 806a98b uprobes: Rationalize the usage of filter_chain() by Oleg Nesterov · 12 years ago
  47. 66d06df uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register() by Oleg Nesterov · 12 years ago
  48. 06b7bcd uprobes: Introduce uprobe_is_active() by Oleg Nesterov · 12 years ago
  49. 441f1eb uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead by Oleg Nesterov · 12 years ago
  50. d4d3ccc uprobes: Kill uprobe->copy_mutex by Oleg Nesterov · 12 years ago
  51. bb92928 uprobes: Kill UPROBE_RUN_HANDLER flag by Oleg Nesterov · 12 years ago
  52. 1ff6fee uprobes: Change filter_chain() to iterate ->consumers list by Oleg Nesterov · 12 years ago
  53. e591c8d uprobes: Introduce uprobe->register_rwsem by Oleg Nesterov · 12 years ago
  54. 9a98e03 uprobes: _register() should always do register_for_each_vma(true) by Oleg Nesterov · 12 years ago
  55. 04aab9b uprobes: _unregister() should always do register_for_each_vma(false) by Oleg Nesterov · 12 years ago
  56. 63633cb uprobes: Introduce filter_chain() by Oleg Nesterov · 12 years ago
  57. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  58. f0744af uprobes: Kill the pointless inode/uc checks in register/unregister by Oleg Nesterov · 12 years ago
  59. bbc33d0 uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() by Oleg Nesterov · 12 years ago
  60. 63a3f60 timeconst.pl: Eliminate Perl warning by H. Peter Anvin · 11 years ago
  61. 7a6b55e srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock() by Lai Jiangshan · 12 years ago
  62. 49271ca srcu: Update synchronize_srcu_expedited()'s comments by Lai Jiangshan · 12 years ago
  63. 34a64b6 srcu: Update synchronize_srcu()'s comments by Lai Jiangshan · 12 years ago
  64. ab4d298 srcu: Simple cleanup for cleanup_srcu_struct() by Lai Jiangshan · 12 years ago
  65. 6e6f1b3 srcu: Add might_sleep() annotation to synchronize_srcu() by Lai Jiangshan · 12 years ago
  66. 5a41344 srcu: Simplify __srcu_read_unlock() via this_cpu_dec() by Lai Jiangshan · 12 years ago
  67. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  68. ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 11 years ago
  69. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  70. 0351096 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  71. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  72. c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 11 years ago
  73. b22affe hrtimer: Prevent hrtimer_enqueue_reprogram race by Leonid Shatz · 11 years ago
  74. 0779314 Merge branch 'nohz/printk-v8' into irq/core by Frederic Weisbecker · 11 years ago
  75. 2a6f79e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. 51c1abb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. 5dc31b5 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  78. e4aa0da rcu: Allow rcutorture to be built at low optimization levels by Steven Rostedt · 11 years ago
  79. e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 11 years ago
  80. 9228b5f Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  81. c02cf5f irq_work: Remove return value from the irq_work_queue() function by anish kumar · 11 years ago
  82. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 11 years ago
  83. 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 11 years ago
  84. 0231bb5 perf: Fix event group context move by Jiri Olsa · 11 years ago
  85. f7355a5 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 11 years ago
  86. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 11 years ago
  87. 12ad100 clockevents: Add generic timer broadcast function by Mark Rutland · 11 years ago
  88. 12572db clockevents: Add generic timer broadcast receiver by Mark Rutland · 11 years ago
  89. fc79e24 sched/rt: Do not account zero delta_exec in update_curr_rt() by Kirill Tkhai · 11 years ago
  90. bdb0ae6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. ff0d05b Revert "console: implement lockdep support for console_lock" by Dave Airlie · 11 years ago
  92. debdd57 tracing: Make a snapshot feature available from userspace by Hiraku Toyooka · 12 years ago
  93. 2fd196e tracing: Replace static old_tracer check of tracer name by Hiraku Toyooka · 12 years ago
  94. 5e67b51 tracing: Use sched_clock_cpu for trace_clock_global by Namhyung Kim · 12 years ago
  95. ad96470 ring-buffer: Add stats field for amount read from trace ring buffer by Steven Rostedt (Red Hat) · 11 years ago
  96. 6f16eeb timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK by John Stultz · 11 years ago
  97. 03274a3 tracing/fgraph: Adjust fgraph depth before calling trace return callback by Steven Rostedt (Red Hat) · 11 years ago
  98. 38dbe0b tracing: Remove second iterator initializer by Jovi Zhang · 11 years ago
  99. 40393f5 Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEAD by Paul E. McKenney · 11 years ago
  100. 0e11c8e rcu: Make rcutorture's shuffler task shuffle recently added tasks by Paul E. McKenney · 11 years ago