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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-01-28
109
-2892
/
+2650
|
\
|
*
efi/x86: Disable instrumentation in the EFI runtime handling code
Ard Biesheuvel
2020-01-25
1
-0
/
+2
|
*
efi/libstub/x86: Fix EFI server boot failure
Qian Cai
2020-01-25
1
-1
/
+1
|
*
efi/x86: Disallow efi=old_map in mixed mode
Ard Biesheuvel
2020-01-22
1
-1
/
+1
|
*
x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld
Ard Biesheuvel
2020-01-20
1
-1
/
+1
|
*
efi/x86: avoid KASAN false positives when accessing the 1: 1 mapping
Ard Biesheuvel
2020-01-20
1
-5
/
+6
|
*
efi: Fix handling of multiple efi_fake_mem= entries
Dan Williams
2020-01-20
3
-16
/
+19
|
*
efi: Fix efi_memmap_alloc() leaks
Dan Williams
2020-01-20
1
-0
/
+25
|
*
efi: Add tracking for dynamically allocated memmaps
Dan Williams
2020-01-20
5
-49
/
+56
|
*
efi: Add a flags parameter to efi_memory_map
Dan Williams
2020-01-20
2
-15
/
+20
|
*
efi: Fix comment for efi_mem_type() wrt absent physical addresses
Anshuman Khandual
2020-01-20
1
-1
/
+1
|
*
efi/arm: Defer probe of PCIe backed efifb on DT systems
Ard Biesheuvel
2020-01-20
1
-4
/
+103
|
*
efi/x86: Limit EFI old memory map to SGI UV machines
Ard Biesheuvel
2020-01-20
7
-201
/
+211
|
*
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
|
*
x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd
Ard Biesheuvel
2020-01-20
1
-7
/
+1
|
*
efi/libstub/x86: Fix unused-variable warning
Arnd Bergmann
2020-01-20
1
-2
/
+0
|
*
efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed mode
Ard Biesheuvel
2020-01-20
1
-33
/
+13
|
*
efi/libstub/x86: Use const attribute for efi_is_64bit()
Ard Biesheuvel
2020-01-20
3
-13
/
+10
|
*
Merge tag 'v5.5-rc7' into efi/core, to pick up fixes
Ingo Molnar
2020-01-20
375
-2486
/
+2867
|
|
\
|
*
|
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
2020-01-10
7
-3
/
+168
|
*
|
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
2020-01-10
3
-25
/
+67
|
*
|
efi/x86: Check number of arguments to variadic functions
Arvind Sankar
2020-01-10
4
-8
/
+58
|
*
|
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
2
-109
/
+5
|
*
|
efi/x86: Simplify mixed mode call wrapper
Ard Biesheuvel
2020-01-10
4
-148
/
+71
|
*
|
efi/x86: Simplify 64-bit EFI firmware call wrapper
Ard Biesheuvel
2020-01-10
4
-38
/
+12
|
*
|
efi/x86: Simplify i386 efi_call_phys() firmware call wrapper
Ard Biesheuvel
2020-01-10
3
-97
/
+20
|
*
|
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
2020-01-10
4
-57
/
+58
|
*
|
efi/x86: Split off some old memmap handling into separate routines
Ard Biesheuvel
2020-01-10
1
-13
/
+22
|
*
|
efi/x86: Avoid redundant cast of EFI firmware service pointer
Ard Biesheuvel
2020-01-10
2
-8
/
+4
|
*
|
efi/x86: Map the entire EFI vendor string before copying it
Ard Biesheuvel
2020-01-10
1
-6
/
+7
|
*
|
efi/x86: Re-disable RT services for 32-bit kernels running on 64-bit EFI
Ard Biesheuvel
2020-01-10
1
-16
/
+2
|
*
|
efi/libstub/x86: Force 'hidden' visibility for extern declarations
Ard Biesheuvel
2020-01-10
1
-0
/
+2
|
*
|
efi/libstub: Fix boot argument handling in mixed mode entry code
Ard Biesheuvel
2020-01-10
1
-7
/
+10
|
*
|
Merge branch 'x86/mm' into efi/core, to pick up dependencies
Ingo Molnar
2020-01-10
67
-681
/
+797
|
|
\
\
|
|
*
|
mm, x86/mm: Untangle address space layout definitions from basic pgtable type...
Ingo Molnar
2019-12-10
15
-154
/
+183
|
|
*
|
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...
Ingo Molnar
2019-12-10
26
-0
/
+102
|
|
*
|
x86/mm/pat: Mark __cpa_flush_tlb() as static
kbuild test robot
2019-12-10
1
-1
/
+1
|
|
*
|
x86/mm: Tabulate the page table encoding definitions
Ingo Molnar
2019-12-10
1
-69
/
+74
|
|
*
|
x86/mm/pat: Fix typo in the Kconfig help text
Ingo Molnar
2019-12-10
1
-1
/
+1
|
|
*
|
x86/mm/pat: Clean up <asm/memtype.h> externs
Ingo Molnar
2019-12-10
1
-5
/
+5
|
|
*
|
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
2019-12-10
19
-21
/
+21
|
|
*
|
x86/mm/pat: Standardize on memtype_*() prefix for APIs
Ingo Molnar
2019-12-10
5
-42
/
+42
|
|
*
|
x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/
Ingo Molnar
2019-12-10
7
-12
/
+17
|
|
*
|
x86/mm/pat: Clean up PAT initialization flags
Ingo Molnar
2019-12-10
1
-12
/
+14
|
|
*
|
x86/mm/pat: Harmonize 'struct memtype *' local variable and function paramete...
Ingo Molnar
2019-12-10
3
-73
/
+75
|
|
*
|
x86/mm/pat: Simplify the free_memtype() control flow
Ingo Molnar
2019-12-10
1
-8
/
+3
[next]