aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon1-1/+5
2015-03-14arm64: put __boot_cpu_mode label after alignment instead of beforeArd Biesheuvel1-1/+1
2015-03-14efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel2-0/+17
2015-02-27arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas1-3/+2
2015-02-26arm64: Fix text patching logic when using fixmapMarc Zyngier1-1/+3
2015-02-26arm64: psci: move psci firmware calls out of lineWill Deacon3-36/+34
2015-02-26arm64: vdso: minor ABI fix for clock_getresNathan Lynch1-2/+1
2015-02-23arm64: ftrace: fix ftrace_modify_graph_caller for branch replacePratyush Anand1-1/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-2/+2
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-3/+3
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds20-425/+660
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-22/+0
2015-01-29Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efiIngo Molnar1-7/+7
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi6-26/+23
2015-01-27arm64: make sys_call_table constMark Rutland1-1/+1
2015-01-27arm64: Remove asm/syscalls.hCatalin Marinas1-2/+1
2015-01-27arm64: Implement the compat_sys_call_table in CCatalin Marinas4-24/+65
2015-01-23smp, ARM64: Kill SMP single function call interruptJiang Liu1-9/+1
2015-01-23arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose2-1/+84
2015-01-23arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose1-48/+77
2015-01-23arm64: Track system support for mixed endian EL0Suzuki K. Poulose1-0/+22
2015-01-23arm64: implement generic IOMMU configurationRobin Murphy1-0/+2
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-0/+1
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel2-59/+53
2015-01-22arm64: add better page protections to arm64Laura Abbott1-2/+15
2015-01-22arm64: use fixmap for text patchingLaura Abbott1-1/+46
2015-01-20arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara1-0/+1
2015-01-16arm64: respect mem= for EFIMark Rutland1-19/+0
2015-01-16arm64/efi: handle potential failure to remap memory mapArd Biesheuvel1-4/+6
2015-01-15arm64/efi: efistub: Apply __init annotationArd Biesheuvel1-7/+7
2015-01-15Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linuxCatalin Marinas3-35/+81
2015-01-15arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland1-2/+48
2015-01-15arm64: move to ESR_ELx macrosMark Rutland2-33/+33
2015-01-15arm64: kernel: add support for cpu cache informationSudeep Holla3-13/+129
2015-01-12arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2-32/+1
2015-01-12arm64/efi: remove free_boot_services() and friendsArd Biesheuvel1-122/+1
2015-01-12arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2-103/+128
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2015-01-09perf: Move task_pt_regs sampling into arch codeAndy Lutomirski1-0/+8
2015-01-08arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2-1/+2
2015-01-07arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley1-0/+1
2015-01-07arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley1-0/+1
2015-01-07arm64: sanity checks: add missing AArch32 registersMark Rutland1-0/+10
2014-12-27PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-22/+0
2014-12-23arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi1-1/+13
2014-12-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2014-12-11arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski1-0/+2
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds27-404/+1539