aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King2-4/+9
2014-10-02ARM: 8167/1: extend the reserved memory for initrd to be page alignedYalin Wang1-1/+7
2014-10-02ARM: 8168/1: extend __init_end to a page align addressYalin Wang1-1/+1
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen2-2/+2
2014-10-02arm64, defconfig: Enable Cavium Thunder SoC in defconfigRobert Richter1-0/+1
2014-10-02arm64, thunder: Add Kconfig option for Cavium Thunder SoC FamilyRadha Mohan Chintakuntla2-2/+6
2014-10-02arm64, thunder: Add initial dts for Cavium Thunder SoCRadha Mohan Chintakuntla3-0/+470
2014-10-02kbuild: arm: Do not define "comma" twiceMasahiro Yamada1-2/+0
2014-10-02arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul1-1/+1
2014-09-30arm64: Add architectural support for PCILiviu Dudau7-2/+134
2014-09-29clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableNathan Lynch1-14/+0
2014-09-29clocksource: arm_arch_timer: Enable counter access for 32-bit ARMNathan Lynch1-17/+0
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini7-21/+25
2014-09-26arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall1-0/+5
2014-09-26arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2-4/+14
2014-09-26arm/arm64: unexport restart handlersGuenter Roeck1-1/+0
2014-09-26arm64: support restart through restart handler call chainGuenter Roeck1-0/+2
2014-09-25arm64: Fix typos in KGDB macrosCatalin Marinas3-14/+14
2014-09-25arm64: insn: Add return statements after BUG_ON()Mark Brown2-0/+33
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-1/+2
2014-09-23audit: arm64: Remove the audit arch argument to audit_syscall_entryEric Paris1-2/+2
2014-09-23arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
2014-09-23arm64: debug: don't re-enable debug exceptions on return from el1_dbgWill Deacon1-1/+0
2014-09-22Revert "arm64: dmi: Add SMBIOS/DMI support"Catalin Marinas3-50/+0
2014-09-22arm64: use generic dma-contiguous.hZubair Lutfullah Kakakhel2-28/+1
2014-09-22arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2-31/+7
2014-09-22arm64: dmi: Add SMBIOS/DMI supportYi Li3-0/+50
2014-09-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2014-09-19arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas1-4/+6
2014-09-18arm/arm64: KVM: vgic: make number of irqs a configurable attributeMarc Zyngier1-0/+1
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall1-4/+8
2014-09-17arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni1-1/+1
2014-09-15setup: Move unmask of async interrupts after possible earlycon setupJon Masters1-5/+6
2014-09-15arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois1-1/+1
2014-09-13arm64: Tell irq work about self IPI supportFrederic Weisbecker4-2/+14
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-1/+2
2014-09-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-8/+28
2014-09-12arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott1-1/+2
2014-09-12net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann1-1/+3
2014-09-12Merge arm64 CPU suspend branchCatalin Marinas8-32/+216
2014-09-12arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi1-0/+104
2014-09-12arm64: kernel: introduce cpu_init_idle CPU operationLorenzo Pieralisi4-0/+48
2014-09-12arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi3-32/+64
2014-09-11arm64: flush TLS registers during execWill Deacon2-0/+24
2014-09-11ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel1-13/+0
2014-09-09efi/arm64: Fix fdt-related memory reservationMark Salter1-2/+1
2014-09-08arm64: defconfig: increase NR_CPUS default to 64Robert Richter1-3/+3
2014-09-08arm64: eBPF JIT compilerZi Shen Lim5-0/+852