1. ad3ad3f x64, x2apic/intr-remap: parse ioapic scope under vt-d structures by Suresh Siddha · 18 years ago
  2. 1886e8a x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Interrupt remapping by Suresh Siddha · 18 years ago
  3. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 18 years ago
  4. 6c82a00 Merge branch 'x86/generalize-visws' into x86/core by Ingo Molnar · 18 years ago
  5. 392a0fc x86: merge dwarf2 headers by Glauber Costa · 18 years ago
  6. d73a731 x86: use AS_CFI instead of UNWIND_INFO by Glauber Costa · 18 years ago
  7. 70f1bba x86: use ignore macro instead of hash comment by Glauber Costa · 18 years ago
  8. d9fc3fd x86: fix savesegment() bug causing crashes on 64-bit by Ingo Molnar · 18 years ago
  9. 8d28aab x86_64: add pseudo-features for 32-bit compat syscall by Jeremy Fitzhardinge · 18 years ago
  10. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 18 years ago
  11. ac310bb Fix name of Russell King in various comments by Uwe Kleine-König · 18 years ago
  12. e5a5816 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  13. ccf9b3b xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info by Steffen Klassert · 18 years ago
  14. 8bfaba8 x86, VisWS: turn into generic arch, add NR_IRQS quirk by Ingo Molnar · 18 years ago
  15. 4191894 x86, VisWS: turn into generic arch, eliminate include/asm-x86/mach-visws/setup_arch.h by Ingo Molnar · 18 years ago
  16. efd746b x86, VisWS: turn into generic arch, move definitions by Ingo Molnar · 18 years ago
  17. b4b8641 x86, VisWS: turn into generic arch, create include/asm-x86/visws/ by Ingo Molnar · 18 years ago
  18. 18c413e x86, VisWS: turn into generic arch, eliminate asm-x86/mach-visws/mach_apicdef.h by Ingo Molnar · 18 years ago
  19. b70d9c2 x86, VisWS: turn into generic arch, update asm-x86/mach-visws/mach_apicdef.h by Ingo Molnar · 18 years ago
  20. 6649aba x86, VisWS: turn into generic arch, eliminate include/asm-x86/mach-visws/smpboot_hooks.h by Ingo Molnar · 18 years ago
  21. 244a5e2 x86, VisWS: turn into generic arch, update include/asm-x86/mach-visws/smpboot_hooks.h by Ingo Molnar · 18 years ago
  22. 6a64b5d x86, VisWS: turn into generic arch, enhance include/asm-x86/mach-default/smpboot_hooks.h by Ingo Molnar · 18 years ago
  23. d8d1bc7 x86, VisWS: turn into generic arch, eliminate include/asm-x86/mach-visws/mach_apic.h by Ingo Molnar · 18 years ago
  24. 808fc87 x86, VisWS: turn into generic arch, update asm-x86/mach-visws/mach_apic.h by Ingo Molnar · 18 years ago
  25. 5548ed1 x86, VisWS: turn into generic arch, install proper PCI quirk by Ingo Molnar · 18 years ago
  26. 3b33553 x86: add early quirk support by Ingo Molnar · 18 years ago
  27. f87f38e Merge branch 'x86/unify-pci' into x86/core by Ingo Molnar · 18 years ago
  28. e93be88 x86: clean up iommu.h and gart.h by FUJITA Tomonori · 18 years ago
  29. 849567b Merge branch 'x86/gart' into x86/core by Ingo Molnar · 18 years ago
  30. f34fa82 x86, acpi: merge __acpi_map_table by Yinghai Lu · 18 years ago
  31. 4fb3dc2 x86: build fix for "x86: fix C1E && nx6325 stability problem" by Ingo Molnar · 18 years ago
  32. 1129585 x86: introduce copy_user_handle_tail() routine by Vitaly Mayatskikh · 18 years ago
  33. de989ef Merge branch 'x86/unify-lib' into x86/core by Ingo Molnar · 18 years ago
  34. d028203 Merge branch 'x86/core' into x86/unify-pci by Ingo Molnar · 18 years ago
  35. e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 18 years ago
  36. 8cbfd4f4 x86, iommu: replace CONFIG_IOMMU with CONFIG_GART_IOMMU in iommu.h by FUJITA Tomonori · 18 years ago
  37. 2dc807b x86: make max_pfn cover acpi table below 4g by Yinghai Lu · 18 years ago
  38. 22cac16 x86: define architectural characteristics in uaccess.h. by Glauber Costa · 18 years ago
  39. 8bc7de0 x86: put movsl_mask into uaccess.h. by Glauber Costa · 18 years ago
  40. 8cb834e x86: move __get_user and __put_user into uaccess.h. by Glauber Costa · 18 years ago
  41. e30a44f x86: merge put_user. by Glauber Costa · 18 years ago
  42. ec84095 x86: turn __put_user_check directly into put_user. by Glauber Costa · 18 years ago
  43. 64a978c x86: be more explicit in __put_user_x. by Glauber Costa · 18 years ago
  44. 3f16822 x86: merge __get_user_asm and its users. by Glauber Costa · 18 years ago
  45. 6fd4725 x86: don't always use EFAULT on __get_user_size. by Glauber Costa · 18 years ago
  46. dc70ddf x86: merge __put_user_asm and its user. by Glauber Costa · 18 years ago
  47. d42e6af x86: don't always use EFAULT on __put_user_size. by Glauber Costa · 18 years ago
  48. 5e32216 x86: use k modifier for 4-byte access. by Glauber Costa · 18 years ago
  49. 002ca16 x86: move __addr_ok to uaccess.h. by Glauber Costa · 18 years ago
  50. 865e5b7 x86: merge getuser. by Glauber Costa · 18 years ago
  51. ca23386 x86: merge common parts of uaccess. by Glauber Costa · 18 years ago
  52. be9d06b x86: use something common for both architectures. by Glauber Costa · 18 years ago
  53. 1dc186e x86: use long instead of int. by Glauber Costa · 18 years ago
  54. 8b0a8aa x86: introduce likely in macro. by Glauber Costa · 18 years ago
  55. c28b95d x86: change asm constraint. by Glauber Costa · 18 years ago
  56. 53938a6 x86: commonize __range_not_ok. by Glauber Costa · 18 years ago
  57. 2528de4 x86: use macros from asm.h. by Glauber Costa · 18 years ago
  58. 0ada316 x86: pass argument to putuser_64 functions in ax register. by Glauber Costa · 18 years ago
  59. 770546b x86: clobber rbx in putuser_64.S. by Glauber Costa · 18 years ago
  60. 70706e4 x86: user put_user_x instead of all variants. by Glauber Costa · 18 years ago
  61. 268cf04 x86: don't save ebx in putuser_32.S. by Glauber Costa · 18 years ago
  62. 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 18 years ago
  63. 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 18 years ago
  64. edf1016 x86: don't clobber r8 nor use rcx. by Glauber Costa · 18 years ago
  65. f8dd0d3 x86: delay lib unification build fix by Ingo Molnar · 18 years ago
  66. 26e9e57 x86, uv: build fix #2 for "x86, uv: update x86 mmr list for SGI uv" by Ingo Molnar · 18 years ago
  67. e407dff x86, uv: build fix for "x86, uv: update x86 mmr list for SGI uv" by Ingo Molnar · 18 years ago
  68. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 18 years ago
  69. 8fbbc4b x86: merge tsc_init and clocksource code by Alok Kataria · 18 years ago
  70. bfc0f59 x86: merge tsc calibration by Alok Kataria · 18 years ago
  71. 5d061e3 x86, uv: update x86 mmr list for SGI uv by Dimitri Sivanich · 18 years ago
  72. 83f5d89 x86: map UV chipset space - UV support by Jack Steiner · 18 years ago
  73. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 18 years ago
  74. 90621ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  75. a861beb ide: add __ide_default_irq() inline helper by Bartlomiej Zolnierkiewicz · 18 years ago
  76. 9c0fc4e Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 18 years ago
  77. 86df864 Correct hash flushing from huge_ptep_set_wrprotect() by David Gibson · 18 years ago
  78. 5dfcf14 x86: use FIRMWARE_MEMMAP on x86/E820 by Bernhard Walle · 18 years ago
  79. 69ac9cd sysfs: add /sys/firmware/memmap by Bernhard Walle · 18 years ago
  80. 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 18 years ago
  81. ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 18 years ago
  82. 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 18 years ago
  83. 4a70173 x86: move prefill_possible_map calling early, fix by Ingo Molnar · 18 years ago
  84. 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 18 years ago
  85. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 18 years ago
  86. dc8e812 x86: change copy_e820_map to append_e820_map by Yinghai Lu · 18 years ago
  87. fd6493e x86: cleanup e820_setup_gap(), v2 by Alok Kataria · 18 years ago
  88. 6a2f47c x86: add check for node passed to node_to_cpumask, v3 by Mike Travis · 18 years ago
  89. 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 18 years ago
  90. 3ae960a - x86: move early_ioremap prototypes to io.h by Ingo Molnar · 18 years ago
  91. 914bebf x86: use disable_apic in 32bit by Yinghai Lu · 18 years ago
  92. df366e9 x86_64: fix non-paravirt compilation by Jeremy Fitzhardinge · 18 years ago
  93. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 18 years ago
  94. 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 18 years ago
  95. 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 18 years ago
  96. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 18 years ago
  97. a00394f x86, 64-bit: swapgs pvop with a user-stack can never be called by Jeremy Fitzhardinge · 18 years ago
  98. 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 18 years ago
  99. c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 18 years ago
  100. d75cd22 x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 18 years ago