index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...
Ingo Molnar
2020-02-26
27
-1382
/
+543
|
\
|
*
efi/libstub: Introduce symbolic constants for the stub major/minor version
Ard Biesheuvel
2020-02-23
3
-6
/
+6
|
*
efi/x86: Use symbolic constants in PE header instead of bare numbers
Ard Biesheuvel
2020-02-23
1
-30
/
+32
|
*
x86/ima: Use EFI GetVariable only when available
Ard Biesheuvel
2020-02-23
1
-1
/
+1
|
*
efi/x86: Add true mixed mode entry point into .compat section
Ard Biesheuvel
2020-02-23
3
-3
/
+69
|
*
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-23
1
-2
/
+57
|
*
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
Ard Biesheuvel
2020-02-23
1
-0
/
+8
|
*
efi/x86: Drop redundant .bss section
Ard Biesheuvel
2020-02-23
2
-44
/
+13
|
*
efi/x86: add headroom to decompressor BSS to account for setup block
Ard Biesheuvel
2020-02-23
1
-1
/
+1
|
*
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
6
-20
/
+45
|
*
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
4
-15
/
+53
|
*
efi/x86: Remove runtime table address from kexec EFI setup data
Ard Biesheuvel
2020-02-23
3
-5
/
+1
|
*
efi: Clean up config_parse_tables()
Ard Biesheuvel
2020-02-23
2
-5
/
+4
|
*
efi: Make efi_config_init() x86 only
Ard Biesheuvel
2020-02-23
1
-0
/
+30
|
*
efi/ia64: Switch to efi_config_parse_tables()
Ard Biesheuvel
2020-02-23
1
-1
/
+4
|
*
efi/ia64: Use local variable for EFI system table address
Ard Biesheuvel
2020-02-23
1
-5
/
+6
|
*
efi/ia64: Use existing helpers to locate ESI table
Ard Biesheuvel
2020-02-23
2
-17
/
+10
|
*
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
2020-02-23
2
-56
/
+13
|
*
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
2
-2
/
+13
|
*
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
|
*
efi/libstub: Make the LoadFile EFI protocol accessible
Ard Biesheuvel
2020-02-23
1
-0
/
+4
|
*
efi/libstub: Expose LocateDevicePath boot service
Ard Biesheuvel
2020-02-23
1
-0
/
+3
|
*
efi/libstub: Clean up command line parsing routine
Ard Biesheuvel
2020-02-23
1
-0
/
+1
|
*
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
Ard Biesheuvel
2020-02-23
1
-2
/
+0
|
*
efi/libstub/x86: Incorporate eboot.c into libstub
Ard Biesheuvel
2020-02-23
3
-812
/
+1
|
*
efi/libstub/arm: Relax FDT alignment requirement
Ard Biesheuvel
2020-02-23
1
-7
/
+0
|
*
efi/libstub: Use hidden visibility for all source files
Ard Biesheuvel
2020-02-23
1
-3
/
+0
|
*
efi/libstub/x86: Avoid overflowing code32_start on PE entry
Ard Biesheuvel
2020-02-22
1
-22
/
+18
|
*
efi/libstub/x86: Remove pointless zeroing of apm_bios_info
Ard Biesheuvel
2020-02-22
1
-5
/
+0
|
*
efi/x86: Mark setup_graphics static
Arvind Sankar
2020-02-22
1
-1
/
+1
|
*
x86/boot: Micro-optimize GDT loading instructions
Arvind Sankar
2020-02-22
1
-7
/
+8
|
*
x86/boot: GDT limit value should be size - 1
Arvind Sankar
2020-02-22
1
-2
/
+2
|
*
efi/x86: Remove GDT setup from efi_main
Arvind Sankar
2020-02-22
2
-109
/
+34
|
*
x86/boot: Clear direction and interrupt flags in startup_64
Arvind Sankar
2020-02-22
1
-0
/
+3
|
*
x86/boot: Reload GDTR after copying to the end of the buffer
Arvind Sankar
2020-02-22
1
-0
/
+10
|
*
efi/x86: Don't depend on firmware GDT layout
Arvind Sankar
2020-02-22
2
-17
/
+42
|
*
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2020-02-22
3
-22
/
+0
|
*
efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
Ard Biesheuvel
2020-02-22
5
-105
/
+31
|
*
efi/arm: Pass start and end addresses to cache_clean_flush()
Ard Biesheuvel
2020-02-22
1
-0
/
+6
|
*
efi/arm: Work around missing cache maintenance in decompressor handover
Ard Biesheuvel
2020-02-22
1
-6
/
+14
*
|
Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-25
5
-24
/
+53
|
\
\
|
*
|
riscv: adjust the indent
Zong Li
2020-02-24
1
-11
/
+15
|
*
|
riscv: allocate a complete page size for each page table
Zong Li
2020-02-24
1
-11
/
+16
|
*
|
riscv: Fix gitignore
Damien Le Moal
2020-02-19
1
-0
/
+2
[next]