1. e3238fa x86/pgtable/32: Allocate 8k page-tables when PTI is enabled by Joerg Roedel · 7 years ago
  2. 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
  3. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  4. 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 7 years ago
  5. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  6. 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
  7. b0ce5b8 x86/boot: Relocate definition of the initial state of CR0 by Ricardo Neri · 7 years ago
  8. 82c62fa x86/asm: Don't use the confusing '.ifeq' directive by Josh Poimboeuf · 7 years ago
  9. 04b5de3 x86/idt: Remove superfluous ALIGNment by Jiri Slaby · 7 years ago
  10. 87e8178 x86/idt: Move early IDT setup out of 32-bit asm by Thomas Gleixner · 7 years ago
  11. 16bc18d x86/idt: Move 32-bit idt_descr to C code by Thomas Gleixner · 7 years ago
  12. ecda85e x86/lguest: Remove lguest support by Juergen Gross · 7 years ago
  13. 630c186 x86/traps: Don't clear segment high bits in early_idt_handler_common() by Andy Lutomirski · 7 years ago
  14. 1e620f9 x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C by Boris Ostrovsky · 8 years ago
  15. 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 553bbc1 x86/boot: Avoid warning for zero-filling .bss by Arnd Bergmann · 8 years ago
  17. 22dc391 x86/boot: Fix the end of the stack for idle tasks by Josh Poimboeuf · 8 years ago
  18. 6616a14 x86/boot/32: Fix the end of the stack for idle tasks by Josh Poimboeuf · 8 years ago
  19. 1b00255 x86/entry/32, x86/boot/32: Use local labels by Josh Poimboeuf · 8 years ago
  20. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  21. b32f96c x86/asm/head: Rename 'stack_start' -> 'initial_stack' by Josh Poimboeuf · 8 years ago
  22. 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
  23. ffc5fce Merge branch 'x86/urgent' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  24. e16d8a6 Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" by Andy Lutomirski · 9 years ago
  25. 0e861fb x86/head: Move early exception panic code into early_fixup_exception() by Andy Lutomirski · 9 years ago
  26. 0d0efc0 x86/head: Move the early NMI fixup into C by Andy Lutomirski · 9 years ago
  27. 7bbcdb1 x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() by Andy Lutomirski · 9 years ago
  28. 13c76ad Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  29. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  30. 320d25b x86/mm/32: Set NX in __supported_pte_mask before enabling paging by Andy Lutomirski · 9 years ago
  31. fe05589 x86/microcode: Merge the early microcode loader by Borislav Petkov · 9 years ago
  32. 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
  33. 04c1734 x86/boot: Fix overflow warning with 32-bit binutils by Borislav Petkov · 10 years ago
  34. 425be56 x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers by Andy Lutomirski · 10 years ago
  35. cdeb604 x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers by Andy Lutomirski · 10 years ago
  36. e839004 x86/asm/head*.S: Change global labels to local by Borislav Petkov · 10 years ago
  37. fb148d8 x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S by Alexander Kuleshov · 10 years ago
  38. b01d4e6 x86: fix compile error due to X86_TRAP_NMI use in asm files by Linus Torvalds · 11 years ago
  39. 5fa1019 x86: Ignore NMIs that come in during early boot by H. Peter Anvin · 11 years ago
  40. 1f9c52e Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  41. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  42. 237d154 x86: Fix override new_cpu_data.x86 with 486 by Wang YanQing · 12 years ago
  43. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 12 years ago
  44. c47f39e Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. 5e2a044 x86, head_32: Give the 6 label a real name by Borislav Petkov · 12 years ago
  46. c3a22a2 x86, head_32: Remove second CPUID detection from default_entry by Borislav Petkov · 12 years ago
  47. 9efb58d x86: Detect CPUID support early at boot by Borislav Petkov · 12 years ago
  48. 166df91 x86, head_32: Remove i386 pieces by Borislav Petkov · 12 years ago
  49. 63b553c x86/head_32.S: Early update ucode in 32-bit by Fenghua Yu · 12 years ago
  50. 021ef05 x86-32: Start out cr0 clean, disable paging before modifying cr3/4 by H. Peter Anvin · 12 years ago
  51. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. 6662c34 x86-32: Unbreak booting on some 486 clones by H. Peter Anvin · 12 years ago
  53. 3e2a0cc x86-32, hotplug: Add start_cpu0() entry point to head_32.S by Fenghua Yu · 12 years ago
  54. 5a5a51d x86-32: Start out eflags and cr4 clean by H. Peter Anvin · 12 years ago
  55. 731a737 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  56. 48927bb x86, realmode: Move SMP trampoline to unified realmode code by Jarkko Sakkinen · 13 years ago
  57. 4c5023a x86-32: Handle exception table entries during early boot by H. Peter Anvin · 13 years ago
  58. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. 7bf04be x86, asm: Cleanup unnecssary macros in asm-offsets.c by Stratos Psomadakis · 14 years ago
  60. dc3119e70 x86: OLPC: Cleanup config maze completely by Thomas Gleixner · 14 years ago
  61. 11d4c3f x86-32: Make sure the stack is set up before we use it by H. Peter Anvin · 14 years ago
  62. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  63. cb600d2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  64. 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  65. d50d8fe x86, mm: Initialize initial_page_table before paravirt jumps by Rusty Russell · 14 years ago
  66. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  67. 55ec86f Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  68. 147dd56 x86-32: Make sure we can map all of lowmem if we need to by H. Peter Anvin · 14 years ago
  69. da32dac lguest: populate initial_page_table by Rusty Russell · 14 years ago
  70. ebba638 x86, cpu: Call verify_cpu during 32bit CPU startup by Kees Cook · 14 years ago
  71. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  72. b40827fa x86-32, mm: Add an initial page table for core bootstrapping by Borislav Petkov · 14 years ago
  73. fd89a13 x86-32: Separate 1:1 pagetables from swapper_pg_dir by Joerg Roedel · 14 years ago
  74. fd699c7 x86, olpc: Add support for calling into OpenFirmware by Andres Salomon · 15 years ago
  75. 32032df Merge branch 'master' into percpu by Tejun Heo · 15 years ago
  76. 8a50e51 x86-32: Use symbolic constants, safer CPUID when enabling EFER.NX by H. Peter Anvin · 15 years ago
  77. dd17c8f percpu: remove per_cpu__ prefix. by Rusty Russell · 15 years ago
  78. 5bb241b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  79. 704daf5 Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 15 years ago
  80. abe1ee3 Use macros for .data.page_aligned section. by Tim Abbott · 15 years ago
  81. 02b7da3 Use macros for .bss.page_aligned section. by Tim Abbott · 15 years ago
  82. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  83. 4ae59b9 x86: convert to use __HEAD and HEAD_TEXT macros. by Tim Abbott · 15 years ago
  84. 1ea0d14 x86/i386: Make sure stack-protector segment base is cache aligned by Jeremy Fitzhardinge · 15 years ago
  85. 162bc7a x86: Add hardware_subarch ID for Moorestown by Pan, Jacob jun · 15 years ago
  86. 78b89ec i386: Fix section mismatches for init code with !HOTPLUG_CPU by Jan Beulich · 15 years ago
  87. 0e83815 x86: fix section mismatch for i386 init code by Robert Richter · 15 years ago
  88. bc3f5d3 x86: de-assembler-ize asm/desc.h by Alexander van Heukelum · 16 years ago
  89. dfc20895 x86, vmlinux.lds: unify .text output sections by Sam Ravnborg · 16 years ago
  90. 60ac982 x86-32: tighten the bound on additional memory to map by H. Peter Anvin · 16 years ago
  91. b8a22a6 x86-32: remove ALLOCATOR_SLOP from head_32.S by Jeremy Fitzhardinge · 16 years ago
  92. c090f53 x86-32: make sure we map enough to fit linear map pagetables by Jeremy Fitzhardinge · 16 years ago
  93. 2bd2753 x86: put initial_pg_tables into .bss by Yinghai Lu · 16 years ago
  94. 796216a x86: allow extend_brk users to reserve brk space by Jeremy Fitzhardinge · 16 years ago
  95. 7543c1d x86-32: compute initial mapping size more accurately by Yinghai Lu · 16 years ago
  96. ccf3fe0 x86-32: use brk segment for allocating initial kernel pagetable by Jeremy Fitzhardinge · 16 years ago
  97. 0341c14 x86: use _types.h headers in asm where available by Jeremy Fitzhardinge · 16 years ago
  98. ab639f3 Merge branch 'core/percpu' into x86/core by Ingo Molnar · 16 years ago
  99. 5c79d2a x86: fix x86_32 stack protector bugs by Tejun Heo · 16 years ago
  100. 60a5317 x86: implement x86_32 stack protector by Tejun Heo · 16 years ago