1. 22f65d3 x86: Update io_apic.c to use new cpumask API by Mike Travis · 17 years ago
  2. 6eeb7c5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask* by Mike Travis · 17 years ago
  3. 95d313c x86: Add cpu_mask_to_apicid_and by Mike Travis · 17 years ago
  4. a168196 x86: move and enhance debug printk for nr_cpu_ids etc. by Mike Travis · 17 years ago
  5. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 17 years ago
  6. c8cae54 x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master. by Mike Travis · 17 years ago
  7. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  8. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 17 years ago
  9. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 17 years ago
  10. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 17 years ago
  11. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 17 years ago
  12. 8299608 Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 by Ingo Molnar · 17 years ago
  13. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 17 years ago
  14. 087052b x86: fix default_spin_lock_flags() prototype by Ingo Molnar · 17 years ago
  15. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 17 years ago
  16. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 17 years ago
  17. 69b88af x86: clean up get_smp_config() by Yinghai Lu · 17 years ago
  18. aa9c9b8 Merge branch 'linus' into x86/quirks by Ingo Molnar · 17 years ago
  19. b8d9905 AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0 by Joerg Roedel · 17 years ago
  20. 8ad909c AMD IOMMU: fix WARN_ON in dma_ops unmap path by Joerg Roedel · 17 years ago
  21. 24f8116 AMD IOMMU: fix typo in comment by Joerg Roedel · 17 years ago
  22. 3cc3d84 AMD IOMMU: fix loop counter in free_pagetable function by Joerg Roedel · 17 years ago
  23. bb9d4ff AMD IOMMU: fix iommu_map_page function by Joerg Roedel · 17 years ago
  24. 3145e94 x86, MSI: pass irq_cfg and irq_desc by Yinghai Lu · 17 years ago
  25. be5d535 x86: MSI start irq numbering from nr_irqs_gsi by Yinghai Lu · 17 years ago
  26. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 17 years ago
  27. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 17 years ago
  28. 9adc138 x86: fix early panic with boot option "nosmp" by Andi Kleen · 17 years ago
  29. c36910c Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 17 years ago
  30. 09ee17e AMD IOMMU: fix possible race while accessing iommu->need_sync by Joerg Roedel · 17 years ago
  31. f91ba19 AMD IOMMU: set device table entry for aliased devices by Joerg Roedel · 17 years ago
  32. 70d7d35 x86: fix broken flushing in GART nofullflush path by Joerg Roedel · 17 years ago
  33. 62679ef ftrace: add checks on ret stack in function graph by Steven Rostedt · 17 years ago
  34. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 17 years ago
  35. 7ee991f ftrace: print real return in dumpstack for function graph by Steven Rostedt · 17 years ago
  36. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 17 years ago
  37. bb4304c ftrace: have function graph use mcount caller address by Steven Rostedt · 17 years ago
  38. 347fdd9 ftrace: clean up function graph asm by Steven Rostedt · 17 years ago
  39. dfdc543 Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace by Ingo Molnar · 17 years ago
  40. 8daa190 x86, apm: remove CONFIG_APM_REAL_MODE_POWER_OFF in favor of a kernel parameter by Niels de Vos · 17 years ago
  41. 48d68b2 tracing/function-graph-tracer: support for x86-64 by Frederic Weisbecker · 17 years ago
  42. 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 · 17 years ago
  43. 66a45cc Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  44. 8c7b905 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  45. 23a14b9 kvm_setup_secondary_clock() is cpuinit by Al Viro · 17 years ago
  46. 2236d25 enable_IR_x2apic() needs to be __init by Al Viro · 17 years ago
  47. c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 17 years ago
  48. f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 17 years ago
  49. 5a45cfe ftrace: use code patching for ftrace graph tracer by Steven Rostedt · 17 years ago
  50. c2324b6 tracing: function graph tracer, fix by Ingo Molnar · 17 years ago
  51. 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 17 years ago
  52. fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 17 years ago
  53. a266d9f [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus value by Andreas Herrmann · 17 years ago
  54. 6abb11a x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c by Markus Metzger · 17 years ago
  55. ca0002a x86, bts: base in-kernel ds interface on handles by Markus Metzger · 17 years ago
  56. 7d55718 Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-branch-tracing by Ingo Molnar · 17 years ago
  57. de90add x86, bts: fix wrmsr and spinlock over kmalloc by Markus Metzger · 17 years ago
  58. c4858ff x86, pebs: fix PEBS record size configuration by Markus Metzger · 17 years ago
  59. 292c669 x86, bts: exclude ds.c from build when disabled by Markus Metzger · 17 years ago
  60. eff79ae arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul by Julia Lawall · 17 years ago
  61. 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 · 17 years ago
  62. b47b928 x86: drop REBOOT_CF9_COND from reboot fallback chain by H. Peter Anvin · 17 years ago
  63. a1967d6 x86: revert irq number limitation by Thomas Gleixner · 17 years ago
  64. 8d7c6a9 tracing/stack-tracer: fix style issues by Török Edwin · 17 years ago
  65. 9f14416 Merge commit 'v2.6.28-rc6' into irq/urgent by Ingo Molnar · 17 years ago
  66. 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 17 years ago
  67. f201ae2 tracing/function-return-tracer: store return stack into task_struct and allocate it dynamically by Frederic Weisbecker · 17 years ago
  68. a0a70c7 Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  69. 3889d0c x86: revert default reboot method to REBOOT_KBD by H. Peter Anvin · 17 years ago
  70. 57550b2 Merge commit 'v2.6.28-rc6' into x86/urgent by Ingo Molnar · 17 years ago
  71. 0ca4b6b x86: Fix interrupt leak due to migration by Matthew Wilcox · 17 years ago
  72. bfe085f x86: fixing __cpuinit/__init tangle, xsave_cntxt_init() by Rakib Mullick · 17 years ago
  73. 9bc646f x86: fix __cpuinit/__init tangle in init_thread_xstate() by Rakib Mullick · 17 years ago
  74. 9676e73 Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  75. 093bac1 x86: quirk for reboot stalls on a Dell Optiplex 330 by Steve Conklin · 17 years ago
  76. b5fe363 x86: use update_genapic to get rid of ES7000_CLUSTERED_APIC v2 by Yinghai Lu · 17 years ago
  77. f632ddc x86: fix wakeup_cpu with numaq/es7000, v2, fix #2 by Ingo Molnar · 17 years ago
  78. 73f56c0 Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent by Ingo Molnar · 17 years ago
  79. 0af40a4 x86: more general identifier for Phoenix BIOS by Philipp Kohlbecher · 17 years ago
  80. 8501c45 AMD IOMMU: check for next_bit also in unmapped area by Joerg Roedel · 17 years ago
  81. 695b567 AMD IOMMU: fix fullflush comparison length by Joerg Roedel · 17 years ago
  82. 3ce1f93 AMD IOMMU: enable device isolation per default by Joerg Roedel · 17 years ago
  83. e5e1f60 AMD IOMMU: add parameter to disable device isolation by Joerg Roedel · 17 years ago
  84. 10db4ef x86, PEBS/DS: fix code flow in ds_request() by Ingo Molnar · 17 years ago
  85. 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 17 years ago
  86. 54ac14a x86: fix wakeup_cpu with numaq/es7000, v2, fix by Yinghai Lu · 17 years ago
  87. 93ce99e x86: add rdtsc barrier to TSC sync check by Venki Pallipadi · 17 years ago
  88. 569712b x86: fix wakeup_cpu with numaq/es7000, v2 by Yinghai Lu · 17 years ago
  89. d3c6aa1 x86: fix es7000 compiling by Yinghai Lu · 17 years ago
  90. d1f1e9c x86, bts: fix unlock problem in ds.c by Markus Metzger · 17 years ago
  91. e7d3737 tracing/function-return-tracer: support for dynamic ftrace on function return tracer by Frederic Weisbecker · 17 years ago
  92. b01c746 tracing/function-return-tracer: add a barrier to ensure return stack index is incremented in memory by Frederic Weisbecker · 17 years ago
  93. 31e8890 ftrace: pass module struct to arch dynamic ftrace functions by Steven Rostedt · 17 years ago
  94. 52168e6 Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" by David Woodhouse · 17 years ago
  95. 24de386 Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function-return-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 17 years ago
  96. 1dc1c6a tracing/function-return-tracer: call prepare_ftrace_return by registers by Frederic Weisbecker · 17 years ago
  97. 62d59d1 tracing/function-return-tracer: make the function return tracer lockless by Frederic Weisbecker · 17 years ago
  98. 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 17 years ago
  99. 5d2007e Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  100. 08c1184 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago