index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
boot
/
compressed
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-12-13
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2022-11-08
ARM: 9263/1: use .arch directives instead of assembler command line flags
Nick Desaulniers
1
-1
/
+0
2022-11-07
ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALL
Seung-Woo Kim
1
-0
/
+1
2022-11-01
kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is set
Xin Li
1
-1
/
+1
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+0
2022-10-03
Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2022-09-28
ARM: remove check for CONFIG_DEBUG_LL_SER3
Paul Bolle
1
-4
/
+0
2022-09-22
ARM: 9243/1: riscpc: Unbreak the build
Bart Van Assche
1
-0
/
+2
2022-09-21
ARM: decompressor: Include .data.rel.ro.local
Kees Cook
1
-0
/
+2
2022-04-04
ARM: ep93xx: multiplatform support
Arnd Bergmann
2
-0
/
+90
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+2
2022-03-31
ARM: 9189/1: decompressor: fix unneeded rebuilds of library objects
Masahiro Yamada
1
-2
/
+2
2022-03-23
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-12
/
+1
2022-01-19
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-4
/
+4
2022-01-14
kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
Masahiro Yamada
1
-4
/
+4
2021-12-17
ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding
Andre Przywara
2
-9
/
+16
2021-12-17
ARM: 9154/1: decompressor: do not copy source files while building
Masahiro Yamada
7
-35
/
+16
2021-12-03
ARM: decompressor: disable stack protector
Ard Biesheuvel
2
-12
/
+1
2021-11-02
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+42
2021-11-02
Merge branches 'devel-stable' and 'misc' into for-linus
Russell King (Oracle)
1
-6
/
+42
2021-11-01
Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2021-10-19
ARM: 9134/1: remove duplicate memcpy() definition
Arnd Bergmann
1
-0
/
+3
2021-10-19
ARM: 9124/1: uncompress: Parse "linux,usable-memory-range" DT property
Geert Uytterhoeven
1
-6
/
+42
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
1
-0
/
+1
2021-08-10
ARM: 9105/1: atags_to_fdt: don't warn about stack size
David Heidelberg
1
-0
/
+2
2021-06-07
ARM: 9083/1: uncompress: atags_to_fdt: Spelling s/REturn/Return/
Geert Uytterhoeven
1
-1
/
+1
2021-06-07
ARM: 9076/1: boot: remove redundant piggy_data from clean-files
Masahiro Yamada
1
-1
/
+1
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-7
/
+0
2021-05-02
kbuild: add a script to remove stale generated files
Masahiro Yamada
1
-7
/
+0
2021-03-09
ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld
Ard Biesheuvel
1
-2
/
+2
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
3
-10
/
+171
2021-02-01
ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ cores
Vladimir Murzin
1
-2
/
+2
2021-02-01
ARM: 9045/1: uncompress: Validate start of physical memory against passed DTB
Geert Uytterhoeven
3
-4
/
+168
2021-02-01
ARM: 9039/1: assembler: generalize byte swapping macro into rev_l
Ard Biesheuvel
1
-4
/
+1
2021-01-26
ARM: zImage: atags_to_fdt: Fix node names on added root nodes
Rob Herring
1
-1
/
+2
2020-12-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux
Linus Torvalds
3
-36
/
+44
2020-12-21
Merge branch 'devel-stable' into for-next
Russell King
1
-15
/
+3
2020-12-21
ARM: 9037/1: uncompress: Add OF_DT_MAGIC macro
Geert Uytterhoeven
1
-5
/
+7
2020-12-21
ARM: 9036/1: uncompress: Fix dbgadtb size parameter name
Geert Uytterhoeven
1
-2
/
+2
2020-12-21
ARM: 9035/1: uncompress: Add be32tocpu macro
Geert Uytterhoeven
1
-14
/
+12
2020-12-01
kbuild: Hoist '--orphan-handling' into Kconfig
Nathan Chancellor
1
-1
/
+3
2020-10-28
ARM: kvm: replace open coded VA->PA calculations with adr_l call
Ard Biesheuvel
1
-13
/
+2
2020-10-28
ARM: efistub: replace adrl pseudo-op with adr_l macro invocation
Ard Biesheuvel
1
-2
/
+1
2020-10-27
ARM: 9014/2: Replace string mem* functions for KASan
Linus Walleij
1
-0
/
+19
2020-10-27
ARM: 9013/2: Disable KASan instrumentation for some code
Linus Walleij
1
-0
/
+1
2020-10-26
efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYP
Ard Biesheuvel
1
-0
/
+3
2020-10-20
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-42
/
+48
2020-09-15
ARM: add malloc size to decompressor kexec size structure
Russell King
3
-4
/
+8
2020-09-15
ARM: add TEXT_OFFSET to decompressor kexec image structure
Russell King
2
-1
/
+3
[next]