1. 39336f4 x86/efi: Add GHCB mappings when SEV-ES is active by Tom Lendacky · 4 years, 4 months ago
  2. c8502eb efi/x86: Mark kernel rodata non-executable for mixed mode by Arvind Sankar · 4 years, 5 months ago
  3. 66d67fe x86/efi: Remove references to no-longer-used efi_have_uv1_memmap() by steve.wahl@hpe.com · 4 years, 6 months ago
  4. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  5. f610316 efi/x86: Don't remap text<->rodata gap read-only for mixed mode by Ard Biesheuvel · 4 years, 9 months ago
  6. a4b81cc efi/x86: Fix the deletion of variables in mixed mode by Gary Lin · 4 years, 9 months ago
  7. 6120681 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 4 years, 10 months ago
  8. 8319e9d efi/x86: Handle by-ref arguments covering multiple pages in mixed mode by Ard Biesheuvel · 4 years, 10 months ago
  9. f80c9f6 efi/x86: Remove support for EFI time and counter services in mixed mode by Ard Biesheuvel · 4 years, 10 months ago
  10. 63056e8b efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper by Ard Biesheuvel · 4 years, 10 months ago
  11. 59f2a61 efi: Add 'runtime' pointer to struct efi by Ard Biesheuvel · 5 years ago
  12. e455248 x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct by Steven Price · 5 years ago
  13. 3cc0286 efi/x86: avoid KASAN false positives when accessing the 1: 1 mapping by Ard Biesheuvel · 5 years ago
  14. 1f299fa efi/x86: Limit EFI old memory map to SGI UV machines by Ard Biesheuvel · 5 years ago
  15. 97bb9cd efi/x86: Avoid RWX mappings for all of DRAM by Ard Biesheuvel · 5 years ago
  16. d9e3d2c efi/x86: Don't map the entire kernel text RW for mixed mode by Ard Biesheuvel · 5 years ago
  17. e2d68a9 efi/x86: Don't panic or BUG() on non-critical error conditions by Ard Biesheuvel · 5 years ago
  18. ea5e191 efi/x86: Simplify mixed mode call wrapper by Ard Biesheuvel · 5 years ago
  19. e5f930f efi/x86: Simplify 64-bit EFI firmware call wrapper by Ard Biesheuvel · 5 years ago
  20. 6982947 efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions by Ard Biesheuvel · 5 years ago
  21. 98dd0e3 efi/x86: Split off some old memmap handling into separate routines by Ard Biesheuvel · 5 years ago
  22. afc4cc7 efi/libstub/x86: Avoid thunking for native firmware calls by Ard Biesheuvel · 5 years ago
  23. a8147db efi/x86: Rename efi_is_native() to efi_is_mixed() by Ard Biesheuvel · 5 years ago
  24. 4e78921 efi/x86/Add missing error handling to old_memmap 1:1 mapping code by Gen Zhang · 6 years ago
  25. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  26. 4eda111 efi/x86: drop task_lock() from efi_switch_mm() by Sebastian Andrzej Siewior · 6 years ago
  27. 4004392 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. 83a0a2e efi/x86: Prevent reentrant firmware calls in mixed mode by Ard Biesheuvel · 6 years ago
  29. 9b788f3 x86/efi: Access EFI MMIO data as unencrypted when SEV is active by Brijesh Singh · 6 years ago
  30. cfe1957 x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y by Kirill A. Shutemov · 7 years ago
  31. ed7588d x86/mm: Stop pretending pgtable_l5_enabled is a variable by Kirill A. Shutemov · 7 years ago
  32. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 7 years ago
  34. 06ace26f x86/efi: Free efi_pgd with free_pages() by Waiman Long · 7 years ago
  35. 03781e4 x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3 by Sai Praneeth · 7 years ago
  36. 3ede341 x86/efi: Replace efi_pgd with efi_mm.pgd by Sai Praneeth · 7 years ago
  37. 7e904a9 efi: Use efi_mm in x86 as well as ARM by Sai Praneeth · 7 years ago
  38. 91f606a x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks by Kirill A. Shutemov · 7 years ago
  39. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  40. 116fef6 x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' directory by Andy Lutomirski · 7 years ago
  41. 3ccabd6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  42. 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. de53c37 x86/pti: Unbreak EFI old_memmap by Jiri Kosina · 7 years ago
  44. 5aa90a8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  45. d9e9a64 x86/mm/pti: Allocate a separate user PGD by Dave Hansen · 7 years ago
  46. 81bf665 x86/headers: Remove duplicate #includes by Pravin Shedge · 7 years ago
  47. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  48. 1379edd x86/efi: Access EFI data as encrypted when SEV is active by Tom Lendacky · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 38eeccc x86/efi: Update EFI pagetable creation to work with SME by Tom Lendacky · 7 years ago
  51. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  53. ac81d3d x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well by Sai Praneeth · 8 years ago
  54. 94133e4 x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabled by Baoquan He · 8 years ago
  55. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. 16b76293 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. e5185a7 Merge branch 'x86/boot' into x86/mm, to avoid conflict by Ingo Molnar · 8 years ago
  58. b1d1776 x86/efi: Clean up a minor mistake in comment by Baoquan He · 8 years ago
  59. e981316 x86/efi: Add 5-level paging support by Kirill A. Shutemov · 8 years ago
  60. e0c4f67 x86/mm: Convert trivial cases of page table walk to 5-level paging by Kirill A. Shutemov · 8 years ago
  61. 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
  62. 18141e8 x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE by Sai Praneeth · 8 years ago
  63. 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
  64. bf29bdd x86/efi: Always map the first physical page into the EFI pagetables by Jiri Kosina · 8 years ago
  65. f6697df x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=y by Matt Fleming · 8 years ago
  66. 41a6607 Merge branch 'efi/urgent' into efi/core, to pick up fixes by Ingo Molnar · 8 years ago
  67. 1297667 x86/efi: Only map RAM into EFI page tables if in mixed-mode by Matt Fleming · 8 years ago
  68. 20ebc15 x86/efi: Use kmalloc_array() in efi_call_phys_prolog() by Markus Elfring · 8 years ago
  69. 0513fe1 x86/efi: Map in physical addresses in efi_map_region_fixed by Alex Thorlton · 8 years ago
  70. ab72a27 x86/efi: Consolidate region mapping logic by Matt Fleming · 9 years ago
  71. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  72. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  73. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  74. d92fc69 x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() by Andy Lutomirski · 8 years ago
  75. cc3ae7b x86/platform: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  76. 21f8662 x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros by Alex Thorlton · 9 years ago
  77. f58f230 x86/efi: get rid of superfluous __GFP_REPEAT by Michal Hocko · 9 years ago
  78. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 9 years ago
  79. 78ce248 efi: Iterate over efi.memmap in for_each_efi_memory_desc() by Matt Fleming · 9 years ago
  80. 2ad510d x86/efi: Only map kernel text for EFI mixed mode by Sai Praneeth · 9 years ago
  81. 6d0cc88 x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables by Sai Praneeth · 9 years ago
  82. 15f003d x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() by Sai Praneeth · 9 years ago
  83. 98f9127 Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi by Thomas Gleixner · 9 years ago
  84. 26d7f65 x86/efi: Preface all print statements with efi* tag by Matt Fleming · 9 years ago
  85. 67a9108 x86/efi: Build our own page table structures by Matt Fleming · 9 years ago
  86. c9f2a9a x86/efi: Hoist page table switching code into efi_call_virt() by Matt Fleming · 9 years ago
  87. b61a76f x86/efi: Map RAM into the identity page table for mixed mode by Matt Fleming · 9 years ago
  88. edc3b91 x86/mm/pat: Ensure cpa->pfn only contains page frame numbers by Matt Fleming · 9 years ago
  89. 744937b0b efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction by Ingo Molnar · 10 years ago
  90. 23a0d4e efi: Disable interrupts around EFI calls, not in the epilog/prolog calls by Ingo Molnar · 10 years ago
  91. 8266e31 x86, ptdump: Add section for EFI runtime services by Mathias Krause · 10 years ago
  92. 4e78eb05 x86/efi: Mark initialization code as such by Mathias Krause · 10 years ago
  93. 9a11040 x86/efi: Restore 'attr' argument to query_variable_info() by Matt Fleming · 11 years ago
  94. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 11 years ago
  95. 4f9dbcf x86/efi: Add mixed runtime services support by Matt Fleming · 11 years ago
  96. b7b898a x86/efi: Make efi virtual runtime map passing more robust by Borislav Petkov · 11 years ago
  97. 11cc851 x86/efi: Dump the EFI page table by Borislav Petkov · 11 years ago
  98. c55d016 x86/efi: Fix 32-bit fallout by Borislav Petkov · 11 years ago
  99. 518548a x86/efi: Delete superfluous global variables by Matt Fleming · 11 years ago
  100. 1fec053 x86/efi: Pass necessary EFI data for kexec via setup_data by Dave Young · 11 years ago