1. 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 16 years ago
  2. 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
  3. aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 16 years ago
  4. 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 16 years ago
  5. 5f4765f x86: move init_cpu_to_node after get_smp_config by Yinghai Lu · 16 years ago
  6. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  7. d9a81b4 x86: do not printout if we do not find setup_data by Yinghai Lu · 16 years ago
  8. 4fcc545 x86: make early_res_to_bootmem print out less 80 width chars by Yinghai Lu · 16 years ago
  9. dc8e812 x86: change copy_e820_map to append_e820_map by Yinghai Lu · 16 years ago
  10. 32105f7 x86: find offset for crashkernel reservation automatically by Bernhard Walle · 16 years ago
  11. fd6493e x86: cleanup e820_setup_gap(), v2 by Alok Kataria · 16 years ago
  12. 6a2f47c x86: add check for node passed to node_to_cpumask, v3 by Mike Travis · 16 years ago
  13. cd5dce2 x86: fix CPA self-test for "x86/paravirt: groundwork for 64-bit Xen support" by Jeremy Fitzhardinge · 16 years ago
  14. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  15. 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 16 years ago
  16. 102d0a4 x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION off by Jeremy Fitzhardinge · 16 years ago
  17. 1a98fd1 x86: setup_arch() && early_ioremap_init() by Jeremy Fitzhardinge · 16 years ago
  18. 914bebfa x86: use disable_apic in 32bit by Yinghai Lu · 16 years ago
  19. a04ad82 x86: fix init_memory_mapping over boundary, v4 by Yinghai Lu · 16 years ago
  20. b4df32f x86: fix warning in e820_reserve_resources with 32bit by Yinghai Lu · 16 years ago
  21. 7482b0e x86: fix init_memory_mapping over boundary v3 by Yinghai Lu · 16 years ago
  22. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 16 years ago
  23. ab67715 x86: early res print out alignment v2 by Yinghai Lu · 16 years ago
  24. 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
  25. 457da70 x86/paravirt: groundwork for 64-bit Xen support, fix by Jeremy Fitzhardinge · 16 years ago
  26. e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 16 years ago
  27. 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 16 years ago
  28. 611dfd7 x86: limit E820 map when a user-defined memory map is specified by Bernhard Walle · 16 years ago
  29. 8207c25 x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" by Jeremy Fitzhardinge · 16 years ago
  30. 9f9d489 x86/paravirt, 64-bit: make load_gs_index() a paravirt operation by Jeremy Fitzhardinge · 16 years ago
  31. fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 16 years ago
  32. 6680415 x86, 64-bit: ia32entry: replace privileged instructions with pvops by Jeremy Fitzhardinge · 16 years ago
  33. 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 16 years ago
  34. c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 16 years ago
  35. d75cd22f x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 16 years ago
  36. e04e0a6 x86: use __KERNEL_DS as SS when returning to a kernel thread by Jeremy Fitzhardinge · 16 years ago
  37. 478de5a x86: save %fs and %gs before load_TLS() and arch_leave_lazy_cpu_mode() by Jeremy Fitzhardinge · 16 years ago
  38. 3fe0a63 x86, 64-bit: __switch_to(): move arch_leave_lazy_cpu_mode() to the right place by Jeremy Fitzhardinge · 16 years ago
  39. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
  40. 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
  41. 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
  42. f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 16 years ago
  43. a652374 paravirt/x86, 64-bit: move __PAGE_OFFSET to leave a space for hypervisor by Eduardo Habkost · 16 years ago
  44. 9734913 x86/paravirt: add debugging for missing operations by Jeremy Fitzhardinge · 16 years ago
  45. d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
  46. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  47. 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
  48. 330ddd2 x86: build fix by Ingo Molnar · 16 years ago
  49. 3442682 x86: remove extra newline from setup.c by Ingo Molnar · 16 years ago
  50. 5092301 x86: we only have init_pg_tables_end for 32bit by Yinghai Lu · 16 years ago
  51. 29f784e x86: change some functions in setup.c to static by Yinghai Lu · 16 years ago
  52. d1b20af x86: make x86_find_smp_config depends on 64 bit too by Yinghai Lu · 16 years ago
  53. 0196bcb x86: move parse elfvorehdr back to setup.c by Yinghai Lu · 16 years ago
  54. bdba0e7 x86: move reserve_standard_io_resources back to setup.c by Yinghai Lu · 16 years ago
  55. ccb4def x86: move back crashkernel back to setup.c by Yinghai Lu · 16 years ago
  56. 257b0fd x86: move parse_setup_data back to setup.c by Yinghai Lu · 16 years ago
  57. 217b8ce x86: move boot_params back to setup.c by Yinghai Lu · 16 years ago
  58. 55f2623 x86: rename setup_32.c to setup.c by Yinghai Lu · 16 years ago
  59. f2f865f x86: space to tab in setup_arch by Yinghai Lu · 16 years ago
  60. 76934ed x86: merge 64bit setup_arch into setup_32 by Yinghai Lu · 16 years ago
  61. 46d671b x86: add extra includes for 64bit support by Yinghai Lu · 16 years ago
  62. 7dea23e x86: put global variable for 32bit all together by Yinghai Lu · 16 years ago
  63. eb1379c x86: update reserve_initrd to support 64bit by Yinghai Lu · 16 years ago
  64. 08afc7c x86: we can use full bootmem after have init_memory_mapping by Yinghai Lu · 16 years ago
  65. 378b39a x86: rename setup.c to setup_percpu.c by Yinghai Lu · 16 years ago
  66. b9d19f4 x86: fix memory setup bug by Yinghai Lu · 16 years ago
  67. 383bc5c x86, crashdump, /proc/vmcore: remove CONFIG_EXPERIMENTAL from kdump by Bernhard Walle · 16 years ago
  68. 200001e x86 boot: only pick up additional EFI memmap if add_efi_memmap flag by Paul Jackson · 16 years ago
  69. 5dab8ec mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses by Paul Jackson · 16 years ago
  70. 3381959 x86: cleanup e820_setup_gap(), add e820_search_gap(), v2 by Alok Kataria · 16 years ago
  71. c987d12 x86: remove end_pfn in 64bit 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. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  80. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  81. fc8b8a6 x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu by Jeremy Fitzhardinge · 16 years ago
  82. ada8570 x86: remove open-coded save/load segment operations by Jeremy Fitzhardinge · 16 years ago
  83. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 16 years ago
  84. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 16 years ago
  85. 2b6adda x86: nmi_watchdog - remove useless check by Cyrill Gorcunov · 16 years ago
  86. 116f570 x86: nmi_watchdog - use nmi_watchdog variable for printing by Cyrill Gorcunov · 16 years ago
  87. 47a486c x86: perfctr-watchdog.c - coding style cleanup by Cyrill Gorcunov · 16 years ago
  88. e2fc252 x86 boot: show pfn addresses in hex not decimal in some kernel info printks by Paul Jackson · 16 years ago
  89. c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 16 years ago
  90. 05486fa x86 boot: x86_64 efi compiler warning fix by Paul Jackson · 16 years ago
  91. 157fabf x86 boot: e820 code indentation fix by Paul Jackson · 16 years ago
  92. 295deae x86: setup_arch 32bit move kvm_guest_init later by Yinghai Lu · 16 years ago
  93. 9a2e593 x86: setup_arch 32bit move command line copying early by Yinghai Lu · 16 years ago
  94. 7465252 x86: setup_arch 32bit move efi check later by Yinghai Lu · 16 years ago
  95. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
  96. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  97. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  98. 3eb11ed x86: build fix by Ingo Molnar · 16 years ago
  99. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  100. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago