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