index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
admin-guide
/
blockdev
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-03
efi: Export boot-services code and data as debugfs-blobs
Hans de Goede
4
-0
/
+63
2020-02-29
x86/boot/compressed: Fix reloading of GDTR post-relocation
Arvind Sankar
2
-7
/
+6
2020-02-29
efi: Mark all EFI runtime services as unsupported on non-EFI boot
Ard Biesheuvel
1
-3
/
+3
2020-02-29
efi/arm64: Clean EFI stub exit code from cache instead of avoiding it
Ard Biesheuvel
2
-15
/
+15
2020-02-29
efi/arm: Clean EFI stub exit code from cache instead of avoiding it
Ard Biesheuvel
1
-10
/
+8
2020-02-29
efi: Don't shadow 'i' in efi_config_parse_tables()
Heinrich Schuchardt
1
-1
/
+0
2020-02-29
efi/x86: Add RNG seed EFI table to unencrypted mapping check
Tom Lendacky
3
-8
/
+13
2020-02-29
efi/x86: Add TPM related EFI tables to unencrypted mapping checks
Tom Lendacky
1
-0
/
+2
2020-02-25
MAINTAINERS: Hand MIPS over to Thomas
Paul Burton
2
-4
/
+7
2020-02-24
riscv: adjust the indent
Zong Li
1
-11
/
+15
2020-02-24
riscv: allocate a complete page size for each page table
Zong Li
1
-11
/
+16
2020-02-24
floppy: check FDC index for errors before assigning it
Linus Torvalds
1
-2
/
+5
2020-02-24
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
1
-15
/
+18
2020-02-24
Linux 5.6-rc3
v5.6-rc3
Linus Torvalds
1
-1
/
+1
2020-02-23
efi: Bump the Linux EFI stub major version number to #1
Ard Biesheuvel
1
-1
/
+19
2020-02-23
efi/libstub: Introduce symbolic constants for the stub major/minor version
Ard Biesheuvel
4
-6
/
+9
2020-02-23
efi/x86: Use symbolic constants in PE header instead of bare numbers
Ard Biesheuvel
1
-30
/
+32
2020-02-23
integrity: Check properly whether EFI GetVariable() is available
Ard Biesheuvel
1
-1
/
+1
2020-02-23
x86/ima: Use EFI GetVariable only when available
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi: Use EFI ResetSystem only when available
Ard Biesheuvel
1
-2
/
+2
2020-02-23
scsi: iscsi: Use EFI GetVariable only when available
Ard Biesheuvel
1
-1
/
+1
2020-02-23
infiniband: hfi1: Use EFI GetVariable only when available
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi: Register EFI rtc platform device only when available
Ard Biesheuvel
3
-39
/
+3
2020-02-23
efi: Use more granular check for availability for variable services
Ard Biesheuvel
4
-23
/
+11
2020-02-23
efi: Add support for EFI_RT_PROPERTIES table
Ard Biesheuvel
2
-0
/
+21
2020-02-23
efi: Store mask of supported runtime services in struct efi
Ard Biesheuvel
2
-10
/
+48
2020-02-23
efi/arm: Rewrite FDT param discovery routines
Ard Biesheuvel
1
-121
/
+89
2020-02-23
efi/arm: Move FDT specific definitions into fdtparams.c
Ard Biesheuvel
3
-27
/
+30
2020-02-23
efi/arm: Move FDT param discovery code out of efi.c
Ard Biesheuvel
3
-135
/
+143
2020-02-23
efi/x86: Add true mixed mode entry point into .compat section
Ard Biesheuvel
3
-3
/
+69
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2
-15
/
+73
2020-02-23
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
Ard Biesheuvel
3
-8
/
+25
2020-02-23
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
Ard Biesheuvel
3
-18
/
+35
2020-02-23
efi/x86: Drop redundant .bss section
Ard Biesheuvel
2
-44
/
+13
2020-02-23
efi/x86: add headroom to decompressor BSS to account for setup block
Ard Biesheuvel
1
-1
/
+1
2020-02-23
efi/x86: Drop 'systab' member from struct efi
Ard Biesheuvel
2
-98
/
+41
2020-02-23
efi/arm: Drop unnecessary references to efi.systab
Ard Biesheuvel
2
-37
/
+14
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
9
-22
/
+49
2020-02-23
efi/x86: Merge assignments of efi.runtime_version
Ard Biesheuvel
1
-17
/
+2
2020-02-23
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
Ard Biesheuvel
7
-55
/
+59
2020-02-23
efi/x86: Remove runtime table address from kexec EFI setup data
Ard Biesheuvel
3
-5
/
+1
2020-02-23
efi: Clean up config_parse_tables()
Ard Biesheuvel
5
-34
/
+32
2020-02-23
efi: Make efi_config_init() x86 only
Ard Biesheuvel
3
-32
/
+30
2020-02-23
efi/ia64: Switch to efi_config_parse_tables()
Ard Biesheuvel
1
-1
/
+4
2020-02-23
efi/ia64: Use local variable for EFI system table address
Ard Biesheuvel
1
-5
/
+6
2020-02-23
efi/ia64: Use existing helpers to locate ESI table
Ard Biesheuvel
2
-17
/
+10
2020-02-23
efi: Merge EFI system table revision and vendor checks
Ard Biesheuvel
5
-83
/
+83
2020-02-23
efi: Make memreserve table handling local to efi.c
Ard Biesheuvel
2
-7
/
+6
2020-02-23
efi: Move mem_attr_table out of struct efi
Ard Biesheuvel
4
-10
/
+11
2020-02-23
efi: Make rng_seed table handling local to efi.c
Ard Biesheuvel
2
-12
/
+10
[next]