aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-3/+142
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+27
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds15-47/+163
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-3/+0
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+6
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-4/+0
2015-04-14arm64: standardize mmap_rnd() usageKees Cook1-1/+0
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov7-23/+23
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-33/+9
2015-04-12arm64: Remove signal translation and exec_domainRichard Weinberger1-3/+0
2015-04-10Merge back earlier cpuidle material for v4.1.Rafael J. Wysocki1-3/+6
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard1-4/+4
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini5-33/+9
2015-04-01arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon1-1/+2
2015-03-31arm64: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara1-22/+0
2015-03-30arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier1-0/+15
2015-03-30arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier1-0/+1
2015-03-27arm-cci: Get rid of secure transactions for PMU driverSuzuki K. Poulose1-0/+27
2015-03-26ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi1-3/+0
2015-03-26ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo1-0/+3
2015-03-26irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2-0/+15
2015-03-26ACPI / processor: Make it possible to get CPU hardware ID via GICCHanjun Guo1-0/+12
2015-03-25ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo3-2/+6
2015-03-25ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2-1/+17
2015-03-25ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone1-0/+7
2015-03-25ARM64 / ACPI: Introduce PCI stub functions for ACPIHanjun Guo1-0/+6
2015-03-25ACPI: fix acpi_os_ioremap for arm64Mark Salter1-0/+13
2015-03-25ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2-0/+63
2015-03-25ARM64: allow late use of early_ioremapMark Salter1-0/+3
2015-03-24arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper2-19/+57
2015-03-24arm64: pmu: add support for interrupt-affinity propertyWill Deacon1-0/+1
2015-03-24ARM64: cpuidle: Rename cpu_init_idle to a common function nameDaniel Lezcano1-2/+2
2015-03-24ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano1-1/+4
2015-03-23arm64: Use the reserved TTBR0 if context switching to the init_mmCatalin Marinas1-0/+9
2015-03-23arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel1-0/+33
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel3-3/+53
2015-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+5
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon1-1/+5
2015-03-19arm64: proc: remove unused cpu_get_pgd macroWill Deacon1-9/+0
2015-03-19arm64: add macros for common adrp usagesArd Biesheuvel1-0/+48
2015-03-19arm64: Get rid of struct cpu_tableMarc Zyngier1-30/+0
2015-03-19arm64: fixmap: make FIX_TEXT_POKE0 permanentMark Rutland1-1/+1
2015-03-19arm64: fix implementation of mmap2 compat syscallAndreas Schwab1-1/+1
2015-03-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-44/+9
2015-03-17arm64: apply alternatives for !SMP kernelsMark Rutland1-0/+2
2015-03-17arm64: Implement cpu_relax as yieldPeter Crosthwaite1-1/+5
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsCatalin Marinas2-0/+16
2015-03-12arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier3-11/+4