index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-04
Merge tag 'v5.1.16' into dev-5.1
dev-5.1
Joel Stanley
6
-11
/
+75
2019-07-03
arm64: insn: Fix ldadd instruction encoding
Jean-Philippe Brucker
1
-1
/
+1
2019-07-03
bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
Daniel Borkmann
4
-9
/
+71
2019-07-03
arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()
Will Deacon
1
-1
/
+3
2019-07-03
arm64: Don't unconditionally add -Wno-psabi to KBUILD_CFLAGS
Nathan Chancellor
1
-1
/
+1
2019-07-02
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
8
-42
/
+8
2019-06-25
arm64: ssbd: explicitly depend on <linux/prctl.h>
Anisse Astier
1
-0
/
+1
2019-06-25
arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
Anisse Astier
1
-5
/
+3
2019-06-25
arm64: Silence gcc warnings about arch ABI drift
Dave Martin
1
-0
/
+1
2019-06-22
arm64: use the correct function type for __arm64_sys_ni_syscall
Sami Tolvanen
2
-10
/
+11
2019-06-22
arm64: use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
1
-9
/
+9
2019-06-22
arm64: fix syscall_fn_t type
Sami Tolvanen
1
-1
/
+1
2019-06-19
KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation
James Morse
1
-0
/
+1
2019-06-19
arm64/mm: Inhibit huge-vmap with ptdump
Mark Rutland
1
-3
/
+8
2019-06-19
arm64: Print physical address of page table base in show_pte()
Will Deacon
1
-2
/
+3
2019-06-15
arm64: dts: qcom: qcs404: Fix regulator supply names
Bjorn Andersson
1
-14
/
+14
2019-06-15
arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
Andrey Smirnov
1
-1
/
+1
2019-06-15
arm64: defconfig: Update UFSHCD for Hi3660 soc
Valentin Schneider
1
-3
/
+3
2019-06-09
arm64: Fix the arm64_personality() syscall wrapper redirection
Catalin Marinas
1
-1
/
+1
2019-06-09
signal/arm64: Use force_sig not force_sig_fault for SIGKILL
Eric W. Biederman
1
-1
/
+4
2019-05-31
arm64: cpu_ops: fix a leaked reference by adding missing of_node_put
Wen Yang
1
-0
/
+1
2019-05-31
arm64: vdso: Fix clock_getres() for CLOCK_REALTIME
Vincenzo Frascino
4
-5
/
+8
2019-05-31
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
Will Deacon
1
-1
/
+1
2019-05-31
arm64: Fix compiler warning from pte_unmap() with -Wunused-but-set-variable
Qian Cai
1
-1
/
+2
2019-05-31
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
5
-3
/
+110
2019-05-31
arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
Christoph Hellwig
1
-0
/
+10
2019-05-31
arm64: Kconfig: Make ARM64_PSEUDO_NMI depend on BROKEN for now
Will Deacon
1
-0
/
+1
2019-05-31
arm64/kernel: kaslr: reduce module randomization range to 2 GB
Ard Biesheuvel
2
-4
/
+4
2019-05-22
bpf, arm64: remove prefetch insn in xadd mapping
Daniel Borkmann
2
-7
/
+0
2019-05-22
crypto: arm64/aes-neonbs - don't access already-freed walk.iv
Eric Biggers
1
-0
/
+2
2019-05-22
crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
Eric Biggers
1
-4
/
+6
2019-05-22
arm64: Save and restore OSDLR_EL1 across suspend/resume
Jean-Philippe Brucker
1
-16
/
+18
2019-05-22
arm64: Clear OSDLR_EL1 on CPU boot
Jean-Philippe Brucker
1
-0
/
+1
2019-05-22
arm64: compat: Reduce address limit
Vincenzo Frascino
1
-0
/
+8
2019-05-22
arm64: arch_timer: Ensure counter register reads occur with seqlock held
Will Deacon
2
-6
/
+42
2019-05-22
arm64: mmap: Ensure file offset is treated as unsigned
Boyang Zhou
1
-1
/
+1
2019-05-22
arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.
Christoph Muellner
1
-0
/
+1
2019-05-22
arm64: dts: rockchip: fix IO domain voltage setting of APIO5 on rockpro64
Katsuhiro Suzuki
1
-1
/
+1
2019-05-11
arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
Will Deacon
1
-21
/
+34
2019-04-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-3
/
+8
2019-04-23
Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2
-1
/
+9
2019-04-23
arm64/module: ftrace: deal with place relative nature of PLTs
Ard Biesheuvel
1
-2
/
+7
2019-04-23
arm64: mm: Ensure tail of unaligned initrd is reserved
Bjorn Andersson
1
-1
/
+1
2019-04-18
arm64: futex: Restore oldval initialization to work around buggy compilers
Nathan Chancellor
1
-1
/
+1
2019-04-15
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
2
-1
/
+9
2019-04-12
arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result value
Will Deacon
1
-8
/
+8
2019-04-08
arm64: backtrace: Don't bother trying to unwind the userspace stack
Will Deacon
1
-6
/
+9
2019-04-08
arm64/ftrace: fix inadvertent BUG() in trampoline check
Ard Biesheuvel
2
-2
/
+6
2019-04-08
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
5
-33
/
+36
2019-04-08
Merge tag 'v5.1-rockchip-dtfixes-1' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
4
-33
/
+33
[next]