1. 7eb52df sched: bias task wakeups to preferred semi-idle packages by Vaidyanathan Srinivasan · 18 years ago
  2. 7a09b1a sched: nominate preferred wakeup cpu by Vaidyanathan Srinivasan · 18 years ago
  3. d5679bd sched: favour lower logical cpu number for sched_mc balance by Vaidyanathan Srinivasan · 18 years ago
  4. afb8a9b sched: framework for sched_mc/smt_power_savings=N by Gautham R Shenoy · 18 years ago
  5. 948a7b2 Merge branch 'irq/sparseirq' into cpus4096 by Ingo Molnar · 18 years ago
  6. 1f3f424 Merge branch 'linus' into cpus4096 by Ingo Molnar · 18 years ago
  7. 48a1b10 x86, sparseirq: move irq_desc according to smp_affinity, v7 by Yinghai Lu · 18 years ago
  8. 307257c cgroups: fix a race between rmdir and remount by Paul Menage · 18 years ago
  9. ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 18 years ago
  10. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 18 years ago
  11. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 18 years ago
  12. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 18 years ago
  13. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 18 years ago
  14. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 18 years ago
  15. 8299608 Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 by Ingo Molnar · 18 years ago
  16. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 18 years ago
  17. d65bd5e sched: add missing arch_update_cpu_topology() call by Heiko Carstens · 18 years ago
  18. ee79d1b sched: let arch_update_cpu_topology indicate if topology changed by Heiko Carstens · 18 years ago
  19. 81444a7 Merge branch 'tracing/fastboot' into cpus4096 by Ingo Molnar · 18 years ago
  20. c1dfdc7 Merge commit 'v2.6.28-rc8' into sched/core by Ingo Molnar · 18 years ago
  21. f9fc05e Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  22. b88ed20 fix mapping_writably_mapped() by Hugh Dickins · 18 years ago
  23. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 18 years ago
  24. fbb5b7a relayfs: fix infinite loop with splice() by Tom Zanussi · 18 years ago
  25. 9a2bd24 sched: CPU remove deadlock fix by Brian King · 18 years ago
  26. 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 18 years ago
  27. 7f0ed77 [patch 1/1] audit: remove excess kernel-doc by Randy Dunlap · 18 years ago
  28. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 18 years ago
  29. a3f0711 [PATCH] Audit: make audit=0 actually turn off audit by Eric Paris · 18 years ago
  30. e726f5f9 tracing/function-graph-tracer: fix 'flags' variable mismatch by Ingo Molnar · 18 years ago
  31. efbe027 sched: idle_balance() does not call load_balance_newidle() by Vaidyanathan Srinivasan · 18 years ago
  32. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 18 years ago
  33. 8e1b82e tracing/function-graph-tracer: turn tracing_selftest_running into an int by Frederic Weisbecker · 18 years ago
  34. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 18 years ago
  35. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 18 years ago
  36. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 18 years ago
  37. 5436499 sched: fix sd_parent_degenerate on non-numa smp machine by Ken Chen · 18 years ago
  38. 4d117c5 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 18 years ago
  39. decbec3 tracing/function-graph-tracer: implement a print_headers function by Frederic Weisbecker · 18 years ago
  40. 21bbecd ftrace: use init_struct_pid as swapper pid by Steven Rostedt · 18 years ago
  41. 21a8c46 tracing/ftrace: provide the macro task_curr_ret_stack() by Frederic Weisbecker · 18 years ago
  42. 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 18 years ago
  43. ff32504 tracing/ftrace: don't insert TRACE_PRINT during selftests by Frederic Weisbecker · 18 years ago
  44. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 18 years ago
  45. bbeba4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 18 years ago
  46. 4857339 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  47. 3b666ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  48. 50c396d [PATCH] kill obsolete temporary comment in swsusp_close() by Al Viro · 18 years ago
  49. 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 18 years ago
  50. faec2ec ftrace: avoid duplicated function when writing set_graph_function by Liming Wang · 18 years ago
  51. 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 18 years ago
  52. e32d895 ftrace: add ability to only trace swapper tasks by Steven Rostedt · 18 years ago
  53. 978f3a4 ftrace: use struct pid by Steven Rostedt · 18 years ago
  54. 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 18 years ago
  55. 0ef8cde ftrace: use task struct trace flag to filter on pid by Steven Rostedt · 18 years ago
  56. ea4e2bc ftrace: graph of a single function by Steven Rostedt · 18 years ago
  57. b29144c Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 18 years ago
  58. b8307db Merge commit 'v2.6.28-rc7' into tracing/core by Ingo Molnar · 18 years ago
  59. 6c9bacb time: catch xtime_nsec underflows and fix them by john stultz · 18 years ago
  60. e8e1abe ftrace: fix race in function graph during fork by Steven Rostedt · 18 years ago
  61. 0a37119 trace: fix output of stack trace by Steven Rostedt · 18 years ago
  62. 764f3b9 tracing/function-graph-tracer: enabled by default by Ingo Molnar · 18 years ago
  63. 2019554 check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0 by Roel Kluin · 18 years ago
  64. 166d3c7 tracing/function-graph-tracer: improve duration output by Frederic Weisbecker · 18 years ago
  65. 11e84ac tracing/function-graph-tracer: display unified style cmdline and pid by Frederic Weisbecker · 18 years ago
  66. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 18 years ago
  67. 044fa78 ring-buffer: change "page" variable names to "bpage" by Steven Rostedt · 18 years ago
  68. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 18 years ago
  69. 8789a9e ring-buffer: read page interface by Steven Rostedt · 18 years ago
  70. abc9b56 ring-buffer: move some metadata into buffer page by Steven Rostedt · 18 years ago
  71. a5e2588 ftrace: replace raw_local_irq_save with local_irq_save by Steven Rostedt · 18 years ago
  72. dfdc543 Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace by Ingo Molnar · 18 years ago
  73. f0461d0 Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core by Ingo Molnar · 18 years ago
  74. a64d31b Merge branch 'linus' into cpus4096 by Ingo Molnar · 18 years ago
  75. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 18 years ago
  76. 66eafeb function trace: fix a bug of single thread function trace by Liming Wang · 18 years ago
  77. 222658e Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-graph-tracer', 'tracing/markers', 'tracing/powerpc', 'tracing/stack-tracer' and 'tracing/tracepoints' into tracing/core by Ingo Molnar · 18 years ago
  78. a800599 taint: add missing comment by Arjan van de Ven · 18 years ago
  79. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 18 years ago
  80. 6c415b9 sched: add uid information to sched_debug for CONFIG_USER_SCHED by Arun R Bharadwaj · 18 years ago
  81. 9bd062d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  82. 72244c0 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  83. 93b1005 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  84. 7bbc67f Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  85. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 18 years ago
  86. 8419641 cpuinit fixes in kernel/* by Al Viro · 18 years ago
  87. af6d596 sched: prevent divide by zero error in cpu_avg_load_per_task, update by Ingo Molnar · 18 years ago
  88. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 18 years ago
  89. 65c6dc6 tracing/branch-tracer: include missing irqflags.h by Frederic Weisbecker · 18 years ago
  90. 70574a9 sched: move double_unlock_balance() higher by Alexey Dobriyan · 18 years ago
  91. f1860c3 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 18 years ago
  92. 50cdaf0 ftrace: improve seq_operation of ftrace by Liming Wang · 18 years ago
  93. c7425ac tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACE by Török Edwin · 18 years ago
  94. d51090b tracing/function-graph-tracer: more output tweaks by Ingo Molnar · 18 years ago
  95. 1a05615 tracing/function-graph-tracer: adjustments of the trace informations by Frederic Weisbecker · 18 years ago
  96. 83a8df6 tracing/function-graph-tracer: enhancements for the trace output by Frederic Weisbecker · 18 years ago
  97. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 18 years ago
  98. 4cd4262 sched: prevent divide by zero error in cpu_avg_load_per_task by Steven Rostedt · 18 years ago
  99. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 18 years ago
  100. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 18 years ago