index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Lines
2019-06-21
arm64: Fix incorrect irqflag restore for priority masking
Julien Thierry
-73
/
+83
2019-06-21
arm64: irqflags: Add condition flags to inline asm clobber list
Julien Thierry
-2
/
+2
2019-06-21
arm64: irqflags: Pass flags as readonly operand to restore instruction
Julien Thierry
-1
/
+1
2019-06-21
arch: handle arches who do not yet define clone3
Christian Brauner
-0
/
+1
2019-06-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-7
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-52
/
+13
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
-1116
/
+93
2019-06-18
arm64/mm: don't initialize pgd_cache twice
Mike Rapoport
-2
/
+1
2019-06-18
arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>
Anisse Astier
-5
/
+3
2019-06-17
arm64/mm: Correct the cache line size warning with non coherent device
Masayoshi Mizuma
-0
/
+7
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
-19
/
+40
2019-06-14
docs: arm64: convert docs to ReST and rename to .rst
Mauro Carvalho Chehab
-3
/
+3
2019-06-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-0
/
+28
2019-06-13
arm64/sve: Fix missing SVE/FPSIMD endianness conversions
Dave Martin
-0
/
+25
2019-06-12
arm64: tlbflush: Ensure start/end of address range are aligned to stride
Will Deacon
-0
/
+3
2019-06-10
arm64: mm: avoid redundant READ_ONCE(*ptep)
Mark Rutland
-17
/
+30
2019-06-09
arch: wire-up clone3() syscall
Christian Brauner
-1
/
+3
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-9
/
+1
2019-06-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-10
/
+11
2019-06-06
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
George G. Davis
-1
/
+1
2019-06-05
arm64: ptrace: add support for syscall emulation
Sudeep Holla
-1
/
+4
2019-06-05
arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headers
Sudeep Holla
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
-9
/
+1
2019-06-05
arm64: arch_timer: mark functions as __always_inline
Anders Roxell
-4
/
+4
2019-06-05
arm64: smp: Moved cpu_logical_map[] to smp.h
Florian Fainelli
-5
/
+6
2019-06-04
arm64/mm: Simplify protection flag creation for kernel huge mappings
Anshuman Khandual
-2
/
+7
2019-06-04
arm64: cacheinfo: Update cache_line_size detected from DT or PPTT
Shaokun Zhang
-5
/
+1
2019-06-04
arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
Julien Grall
-5
/
+5
2019-06-04
arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it
Julien Grall
-3
/
+1
2019-06-04
arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()
Julien Grall
-1
/
+0
2019-06-03
arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions
Anshuman Khandual
-1
/
+1
2019-06-03
locking/atomic, arm64: Use s64 for atomic64
Mark Rutland
-27
/
+27
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
-27
/
+4
2019-05-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-10
/
+10
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
-27
/
+3
2019-05-29
arm64: use the correct function type in SYSCALL_DEFINE0
Sami Tolvanen
-9
/
+9
2019-05-29
arm64: fix syscall_fn_t type
Sami Tolvanen
-1
/
+1
2019-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-3
/
+0
2019-05-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-8
/
+15
2019-05-24
arm64: insn: Add BUILD_BUG_ON() for invalid masks
Jean-Philippe Brucker
-5
/
+11
2019-05-24
arm64: insn: Fix ldadd instruction encoding
Jean-Philippe Brucker
-1
/
+1
2019-05-24
KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
James Morse
-3
/
+0
2019-05-23
arm64: Handle erratum 1418040 as a superset of erratum 1188873
Marc Zyngier
-1
/
+1
2019-05-23
arm64: errata: Add workaround for Cortex-A76 erratum #1463225
Will Deacon
-1
/
+2
2019-05-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-6
/
+5
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-11
/
+296
2019-05-17
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-1
/
+13
2019-05-16
Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+0
2019-05-16
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
-1
/
+13
[prev]
[next]