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