1. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
  2. b1be9ea Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. dc5fb57 Merge branch 'x86/boot' into x86/urgent by Ingo Molnar · 10 years ago
  4. b05b9f5 x86, mirror: x86 enabling - find mirrored memory ranges by Tony Luck · 10 years ago
  5. 0faef83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  6. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 94fb933 x86/crash: Allocate enough low memory when crashkernel=high by Joerg Roedel · 10 years ago
  8. f2af7d2 x86/boot/setup: Clean up the e820_reserve_setup_data() code by Wei Yang · 10 years ago
  9. 4545c89 x86: introduce kaslr_offset() by Jiri Kosina · 10 years ago
  10. ca1b886 x86: Remove more unmodified io_apic_ops by Thomas Gleixner · 10 years ago
  11. 6cf78d4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  12. 78cac48 x86/mm/KASLR: Propagate KASLR status to kernel proper by Borislav Petkov · 10 years ago
  13. 69797da Revert "x86/mm/ASLR: Propagate base load address calculation" by Borislav Petkov · 10 years ago
  14. 8d4a40b x86/mm: Use early_memunmap() instead of early_iounmap() by Juergen Gross · 10 years ago
  15. 5fbe4c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. a267b0a Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent by Ingo Molnar · 10 years ago
  17. f47233c x86/mm/ASLR: Propagate base load address calculation by Jiri Kosina · 10 years ago
  18. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  19. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  20. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  21. 7389882 x86, setup: Let early_memremap() handle page alignment by WANG Chao · 10 years ago
  22. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  23. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  24. 1ad83c8 x86_64,vsyscall: Make vsyscall emulation configurable by Andy Lutomirski · 10 years ago
  25. 3c325f8 x86, cma: Reserve DMA contiguous area after initmem_init() by Weijie Yang · 10 years ago
  26. 2075244 x86: Quark: Comment setup_arch() to document TLB/PGE bug by Bryan O'Donoghue · 10 years ago
  27. 9402973 arch/x86: Replace plain strings with constants by Daniel Kiper · 11 years ago
  28. 5ea3b1b cma: add placement specifier for "cma=" kernel parameter by Akinobu Mita · 11 years ago
  29. 467cbd2 Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. 4fd6933 Merge remote-tracking branch 'tip/x86/urgent' into efi-for-mingo by Matt Fleming · 11 years ago
  31. a5d90c9 x86/efi: Quirk out SGI UV by Borislav Petkov · 11 years ago
  32. 3e90959 efi: Move facility flags to struct efi by Matt Fleming · 11 years ago
  33. c5f9ee3 x86, platforms: Remove SGI Visual Workstation by H. Peter Anvin · 11 years ago
  34. 4ce7a86 x86: revert wrong memblock current limit setting by Yinghai Lu · 11 years ago
  35. 5b6e529 x86: memblock: set current limit to max low memory address by Santosh Shilimkar · 11 years ago
  36. f4bcd8c Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  37. 2bb2c5e Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. 5aa3d71 x86, ramdisk: Export relocated ramdisk VA by Borislav Petkov · 11 years ago
  39. 77ea8c9 x86: Reserve setup_data ranges late after parsing memmap cmdline by Dave Young · 11 years ago
  40. 1fec053 x86/efi: Pass necessary EFI data for kexec via setup_data by Dave Young · 11 years ago
  41. fa591c4 x86, acpi, crash, kdump: do reserve_crashkernel() after SRAT is parsed. by Tang Chen · 11 years ago
  42. dd6dad4 DMI: Parse memory device (type 17) in SMBIOS by Chen, Gong · 11 years ago
  43. f32360e x86, kaslr: Report kernel offset on panic by Kees Cook · 11 years ago
  44. cb3e433 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  45. 30e46b5 x86: avoid remapping data in parse_setup_data() by Linn Crosetto · 11 years ago
  46. 2449f34 x86: Use memblock_set_current_limit() to set limit for memblock. by Tang Chen · 11 years ago
  47. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  48. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  49. 46a8413 mm/x86: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 12 years ago
  50. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 12 years ago
  51. 74c7d2f Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. 06d219d x86/setup: Drop unneeded include <asm/dmi.h> by Jean Delvare · 12 years ago
  54. adbc742 x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low by Yinghai Lu · 12 years ago
  55. 55a20ee x86, kdump: Retore crashkernel= to allocate under 896M by Yinghai Lu · 12 years ago
  56. c729de8 x86, kdump: Set crashkernel_low automatically by Yinghai Lu · 12 years ago
  57. 93a829e x86, cpu: Convert FDIV bug detection by Borislav Petkov · 12 years ago
  58. 015221f x86: Fix 32-bit *_cpu_data initializers by Krzysztof Mazur · 12 years ago
  59. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 12 years ago
  60. e3c4877 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  61. e8d1955 acpi, memory-hotplug: parse SRAT before memblock is ready by Tang Chen · 12 years ago
  62. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  63. 0da3e7f Merge branch 'x86/mm2' into x86/mm by H. Peter Anvin · 12 years ago
  64. 95c9608 x86, mm: Move reserving low memory later in initialization by H. Peter Anvin · 12 years ago
  65. 6b59e36 x86, efi: remove duplicate code in setup_arch() by using, efi_is_native() by Satoru Takeuchi · 12 years ago
  66. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 12 years ago
  67. 83e6818 efi: Make 'efi_enabled' a function to query EFI facilities by Matt Fleming · 12 years ago
  68. 6c902b6 x86: Merge early kernel reserve for 32bit and 64bit by Yinghai Lu · 12 years ago
  69. 0212f91 x86: Add Crash kernel low reservation by Yinghai Lu · 12 years ago
  70. 7d41a8a x86, kdump: Remove crashkernel range find limit for 64bit by Yinghai Lu · 12 years ago
  71. 595ad9a memblock: Add memblock_mem_size() by Yinghai Lu · 12 years ago
  72. d1af6d0 x86, boot: Not need to check setup_header version for setup_data by Yinghai Lu · 12 years ago
  73. ee92d81 x86, boot: Support loading bzImage, boot_params and ramdisk above 4G by Yinghai Lu · 12 years ago
  74. a8a51a8 x86: Add get_ramdisk_image/size() by Yinghai Lu · 12 years ago
  75. 1b8c78b x86: Merge early_reserve_initrd for 32bit and 64bit by Yinghai Lu · 12 years ago
  76. 1005423 x86, 64bit: Don't set max_pfn_mapped wrong value early on native path by Yinghai Lu · 12 years ago
  77. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  78. 4f7b9226 x86, realmode: Separate real_mode reserve and setup by Yinghai Lu · 12 years ago
  79. b422a30 x86: Factor out e820_add_kernel_range() by Yinghai Lu · 12 years ago
  80. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 12 years ago
  81. 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 12 years ago
  82. e43b3ce x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI by H. Peter Anvin · 12 years ago
  83. ab3cd86 x86/Sandy Bridge: mark arrays in __init functions as __initconst by H. Peter Anvin · 12 years ago
  84. a9acc53 x86/Sandy Bridge: reserve pages when integrated graphics is present by Jesse Barnes · 12 years ago
  85. 18dd0bf Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. f9a37be0 x86: Use PCI setup data by Matthew Garrett · 12 years ago
  87. c074eaa x86, mm: kill numa_64.h by Yinghai Lu · 12 years ago
  88. 148b209 x86, mm: Move init_gbpages() out of setup.c by Yinghai Lu · 12 years ago
  89. 9985b4c x86, mm: Move min_pfn_mapped back to mm/init.c by Yinghai Lu · 12 years ago
  90. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  91. 74f2765 x86, mm: relocate initrd under all mem for 64bit by Yinghai Lu · 12 years ago
  92. 66520eb x86, mm: Only direct map addresses that are marked as E820_RAM by Jacob Shin · 12 years ago
  93. e8c57d4 x86, mm: use pfn_range_is_mapped() with reserve_initrd by Yinghai Lu · 12 years ago
  94. 4eea6aa x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fix by Jacob Shin · 12 years ago
  95. dd7dfad x86, mm: Set memblock initial limit to 1M by Yinghai Lu · 12 years ago
  96. 22ddfca x86, mm: Move init_memory_mapping calling out of setup.c by Yinghai Lu · 12 years ago
  97. fa62aaf x86, mm: Add global page_size_mask and probe one time only by Yinghai Lu · 12 years ago
  98. fc8d782 x86: Use __pa_symbol instead of __pa on C visible symbols by Alexander Duyck · 12 years ago
  99. 8b724e2 Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent by Ingo Molnar · 12 years ago
  100. 5189c2a x86: efi: Turn off efi_enabled after setup on mixed fw/kernel by Olof Johansson · 12 years ago