1. 28e23cf power: wakelock: use get_xtime_and_monotonic_and_sleep_offset in get_expired_time by Colin Cross · 15 years ago
  2. 1613ecd Print pending wakeup IRQ preventing suspend to dmesg by Todd Poynor · 16 years ago
  3. dbc38c6 cgroup: Remove call to synchronize_rcu in cgroup_attach_task by Colin Cross · 16 years ago
  4. 6d51e76 cgroup: Set CGRP_RELEASABLE when adding to a cgroup by Colin Cross · 16 years ago
  5. 435aacd power: wakelock: call __get_wall_to_monotonic() instead of using wall_to_monotonic by Erik Gilling · 16 years ago
  6. 0c7841c wakelock: Fix operator precedence bug by Colin Cross · 16 years ago
  7. be17d1d scheduler: cpuacct: Enable platform callbacks for cpuacct power tracking by Mike Chan · 16 years ago
  8. c69233f scheduler: cpuacct: Enable platform hooks to track cpuusage for CPU frequencies by Mike Chan · 16 years ago
  9. 39958f6 sched: Add a generic notifier when a task struct is about to be freed by San Mehat · 16 years ago
  10. af62b25 power: wakelock: Print active wakelocks when has_wake_lock() is called by Mike Chan · 17 years ago
  11. ce84ca9 kernel: printk: Add non exported function for clearing the log ring buffer by San Mehat · 17 years ago
  12. 0da19af printk: Fix log_buf_copy termination. by Arve Hjønnevåg · 18 years ago
  13. fc4fb28 Revert "printk: remove unused code from kernel/printk.c" by Arve Hjønnevåg · 18 years ago
  14. 1d38bc7 cgroup: Add generic cgroup subsystem permission checks. by San Mehat · 17 years ago
  15. 4b0ea27 PM: earlysuspend: Removing dependence on console. by Rebecca Schultz · 18 years ago
  16. b28a6a1 consoleearlysuspend: Fix for 2.6.32 by Arve Hjønnevåg · 17 years ago
  17. c8bb315 PM: earlysuspend: Add console switch when user requested sleep state changes. by Arve Hjønnevåg · 18 years ago
  18. 01e1354 PM: wakelock: Don't dump unfrozen task list when aborting try_to_freeze_tasks after less than one second by Arve Hjønnevåg · 17 years ago
  19. 677f104 PM: wakelock: Abort task freezing if a wake lock is held. by Arve Hjønnevåg · 18 years ago
  20. 47dfb46 PM: Add user-space wake lock api. by Arve Hjønnevåg · 18 years ago
  21. b0dc343 PM: Enable early suspend through /sys/power/state by Arve Hjønnevåg · 18 years ago
  22. c1783f5 PM: Implement early suspend api by Arve Hjønnevåg · 18 years ago
  23. 1b07495 PM: wakelocks: Use seq_file for /proc/wakelocks so we can get more than 3K of stats. by Arve Hjønnevåg · 17 years ago
  24. 10f0138 power: wakelocks: fix buffer overflow in print_wake_locks by Erik Gilling · 17 years ago
  25. 97a0a74 power: Prevent spinlock recursion when wake_unlock() is called by Mike Chan · 17 years ago
  26. fe6cd63 PM: Implement wakelock api. by Arve Hjønnevåg · 18 years ago
  27. f2a96a6 sched: Enable might_sleep before initializing drivers. by Arve Hjønnevåg · 18 years ago
  28. ac7df7d Add build option to to set the default panic timeout. by Arve Hjønnevåg · 19 years ago
  29. 83de731 mm: Add min_free_order_shift tunable. by Arve Hjønnevåg · 17 years ago
  30. 76b3990 ARM: Make low-level printk work by Tony Lindgren · 21 years ago
  31. 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
  32. 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 15 years ago
  33. 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
  34. 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
  35. 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
  36. a4f18ed ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs by Steven Rostedt · 15 years ago
  37. 265a5b7 kprobes/trace: Fix kprobe selftest for gcc 4.6 by Steven Rostedt · 15 years ago
  38. 6c6c54e sched: Fix/clarify set_task_cpu() locking rules by Peter Zijlstra · 15 years ago
  39. f2513cd lockdep: Fix lock_is_held() on recursion by Peter Zijlstra · 15 years ago
  40. 0aff1c0 ftrace: Fix possible undefined return code by GuoWen Li · 15 years ago
  41. aa4a221 perf: Comment /proc/sys/kernel/perf_event_paranoid to be part of user ABI by Vince Weaver · 15 years ago
  42. 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
  43. 1c3cc116 timers: Consider slack value in mod_timer() by Sebastian Andrzej Siewior · 15 years ago
  44. c5182b8 genirq: Ensure we locate the passed IRQ in irq_alloc_descs() by Mark Brown · 15 years ago
  45. e7fbad3 genirq: Fix descriptor init on non-sparse IRQs by Linus Walleij · 15 years ago
  46. 3a43e05 irq: Handle spurios irq detection for threaded irqs by Sebastian Andrzej Siewior · 15 years ago
  47. ef26f20 genirq: Print threaded handler in spurious debug output by Sebastian Andrzej Siewior · 15 years ago
  48. 1b054b6 clockevents: Handle empty cpumask gracefully by Thomas Gleixner · 15 years ago
  49. 74c355f perf, cgroups: Fix up for new API by Peter Zijlstra · 15 years ago
  50. f339b9d sched: Fix schedstat.nr_wakeups_migrate by Peter Zijlstra · 15 years ago
  51. f01114c sched: Fix cross-cpu clock sync on remote wakeups by Peter Zijlstra · 15 years ago
  52. d72bce0 rcu: Cure load woes by Peter Zijlstra · 15 years ago
  53. 6345d24 mm: Fix boot crash in mm_alloc() by Linus Torvalds · 15 years ago
  54. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 15 years ago
  55. 333c5ae idle governor: Avoid lock acquisition to read pm_qos before entering idle by Tim Chen · 16 years ago
  56. 08a8b79 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
  57. 1ba4b8c 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
  58. c4a227d 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
  59. cc3ce51 rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state by Paul E. McKenney · 15 years ago
  60. 08bca60 rcu: Remove waitqueue usage for cpu, node, and boost kthreads by Peter Zijlstra · 15 years ago
  61. 8826f3b rcu: Avoid acquiring rcu_node locks in timer functions by Paul E. McKenney · 15 years ago
  62. 29f742f 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
  63. f506b3d perf: Fix SIGIO handling by Peter Zijlstra · 15 years ago
  64. 1e1b6c5 cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed by KOSAKI Motohiro · 15 years ago
  65. 1e87623 sched: Fix ->min_vruntime calculation in dequeue_entity() by Peter Zijlstra · 15 years ago
  66. d6aa8f8 sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 15 years ago
  67. cd4ae6a sched: More sched_domain iterations fixes by Xiaotian Feng · 15 years ago
  68. f23a5e1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  69. e52e713 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 15 years ago
  70. d6a72fe Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 15 years ago
  71. 6f7bd76 kernel/profile.c: remove some duplicate code from profile_hits() by Rakib Mullick · 15 years ago
  72. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 15 years ago
  73. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 15 years ago
  74. d846687 cgroups: use flex_array in attach_proc by Ben Blum · 15 years ago
  75. 74a1166 cgroups: make procs file writable by Ben Blum · 15 years ago
  76. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 15 years ago
  77. 4714d1d cgroups: read-write lock CLONE_THREAD forking per threadgroup by Ben Blum · 15 years ago
  78. 0775a60 PM: Fix PM QOS's user mode interface to work with ASCII input by Rafael J. Wysocki · 15 years ago
  79. 23b5c8f rcu: Decrease memory-barrier usage based on semi-formal proof by Paul E. McKenney · 16 years ago
  80. 4305ce7 rcu: Make rcu_enter_nohz() pay attention to nesting by Paul E. McKenney · 15 years ago
  81. b590409 rcu: Don't do reschedule unless in irq by Paul E. McKenney · 15 years ago
  82. 1135633 rcu: Remove old memory barriers from rcu_process_callbacks() by Paul E. McKenney · 15 years ago
  83. 0bbcc52 rcu: Add memory barriers by Paul E. McKenney · 15 years ago
  84. 1102c66 Merge branch 'linus' into perf/urgent by Ingo Molnar · 15 years ago
  85. def945e irq: Remove smp_affinity_list when unregister irq proc by Yinghai Lu · 15 years ago
  86. b1cff0a ftrace: Add internal recursive checks by Steven Rostedt · 15 years ago
  87. 2fc1b6f tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine by liubo · 15 years ago
  88. 3b6cfdb ftrace: Set ops->flag to enabled even on static function tracing by Steven Rostedt · 15 years ago
  89. 17bb615 tracing: Have event with function tracer check error return by Steven Rostedt · 15 years ago
  90. a1cd617 ftrace: Have ftrace_startup() return failure code by Steven Rostedt · 15 years ago
  91. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 15 years ago
  92. 7cbc5b8 jump_label: Check entries limit in __jump_label_update by Jiri Olsa · 15 years ago
  93. 9720d75 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 15 years ago
  94. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 15 years ago
  95. 90ff1f3 hrtimers: Fix typo causing erratic timers by Thomas Gleixner · 15 years ago
  96. d92fcf0 signal: sys_pause() should check signal_pending() by Oleg Nesterov · 15 years ago
  97. 0666fb5 ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread by Oleg Nesterov · 15 years ago
  98. 19426a8 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  99. 162a7e7 printk: allocate kernel log buffer earlier by Mike Travis · 15 years ago
  100. 4b06042 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 15 years ago