1. df366e9 x86_64: fix non-paravirt compilation by Jeremy Fitzhardinge · 18 years ago
  2. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 18 years ago
  3. 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 18 years ago
  4. 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 18 years ago
  5. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 18 years ago
  6. a00394f x86, 64-bit: swapgs pvop with a user-stack can never be called by Jeremy Fitzhardinge · 18 years ago
  7. 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 18 years ago
  8. c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 18 years ago
  9. d75cd22 x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 18 years ago
  10. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 18 years ago
  11. 4f30cb0 x86, 64-bit: PSE no longer a hard requirement by Jeremy Fitzhardinge · 18 years ago
  12. f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 18 years ago
  13. 4080117 x86, 64-bit: add FIX_PARAVIRT_BOOTMAP fixmap slot by Jeremy Fitzhardinge · 18 years ago
  14. a652374 paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor by Eduardo Habkost · 18 years ago
  15. 491eccb x86/paravirt: define PARA_INDIRECT for indirect asm calls by Jeremy Fitzhardinge · 18 years ago
  16. 9734913 x86/paravirt: add debugging for missing operations by Jeremy Fitzhardinge · 18 years ago
  17. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 18 years ago
  18. 15878c0 x86, 64-bit: add sync_cmpxchg by Jeremy Fitzhardinge · 18 years ago
  19. 102e3b8 x86, 64-bit: add prototype for x86_64_start_kernel() by Jeremy Fitzhardinge · 18 years ago
  20. 29f784e x86: change some functions in setup.c to static by Yinghai Lu · 18 years ago
  21. 3381959 x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 by Alok Kataria · 18 years ago
  22. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 18 years ago
  23. f47f9d5 x86: numa 32 using apicid_2_node to get node for logical_apicid by Yinghai Lu · 18 years ago
  24. 3a58a2a x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 18 years ago
  25. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 18 years ago
  26. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 18 years ago
  27. c3c2fee x86: unify mmu_context.h by Jeremy Fitzhardinge · 18 years ago
  28. fb15a9b x86: unify pgd_index by Jeremy Fitzhardinge · 18 years ago
  29. e7a9b0b x86, 64-bit: use __pgd() on mk_kernel_pgd() by Eduardo Habkost · 18 years ago
  30. 43adfc2 x86, 64-bit: add gate_offset() and gate_segment() macros by Jeremy Fitzhardinge · 18 years ago
  31. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 18 years ago
  32. af2b1c6 x86: add memory barriers to wrmsr by Jeremy Fitzhardinge · 18 years ago
  33. d338c73 x86: add memory clobber to save/loadsegment by Jeremy Fitzhardinge · 18 years ago
  34. bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 18 years ago
  35. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 18 years ago
  36. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 18 years ago
  37. c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 18 years ago
  38. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 18 years ago
  39. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 18 years ago
  40. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 18 years ago
  41. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 18 years ago
  42. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 18 years ago
  43. ce97c40 x86: move reserve_standard_io_resource to setup.c by Yinghai Lu · 18 years ago
  44. a9c1182 x86: seperate probe_roms into another file by Yinghai Lu · 18 years ago
  45. 7a1fd98 x86: add e820_remove_range by Yinghai Lu · 18 years ago
  46. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 18 years ago
  47. f580366 x86: seperate funcs from setup_64 to cpu common_64.c by Yinghai Lu · 18 years ago
  48. 3c999f1 x86: check command line when CONFIG_X86_MPPARSE is not set, v2 by Yinghai Lu · 18 years ago
  49. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 18 years ago
  50. 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 18 years ago
  51. 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 18 years ago
  52. a939098 x86: move x86_64 gdt closer to i386 by Glauber Costa · 18 years ago
  53. a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 18 years ago
  54. 1ecd276 x86: unify crashkernel reservation for 32 and 64 bit by Bernhard Walle · 18 years ago
  55. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 18 years ago
  56. e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 18 years ago
  57. ab9c0bb x86: increase MAX_APICS for very large x86-64 configs by Jack Steiner · 18 years ago
  58. b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 18 years ago
  59. dc163a4 SGI UV: TLB shootdown using broadcast assist unit by Ingo Molnar · 18 years ago
  60. b194b12 SGI UV: TLB shootdown using broadcast assist unit, cleanups by Cliff Wickman · 18 years ago
  61. 73e991f x86 atomic operations: atomic_or_long() atomic_inc_short() by Cliff Wickman · 18 years ago
  62. 1812924 x86, SGI UV: TLB shootdown using broadcast assist unit by Cliff Wickman · 18 years ago
  63. d98b940 Merge branch 'linus' into x86/irq by Ingo Molnar · 18 years ago
  64. 4b62ac9 Merge branch 'x86/nmi' into x86/devel by Ingo Molnar · 18 years ago
  65. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 18 years ago
  66. 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 18 years ago
  67. 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 18 years ago
  68. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 18 years ago
  69. 7891a24 x86: restore pda nodenumber field by Mike Travis · 18 years ago
  70. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 18 years ago
  71. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 18 years ago
  72. fcfa146 x86: update mptable fix with no ioapic v2 by Yinghai Lu · 18 years ago
  73. 95a71a4 x86: cleanup machine_specific_memory_setup, v2 by Yinghai Lu · 18 years ago
  74. 66a6f8d x86: remove unused file after numaq etc depends on genericarch by Yinghai Lu · 18 years ago
  75. 1c6e550 x86: use acpi_numa_init to parse on 32-bit numa by Yinghai Lu · 18 years ago
  76. 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 18 years ago
  77. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 18 years ago
  78. 41c094f x86: move e820_resource_resources to e820.c by Yinghai Lu · 18 years ago
  79. 8c5beb5 x86 boot: pass E820 memory map entries more than 128 via linked list of setup data by Huang, Ying · 18 years ago
  80. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 18 years ago
  81. d0be6bd x86: rename two e820 related functions by Yinghai Lu · 18 years ago
  82. d867e53 x86: keep MP_intsrc_info untouched if we do not update mptable by Yinghai Lu · 18 years ago
  83. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 18 years ago
  84. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 18 years ago
  85. ab4a465 x86: e820 merge parsing of the mem=/memmap= boot parameters by Yinghai Lu · 18 years ago
  86. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 18 years ago
  87. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 18 years ago
  88. 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 18 years ago
  89. 58cf352 Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/devel by Ingo Molnar · 18 years ago
  90. 3c1ca43 Merge branch 'x86/setup' into x86/devel by Ingo Molnar · 18 years ago
  91. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 18 years ago
  92. d3f020d x86, io-apic: define names for redirection table entry fields by Cyrill Gorcunov · 18 years ago
  93. d788bad x86: APIC/SMP: Downgrade the NMI watchdog for "noapic" by Maciej W. Rozycki · 18 years ago
  94. 148b508 x86: NMI watchdog: Downgrade helper by Maciej W. Rozycki · 18 years ago
  95. 0715650 x86: move pci_routirq declaration to pci.h by Thomas Gleixner · 18 years ago
  96. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 18 years ago
  97. ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 18 years ago
  98. 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 18 years ago
  99. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 18 years ago
  100. 9302213 Merge commit 'v2.6.26-rc9' into x86/cpu by Ingo Molnar · 18 years ago