summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-09-12arm64: alternative: add auto-nop infrastructureMark Rutland1-17/+53
2016-09-09arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon3-56/+39
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon2-0/+12
2016-09-09arm64: sysreg: replace open-coded mrs_s/msr_s with {read,write}_sysreg_sWill Deacon2-5/+16
2016-09-09ARM64: dts: bcm: Use a symlink to R-Pi dtsi files from arch=armIan Campbell5-3/+6
2016-09-09arm64: Remove shadowed asm-generic headersRobin Murphy1-4/+0
2016-09-09arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose7-3/+71
2016-09-09arm64: Refactor sysinstr exception handlingSuzuki K Poulose2-35/+114
2016-09-09arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose3-6/+22
2016-09-09arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose1-0/+15
2016-09-09arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose2-1/+23
2016-09-09arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose1-0/+6
2016-09-09arm64: Rearrange CPU errata workaround checksSuzuki K Poulose4-15/+29
2016-09-09arm64: Use consistent naming for errata handlingSuzuki K Poulose4-6/+6
2016-09-09arm64: Set the safe value for L1 icache policySuzuki K Poulose2-3/+4
2016-09-09arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei2-6/+11
2016-09-09arm64/numa: remove some useless codeZhen Lei1-4/+0
2016-09-09arm64/numa: support HAVE_SETUP_PER_CPU_AREAZhen Lei2-0/+60
2016-09-09arm64: numa: Use pr_fmt()Kefeng Wang1-19/+18
2016-09-09arm64/numa: avoid inconsistent information to be printedZhen Lei2-4/+6
2016-09-09arm64: perf: move to common attr_group fieldsMark Rutland1-12/+24
2016-09-09arm64: use preempt_disable_notrace in _percpu_read/writeChunyan Zhang1-4/+4
2016-09-09arm64: spinlocks: implement smp_mb__before_spinlock() as smp_mb()Will Deacon1-0/+10
2016-09-09arm64: simplify contextidr_thread_switchMark Rutland1-6/+3
2016-09-09arm64: simplify sysreg manipulationMark Rutland9-52/+44
2016-09-09arm64/kvm: use {read,write}_sysreg()Mark Rutland3-28/+15
2016-09-09arm64: dcc: simplify accessorsMark Rutland1-10/+4
2016-09-09arm64: arch_timer: simplify accessorsMark Rutland1-27/+14
2016-09-09arm64: sysreg: allow write_sysreg to use XZRMark Rutland1-2/+6
2016-09-08Merge tag 'kvm-s390-next-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-4/+14
2016-09-08arm64: KVM: Inject a vSerror if detecting a bad GICV access at EL2Marc Zyngier2-4/+16
2016-09-08arm64: KVM: Handle async aborts delivered while at EL2Marc Zyngier3-3/+61
2016-09-08arm64: KVM: Inject a Virtual SError if it was pendingMarc Zyngier1-0/+20
2016-09-08arm64: KVM: Allow an exit code to be tagged with an SErrorMarc Zyngier1-0/+4
2016-09-08arm64: KVM: Route asynchronous abortsMarc Zyngier1-3/+8
2016-09-08arm64: KVM: Add EL1 async abort handlerMarc Zyngier1-0/+3
2016-09-08arm64: KVM: Add exception code to report EL1 asynchronous abortsMarc Zyngier1-2/+3
2016-09-08arm64: KVM: Add Virtual Abort injection helperMarc Zyngier2-0/+13
2016-09-08arm64: KVM: Preserve pending vSError in world switchMarc Zyngier1-0/+9
2016-09-08arm64: KVM: Rename HCR_VA to HCR_VSEMarc Zyngier1-2/+2
2016-09-08arm64: KVM: vgic-v2: Add the GICV emulation infrastructureMarc Zyngier2-0/+33
2016-09-08arm64: KVM: Move the AArch32 conditional execution to common codeMarc Zyngier2-149/+2
2016-09-08arm64: KVM: Move kvm_vcpu_get_condition out of emulate.cMarc Zyngier2-11/+10
2016-09-08arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin1-0/+2
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall4-19/+6
2016-09-08arm64/kvm: remove unused stub functionsMark Rutland1-6/+0
2016-09-08arm64: KVM: Optimize __guest_enter/exit() to save a few instructionsShanker Donthineni2-75/+63
2016-09-08arm64/io: Allow I/O writes to use {W,X}ZRRobin Murphy1-4/+4
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-6/+6
2016-09-07arm64: Use static keys for CPU featuresCatalin Marinas3-3/+19