index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
/
efi_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-04-14
efi/x86: Don't remap text<->rodata gap read-only for mixed mode
Ard Biesheuvel
1
-2
/
+10
2020-04-14
efi/x86: Fix the deletion of variables in mixed mode
Gary Lin
1
-2
/
+2
2020-03-08
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
1
-99
/
+52
2020-02-26
efi/x86: Handle by-ref arguments covering multiple pages in mixed mode
Ard Biesheuvel
1
-19
/
+26
2020-02-26
efi/x86: Remove support for EFI time and counter services in mixed mode
Ard Biesheuvel
1
-76
/
+5
2020-02-26
efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper
Ard Biesheuvel
1
-4
/
+21
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
1
-6
/
+8
2020-02-04
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
1
-2
/
+2
2020-01-20
efi/x86: avoid KASAN false positives when accessing the 1: 1 mapping
Ard Biesheuvel
1
-5
/
+6
2020-01-20
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
1
-157
/
+9
2020-01-20
efi/x86: Avoid RWX mappings for all of DRAM
Ard Biesheuvel
1
-4
/
+16
2020-01-20
efi/x86: Don't map the entire kernel text RW for mixed mode
Ard Biesheuvel
1
-2
/
+2
2020-01-10
efi/x86: Don't panic or BUG() on non-critical error conditions
Ard Biesheuvel
1
-4
/
+5
2020-01-10
efi/x86: Simplify mixed mode call wrapper
Ard Biesheuvel
1
-26
/
+47
2020-01-10
efi/x86: Simplify 64-bit EFI firmware call wrapper
Ard Biesheuvel
1
-0
/
+3
2020-01-10
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
1
-20
/
+36
2020-01-10
efi/x86: Split off some old memmap handling into separate routines
Ard Biesheuvel
1
-13
/
+22
2019-12-25
efi/libstub/x86: Avoid thunking for native firmware calls
Ard Biesheuvel
1
-2
/
+0
2019-12-25
efi/x86: Rename efi_is_native() to efi_is_mixed()
Ard Biesheuvel
1
-2
/
+2
2019-05-25
efi/x86/Add missing error handling to old_memmap 1:1 mapping code
Gen Zhang
1
-3
/
+6
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-09-26
efi/x86: drop task_lock() from efi_switch_mm()
Sebastian Andrzej Siewior
1
-6
/
+4
2018-08-13
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+98
2018-07-22
efi/x86: Prevent reentrant firmware calls in mixed mode
Ard Biesheuvel
1
-3
/
+98
2018-07-22
x86/efi: Access EFI MMIO data as unencrypted when SEV is active
Brijesh Singh
1
-1
/
+1
2018-06-27
x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
1
-2
/
+2
2018-05-19
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
1
-1
/
+1
2018-04-02
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-27
/
+33
2018-03-27
Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict
Ingo Molnar
1
-1
/
+1
2018-03-23
x86/efi: Free efi_pgd with free_pages()
Waiman Long
1
-1
/
+1
2018-03-12
x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3
Sai Praneeth
1
-19
/
+22
2018-03-12
x86/efi: Replace efi_pgd with efi_mm.pgd
Sai Praneeth
1
-9
/
+9
2018-03-12
efi: Use efi_mm in x86 as well as ARM
Sai Praneeth
1
-0
/
+3
2018-02-16
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
Kirill A. Shutemov
1
-1
/
+1
2018-02-14
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
1
-2
/
+2
2018-02-13
x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...
Andy Lutomirski
1
-1
/
+3
2018-01-30
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+2
2018-01-06
x86/pti: Unbreak EFI old_memmap
Jiri Kosina
1
-0
/
+2
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+4
2017-12-23
x86/mm/pti: Allocate a separate user PGD
Dave Hansen
1
-1
/
+4
2017-12-12
x86/headers: Remove duplicate #includes
Pravin Shedge
1
-1
/
+0
2017-11-15
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
1
-1
/
+1
2017-11-07
x86/efi: Access EFI data as encrypted when SEV is active
Tom Lendacky
1
-1
/
+15
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-18
x86/efi: Update EFI pagetable creation to work with SME
Tom Lendacky
1
-4
/
+11
2017-07-03
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2017-06-13
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
1
-2
/
+2
2017-06-05
x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well
Sai Praneeth
1
-1
/
+4
[next]