1. b2c5134 Make TASKSTATS require root access by Linus Torvalds · 15 years ago
  2. 612e5db alarmtimers: Fix time comparison by Thomas Gleixner · 14 years ago
  3. b01b383 clockevents: Set noop handler in clockevents_exchange_device() by Thomas Gleixner · 14 years ago
  4. 4078977 clocksource: Fix bug with max_deferment margin calculation by Yang Honggang (Joseph) · 14 years ago
  5. 9140096 jump_label: jump_label_inc may return before the code is patched by Gleb Natapov · 15 years ago
  6. d80dee5 tick-broadcast: Stop active broadcast device when replacing it by Thomas Gleixner · 14 years ago
  7. eda31b1 tracing: fix event_subsystem ref counting by Ilya Dryomov · 15 years ago
  8. 4e3cd81 trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 14 years ago
  9. 0198f84 genirq: Fix race condition when stopping the irq thread by Ido Yariv · 14 years ago
  10. 24ee8bf hrtimer: Fix extra wakeups from __remove_hrtimer() by Jeff Ohlstein · 14 years ago
  11. e1ef77b timekeeping: add arch_offset hook to ktime_get functions by Hector Palacios · 14 years ago
  12. 953d0c8 cgroup_freezer: fix freezing groups with stopped tasks by Michal Hocko · 14 years ago
  13. 1c8ca62 genirq: fix regression in irqfixup, irqpoll by Edward Donovan · 14 years ago
  14. 2cecc3d genirq: Fix irqfixup, irqpoll regression by Edward Donovan · 15 years ago
  15. f450df8 PM / Suspend: Off by one in pm_suspend() by Dan Carpenter · 15 years ago
  16. 43742b1 ptrace: don't clear GROUP_STOP_SIGMASK on double-stop by Oleg Nesterov · 15 years ago
  17. 09bb527 genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier by Ian Campbell · 15 years ago
  18. 12cb3e7 tracing: Fix returning of duplicate data after EOF in trace_pipe_raw by Steven Rostedt · 15 years ago
  19. c7f6509 time: Change jiffies_to_clock_t() argument type to unsigned long by hank · 15 years ago
  20. 3cdf240 kmod: prevent kmod_loop_msg overflow in __request_module() by Jiri Kosina · 15 years ago
  21. 607ce3e cputimer: Cure lock inversion by Peter Zijlstra · 15 years ago
  22. 6063552 Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 15 years ago
  23. 9374622 ftrace: Fix regression where ftrace breaks when modules are loaded by Steven Rostedt · 15 years ago
  24. d7f04c4 ftrace: Fix regression of :mod:module function enabling by Steven Rostedt · 15 years ago
  25. 249cf80 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 15 years ago
  26. 4e41ce6 sched: Fix up wchan borkage by Simon Kirby · 15 years ago
  27. 113f8b8 sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 15 years ago
  28. d5b1a08 workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 15 years ago
  29. 79e72e1 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 15 years ago
  30. 70a4888 sched: Fix a memory leak in __sdt_free() by WANG Cong · 15 years ago
  31. f4e97b6 sched: Move blk_schedule_flush_plug() out of __schedule() by Thomas Gleixner · 15 years ago
  32. edbb7ce sched: Separate the scheduler entry for preemption by Thomas Gleixner · 15 years ago
  33. c3a44b4 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 15 years ago
  34. 0898dd1 alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 15 years ago
  35. 26cf1a7 alarmtimers: Avoid possible null pointer traversal by John Stultz · 15 years ago
  36. 7f4e156 kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon by Nishanth Aravamudan · 15 years ago
  37. 512228f Add a personality to report 2.6.x version numbers by Andi Kleen · 15 years ago
  38. 6857336 x86, mtrr: lock stop machine during MTRR rendezvous sequence by Suresh Siddha · 15 years ago
  39. 9a420aa genirq: Fix wrong bit operation by jhbird.choi@samsung.com · 15 years ago
  40. 3169336 futex: Fix regression with read only mappings by Shawn Bohrer · 15 years ago
  41. b045b9a mm/futex: fix futex writes on archs with SW tracking of dirty & young by Benjamin Herrenschmidt · 15 years ago
  42. ff7b3dc tracing: Have "enable" file use refcounts like the "filter" file by Steven Rostedt · 15 years ago
  43. f35869d tracing: Fix bug when reading system filters on module removal by Steven Rostedt · 15 years ago
  44. 462fee3 perf: Fix software event overflow by Peter Zijlstra · 15 years ago
  45. cf6ace1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. d1e9ae4 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/urgent by Ingo Molnar · 15 years ago
  47. a841796 signal: align __lock_task_sighand() irq disabling and RCU by Paul E. McKenney · 15 years ago
  48. ec433f0 softirq,rcu: Inform RCU of irq_exit() activity by Peter Zijlstra · 15 years ago
  49. c5d753a sched: Add irq_{enter,exit}() to scheduler_ipi() by Peter Zijlstra · 15 years ago
  50. 10f39bb rcu: protect __rcu_read_unlock() against scheduler-using irq handlers by Paul E. McKenney · 15 years ago
  51. d110235 sched: Avoid creating superfluous NUMA domains on non-NUMA systems by Peter Zijlstra · 15 years ago
  52. e3589f6 sched: Allow for overlapping sched_domain spans by Peter Zijlstra · 15 years ago
  53. 9c3f75c sched: Break out cpu_power from the sched_group structure by Peter Zijlstra · 15 years ago
  54. be0e1e2 rcu: Streamline code produced by __rcu_read_unlock() by Paul E. McKenney · 15 years ago
  55. 7765be2 rcu: Fix RCU_BOOST race handling current->rcu_read_unlock_special by Paul E. McKenney · 15 years ago
  56. 131906b rcu: decrease rcu_report_exp_rnp coupling with scheduler by Paul E. McKenney · 15 years ago
  57. df8d6fe Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu by Linus Torvalds · 15 years ago
  58. c64be78 sched: Fix 32bit race by Peter Zijlstra · 15 years ago
  59. b0d3041 rcu: Prevent RCU callbacks from executing before scheduler initialized by Paul E. McKenney · 15 years ago
  60. d93a881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 15 years ago
  61. 31cb852 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  62. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. 659fb32 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) by Simon Guinot · 15 years ago
  64. 4d4cf23 PM / Hibernate: Fix free_unnecessary_pages() by Rafael J. Wysocki · 15 years ago
  65. 23c570a resource: ability to resize an allocated resource by Ram Pai · 15 years ago
  66. cd62287 sched, cgroups: Fix MIN_SHARES on 64-bit boxen by Mike Galbraith · 15 years ago
  67. 140fe3b jump_label: Fix jump_label update for modules by Xiao Guangrong · 15 years ago
  68. 26c4cae taskstats: don't allow duplicate entries in listener mode by Vasiliy Kulikov · 15 years ago
  69. 8abf558 Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 1c6b39a alarmtimers: Return -ENOTSUPP if no RTC device is present by John Stultz · 15 years ago
  71. c008ba5 alarmtimers: Handle late rtc module loading by John Stultz · 15 years ago
  72. 8440f4b PM: Free memory bitmaps if opening /dev/snapshot fails by Michal Kubecek · 15 years ago
  73. 8816ead Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. 357ed6b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 15 years ago
  76. d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 15 years ago
  77. f8b7fc6 rcu: Move RCU_BOOST #ifdefs to header file by Paul E. McKenney · 15 years ago
  78. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 15 years ago
  79. a46e089 rcu: use softirq instead of kthreads except when RCU_BOOST=y by Paul E. McKenney · 15 years ago
  80. a1b6ae8e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. d2c3225 gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNEL by Josh Triplett · 15 years ago
  82. 733eda7 memcg: clear mm->owner when last possible owner leaves by KAMEZAWA Hiroyuki · 15 years ago
  83. 0da938c sched: Check if lowest_mask is initialized in find_lowest_rq() by Steven Rostedt · 15 years ago
  84. 8dd0de8 sched: Fix need_resched() when checking peempt by Hillf Danton · 15 years ago
  85. ada9c93 signal.c: fix kernel-doc notation by Randy Dunlap · 15 years ago
  86. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 15 years ago
  87. 9a43273 rcu: Simplify curing of load woes by Paul E. McKenney · 15 years ago
  88. c78a9b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  89. 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 15 years ago
  90. db5e7ec tracing: Fix regression in printk_formats file by Steven Rostedt · 15 years ago
  91. 33726bf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  92. cb0a02e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  93. 6715a52 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  94. a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 15 years ago
  95. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 15 years ago
  96. 6c6c54e sched: Fix/clarify set_task_cpu() locking rules by Peter Zijlstra · 15 years ago
  97. f2513cd lockdep: Fix lock_is_held() on recursion by Peter Zijlstra · 15 years ago
  98. 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 15 years ago
  99. aa4a221 perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI by Vince Weaver · 15 years ago
  100. 710054b Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 15 years ago