summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas2015-02-271-3/+2Star
* arm64: Fix text patching logic when using fixmapMarc Zyngier2015-02-261-1/+3
* arm64: psci: move psci firmware calls out of lineWill Deacon2015-02-263-36/+34Star
* arm64: vdso: minor ABI fix for clock_getresNathan Lynch2015-02-261-2/+1Star
* arm64: ftrace: fix ftrace_modify_graph_caller for branch replacePratyush Anand2015-02-231-1/+1
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-141-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-131-0/+1
|\
| * Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-0/+1
| |\
| | * arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2015-01-201-0/+1
* | | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-132-3/+3
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-02-1220-425/+660
|\ \ \
| * | | arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi2015-01-276-26/+23Star
| * | | arm64: make sys_call_table constMark Rutland2015-01-271-1/+1
| * | | arm64: Remove asm/syscalls.hCatalin Marinas2015-01-271-2/+1Star
| * | | arm64: Implement the compat_sys_call_table in CCatalin Marinas2015-01-274-24/+65
| * | | smp, ARM64: Kill SMP single function call interruptJiang Liu2015-01-231-9/+1Star
| * | | arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose2015-01-232-1/+84
| * | | arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose2015-01-231-48/+77
| * | | arm64: Track system support for mixed endian EL0Suzuki K. Poulose2015-01-231-0/+22
| * | | arm64: implement generic IOMMU configurationRobin Murphy2015-01-231-0/+2
| * | | arm64/efi: move virtmap init to early initcallArd Biesheuvel2015-01-222-59/+53Star
| * | | arm64: add better page protections to arm64Laura Abbott2015-01-221-2/+15
| * | | arm64: use fixmap for text patchingLaura Abbott2015-01-221-1/+46
| * | | arm64: respect mem= for EFIMark Rutland2015-01-161-19/+0Star
| * | | arm64/efi: handle potential failure to remap memory mapArd Biesheuvel2015-01-161-4/+6
| * | | Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/...Catalin Marinas2015-01-153-35/+81
| |\| |
| | * | arm64: decode ESR_ELx.EC when reporting exceptionsMark Rutland2015-01-151-2/+48
| | * | arm64: move to ESR_ELx macrosMark Rutland2015-01-152-33/+33
| | |/
| * | arm64: kernel: add support for cpu cache informationSudeep Holla2015-01-153-13/+129
| * | arm64/efi: remove idmap manipulations from UEFI codeArd Biesheuvel2015-01-122-32/+1Star
| * | arm64/efi: remove free_boot_services() and friendsArd Biesheuvel2015-01-121-122/+1Star
| * | arm64/efi: move SetVirtualAddressMap() to UEFI stubArd Biesheuvel2015-01-122-103/+128
* | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-22/+0Star
|\ \ \
| * | | PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi2014-12-281-22/+0Star
* | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-01-291-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64/efi: efistub: Apply __init annotationArd Biesheuvel2015-01-151-7/+7
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-111-0/+8
|\ \ \ \
| * | | | perf: Move task_pt_regs sampling into arch codeAndy Lutomirski2015-01-091-0/+8
| | |_|/ | |/| |
* | | | arm64/efi: add missing call to early_ioremap_reset()Ard Biesheuvel2015-01-082-1/+2
* | | | arm64: fix missing asm/io.h include in kernel/smp_spin_table.cPaul Walmsley2015-01-071-0/+1
* | | | arm64: fix missing asm/alternative.h include in kernel/module.cPaul Walmsley2015-01-071-0/+1
* | | | arm64: sanity checks: add missing AArch32 registersMark Rutland2015-01-071-0/+10
|/ / /
* | / arm64: kernel: fix __cpu_suspend mm switch on warm-bootLorenzo Pieralisi2014-12-231-1/+13
| |/ |/|
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-12-161-0/+2
|\ \
| * | arm64: psci: Fix build breakage without PM_SLEEPKrzysztof Kozlowski2014-12-111-0/+2
* | | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-12-121-2/+2
|\ \ \
| * \ \ Merge branch 'master' into for-3.19Tejun Heo2014-11-223-9/+25
| |\ \ \
| * | | | percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-291-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-12-0927-404/+1539
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | arm64: add module support for alternatives fixupsAndre Przywara2014-12-043-5/+44