1. 6a2f47c x86: add check for node passed to node_to_cpumask, v3 by Mike Travis · 16 years ago
  2. cd5dce2 x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support" by Jeremy Fitzhardinge · 16 years ago
  3. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  4. 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 16 years ago
  5. 102d0a4 x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION off by Jeremy Fitzhardinge · 16 years ago
  6. 3ae960a - x86: move early_ioremap prototypes to io.h by Ingo Molnar · 16 years ago
  7. 1a98fd1 x86: setup_arch() && early_ioremap_init() by Jeremy Fitzhardinge · 16 years ago
  8. 1bb3a02 x86: nmi_watchdog - documentation fix - v2 by Ingo Molnar · 16 years ago
  9. afda335 x86: nmi_watchdog - documentation fix by Cyrill Gorcunov · 16 years ago
  10. 914bebfa x86: use disable_apic in 32bit by Yinghai Lu · 16 years ago
  11. a04ad82 x86: fix init_memory_mapping over boundary, v4 by Yinghai Lu · 16 years ago
  12. b4df32f x86: fix warning in e820_reserve_resources with 32bit by Yinghai Lu · 16 years ago
  13. 7482b0e x86: fix init_memory_mapping over boundary v3 by Yinghai Lu · 16 years ago
  14. df366e9 x86_64: fix non-paravirt compilation by Jeremy Fitzhardinge · 16 years ago
  15. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 16 years ago
  16. ab67715 x86: early res print out alignment v2 by Yinghai Lu · 16 years ago
  17. 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
  18. 457da70 x86/paravirt: groundwork for 64-bit Xen support, fix by Jeremy Fitzhardinge · 16 years ago
  19. e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 16 years ago
  20. 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 16 years ago
  21. 611dfd7 x86: limit E820 map when a user-defined memory map is specified by Bernhard Walle · 16 years ago
  22. 8207c25 x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" by Jeremy Fitzhardinge · 16 years ago
  23. 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 16 years ago
  24. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 16 years ago
  25. a00394f x86, 64-bit: swapgs pvop with a user-stack can never be called by Jeremy Fitzhardinge · 16 years ago
  26. 6680415 x86, 64-bit: ia32entry: replace privileged instructions with pvops by Jeremy Fitzhardinge · 16 years ago
  27. 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 16 years ago
  28. c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 16 years ago
  29. d75cd22f x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 16 years ago
  30. e04e0a6 x86: use __KERNEL_DS as SS when returning to a kernel thread by Jeremy Fitzhardinge · 16 years ago
  31. 478de5a x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode() by Jeremy Fitzhardinge · 16 years ago
  32. 3fe0a63 x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right place by Jeremy Fitzhardinge · 16 years ago
  33. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
  34. 4f30cb0 x86, 64-bit: PSE no longer a hard requirement by Jeremy Fitzhardinge · 16 years ago
  35. 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
  36. 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
  37. f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 16 years ago
  38. 4080117 x86, 64-bit: add FIX_PARAVIRT_BOOTMAP fixmap slot by Jeremy Fitzhardinge · 16 years ago
  39. a652374 paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor by Eduardo Habkost · 16 years ago
  40. 491eccb x86/paravirt: define PARA_INDIRECT for indirect asm calls by Jeremy Fitzhardinge · 16 years ago
  41. 9734913 x86/paravirt: add debugging for missing operations by Jeremy Fitzhardinge · 16 years ago
  42. d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
  43. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  44. 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
  45. 15878c0 x86, 64-bit: add sync_cmpxchg by Jeremy Fitzhardinge · 16 years ago
  46. 102e3b8 x86, 64-bit: add prototype for x86_64_start_kernel() by Jeremy Fitzhardinge · 16 years ago
  47. 330ddd2 x86: build fix by Ingo Molnar · 16 years ago
  48. 3442682 x86: remove extra newline from setup.c by Ingo Molnar · 16 years ago
  49. 5092301 x86: we only have init_pg_tables_end for 32bit by Yinghai Lu · 16 years ago
  50. 29f784e x86: change some functions in setup.c to static by Yinghai Lu · 16 years ago
  51. d1b20af x86: make x86_find_smp_config depends on 64 bit too by Yinghai Lu · 16 years ago
  52. 0196bcb x86: move parse elfvorehdr back to setup.c by Yinghai Lu · 16 years ago
  53. bdba0e7 x86: move reserve_standard_io_resources back to setup.c by Yinghai Lu · 16 years ago
  54. ccb4def x86: move back crashkernel back to setup.c by Yinghai Lu · 16 years ago
  55. 257b0fd x86: move parse_setup_data back to setup.c by Yinghai Lu · 16 years ago
  56. 217b8ce x86: move boot_params back to setup.c by Yinghai Lu · 16 years ago
  57. 55f2623 x86: rename setup_32.c to setup.c by Yinghai Lu · 16 years ago
  58. f2f865f x86: space to tab in setup_arch by Yinghai Lu · 16 years ago
  59. 76934ed x86: merge 64bit setup_arch into setup_32 by Yinghai Lu · 16 years ago
  60. 46d671b x86: add extra includes for 64bit support by Yinghai Lu · 16 years ago
  61. 7dea23e x86: put global variable for 32bit all together by Yinghai Lu · 16 years ago
  62. eb1379c x86: update reserve_initrd to support 64bit by Yinghai Lu · 16 years ago
  63. 08afc7c x86: we can use full bootmem after have init_memory_mapping by Yinghai Lu · 16 years ago
  64. 378b39a x86: rename setup.c to setup_percpu.c by Yinghai Lu · 16 years ago
  65. b9d19f4 x86: fix memory setup bug by Yinghai Lu · 16 years ago
  66. 383bc5c x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump by Bernhard Walle · 16 years ago
  67. 200001e x86 boot: only pick up additional EFI memmap if add_efi_memmap flag by Paul Jackson · 16 years ago
  68. 5dab8ec mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses by Paul Jackson · 16 years ago
  69. 3381959 x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 by Alok Kataria · 16 years ago
  70. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  71. f47f9d5 x86: numa 32 using apicid_2_node to get node for logical_apicid by Yinghai Lu · 16 years ago
  72. 232b957 x86: change size if e820_update/remove_range by Yinghai Lu · 16 years ago
  73. d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
  74. 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
  75. 976dd4d x86: fix e820_update_range size when overlapping by Yinghai Lu · 16 years ago
  76. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  77. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 16 years ago
  78. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 16 years ago
  79. c3c2fee x86: unify mmu_context.h by Jeremy Fitzhardinge · 16 years ago
  80. fb15a9b x86: unify pgd_index by Jeremy Fitzhardinge · 16 years ago
  81. e7a9b0b x86, 64-bit: use __pgd() on mk_kernel_pgd() by Eduardo Habkost · 16 years ago
  82. 43adfc2 x86, 64-bit: add gate_offset() and gate_segment() macros by Jeremy Fitzhardinge · 16 years ago
  83. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  84. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  85. fc8b8a6 x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu by Jeremy Fitzhardinge · 16 years ago
  86. ada8570 x86: remove open-coded save/load segment operations by Jeremy Fitzhardinge · 16 years ago
  87. af2b1c6 x86: add memory barriers to wrmsr by Jeremy Fitzhardinge · 16 years ago
  88. d338c73 x86: add memory clobber to save/loadsegment by Jeremy Fitzhardinge · 16 years ago
  89. bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 16 years ago
  90. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 16 years ago
  91. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 16 years ago
  92. 2b6adda x86: nmi_watchdog - remove useless check by Cyrill Gorcunov · 16 years ago
  93. 116f570 x86: nmi_watchdog - use nmi_watchdog variable for printing by Cyrill Gorcunov · 16 years ago
  94. 47a486c x86: perfctr-watchdog.c - coding style cleanup by Cyrill Gorcunov · 16 years ago
  95. 2bc0d26 x86 boot: more consistently use type int for node ids by Paul Jackson · 16 years ago
  96. e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
  97. c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 16 years ago
  98. 05486fa x86 boot: x86_64 efi compiler warning fix by Paul Jackson · 16 years ago
  99. 157fabf x86 boot: e820 code indentation fix by Paul Jackson · 16 years ago
  100. 295deae x86: setup_arch 32bit move kvm_guest_init later by Yinghai Lu · 16 years ago