summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-248-40/+475
|\
| * ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void functionHanjun Guo2015-03-311-14/+9Star
| * ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()Hanjun Guo2015-03-311-1/+2
| * ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interfaceWill Deacon2015-03-261-6/+5Star
| * ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi2015-03-262-5/+13
| * ARM64: kernel: acpi: refactor ACPI tables init and checksLorenzo Pieralisi2015-03-261-36/+59
| * ARM64: kernel: psci: let ACPI probe PSCI versionLorenzo Pieralisi2015-03-261-3/+1Star
| * ARM64: kernel: psci: factor out probe functionLorenzo Pieralisi2015-03-261-16/+34
| * ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-261-73/+0Star
| * ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo2015-03-262-2/+2
| * ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64Al Stone2015-03-261-1/+7
| * clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo2015-03-261-0/+7
| * irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki2015-03-261-0/+25
| * ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsiHanjun Guo2015-03-261-0/+73
| * ARM64 / ACPI: Parse MADT for SMP initializationHanjun Guo2015-03-254-6/+154
| * ARM64 / ACPI: Get PSCI flags in FADT for PSCI initGraeme Gregory2015-03-252-27/+59
| * ARM64 / ACPI: If we chose to boot from acpi then disable FDTGraeme Gregory2015-03-251-1/+2
| * ARM64 / ACPI: Introduce early_param "acpi=" to enable/disable ACPIAl Stone2015-03-251-5/+47
| * ARM64 / ACPI: Introduce PCI stub functions for ACPIHanjun Guo2015-03-251-0/+25
| * ARM64 / ACPI: Get RSDP and ACPI boot-time tablesAl Stone2015-03-253-0/+107
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\ \
| * | arm64: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-1616-293/+432
|\ \ \
| * | | arm64: fix midr range for Cortex-A57 erratum 832075Bo Yan2015-04-011-1/+2
| * | | arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon2015-04-012-0/+28
| * | | arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier2015-03-304-33/+53
| * | | arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-03-301-2/+53
| * | | arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier2015-03-301-16/+65
| * | | arm64: head.S: ensure idmap_t0sz is visibleMark Rutland2015-03-241-1/+4
| * | | arm64: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-241-4/+53
| * | | arm64: head.S: ensure visibility of page tablesMark Rutland2015-03-241-0/+1
| * | | arm64: mm: increase VA range of identity mapArd Biesheuvel2015-03-232-0/+38
| * | | Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/coreWill Deacon2015-03-231-6/+11
| |\ \ \
| | * | | ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel2015-03-191-6/+11
| | | |/ | | |/|
| * | | arm64: enforce x1|x2|x3 == 0 upon kernel entry as per boot protocolArd Biesheuvel2015-03-192-1/+29
| * | | arm64: remove __calc_phys_offsetArd Biesheuvel2015-03-191-36/+11Star
| * | | arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7Star
| * | | arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1Star
| * | | arm64: remove __switch_data object from head.SArd Biesheuvel2015-03-191-21/+8Star
| * | | arm64: remove processor_idArd Biesheuvel2015-03-192-9/+1Star
| * | | arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-195-123/+8Star
| * | | arm64: perf: reject groups spanning multiple HW PMUsSuzuki K. Poulose2015-03-191-6/+15
| * | | arm64: fix implementation of mmap2 compat syscallAndreas Schwab2015-03-192-0/+19
| * | | arm64: log CPU boot modesMark Rutland2015-03-171-0/+13
| * | | arm64: fix hyp mode mismatch detectionMark Rutland2015-03-171-1/+1
| * | | arm64: apply alternatives for !SMP kernelsMark Rutland2015-03-172-1/+13
| |/ /
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-8/+0Star
|\ \ \
| * | | arm64: Removed unused variableRichard Weinberger2015-04-131-1/+0Star
| * | | arm64: Remove signal translation and exec_domainRichard Weinberger2015-04-122-7/+0Star
* | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-151-1/+1
|\ \ \ \