1. 5b4d238 x86: Recover timer_ack lost in the merge of the NMI watchdog by Maciej W. Rozycki · 16 years ago
  2. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 16 years ago
  3. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 16 years ago
  4. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 16 years ago
  5. 557d7d4 x86: use matching CFI_ENDPROC by Glauber Costa · 16 years ago
  6. b6ad92d x86_64: vdso32 cleanup using feature flags by Jeremy Fitzhardinge · 16 years ago
  7. 8d28aab x86_64: add pseudo-features for 32-bit compat syscall by Jeremy Fitzhardinge · 16 years ago
  8. 3d0decc x86: fix tsc unification buglet with ftrace and stackprotector by Ingo Molnar · 16 years ago
  9. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
  10. f302a5bb x86: reserve SLIT by Yinghai Lu · 16 years ago
  11. 69a7704 x86: e820: user-defined memory maps: remove the range instead of update it to reserved by Yinghai Lu · 16 years ago
  12. 27cb0a7 x86: fix compile error in current tip.git by Jeremy Fitzhardinge · 16 years ago
  13. e54afe3 x86: remove duplicate call to use_tsc_delay by Glauber Costa · 16 years ago
  14. f87f38e Merge branch 'x86/unify-pci' into x86/core by Ingo Molnar · 16 years ago
  15. a6784ad x86: fix visws and vsmp build by Ingo Molnar · 16 years ago
  16. 0b9f4f4 x86: I/O APIC: Add a 64-bit variation of replace_pin_at_irq() by Maciej W. Rozycki · 16 years ago
  17. c9076b6 Revert "x86: fix IO APIC breakage on HP nx6325" by Ingo Molnar · 16 years ago
  18. 2179bab Revert "x86: fix IO APIC breakage on HP nx6325, v2" by Ingo Molnar · 16 years ago
  19. 18b743d x86, AMD IOMMU: clean up Kconfig entry by FUJITA Tomonori · 16 years ago
  20. 3d43ecd x86: make e820_end return end_of_ram again for 64bit by Yinghai Lu · 16 years ago
  21. f34fa82 x86, acpi: merge __acpi_map_table by Yinghai Lu · 16 years ago
  22. 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 16 years ago
  23. ad2fc2c x86: fix copy_user on x86 by Vitaly Mayatskikh · 16 years ago
  24. 1129585 x86: introduce copy_user_handle_tail() routine by Vitaly Mayatskikh · 16 years ago
  25. de989ef Merge branch 'x86/unify-lib' into x86/core by Ingo Molnar · 16 years ago
  26. a737abd x86: e820 memmap - add checking for NULL early param by Cyrill Gorcunov · 16 years ago
  27. c22d4c1 x86: make e820_end return max ram type only for 32 bit by Yinghai Lu · 16 years ago
  28. 8dd779b x86/pci: removing subsys_initcall ordering dependencies by Robert Richter · 16 years ago
  29. ae28d70 x86/pci: visws: renaming pcibios_init() by Robert Richter · 16 years ago
  30. f4d994b x86/pci: Makefile merge: coalescing 32 and 64 bit by Robert Richter · 16 years ago
  31. d199a04 x86/pci: merge: moving mp_bus_to_node.c to amd_bus.c by Robert Richter · 16 years ago
  32. 42a4b42 x86/pci: mp_bus_to_node merge: moving code in amd_bus.c by Robert Richter · 16 years ago
  33. 8eefc66 x86/pci: Makefile merge: creating pci-y for 64 bit by Robert Richter · 16 years ago
  34. 8043c7b x86/pci: Makefile merge: changing 64bit ordering by Robert Richter · 16 years ago
  35. a5d4fb9 x86/pci: Makefile merge: decoupling options for mp_bus_to_node.o by Robert Richter · 16 years ago
  36. 0b40e84 x86/pci: Makefile merge: whitespace changes only by Robert Richter · 16 years ago
  37. 7fa71c0 x86/pci: Makefile merge: removing include dir flag by Robert Richter · 16 years ago
  38. 6d8566a x86/pci: Makefile merge: Removing Makefile_* by Robert Richter · 16 years ago
  39. d028203 Merge branch 'x86/core' into x86/unify-pci by Ingo Molnar · 16 years ago
  40. 183fe06 x86: build fix for "x86: fix C1E && nx6325 stability problem" by Ingo Molnar · 16 years ago
  41. e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 16 years ago
  42. c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 16 years ago
  43. 2dc807b x86: make max_pfn cover acpi table below 4g by Yinghai Lu · 16 years ago
  44. 49c980d x86: fix vmemmap printout check by Yinghai Lu · 16 years ago
  45. b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 16 years ago
  46. 293e6a2 x86: mark x86_64 as having a working WP. by Glauber Costa · 16 years ago
  47. 5cbbc3b x86: merge putuser asm functions. by Glauber Costa · 16 years ago
  48. 2528de4 x86: use macros from asm.h. by Glauber Costa · 16 years ago
  49. efea505 x86: don't use word-size specifiers in putuser files. by Glauber Costa · 16 years ago
  50. 766ed42 x86: replace function headers by macros. by Glauber Costa · 16 years ago
  51. 663aa96 x86: change testing logic in putuser_64.S. by Glauber Costa · 16 years ago
  52. 0ada316 x86: pass argument to putuser_64 functions in ax register. by Glauber Costa · 16 years ago
  53. 770546b x86: clobber rbx in putuser_64.S. by Glauber Costa · 16 years ago
  54. 268cf04 x86: don't save ebx in putuser_32.S. by Glauber Costa · 16 years ago
  55. 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 16 years ago
  56. 87e2f1e x86: use _ASM_PTR instead of explicit word-size pointers. by Glauber Costa · 16 years ago
  57. 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 16 years ago
  58. ef8c1a2 x86: don't use word-size specifiers on getuser_64. by Glauber Costa · 16 years ago
  59. 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 16 years ago
  60. 9262875 x86: adapt x86_64 getuser functions. by Glauber Costa · 16 years ago
  61. 9aa0388 x86: don't use word-size specifiers. by Glauber Costa · 16 years ago
  62. edf1016 x86: don't clobber r8 nor use rcx. by Glauber Costa · 16 years ago
  63. f0fbf0a x86: integrate delay functions. by Glauber Costa · 16 years ago
  64. 7e58818 x86: explicitly use edx in const delay function. by Glauber Costa · 16 years ago
  65. a76febe x86: use rdtscll in read_current_timer for i386. by Glauber Costa · 16 years ago
  66. 0a4d8a4 x86: provide delay loop for x86_64. by Glauber Costa · 16 years ago
  67. ff1b15b x86: don't use size specifiers. by Glauber Costa · 16 years ago
  68. 5ed4273 arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps' by Andrew Morton · 16 years ago
  69. 6f585e0 arch/x86/kernel/smpboot.c: fix warning by Andrew Morton · 16 years ago
  70. 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 16 years ago
  71. abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 16 years ago
  72. 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 16 years ago
  73. a7bbb0c x86: traps_xx: modify do_trap by Alexander van Heukelum · 16 years ago
  74. e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 16 years ago
  75. badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 16 years ago
  76. a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 16 years ago
  77. e93ef94 x86: rename paravirtualized TSC functions by Alok Kataria · 16 years ago
  78. 8fbbc4b x86: merge tsc_init and clocksource code by Alok Kataria · 16 years ago
  79. 2dbe06f x86: merge the TSC cpu-freq code by Alok Kataria · 16 years ago
  80. bfc0f59 x86: merge tsc calibration by Alok Kataria · 16 years ago
  81. 0ef9553 x86: merge sched_clock handling by Alok Kataria · 16 years ago
  82. 746f2eb x86: apic_32.c - add lapic resource by Cyrill Gorcunov · 16 years ago
  83. 83f5d89 x86: map UV chipset space - UV support by Jack Steiner · 16 years ago
  84. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
  85. fc9036e x86: let early_reserve_e820 update e820_saved too by Yinghai Lu · 16 years ago
  86. a0a0bec x86: make e820_saved have update from setup_data by Yinghai Lu · 16 years ago
  87. 0be1552 x86: move saving e820_saved to setup_memory_map by Yinghai Lu · 16 years ago
  88. 5dfcf14 x86: use FIRMWARE_MEMMAP on x86/E820 by Bernhard Walle · 16 years ago
  89. 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 16 years ago
  90. 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 16 years ago
  91. 5a654ba x86/cpa: use an undefined PTE bit for testing CPA by Jeremy Fitzhardinge · 16 years ago
  92. ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 16 years ago
  93. 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 16 years ago
  94. 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
  95. aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 16 years ago
  96. 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 16 years ago
  97. 5f4765f x86: move init_cpu_to_node after get_smp_config by Yinghai Lu · 16 years ago
  98. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  99. d9a81b4 x86: do not printout if we do not find setup_data by Yinghai Lu · 16 years ago
  100. 4fcc545 x86: make early_res_to_bootmem print out less 80 width chars by Yinghai Lu · 16 years ago