index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
boot
/
compressed
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
2020-08-09
1
-5
/
+1
*
kbuild: remove cc-option test of -fno-stack-protector
Masahiro Yamada
2020-07-07
1
-2
/
+1
*
ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefully
Ard Biesheuvel
2020-06-13
1
-0
/
+62
*
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2020-06-02
10
-104
/
+61
|
\
|
*
ARM: decompressor: run decompressor in place if loaded via UEFI
Ard Biesheuvel
2020-05-19
1
-25
/
+14
|
*
ARM: decompressor: move GOT into .data for EFI enabled builds
Ard Biesheuvel
2020-05-19
1
-0
/
+5
|
*
ARM: decompressor: defer loading of the contents of the LC0 structure
Ard Biesheuvel
2020-05-19
1
-11
/
+4
|
*
ARM: decompressor: split off _edata and stack base into separate object
Ard Biesheuvel
2020-05-19
1
-11
/
+12
|
*
ARM: decompressor: move headroom variable out of LC0
Ard Biesheuvel
2020-05-19
1
-2
/
+4
|
*
ARM: 8969/1: decompressor: simplify libfdt builds
Masahiro Yamada
2020-04-29
8
-56
/
+24
*
|
Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-01
2
-2
/
+2
|
\
\
|
*
|
efi/libstub: Add missing prototype for PE/COFF entry point
Ard Biesheuvel
2020-05-23
1
-1
/
+1
|
*
|
efi/arm: Remove __efistub_global annotation
Arvind Sankar
2020-04-24
1
-1
/
+1
*
|
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2020-05-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ARM: 8970/1: decompressor: increase tag size
Ćukasz Stelmach
2020-04-29
1
-1
/
+1
|
|
/
*
/
efi/arm: Deal with ADR going out of range in efi_enter_kernel()
Ard Biesheuvel
2020-04-14
1
-1
/
+2
|
/
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2020-04-03
2
-71
/
+66
|
\
\
|
*
\
Merge branches 'misc' and 'devel-stable' into for-linus
Russell King
2020-04-02
1
-76
/
+86
|
|
\
\
|
|
*
|
ARM: decompressor: switch to by-VA cache maintenance for v7 cores
Ard Biesheuvel
2020-02-27
1
-53
/
+30
|
|
*
|
ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenance
Ard Biesheuvel
2020-02-27
1
-0
/
+10
|
|
*
|
ARM: decompressor: factor out routine to obtain the inflated image size
Ard Biesheuvel
2020-02-27
1
-17
/
+26
|
*
|
|
ARM: 8959/1: Remove unused .fixup section in boot stub
Kees Cook
2020-02-21
1
-1
/
+0
*
|
|
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-31
2
-38
/
+26
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
efi/arm: Clean EFI stub exit code from cache instead of avoiding it
Ard Biesheuvel
2020-02-29
1
-10
/
+8
|
*
|
|
efi/libstub: Introduce symbolic constants for the stub major/minor version
Ard Biesheuvel
2020-02-23
1
-2
/
+2
|
*
|
|
efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
Ard Biesheuvel
2020-02-22
2
-34
/
+10
|
|
|
/
|
|
/
|
|
*
|
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
|
|
/
*
/
ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC plugin
Ard Biesheuvel
2020-02-21
1
-2
/
+2
|
/
*
ARM: 8945/1: decompressor: use CONFIG option instead of cc-option
Masahiro Yamada
2020-01-25
1
-6
/
+6
*
ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...
Ard Biesheuvel
2020-01-25
1
-15
/
+1
*
ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...
Ard Biesheuvel
2020-01-25
1
-0
/
+13
*
Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-12-02
1
-1
/
+3
|
\
|
*
libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
Masahiro Yamada
2019-11-26
1
-1
/
+3
*
|
ARM: 8939/1: kbuild: use correct nm executable
Dmitry Golovin
2019-11-22
1
-2
/
+2
*
|
ARM: 8933/1: replace Sun/Solaris style flag on section directive
Nick Desaulniers
2019-11-15
3
-3
/
+3
*
|
ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand
Stefan Agner
2019-11-15
1
-1
/
+1
*
|
ARM: 8915/1: zImage: atags_to_fdt: fix __be32 and __be64 types
Ben Dooks (Codethink)
2019-10-27
1
-6
/
+6
|
/
*
ARM: 8894/1: boot: Replace open-coded nop with macro
Linus Walleij
2019-08-23
1
-1
/
+1
*
ARM: 8893/1: boot: Explain the 8 nops
Linus Walleij
2019-08-23
1
-0
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
4
-16
/
+4
*
arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changes
Sebastian Andrzej Siewior
2019-06-02
1
-0
/
+1
*
ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cache
Ard Biesheuvel
2019-04-23
1
-1
/
+15
*
ARM: 8844/1: use unified assembler in assembly files
Stefan Agner
2019-02-26
1
-2
/
+2
*
ARM: 8819/1: Remove '-p' from LDFLAGS
Nathan Chancellor
2019-02-01
1
-2
/
+0
*
kbuild: remove redundant target cleaning on failure
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2019-01-05
1
-0
/
+23
|
\
|
*
ARM: 8804/1: zImage: atags_to_fdt: add serial-number for ATAG_SERIAL
Ben Dooks
2018-11-08
1
-0
/
+23
[next]