index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-03-31
1
-5
/
+2
|
\
|
*
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
2020-03-25
1
-5
/
+2
|
|
\
|
|
*
x86/platform: Convert to new CPU match macros
Thomas Gleixner
2020-03-24
1
-5
/
+2
*
|
|
efi/x86: Preserve %ebx correctly in efi_set_virtual_address_map()
Ard Biesheuvel
2020-03-08
1
-1
/
+1
*
|
|
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
2020-03-08
1
-99
/
+52
|
\
|
|
|
*
|
efi/x86: Handle by-ref arguments covering multiple pages in mixed mode
Ard Biesheuvel
2020-02-26
1
-19
/
+26
|
*
|
efi/x86: Remove support for EFI time and counter services in mixed mode
Ard Biesheuvel
2020-02-26
1
-76
/
+5
|
*
|
efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper
Ard Biesheuvel
2020-02-26
1
-4
/
+21
|
|
/
*
|
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
2020-03-08
2
-0
/
+6
|
\
\
|
*
|
efi: Add embedded peripheral firmware support
Hans de Goede
2020-03-03
1
-0
/
+1
|
*
|
efi: Export boot-services code and data as debugfs-blobs
Hans de Goede
2020-03-03
2
-0
/
+5
|
|
/
*
|
efi/x86: Add RNG seed EFI table to unencrypted mapping check
Tom Lendacky
2020-02-29
1
-0
/
+1
*
|
efi/x86: Add TPM related EFI tables to unencrypted mapping checks
Tom Lendacky
2020-02-29
1
-0
/
+2
*
|
efi/x86: Drop 'systab' member from struct efi
Ard Biesheuvel
2020-02-23
1
-73
/
+14
*
|
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
2020-02-23
4
-19
/
+38
*
|
efi/x86: Merge assignments of efi.runtime_version
Ard Biesheuvel
2020-02-23
1
-17
/
+2
*
|
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
2020-02-23
2
-13
/
+49
*
|
efi/x86: Remove runtime table address from kexec EFI setup data
Ard Biesheuvel
2020-02-23
1
-3
/
+1
*
|
efi: Clean up config_parse_tables()
Ard Biesheuvel
2020-02-23
1
-3
/
+3
*
|
efi: Make efi_config_init() x86 only
Ard Biesheuvel
2020-02-23
1
-0
/
+30
*
|
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
2020-02-23
1
-36
/
+10
*
|
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
2020-02-23
1
-1
/
+1
*
|
efi: Move UGA and PROP table handling to x86 code
Ard Biesheuvel
2020-02-23
1
-2
/
+30
*
|
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
Ard Biesheuvel
2020-02-23
1
-2
/
+0
*
|
efi: Drop handling of 'boot_info' configuration table
Ard Biesheuvel
2020-02-23
1
-1
/
+0
*
|
efi/x86: Replace #ifdefs with IS_ENABLED() checks
Ard Biesheuvel
2020-02-23
1
-7
/
+4
*
|
efi/x86: Reindent struct initializer for legibility
Ard Biesheuvel
2020-02-23
1
-5
/
+5
|
/
*
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
[next]