1. 1c39194 sched: convert struct root_domain to cpumask_var_t, fix by Ingo Molnar · 16 years ago
  2. 1224e37 sched: avoid stack var in move_task_off_dead_cpu, fix by Rusty Russell · 16 years ago
  3. 3d8cbdf sched: convert local_cpu_mask to cpumask_var_t, fix by Rusty Russell · 16 years ago
  4. bf4d83f sched: convert nohz struct to cpumask_var_t, fix by Rusty Russell · 16 years ago
  5. 96f874e sched: convert remaining old-style cpumask operators by Rusty Russell · 16 years ago
  6. 0e3900e sched: convert local_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  7. 24600ce sched: convert check_preempt_equal_prio to cpumask_var_t. by Rusty Russell · 16 years ago
  8. 68e7456 sched: convert struct cpupri_vec cpumask_var_t. by Rusty Russell · 16 years ago
  9. 4212823 sched: convert falback_doms to cpumask_var_t. by Rusty Russell · 16 years ago
  10. dcc30a3 sched: convert cpu_isolated_map to cpumask_var_t. by Rusty Russell · 16 years ago
  11. d5dd3db sched: convert sched_domain_debug to cpumask_var_t. by Rusty Russell · 16 years ago
  12. 5a16f3d sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. by Rusty Russell · 16 years ago
  13. e76bd8d sched: avoid stack var in move_task_off_dead_cpu by Rusty Russell · 16 years ago
  14. f17c860 sched: convert sys_sched_getaffinity() to cpumask_var_t. by Rusty Russell · 16 years ago
  15. a0e9024 sched: convert rebalance_domains() to cpumask_var_t. by Rusty Russell · 16 years ago
  16. 4d2732c sched: convert idle_balance() to cpumask_var_t. by Rusty Russell · 16 years ago
  17. 7d1e6a9 sched: convert nohz struct to cpumask_var_t. by Rusty Russell · 16 years ago
  18. c6c4927 sched: convert struct root_domain to cpumask_var_t. by Rusty Russell · 16 years ago
  19. 6a7b3dc sched: convert nohz_cpu_mask to cpumask_var_t. by Rusty Russell · 16 years ago
  20. 6c99e9a sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps by Rusty Russell · 16 years ago
  21. 758b2cd sched: wrap sched_group and sched_domain cpumask accesses. by Rusty Russell · 16 years ago
  22. 1e5ce4f sched: remove any_online_cpu() by Rusty Russell · 16 years ago
  23. 3404c8d sched: get rid of boutique sched.c allocations, use cpumask_var_t. by Rusty Russell · 16 years ago
  24. abcd083 sched: convert sched.c from for_each_cpu_mask to for_each_cpu. by Rusty Russell · 16 years ago
  25. ea6f18e sched: reduce stack size requirements in kernel/sched.c by Mike Travis · 16 years ago
  26. 943f3d0 Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 by Ingo Molnar · 16 years ago
  27. 6f893fb Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  28. b19b3c7 Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'core/signal', 'core/urgent' and 'core/xen' into core/core by Ingo Molnar · 16 years ago
  29. 64b7482 Merge branch 'sched/rt' into sched/core by Ingo Molnar · 16 years ago
  30. 7918baa mutex: __used is needed for function referenced only from inline asm by Török Edwin · 16 years ago
  31. 958086d vfs, seqfile: fix comment style on mangle_path by Török Edwin · 16 years ago
  32. 65afa5e tracing/function-return-tracer: free the return stack on free_task() by Frederic Weisbecker · 16 years ago
  33. fb91ee6 tracing, doc: update mmiotrace documentation by Pekka Paalanen · 16 years ago
  34. 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 16 years ago
  35. eae849c tracing/function-return-tracer: don't trace kfree while it frees the return stack by Frederic Weisbecker · 16 years ago
  36. 813b852 Merge branch 'ppc/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/powerpc by Ingo Molnar · 16 years ago
  37. e38da59 tracing/stack-tracer: avoid races accessing file by Török Edwin · 16 years ago
  38. 8d26487 tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT by Török Edwin · 16 years ago
  39. cffa10a tracing/stack-tracer: fix locking and refcounts by Török Edwin · 16 years ago
  40. 8d7c6a9 tracing/stack-tracer: fix style issues by Török Edwin · 16 years ago
  41. 0429149 trace: fix compiler warning in branch profiler by Steven Rostedt · 16 years ago
  42. 69bb54e ftrace: add ftrace_off_permanent by Steven Rostedt · 16 years ago
  43. 033601a ring-buffer: add tracing_off_permanent by Steven Rostedt · 16 years ago
  44. e58918a ftrace: scripts/recordmcount.pl support for ARM by Jim Radford · 16 years ago
  45. 3a3d04a ftrace: specify $alignment for sh architecture by Matt Fleming · 16 years ago
  46. 2bcd521 trace: profile all if conditionals by Steven Rostedt · 16 years ago
  47. bac28bf trace: branch profiling should not print percent without data by Steven Rostedt · 16 years ago
  48. 45b7974 trace: consolidate unlikely and likely profiler by Steven Rostedt · 16 years ago
  49. 42f565e trace: remove extra assign in branch check by Steven Rostedt · 16 years ago
  50. c204f72 ftrace: create default variables for archs in recordmcount.pl by Steven Rostedt · 16 years ago
  51. 42e007d ftrace: add support for powerpc to recordmcount.pl script by Steven Rostedt · 16 years ago
  52. 0da85c0 sh: dynamic ftrace support. by Matt Fleming · 16 years ago
  53. 1d926f2 init/main.c: use ktime accessor function in initcall_debug code by Will Newton · 16 years ago
  54. cbe2f5a tracing: allow tracing of suspend/resume & hibernation code again by Ingo Molnar · 16 years ago
  55. b54d3de tracing: identify which executable object the userspace address belongs to by Török Edwin · 16 years ago
  56. 74e2f33 vfs, seqfile: make mangle_path() global by Török Edwin · 16 years ago
  57. 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 16 years ago
  58. 82f60f0 tracing/function-return-tracer: clean up task start/exit callbacks by Ingo Molnar · 16 years ago
  59. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 16 years ago
  60. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  61. b0788ca lockdep: consistent alignement for lockdep info by Li Zefan · 16 years ago
  62. 957ad01 sched: update comment for move_task_off_dead_cpu by Vegard Nossum · 16 years ago
  63. fc02e90 Merge commit 'v2.6.28-rc6' into sched/core by Ingo Molnar · 16 years ago
  64. 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 16 years ago
  65. ed31348 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  66. 13d428a Linux 2.6.28-rc6 by Linus Torvalds · 16 years ago
  67. 906430a9 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  68. ba721d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  69. 0090d48 [IA64] xen: fix xen_get_eflags. by Isaku Yamahata · 16 years ago
  70. 93fe10b [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case. by Isaku Yamahata · 16 years ago
  71. d596410 [IA64] remove duplicate include iommu.h by Huang Weiyi · 16 years ago
  72. ef23cdb [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stack by Hidetoshi Seto · 16 years ago
  73. b704882 [IA64] Rationalize kernel mode alignment checking by Tony Luck · 16 years ago
  74. 0ca4b6b x86: Fix interrupt leak due to migration by Matthew Wilcox · 16 years ago
  75. 23918b0 SUNRPC: Fix a performance regression in the RPC authentication code by Trond Myklebust · 16 years ago
  76. 0cb39aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  77. c93fc28 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  78. e3b4ae7 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 4dd61d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  80. 95763dd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. 0260da1 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  82. ed79b86d parisc: fix bug in compat_arch_ptrace by Helge Deller · 16 years ago
  83. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  84. a24e849 MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol. by Ralf Baechle · 16 years ago
  85. 664c4bb MIPS: csrc-r4k: Fix spelling mistake. by Ralf Baechle · 16 years ago
  86. 2e37395 MIPS: RB532: Provide functions for gpio configuration by Phil Sutter · 16 years ago
  87. f43909d MIPS: IP22: Make indy_sc_ops variable static by Dmitri Vorobiev · 16 years ago
  88. 1b43284 MIPS: RB532: GPIO register offsets are relative to GPIOBASE by Florian Fainelli · 16 years ago
  89. 9e86786 MIPS: Malta: Fix include paths in malta-amon.c by David Daney · 16 years ago
  90. 7cc45e6 powerpc/ppc32: ftrace, dynamic ftrace to handle modules by Steven Rostedt · 16 years ago
  91. f48cb8b powerpc/ppc64: ftrace, handle module trampolines for dyn ftrace by Steven Rostedt · 16 years ago
  92. e4486fe powerpc: ftrace, use probe_kernel API to modify code by Steven Rostedt · 16 years ago
  93. 8fd6e5a powerpc: ftrace, convert to new dynamic ftrace arch API by Steven Rostedt · 16 years ago
  94. 6d07bb4 powerpc: ftrace, do not latency trace idle by Steven Rostedt · 16 years ago
  95. 5ece6c2 net: fix tiny output corruption of /proc/net/snmp6 by Alexey Dobriyan · 16 years ago
  96. a849854 atl2: don't request irq on resume if netif running by Alan Jenkins · 16 years ago
  97. eedd726 ipv6: use seq_release_private for ip6mr.c /proc entries by Benjamin Thery · 16 years ago
  98. 3aa4614 pkt_sched: fix missing check for packet overrun in qdisc_dump_stab() by Patrick McHardy · 16 years ago
  99. f7f65d1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  100. eafdcb4 smc911x: Fix printf format typo in smc911x driver. by Vernon Sauder · 16 years ago