1. 5d5aa3c x86/kasan: Fix KASAN shadow region page tables by Alexander Popov · 10 years ago
  2. d0f77d4 x86/init: Clear 'init_level4_pgt' earlier by Andrey Ryabinin · 10 years ago
  3. 425be56 x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers by Andy Lutomirski · 10 years ago
  4. 8f74bc5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 91d8f04 x86/boot/64: Remove pointless early_printk() message by Alexander Kuleshov · 10 years ago
  6. 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
  7. ef7f0d6 x86_64: add KASan support by Andrey Ryabinin · 10 years ago
  8. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  9. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 11 years ago
  10. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 11 years ago
  11. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  12. a1ed4dd x86, asmlinkage: Make _*_start_kernel visible by Andi Kleen · 11 years ago
  13. 5e427ec x86: Fix bit corruption at CPU resume time by Linus Torvalds · 12 years ago
  14. 78d77df x86-64, init: Do not set NX bits on non-NX capable hardware by H. Peter Anvin · 12 years ago
  15. 8e3c2a8 x86: Drop KERNEL_IMAGE_START by Borislav Petkov · 12 years ago
  16. c47f39e Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  17. ac630dd x86-64: don't set the early IDT to point directly to 'early_idt_handler' by Linus Torvalds · 12 years ago
  18. feddc9d x86/head64.c: Early update ucode in 64-bit by Fenghua Yu · 12 years ago
  19. 6c902b6 x86: Merge early kernel reserve for 32bit and 64bit by Yinghai Lu · 12 years ago
  20. ee92d81 x86, boot: Support loading bzImage, boot_params and ramdisk above 4G by Yinghai Lu · 12 years ago
  21. f1da834 x86, boot: Add get_cmd_line_ptr() by Yinghai Lu · 12 years ago
  22. 1b8c78b x86: Merge early_reserve_initrd for 32bit and 64bit by Yinghai Lu · 12 years ago
  23. 1005423 x86, 64bit: Don't set max_pfn_mapped wrong value early on native path by Yinghai Lu · 12 years ago
  24. 6b9c75a x86, 64bit: #PF handler set page to cover only 2M per #PF by Yinghai Lu · 12 years ago
  25. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  26. fa2bbce x86, 64bit: Copy struct boot_params early by Yinghai Lu · 12 years ago
  27. 5dcd14e x86, boot: Sanitize boot_params if not zeroed on creation by H. Peter Anvin · 12 years ago
  28. c9b77cc x86, realmode: Move ACPI wakeup to unified realmode code by Jarkko Sakkinen · 13 years ago
  29. fe091c2 memblock: Kill memblock_init() by Tejun Heo · 13 years ago
  30. 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 14 years ago
  31. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
  32. 67e87f0 x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S by Jeremy Fitzhardinge · 14 years ago
  33. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  34. 72d7c3b x86: Use memblock to replace early_res by Yinghai Lu · 14 years ago
  35. c967da6 x86: Make sure free_init_pages() frees pages on page boundary by Yinghai Lu · 15 years ago
  36. 893f38d x86: Use find_e820() instead of hard coded trampoline address by Yinghai Lu · 15 years ago
  37. 47a3d5d x86: Add early platform detection by Thomas Gleixner · 15 years ago
  38. 816c25e x86: Add reserve_ebda_region to x86_init_ops by Thomas Gleixner · 15 years ago
  39. 93dbda7 x86: add brk allocation for very, very early allocations by Jeremy Fitzhardinge · 16 years ago
  40. 8ce0319 x86: remove pda_init() by Brian Gerst · 16 years ago
  41. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 16 years ago
  42. b12d8db x86: make pda a percpu variable by Tejun Heo · 16 years ago
  43. 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
  44. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
  45. c8f3329 x86: use static _cpu_pda array by Tejun Heo · 16 years ago
  46. f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 16 years ago
  47. 3e5d8f9 x86: make percpu symbols zerobased on SMP by Tejun Heo · 16 years ago
  48. 26799a6 x86: fix incorrect __read_mostly on _boot_cpu_pda by Ravikiran G Thirumalai · 16 years ago
  49. 3e1e900 x86: change static allocation of trampoline area by Rafael J. Wysocki · 16 years ago
  50. 1254469 x86_64: be less annoying on boot, v2 by dcg · 16 years ago
  51. f647677 x86_64: be less annoying on boot by Bill Nottingham · 16 years ago
  52. 66d4bdf x86-64: fix overlap of modules and fixmap areas by Jan Beulich · 16 years ago
  53. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 17 years ago
  54. 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 17 years ago
  55. f97013f x86, 64-bit: split x86_64_start_kernel by Jeremy Fitzhardinge · 17 years ago
  56. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 17 years ago
  57. 5deb0b2 x86: leave initial __cpu_pda array in place until cpus are booted by Mike Travis · 17 years ago
  58. 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 17 years ago
  59. c45a707 x86: linked list of setup_data for i386 by Huang, Ying · 17 years ago
  60. 0c51a96 x86: extract common part of head32.c and head64.c into head.c by Huang, Ying · 17 years ago
  61. 8b664aa x86, boot: add linked list of struct setup_data by Huang, Ying · 17 years ago
  62. 356fa0c x86: use get_bios_ebda() by Akinobu Mita · 17 years ago
  63. 2b8106a x86_64: do not reserve ramdisk two times by Yinghai Lu · 17 years ago
  64. 5524ea3 x86: don't set up early exception handlers for external interrupts by Andi Kleen · 17 years ago
  65. ecd94c0 x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabled by Alexander van Heukelum · 17 years ago
  66. 320a6b2 x86: reserve end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 17 years ago
  67. f6eb62b x86: reserve_early end-of-conventional-memory to 1MB, 64-bit by Alexander van Heukelum · 17 years ago
  68. b4e0409 x86: check vmlinux limits, 64-bit by Ingo Molnar · 17 years ago
  69. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 17 years ago
  70. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
  71. cd58289 x86: fix more non-global TLB flushes by Ingo Molnar · 17 years ago
  72. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
  73. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 17 years ago
  74. 8866cd9 x86: early_idt_handler improvements, 64-bit by Roland McGrath · 17 years ago
  75. 9de819f x86: do not set boot cpu in cpu_online_map at x86_64_start_kernel() by Yinghai Lu · 17 years ago
  76. eaf76e8 x86: remove duplicate start_kernel declaration by Thomas Gleixner · 17 years ago
  77. 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 17 years ago
  78. 9d1c6e7 x86: use descriptor's functions instead of inline assembly by Glauber de Oliveira Costa · 17 years ago
  79. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  80. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  81. 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/head64.c]
  82. 069f11f x86_64: display more intuitive error message if kernel is not 2MB aligned by Vivek Goyal · 18 years ago
  83. 6a50a66 [PATCH] x86-64: build-time checking by Vivek Goyal · 18 years ago
  84. cfd243d [PATCH] x86-64: Remove the identity mapping as early as possible by Vivek Goyal · 18 years ago
  85. 278c0eb [PATCH] x86-64: modify copy_bootdata to use virtual addresses by Vivek Goyal · 18 years ago
  86. 7a3a06d0 [PATCH] Dynamic kernel command-line: fixups by Alon Bar-Lev · 18 years ago
  87. adf4885 [PATCH] Dynamic kernel command-line: x86_64 by Alon Bar-Lev · 18 years ago
  88. 3df0af0 [PATCH] x86_64: clear_bss before set_intr_gate with early_idt_handler by Yinghai Lu · 18 years ago
  89. 43c85c9 [PATCH] Remove need for early lockdep init by Andi Kleen · 18 years ago
  90. 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
  91. 9ca33eb [PATCH] Use early CPU identify before early command line parsing by Andi Kleen · 18 years ago
  92. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 18 years ago
  93. 2148270 [PATCH] lockdep: x86_64 early init by Ingo Molnar · 19 years ago
  94. 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 19 years ago
  95. 2a2d592 [PATCH] i386/x86-64: make setup_early_printk() usage consistent by Jan Beulich · 19 years ago
  96. 365ba91 [PATCH] x86_64: Allocate PDAs in the local node by Ravikiran G Thirumalai · 19 years ago
  97. 2bc0414 [PATCH] x86_64: Only use asm/sections.h to declare section symbols by Andi Kleen · 19 years ago
  98. f6c2e33 [PATCH] x86_64: Unmap NULL during early bootup by Siddha, Suresh B · 19 years ago
  99. 2b97690 [PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options by Matt Tolentino · 20 years ago
  100. 429e9c5 [PATCH] x86_64: saved_command_line overflow fix by Alexander Nyberg · 20 years ago