summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2015-06-05Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas
2015-06-05arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier
2015-06-05arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier
2015-06-05arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier
2015-06-03arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier
2015-06-02arm64: drop sleep_idmap_phys and clean up cpu_resume()Ard Biesheuvel
2015-06-02arm64: reduce ID map to a single pageArd Biesheuvel
2015-06-02arm64: use fixmap region for permanent FDT mappingArd Biesheuvel
2015-06-01arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon
2015-05-27arm64: psci: remove ACPI couplingMark Rutland
2015-05-27arm64: psci: kill psci_power_stateMark Rutland
2015-05-27arm64: psci: account for Trusted OS instancesMark Rutland
2015-05-27arm64: psci: support unsigned return valuesMark Rutland
2015-05-27arm64: psci: remove unnecessary id indirectionMark Rutland
2015-05-27arm64: smp: consistently use error codesMark Rutland
2015-05-21arm64: Use common outgoing-CPU-notification codePaul E. McKenney
2015-05-19Merge branch 'for-next/cpu-init' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas
2015-05-19ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi
2015-05-19ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi
2015-05-19arm64: kill flush_cache_all()Mark Rutland
2015-05-19arm64: Mark PMU interrupt IRQF_NO_THREADAnders Roxell
2015-05-12arm64: perf: fix memory leak when probing PMU PPIsWill Deacon
2015-05-05Revert "arm64: alternative: Allow immediate branch as alternative instruction"Will Deacon
2015-04-30arm64: perf: Fix the pmu node name in warning messageSuzuki K. Poulose
2015-04-30arm64: perf: don't warn about missing interrupt-affinity property for PPIsWill Deacon
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-13arm64: Removed unused variableRichard Weinberger
2015-04-12arm64: Remove signal translation and exec_domainRichard Weinberger
2015-04-01arm64: fix midr range for Cortex-A57 erratum 832075Bo Yan
2015-04-01arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon
2015-03-31ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void functionHanjun Guo
2015-03-31ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface()Hanjun Guo
2015-03-30arm64: Extract feature parsing code from cpu_errata.cMarc Zyngier
2015-03-30arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier
2015-03-30arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier
2015-03-27Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar
2015-03-27Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra
2015-03-26ARM64 / ACPI: fix usage of acpi_map_gic_cpu_interfaceWill Deacon
2015-03-26ARM64: kernel: acpi: honour acpi=force command line parameterLorenzo Pieralisi
2015-03-26ARM64: kernel: acpi: refactor ACPI tables init and checksLorenzo Pieralisi
2015-03-26ARM64: kernel: psci: let ACPI probe PSCI versionLorenzo Pieralisi
2015-03-26ARM64: kernel: psci: factor out probe functionLorenzo Pieralisi
2015-03-26ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi
2015-03-26ARM64 / ACPI: Don't unflatten device tree if acpi=force is passedHanjun Guo