1. bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
  2. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 16 years ago
  3. b78936e xen: convert to cpumask_var_t and new cpumask primitives. by Mike Travis · 16 years ago
  4. 22f65d3 x86: Update io_apic.c to use new cpumask API by Mike Travis · 16 years ago
  5. 6eeb7c5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask* by Mike Travis · 16 years ago
  6. 95d313c x86: Add cpu_mask_to_apicid_and by Mike Travis · 16 years ago
  7. a168196 x86: move and enhance debug printk for nr_cpu_ids etc. by Mike Travis · 16 years ago
  8. e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
  9. 36f5101 x86: enable MAXSMP by Mike Travis · 16 years ago
  10. c8cae54 x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master. by Mike Travis · 16 years ago
  11. c3895b0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-ingo into cpus4096 by Ingo Molnar · 16 years ago
  12. 3c68b4a Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  13. 5279585 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx by Linus Torvalds · 16 years ago
  14. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 16 years ago
  15. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  16. 0de2652 cpumask: make irq_set_affinity() take a const struct cpumask by Rusty Russell · 16 years ago
  17. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  18. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
  19. 6d8a52d MIPS: IP32: Update defconfig by David Daney · 16 years ago
  20. 11531ac MIPS: Add missing calls to plat_unmap_dma_mem. by David Daney · 16 years ago
  21. 00ace20 MIPS: Kconfig: Fix the arch-specific header path by Dmitri Vorobiev · 16 years ago
  22. b6354db MIPS: Use EI/DI for MIPS R2. by David Daney · 16 years ago
  23. 8299608 Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096 by Ingo Molnar · 16 years ago
  24. 45ab6b0 Merge branch 'sched/core' into cpus4096 by Ingo Molnar · 16 years ago
  25. ee79d1b sched: let arch_update_cpu_topology indicate if topology changed by Heiko Carstens · 16 years ago
  26. 81444a7 Merge branch 'tracing/fastboot' into cpus4096 by Ingo Molnar · 16 years ago
  27. c1dfdc7 Merge commit 'v2.6.28-rc8' into sched/core by Ingo Molnar · 16 years ago
  28. 9f3eefc powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadia by Josh Boyer · 16 years ago
  29. c7f8d6f MN10300: Give correct size when reserving interrupt vector table by Akira Takeuchi · 16 years ago
  30. 24646bd MN10300: Fix the preemption resume_kernel() routine by Akira Takeuchi · 16 years ago
  31. a8893fb MN10300: Discard low-priority Tx interrupts when closing an on-chip serial port by Akira Takeuchi · 16 years ago
  32. cb32898 MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macros by Cyrill Gorcunov · 16 years ago
  33. 061afe9f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  34. 942c88c Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  35. 3613712 uml: boot broken due to buffer overrun by Balbir Singh · 16 years ago
  36. 98873f5 MIPS: Better than nothing implementation of PCI mmap to fix X. by Ralf Baechle · 16 years ago
  37. 8a4830f sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ build by Yinghai Lu · 16 years ago
  38. ff740fb [IA64] SN: prevent IRQ retargetting in request_irq() by John Keller · 16 years ago
  39. 8704ad8 [IA64] Clear up section mismatch with arch_unregister_cpu() by Robin Holt · 16 years ago
  40. 6882edc [IA64] Clear up section mismatch for sn_check_wars. by Robin Holt · 16 years ago
  41. 9877e7b [IA64] Updated the generic_defconfig to work with the 2.6.28-rc7 kernel. by Robin Holt · 16 years ago
  42. 6afc9be [IA64] eliminate NULL test and memset after alloc_bootmem by Julia Lawall · 16 years ago
  43. fc10212 [IA64] remove BUILD_BUG_ON from paravirt_getreg() by Alexey Dobriyan · 16 years ago
  44. 437f2f9 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  45. cdf0c7d Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  46. ab44f46 Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge by Paul Mackerras · 16 years ago
  47. 50dd94e sparseirq: fix typo in !CONFIG_IO_APIC case by Ingo Molnar · 16 years ago
  48. 087052b x86: fix default_spin_lock_flags() prototype by Ingo Molnar · 16 years ago
  49. 380c4b1 tracing/function-graph-tracer: append the tracing_graph_flag by Frederic Weisbecker · 16 years ago
  50. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 16 years ago
  51. 69b88af x86: clean up get_smp_config() by Yinghai Lu · 16 years ago
  52. aa9c9b8 Merge branch 'linus' into x86/quirks by Ingo Molnar · 16 years ago
  53. b8d9905 AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0 by Joerg Roedel · 16 years ago
  54. 8ad909c AMD IOMMU: fix WARN_ON in dma_ops unmap path by Joerg Roedel · 16 years ago
  55. 24f8116 AMD IOMMU: fix typo in comment by Joerg Roedel · 16 years ago
  56. 3cc3d84 AMD IOMMU: fix loop counter in free_pagetable function by Joerg Roedel · 16 years ago
  57. bb9d4ff AMD IOMMU: fix iommu_map_page function by Joerg Roedel · 16 years ago
  58. 3145e94 x86, MSI: pass irq_cfg and irq_desc by Yinghai Lu · 16 years ago
  59. be5d535 x86: MSI start irq numbering from nr_irqs_gsi by Yinghai Lu · 16 years ago
  60. 99d093d x86: use NR_IRQS_LEGACY by Yinghai Lu · 16 years ago
  61. 0b8f1ef sparse irq_desc[] array: core kernel and x86 changes by Yinghai Lu · 16 years ago
  62. 4d117c5 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  63. baa745a [ARM] Fix alignment fault handling for ARMv6 and later CPUs by Russell King · 16 years ago
  64. 794baba [ARM] 5340/1: fix stack placement after noexecstack changes by Lennert Buytenhek · 16 years ago
  65. 640d17d powerpc/virtex5: Fix Virtex5 machine check handling by Grant Likely · 16 years ago
  66. 8ebcfc8 MIPS: Fix incorrect use of loose in vpe.c by Nick Andrew · 16 years ago
  67. 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  68. 341e558 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc by Linus Torvalds · 16 years ago
  69. 0efcafb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  70. e948990 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
  71. 2b218ae Merge branch 'sched-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. 56d18e9 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  73. b2c2717 powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigs by Anton Vorontsov · 16 years ago
  74. c6cb4df MIPS: Return ENOSYS from sys32_syscall on 64bit kernels like elsewhere. by David Daney · 16 years ago
  75. 8d13cb2 MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32. by Ralf Baechle · 16 years ago
  76. 08d3087 MIPS: o32: Fix number of arguments to splice(2). by Ralf Baechle · 16 years ago
  77. 566a3b9 MIPS: Malta: Consolidate platform device code. by Ralf Baechle · 16 years ago
  78. 3e27cce MIPS: IP22, Fulong, Malta: Update defconfigs. by Ralf Baechle · 16 years ago
  79. 192cc7f MIPS: Malta: Add back RTC support by Tiejun Chen · 16 years ago
  80. e807f95 MIPS: Fix potential DOS by untrusted user app. by Vlad Malov · 16 years ago
  81. 410d2c8 sparc64: Sync FPU state in VIS emulation handler. by Hong H. Pham · 16 years ago
  82. 9adc138 x86: fix early panic with boot option "nosmp" by Andi Kleen · 16 years ago
  83. 94fc733 [ARM] 5339/1: fix __fls() on ARM by Nicolas Pitre · 16 years ago
  84. 726c12f sparc64: Fix VIS emulation bugs by Joseph Myers · 16 years ago
  85. 004b50f MN10300: Introduce barriers to replace removed volatiles in gdbstub 16550 driver by David Howells · 16 years ago
  86. e8e8e80 sparc: asm/bitops.h should define __fls by Rusty Russell · 16 years ago
  87. 66a05d6 Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into x86/urgent by Ingo Molnar · 16 years ago
  88. 3d337c6 x86/oprofile: fix Intel cpu family 6 detection by William Cohen · 16 years ago
  89. dafdb61 powerpc/83xx: Fix MCU support merge issue in mpc8349emitx.dts by Anton Vorontsov · 16 years ago
  90. 9ea84ad oprofile: fix CPU unplug panic in ppro_stop() by Eric Dumazet · 16 years ago
  91. 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 · 16 years ago
  92. 09ee17e AMD IOMMU: fix possible race while accessing iommu->need_sync by Joerg Roedel · 16 years ago
  93. f91ba19 AMD IOMMU: set device table entry for aliased devices by Joerg Roedel · 16 years ago
  94. eac9fbc AMD IOMMU: struct amd_iommu remove padding on 64 bit by Richard Kennedy · 16 years ago
  95. 70d7d35 x86: fix broken flushing in GART nofullflush path by Joerg Roedel · 16 years ago
  96. ee4ee52 sparc64: Fix bug in PTRACE_SETFPREGS64 handling. by Chris Torek · 16 years ago
  97. 62679ef ftrace: add checks on ret stack in function graph by Steven Rostedt · 16 years ago
  98. e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 16 years ago
  99. 7ee991f ftrace: print real return in dumpstack for function graph by Steven Rostedt · 16 years ago
  100. 14a866c ftrace: add ftrace_graph_stop() by Steven Rostedt · 16 years ago