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
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-24
arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist
Sai Prakash Ranjan
1
-0
/
+2
2020-06-24
arm64: Don't insert a BTI instruction at inner labels
Jean-Philippe Brucker
1
-6
/
+0
2020-06-24
arm64: vdso: Don't use gcc plugins for building vgettimeofday.c
Alexander Popov
1
-1
/
+1
2020-06-24
arm64: vdso: Only pass --no-eh-frame-hdr when linker supports it
Will Deacon
1
-2
/
+3
2020-06-23
arm64: Depend on newer binutils when building PAC
Mark Brown
1
-2
/
+2
2020-06-23
arm64: compat: Remove 32-bit sigreturn code from the vDSO
Will Deacon
3
-71
/
+0
2020-06-23
arm64: compat: Always use sigpage for sigreturn trampoline
Will Deacon
1
-25
/
+0
2020-06-23
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
Will Deacon
4
-36
/
+32
2020-06-23
arm64: vdso: Disable dwarf unwinding through the sigreturn trampoline
Will Deacon
2
-21
/
+35
2020-06-23
KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell
Marc Zyngier
1
-0
/
+8
2020-06-22
KVM: arm64: pvtime: Ensure task delay accounting is enabled
Andrew Jones
1
-3
/
+12
2020-06-22
KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE
Steven Price
1
-3
/
+7
2020-06-22
KVM: arm64: Annotate hyp NMI-related functions as __always_inline
Alexandru Elisei
2
-2
/
+2
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-06-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
10
-57
/
+63
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-18
arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2
Adam Ford
1
-2
/
+2
2020-06-18
arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints
Will Deacon
1
-18
/
+26
2020-06-18
arm64: kexec_file: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-18
arm64: mm: reserve hugetlb CMA after numa_init
Barry Song
1
-5
/
+10
2020-06-18
arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range
Robin Gong
1
-2
/
+2
2020-06-18
arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range
Robin Gong
1
-2
/
+2
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-17
arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support
Will Deacon
1
-0
/
+2
2020-06-17
kconfig: unify cc-option and as-option
Masahiro Yamada
1
-1
/
+1
2020-06-16
arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n
Will Deacon
1
-3
/
+3
2020-06-16
arm64: pgtable: Clear the GP bit for non-executable kernel pages
Will Deacon
1
-1
/
+1
2020-06-15
arm64: mm: reset address tag set by kasan sw tagging
Shyam Thombre
1
-0
/
+1
2020-06-15
arm64: traps: Dump registers prior to panic() in bad_mode()
Will Deacon
1
-0
/
+1
2020-06-15
arm64/sve: Eliminate data races on sve_default_vl
Dave Martin
1
-7
/
+18
2020-06-15
arm64: remove TEXT_OFFSET randomization
Ard Biesheuvel
2
-21
/
+0
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2
-5
/
+5
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-5
/
+5
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-102
/
+171
2020-06-11
Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2020-06-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
6
-5
/
+28
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
13
-97
/
+171
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
1
-3
/
+3
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+20
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+0
2020-06-10
Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next
Marc Zyngier
11
-85
/
+111
2020-06-10
KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h
Marc Zyngier
2
-20
/
+20
2020-06-10
KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
Marc Zyngier
1
-0
/
+28
2020-06-10
KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
Marc Zyngier
1
-2
/
+4
2020-06-10
arm64: acpi: fix UBSAN warning
Nick Desaulniers
1
-2
/
+3
2020-06-10
arm64: vdso32: add CONFIG_THUMB2_COMPAT_VDSO
Nick Desaulniers
2
-0
/
+16
2020-06-09
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
1
-7
/
+7
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
3
-10
/
+10
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
4
-29
/
+21
[prev]
[next]