index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-25
KVM: arm64: Save host SVE context as appropriate
Dave Martin
1
-0
/
+13
2018-05-25
arm64/sve: Move sve_pffr() to fpsimd.h and make inline
Dave Martin
2
-1
/
+24
2018-05-25
arm64/sve: Move read_zcr_features() out of cpufeature.h
Dave Martin
3
-29
/
+3
2018-05-25
KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
Dave Martin
2
-0
/
+27
2018-05-25
KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
Dave Martin
2
-5
/
+5
2018-05-25
arm64: fpsimd: Eliminate task->mm checks
Dave Martin
1
-1
/
+3
2018-05-25
arm64: fpsimd: Avoid FPSIMD context leakage for the init task
Dave Martin
1
-6
/
+7
2018-05-25
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-0
/
+16
2018-05-21
arm64: lse: Add early clobbers to some input/output asm operands
Will Deacon
1
-12
/
+12
2018-05-20
arm64: KVM: Use lm_alias() for kvm_ksym_ref()
Mark Rutland
1
-2
/
+5
2018-05-19
Merge branch 'linus' into timers/2038
Thomas Gleixner
7
-4
/
+35
2018-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+16
2018-05-17
arm64/sve: Write ZCR_EL1 on context switch only if changed
Dave Martin
1
-5
/
+7
2018-05-17
arm64: topology: divorce MC scheduling domain from core_siblings
Jeremy Linton
1
-0
/
+2
2018-05-17
arm64: topology: rename cluster_id
Jeremy Linton
1
-2
/
+2
2018-05-17
arm64/acpi: Create arch specific cpu to acpi id helper
Jeremy Linton
1
-0
/
+4
2018-05-16
arm64: cmpwait: Clear event register before arming exclusive monitor
Will Deacon
1
-1
/
+3
2018-05-15
arm64: Remove duplicate include
Vincenzo Frascino
1
-1
/
+0
2018-05-15
arm64: Increase ARCH_DMA_MINALIGN to 128
Catalin Marinas
1
-2
/
+2
2018-05-15
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
Andre Przywara
1
-0
/
+16
2018-05-15
locking/spinlocks/arm64: Remove smp_mb() from arch_spin_is_locked()
Andrea Parri
1
-5
/
+0
2018-05-11
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+6
2018-05-11
Revert "arm64: Increase the max granular size"
Catalin Marinas
1
-1
/
+1
2018-05-09
arm64: Add MIDR encoding for NVIDIA CPUs
David Gilhooley
1
-0
/
+6
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-5
/
+0
2018-05-05
Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
Radim Krčmář
1
-1
/
+1
2018-05-04
KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
James Morse
1
-1
/
+1
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
4
-3
/
+12
2018-04-27
rMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+9
2018-04-24
arm64/kernel: rename module_emit_adrp_veneer->module_emit_veneer_for_adrp
Kim Phillips
1
-1
/
+1
2018-04-24
arm64: mm: drop addr parameter from sync icache and dcache
Shaokun Zhang
1
-2
/
+2
2018-04-20
arm/arm64: KVM: Add PSCI version selection API
Marc Zyngier
2
-0
/
+9
2018-04-20
y2038: arm64: Extend sysvipc compat data structures
Arnd Bergmann
1
-16
/
+16
2018-04-19
compat: Move compat_timespec/ timeval to compat_time.h
Deepa Dinamani
2
-11
/
+1
2018-04-13
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
3
-9
/
+142
2018-04-11
arm64: assembler: add macros to conditionally yield the NEON under PREEMPT
Ard Biesheuvel
1
-0
/
+73
2018-04-11
arm64: assembler: add utility macros to push/pop stack frames
Ard Biesheuvel
1
-0
/
+63
2018-04-11
arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
Shanker Donthineni
2
-9
/
+6
2018-04-11
arm64: turn flush_dcache_mmap_lock into a no-op
Matthew Wilcox
1
-4
/
+2
2018-04-11
linux/const.h: move UL() macro to include/linux/const.h
Masahiro Yamada
1
-6
/
+0
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-99
/
+324
2018-04-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
21
-171
/
+413
2018-04-04
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+0
2018-03-28
arm64: uaccess: Fix omissions from usercopy whitelist
Dave Martin
1
-13
/
+25
2018-03-28
arm64: fpsimd: Split cpu field out from struct fpsimd_state
Dave Martin
2
-29
/
+4
2018-03-28
arm64: tlbflush: avoid writing RES0 bits
Philip Elcan
1
-8
/
+17
2018-03-28
Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"
Marc Zyngier
2
-1
/
+3
2018-03-27
arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.h
Will Deacon
1
-0
/
+1
2018-03-27
arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h
Will Deacon
2
-26
/
+29
2018-03-27
arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG
Will Deacon
1
-1
/
+1
[prev]
[next]