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