index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-09
1
-1
/
+1
|
\
|
*
efi/x86: Fix boot regression on systems with invalid memmap entries
Ard Biesheuvel
2020-02-02
1
-1
/
+1
*
|
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
2020-02-04
2
-3
/
+3
|
/
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-01-28
8
-724
/
+335
|
\
|
*
efi/x86: Disable instrumentation in the EFI runtime handling code
Ard Biesheuvel
2020-01-25
1
-0
/
+2
|
*
efi/x86: avoid KASAN false positives when accessing the 1: 1 mapping
Ard Biesheuvel
2020-01-20
1
-5
/
+6
|
*
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2020-01-20
2
-16
/
+17
|
*
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
2020-01-20
3
-184
/
+33
|
*
efi/x86: Avoid RWX mappings for all of DRAM
Ard Biesheuvel
2020-01-20
1
-4
/
+16
|
*
efi/x86: Don't map the entire kernel text RW for mixed mode
Ard Biesheuvel
2020-01-20
1
-2
/
+2
|
*
efi/x86: Check number of arguments to variadic functions
Arvind Sankar
2020-01-10
2
-4
/
+4
|
*
efi/x86: Remove unreachable code in kexec_enter_virtual_mode()
Ard Biesheuvel
2020-01-10
1
-3
/
+0
|
*
efi/x86: Don't panic or BUG() on non-critical error conditions
Ard Biesheuvel
2020-01-10
2
-18
/
+19
|
*
efi/x86: Clean up efi_systab_init() routine for legibility
Ard Biesheuvel
2020-01-10
1
-84
/
+82
|
*
efi/x86: Drop two near identical versions of efi_runtime_init()
Ard Biesheuvel
2020-01-10
1
-90
/
+5
|
*
efi/x86: Simplify mixed mode call wrapper
Ard Biesheuvel
2020-01-10
3
-142
/
+71
|
*
efi/x86: Simplify 64-bit EFI firmware call wrapper
Ard Biesheuvel
2020-01-10
3
-36
/
+7
|
*
efi/x86: Simplify i386 efi_call_phys() firmware call wrapper
Ard Biesheuvel
2020-01-10
2
-94
/
+20
|
*
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
2020-01-10
3
-53
/
+54
|
*
efi/x86: Split off some old memmap handling into separate routines
Ard Biesheuvel
2020-01-10
1
-13
/
+22
|
*
efi/x86: Map the entire EFI vendor string before copying it
Ard Biesheuvel
2020-01-10
1
-6
/
+7
|
*
efi/libstub/x86: Avoid thunking for native firmware calls
Ard Biesheuvel
2019-12-25
1
-2
/
+0
|
*
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2019-12-25
1
-2
/
+2
|
*
efi/x86: Rename efi_is_native() to efi_is_mixed()
Ard Biesheuvel
2019-12-25
3
-7
/
+7
*
|
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-01-28
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
Sean Christopherson
2019-12-10
1
-0
/
+1
*
|
x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakage
Dave Young
2019-12-04
1
-4
/
+2
|
/
*
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-11-26
2
-4
/
+53
|
\
|
*
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
2019-11-07
1
-0
/
+2
|
*
x86/efi: EFI soft reservation to E820 enumeration
Dan Williams
2019-11-07
1
-4
/
+45
|
*
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2019-11-07
2
-0
/
+6
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-26
3
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
1
-2
/
+2
|
*
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
2
-4
/
+4
|
*
x86/asm: Make some functions local
Jiri Slaby
2019-10-18
1
-6
/
+6
*
|
efi/x86: Do not clean dummy variable in kexec path
Dave Young
2019-10-07
1
-3
/
+0
|
/
*
efi: Export Runtime Configuration Interface table to sysfs
Narendra K
2019-08-08
1
-0
/
+3
*
efi: ia64: move SAL systab handling out of generic EFI code
Ard Biesheuvel
2019-08-08
1
-1
/
+0
*
efi/x86: move UV_SYSTAB handling into arch/x86
Ard Biesheuvel
2019-08-08
1
-2
/
+4
*
efi: x86: move efi_is_table_address() into arch/x86
Ard Biesheuvel
2019-08-08
1
-0
/
+33
*
x86/efi: fix a -Wtype-limits compilation warning
Qian Cai
2019-06-21
1
-1
/
+1
*
efi: Allow the number of EFI configuration tables entries to be zero
Rob Bradford
2019-05-25
1
-0
/
+3
*
efi/x86/Add missing error handling to old_memmap 1:1 mapping code
Gen Zhang
2019-05-25
2
-3
/
+8
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/realmode: Make set_real_mode_mem() static inline
Matteo Croce
2019-03-29
1
-1
/
+1
*
efi: Fix build error due to enum collision between efi.h and ima.h
Anders Roxell
2019-02-16
1
-2
/
+2
*
efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementation
Ard Biesheuvel
2019-02-04
2
-241
/
+0
*
x86/efi: Mark can_free_region() as an __init function
Sai Praneeth Prakhya
2019-02-04
1
-1
/
+1
*
x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...
Sai Praneeth Prakhya
2018-12-22
1
-0
/
+16
*
x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86
Sai Praneeth Prakhya
2018-11-30
1
-0
/
+2
[next]