summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-12-08arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse3-1/+16
2016-12-08arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() callJames Morse1-0/+9
2016-12-08arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse5-8/+19
2016-12-08arm64: dts: juno: fix cluster sleep state entry latency on all SoC versionsSudeep Holla3-3/+3
2016-11-26KVM: arm64: Fix the issues when guest PMCCFILTR is configuredWei Huang2-10/+10
2016-11-26arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang1-2/+8
2016-11-10arm64: dts: marvell: fix clocksource for CP110 master SPI0Marcin Wojtas1-1/+1
2016-10-28arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon1-5/+6
2016-10-28arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2-12/+23
2016-10-28arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier1-1/+2
2016-10-28arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon1-64/+56
2016-10-28arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel1-0/+5
2016-10-28arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon1-14/+22
2016-10-28arm64: KVM: VHE: reset PSTATE.PAN on entry to EL2Vladimir Murzin1-0/+2
2016-10-16arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2-6/+9
2016-10-07arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon1-2/+4
2016-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-22/+30
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro2-14/+24
2016-09-23arm64: Call numa_store_cpu_info() earlier.David Daney1-8/+6
2016-09-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2016-09-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-47/+50
2016-09-14Merge branch 'dt/irq-fix' into fixesArnd Bergmann11-44/+44
2016-09-14arm64: dts: Fix broken architected timer interrupt triggerMarc Zyngier11-44/+44
2016-09-13crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-09-09ARM64: dts: bcm: Use a symlink to R-Pi dtsi files from arch=armIan Campbell5-3/+6
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-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+9
2016-09-03Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2016-09-02arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1James Morse1-0/+9
2016-08-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-10/+2
2016-08-25arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland1-0/+3
2016-08-23arm64: dts: rockchip: add reset saradc node for rk3368 SoCsCaesar Wang1-0/+2
2016-08-18arm64: Fix shift warning in arch/arm64/mm/dump.cCatalin Marinas1-3/+3
2016-08-18Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2-10/+2
2016-08-17arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel1-1/+9
2016-08-17arm64: Fix NUMA build error when !CONFIG_ACPICatalin Marinas1-0/+2
2016-08-17arm64: KVM: report configured SRE value to 32-bit worldVladimir Murzin1-1/+1
2016-08-17arm64: KVM: remove misleading comment on pmu statusVladimir Murzin1-8/+0
2016-08-17arm64: Document workaround for Cortex-A72 erratum #853709Marc Zyngier1-1/+1
2016-08-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-74/+123
2016-08-12arm64: defconfig: enable CONFIG_LOCALVERSION_AUTOMasahiro Yamada1-1/+0
2016-08-12arm64: defconfig: add options for virtualization and containersRiku Voipio1-6/+46
2016-08-12arm64: hibernate: handle allocation failuresMark Rutland1-27/+32
2016-08-12arm64: hibernate: avoid potential TLB conflictMark Rutland1-6/+17
2016-08-12arm64: Handle el1 synchronous instruction aborts cleanlyLaura Abbott2-2/+19
2016-08-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+5
2016-08-11arm64: Remove stack duplicating code from jprobesDavid A. Long2-28/+5
2016-08-10arm64: Kconfig: select HISILICON_IRQ_MBIGEN only if PCI is selectedSudeep Holla1-1/+1
2016-08-10arm64: Kconfig: select ALPINE_MSI only if PCI is selectedSudeep Holla1-1/+1