index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
efi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init()
Waiman Long
2024-06-15
1
-0
/
+2
*
fix missing vmalloc.h includes
Kent Overstreet
2024-04-26
1
-0
/
+1
*
arm64/mm: new ptep layer to manage contig bit
Ryan Roberts
2024-02-23
1
-2
/
+2
*
arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)
Ryan Roberts
2024-02-23
1
-1
/
+1
*
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-11-04
1
-4
/
+0
|
\
|
*
efi: move screen_info into efi init code
Arnd Bergmann
2023-10-17
1
-4
/
+0
*
|
arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI
Mark Rutland
2023-10-16
1
-2
/
+1
|
/
*
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-08-30
1
-0
/
+1
|
\
|
*
efi: Do not include <linux/screen_info.h> from EFI header
Thomas Zimmermann
2023-07-08
1
-0
/
+1
*
|
efi/arm64: Move EFI runtime call setup/teardown helpers out of line
Ard Biesheuvel
2023-08-21
1
-1
/
+15
|
/
*
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-23
1
-4
/
+16
|
\
|
*
arm64: efi: Make efi_rt_lock a raw_spinlock
Pierre Gondois
2023-02-19
1
-1
/
+1
|
*
efi: arm64: Wire up BTI annotation in memory attributes table
Ard Biesheuvel
2023-02-09
1
-2
/
+13
|
*
efi: Discover BTI support in runtime services regions
Ard Biesheuvel
2023-02-04
1
-1
/
+2
*
|
arm64: efi: Avoid workqueue to check whether EFI runtime is live
Ard Biesheuvel
2023-01-16
1
-1
/
+2
|
/
*
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
2022-12-08
1
-0
/
+22
*
arm64: efi: Execute runtime services from a dedicated stack
Ard Biesheuvel
2022-12-08
1
-0
/
+27
*
arm64: efi: Revert "Recover from synchronous exceptions ..."
Ard Biesheuvel
2022-12-01
1
-26
/
+0
*
arm64: efi: Fix handling of misaligned runtime regions and drop warning
Ard Biesheuvel
2022-11-10
1
-18
/
+34
*
arm64: efi: Recover from synchronous exceptions occurring in firmware
Ard Biesheuvel
2022-11-03
1
-0
/
+26
*
arm64: efi: Export screen_info
Michael Kelley
2021-08-04
1
-0
/
+1
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-1
/
+1
*
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
2019-07-12
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
efi/arm64: Check whether x18 is preserved by runtime services calls
Ard Biesheuvel
2018-03-09
1
-0
/
+6
*
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-16
1
-1
/
+1
*
arm64/efi: Ignore EFI_MEMORY_XP attribute if RP and/or WP are set
Ard Biesheuvel
2018-01-03
1
-1
/
+3
*
efi/arm: Enable DMI/SMBIOS
Ard Biesheuvel
2017-06-05
1
-15
/
+0
*
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
Ard Biesheuvel
2016-11-07
1
-4
/
+4
*
arm64: efi: avoid block mappings for unaligned UEFI memory regions
Ard Biesheuvel
2016-07-01
1
-0
/
+14
*
arm64: efi: always map runtime services code and data regions down to pages
Ard Biesheuvel
2016-07-01
1
-1
/
+35
*
arm64: mm: add param to force create_pgd_mapping() to use page mappings
Ard Biesheuvel
2016-07-01
1
-1
/
+1
*
arm64/efi/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
2016-04-28
1
-0
/
+3
*
arm64/efi: Apply strict permissions to UEFI Runtime Services regions
Ard Biesheuvel
2016-04-28
1
-14
/
+40
*
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel
2015-12-09
1
-0
/
+23
*
arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARM
Ard Biesheuvel
2015-12-09
1
-325
/
+1
*
arm64/efi: mark UEFI reserved regions as MEMBLOCK_NOMAP
Ard Biesheuvel
2015-12-09
1
-3
/
+4
*
arm64: efi: fix initcall return values
Ard Biesheuvel
2015-11-26
1
-5
/
+5
*
arm64: efi: deal with NULL return value of early_memremap()
Ard Biesheuvel
2015-11-26
1
-1
/
+13
*
arm64: efi: correctly map runtime regions
Mark Rutland
2015-11-25
1
-7
/
+2
*
arm64: use non-global mappings for UEFI runtime regions
Ard Biesheuvel
2015-11-18
1
-9
/
+5
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-04
1
-3
/
+2
|
\
|
*
arm64: mm: rewrite ASID allocator and MM context-switching code
Will Deacon
2015-10-07
1
-1
/
+0
|
*
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-10-07
1
-2
/
+2
*
|
efi: Use correct type for struct efi_memory_map::phys_map
Ard Biesheuvel
2015-10-28
1
-2
/
+2
*
|
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
2015-10-14
1
-14
/
+5
|
\
\
|
|
/
|
/
|
|
*
efi/arm64: Clean up efi_get_fdt_params() interface
Leif Lindholm
2015-10-12
1
-1
/
+1
|
*
arm64: Use core efi=debug instead of uefi_debug command line parameter
Leif Lindholm
2015-10-12
1
-14
/
+5
*
|
arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regions
Ard Biesheuvel
2015-10-01
1
-1
/
+2
|
/
*
arm64/efi: map the entire UEFI vendor string before reading it
Ard Biesheuvel
2015-07-27
1
-2
/
+2
[next]