1. c70dcb7 x86: change boot_cpu_id to boot_cpu_physical_apicid by Glauber de Oliveira Costa · 18 years ago
  2. 9d97d0d x86: move stack_start to smp.h by Glauber de Oliveira Costa · 18 years ago
  3. f6bc402 x86: include mach_apic.h in smpboot_64.c and smpboot.c by Glauber de Oliveira Costa · 18 years ago
  4. 50e440a x86: call nmi_watchdog_default in i386 by Glauber de Oliveira Costa · 18 years ago
  5. 6d60cd5 x86: unify nmi_32.h and nmi_64.h by Glauber de Oliveira Costa · 18 years ago
  6. e32ede1 x86: wipe get_nmi_reason out of nmi_64.h by Glauber de Oliveira Costa · 18 years ago
  7. fbac7fc x86: fix alloc_bootmem_pages_node macro by Glauber de Oliveira Costa · 18 years ago
  8. 04d1dd2 x86: make node to apic mapping declarations unconditional by Glauber de Oliveira Costa · 18 years ago
  9. cbe879f x86: define bios to apicid mapping by Glauber de Oliveira Costa · 18 years ago
  10. 7e1efc0 x86: unify extern masks declaration by Glauber de Oliveira Costa · 18 years ago
  11. ac56ef6 x86: provide APIC_INTEGRATED definition for x86_64 by Glauber de Oliveira Costa · 18 years ago
  12. 1d89a7f x86: merge smp_store_cpu_info by Glauber de Oliveira Costa · 18 years ago
  13. d0173ae x86: use start_ipi_hook in x86_64 by Glauber de Oliveira Costa · 18 years ago
  14. 037cab0 x86: move mp_bus_id_to_node to numa.c by Alexey Starikovskiy · 18 years ago
  15. e129cb4 x86: move mp_bus_id_to_local to numa.c by Alexey Starikovskiy · 18 years ago
  16. c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 18 years ago
  17. a6333c3 x86: add mp_bus_not_pci bitmap to mpparse_32.c by Alexey Starikovskiy · 18 years ago
  18. 8643f9d x86: get boot_cpu_id as early for k8_scan_nodes by Yinghai Lu · 18 years ago
  19. 6079d2d x86: move quad_local_to_mp_bus_id to numa.c by Alexey Starikovskiy · 18 years ago
  20. 5d570cb x86: correct/clarify comment in nops.h by Mikael Pettersson · 18 years ago
  21. 5b0e508 x86: prevent unconditional writes to DebugCtl MSR by Jan Beulich · 18 years ago
  22. 12db648 x86: add AMD Northbridge MSR definition by stephane eranian · 18 years ago
  23. 8697510 x86: add cpu_has_arch_perfmon by stephane eranian · 18 years ago
  24. e40c0fe x86: cleanup duplicate includes by Joe Perches · 18 years ago
  25. 01aaea1 x86: introduce initial apicid by Yinghai Lu · 18 years ago
  26. 459cce7 x86: remove mach_reboot.h by Ingo Molnar · 18 years ago
  27. e587cad x86: enhance DEBUG_RODATA support - alternatives by Mathieu Desnoyers · 18 years ago
  28. eee6dd1 x86: move extern declaration to vdso.h by Ingo Molnar · 18 years ago
  29. 16281a9 x86: include/asm-x86/mutex_32.h - use angle brackets for include by Joe Perches · 18 years ago
  30. ca9cda2 x86: add comments to processor.h by Ingo Molnar · 18 years ago
  31. 91718e8 x86: unify setup_trampoline by Glauber Costa · 18 years ago
  32. 4206882 x86: move trampoline arrays extern definition to smp.h by Glauber Costa · 18 years ago
  33. 69c18c1 x86: merge __cpu_disable and cpu_die by Glauber Costa · 18 years ago
  34. 1dbb472 x86: move hotplug related extern definitions to smp.h by Glauber Costa · 18 years ago
  35. 1452207 x86: make set_cpu_sibling_map nonstatic by Glauber Costa · 18 years ago
  36. a355352 x86: move equal types to common file by Glauber Costa · 18 years ago
  37. 5382e89 x86: adjust types in smpcommon_32.c by Glauber Costa · 18 years ago
  38. fe67620 x86: remove cpu_llc_id from processor.h by Glauber Costa · 18 years ago
  39. 377d698 x86: unify smp_send_stop by Glauber Costa · 18 years ago
  40. 3d3f487 x86: provide hlt_works function. by Glauber Costa · 18 years ago
  41. 68a1c3f x86: move prefill_possible_map to common file by Glauber Costa · 18 years ago
  42. 93b016f x86: move disabled_cpus to common header by Glauber Costa · 18 years ago
  43. c559764 x86: unify smp_cpus_done by Glauber Costa · 18 years ago
  44. 7557da6 x86: unify smp_prepare_cpus by Glauber Costa · 18 years ago
  45. 1e3fac8 x86: unify prepare_boot_cpu by Glauber Costa · 18 years ago
  46. 71d1954 x86: unify __cpu_up. by Glauber Costa · 18 years ago
  47. 64b1a21 x86: unify smp_call_function_mask by Glauber Costa · 18 years ago
  48. 8678969 x86: merge smp_send_reschedule by Glauber Costa · 18 years ago
  49. c76cb36 x86: move smp_ops extern declaration to common header by Glauber Costa · 18 years ago
  50. 1669402 x86: define smp_ops in common header by Glauber Costa · 18 years ago
  51. 53ebef4 x86: merge extern variables definitions by Glauber Costa · 18 years ago
  52. 639acb1 x86: merge extern function definitions by Glauber Costa · 18 years ago
  53. c27cfef x86: commonize smp.h by Glauber Costa · 18 years ago
  54. 8b6451f x86: fix switch_to() clobbers by Ingo Molnar · 18 years ago
  55. 23b55bd x86: clean up switch_to() by Ingo Molnar · 18 years ago
  56. 0d7a181 x86: wmb() confusion in system.h by Pavel Machek · 18 years ago
  57. 9fc3411 x86: debug pmd_bad() by Ingo Molnar · 18 years ago
  58. 40869cd x86: redo cded932b75ab0a5f9181e by Ingo Molnar · 18 years ago
  59. 78a9909 x86, tracing: add notrace to asm-x86/linkage.h by Ingo Molnar · 18 years ago
  60. 0f8d2b9 x86: clean up cpu capabilities accesses by Ingo Molnar · 18 years ago
  61. f8fffa4 x86: apic_is_clustered_box for vsmp by Yinghai Lu · 18 years ago
  62. 3def3d6 x86: clean up e820_reserve_resources on 64-bit by Yinghai Lu · 18 years ago
  63. 513ad84 x86: de-macro start_thread() by Ingo Molnar · 18 years ago
  64. 4d46a89 x86: clean up include/asm-x86/processor.h by Ingo Molnar · 18 years ago
  65. bc0a733 x86: define outb_pic and inb_pic to stop using outb_p and inb_p by David P. Reed · 18 years ago
  66. 2785c8d x86: call vsmp_init explicitly by Glauber Costa · 18 years ago
  67. 04adf11 x86: remove never used nodenumer in pda by Yinghai Lu · 18 years ago
  68. 9902a70 x86: make X86_32 pt_regs members unsigned long by Harvey Harrison · 18 years ago
  69. 92bc205 x86: change most X86_32 pt_regs members to unsigned long by Harvey Harrison · 18 years ago
  70. 48c508b x86: clean up find_e820_area(), 64-bit by Yinghai Lu · 18 years ago
  71. 00d1c5e x86: add gbpages switches by Ingo Molnar · 18 years ago
  72. 85eb69a x86: increase the kernel text limit to 512 MB by Ingo Molnar · 18 years ago
  73. c970d5a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  74. b4dcaea Pb1200/DBAu1200: fix bad IDE resource size by Sergei Shtylyov · 18 years ago
  75. 09a7744 Au1200: kill IDE driver function prototypes by Sergei Shtylyov · 18 years ago
  76. 6af74b0 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 18 years ago
  77. b4b8f57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  78. 5f1a3f2 acpi thermal trip points increased to 12 by Krzysztof Helt · 18 years ago
  79. d1e7780 spi: spi_s3c24xx must initialize num_chipselect by Ben Dooks · 18 years ago
  80. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 18 years ago
  81. 1f4deba uml: compile error fix by WANG Cong · 18 years ago
  82. 4ac5846 ssb: Fix usage of struct device used for DMAing by Michael Buesch · 18 years ago
  83. d237e5c io context: increment task attachment count in ioc_task_link() by Jens Axboe · 18 years ago
  84. 533bb8a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  85. e9df2e8 [IPV6]: Use appropriate sock tclass setting for routing lookup. by YOSHIFUJI Hideaki · 18 years ago
  86. 7cd636f [IPV6]: IPv6 extension header structures need to be packed. by YOSHIFUJI Hideaki · 18 years ago
  87. 14daa02 net: make struct tun_struct private to tun.c by Rusty Russell · 18 years ago
  88. ab38fb0 [SCTP]: Fix compiler warning about const qualifiers by Vlad Yasevich · 18 years ago
  89. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 18 years ago
  90. 14897e3 Merge branch 'docs' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 18 years ago
  91. dc07e72 Spell out behavior of atomic_dec_and_lock() in kerneldoc by J. Bruce Fields · 18 years ago
  92. b0fac02 Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protect by Heiko Carstens · 18 years ago
  93. 90768c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  94. 544451a pnp: increase number of devices supported per protocol by Bjorn Helgaas · 18 years ago
  95. d10d89e Add commentary about the new "asmlinkage_protect()" macro by Linus Torvalds · 18 years ago
  96. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 18 years ago
  97. f17520e FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2] by David Howells · 18 years ago
  98. e31c243 FRV: Add support for emulation of userspace atomic ops [try #2] by David Howells · 18 years ago
  99. 0c93d8e FRV: Move STACK_TOP_MAX up [try #2] by David Howells · 18 years ago
  100. a31b9dd FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2] by David Howells · 18 years ago