summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: add missing data types in smp_load_acquire/smp_store_releaseAndre Przywara2015-04-271-0/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-1/+7
|\
| * KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara2015-04-221-1/+7
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-248-3/+142
|\ \
| * | ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi2015-03-261-3/+0
| * | ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo2015-03-261-0/+3
| * | irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-262-0/+15
| * | ACPI / processor: Make it possible to get CPU hardware ID via GICCHanjun Guo2015-03-261-0/+12
| * | ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-253-2/+6
| * | ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-252-1/+17
| * | ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone2015-03-251-0/+7
| * | ARM64 / ACPI: Introduce PCI stub functions for ACPIHanjun Guo2015-03-251-0/+6
| * | ACPI: fix acpi_os_ioremap for arm64Mark Salter2015-03-251-0/+13
| * | ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2015-03-252-0/+63
| * | ARM64: allow late use of early_ioremapMark Salter2015-03-251-0/+3
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-221-0/+27
|\ \ \
| * | | arm-cci: Get rid of secure transactions for PMU driverSuzuki K. Poulose2015-03-271-0/+27
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-1615-47/+163
|\ \ \
| * | | arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon2015-04-011-1/+2
| * | | arm64: Use bool function return values of true/false not 1/0Joe Perches2015-03-311-1/+1
| * | | arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier2015-03-301-0/+15
| * | | arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier2015-03-301-0/+1
| * | | arm64: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-241-0/+1
| * | | arm64: KVM: use ID map with increased VA range if requiredArd Biesheuvel2015-03-231-0/+33
| * | | arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-233-3/+53
| * | | arm64: proc: remove unused cpu_get_pgd macroWill Deacon2015-03-191-9/+0
| * | | arm64: add macros for common adrp usagesArd Biesheuvel2015-03-191-0/+48
| * | | arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-191-30/+0
| * | | arm64: fixmap: make FIX_TEXT_POKE0 permanentMark Rutland2015-03-191-1/+1
| * | | arm64: fix implementation of mmap2 compat syscallAndreas Schwab2015-03-191-1/+1
| * | | arm64: apply alternatives for !SMP kernelsMark Rutland2015-03-171-0/+2
| * | | arm64: Implement cpu_relax as yieldPeter Crosthwaite2015-03-171-1/+5
| |/ /
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-151-3/+0
|\ \ \
| * | | arm64: Remove signal translation and exec_domainRichard Weinberger2015-04-121-3/+0
* | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-3/+6
|\ \ \ \
| * \ \ \ Merge back earlier cpuidle material for v4.1.Rafael J. Wysocki2015-04-101-3/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM64: cpuidle: Rename cpu_init_idle to a common function nameDaniel Lezcano2015-03-241-2/+2
| | * | | ARM: cpuidle: Add a cpuidle ops structure to be used for DTDaniel Lezcano2015-03-241-1/+4
* | | | | mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook2015-04-141-4/+0
* | | | | arm64: standardize mmap_rnd() usageKees Cook2015-04-141-1/+0
* | | | | arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-147-23/+23
| |_|_|/ |/| | |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-131-4/+4
|\ \ \ \
| * | | | jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-091-4/+4
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-135-33/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-075-33/+9
| |\ \ \ \
| | * | | | KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara2015-03-301-22/+0
| | * | | | arm/arm64: KVM: Implement Stage-2 page agingMarc Zyngier2015-03-123-11/+4
| | * | | | KVM: arm/arm64: add irqfd supportEric Auger2015-03-121-0/+3
| | * | | | KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-121-0/+2
| | |/ / /
* | | | | arm64: percpu: Make this_cpu accessors pre-empt safeSteve Capper2015-03-242-19/+57
OpenPOWER on IntegriCloud