summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-07-035-11/+12
|\
| * arm64: Fix show_unhandled_signal_ratelimited usageSuzuki K. Poulose2015-07-031-1/+1
| * ARM64 / SMP: Switch pr_err() to pr_debug() for disabled GICC entryHanjun Guo2015-07-031-4/+4
| * arm64: cpuidle: add __init section marker to arm_cpuidle_initJisheng Zhang2015-07-021-1/+1
| * arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao2015-06-301-1/+2
| * arm64: perf: Don't use of_node after putting itStephen Boyd2015-06-301-1/+2
| * arm64/hw_breakpoint.c: remove unnecessary headerManinder Singh2015-06-261-1/+0Star
| * ARM64: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-251-2/+2
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-0/+2
|\ \
| * | arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-281-0/+2
* | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+1
|\ \ \ | |_|/ |/| |
| * | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-281-0/+1
* | | arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin2015-06-191-3/+2Star
* | | arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
* | | arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla2015-06-193-6/+6
* | | arm64: compat: print compat_sp instead of spVladimir Murzin2015-06-171-2/+2
* | | arm64: entry: fix context tracking for el0_sp_pcMark Rutland2015-06-171-0/+1
* | | arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier2015-06-121-1/+0Star
* | | arm64: alternative: Introduce feature for GICv3 CPU interfaceMarc Zyngier2015-06-121-0/+16
* | | arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon2015-06-111-5/+5
* | | arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu2015-06-111-0/+31
* | | arm64: kernel thread don't need to save fpsimd context.Janet Liu2015-06-111-1/+2
* | | arm64: fix missing syscall trace exitJosh Stone2015-06-081-1/+6
* | | Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2015-06-053-106/+146
|\ \ \
| * | | arm64: psci: remove ACPI couplingMark Rutland2015-05-272-2/+13
| * | | arm64: psci: kill psci_power_stateMark Rutland2015-05-271-52/+37Star
| * | | arm64: psci: account for Trusted OS instancesMark Rutland2015-05-271-0/+66
| * | | arm64: psci: support unsigned return valuesMark Rutland2015-05-271-29/+18Star
| * | | arm64: psci: remove unnecessary id indirectionMark Rutland2015-05-271-17/+3Star
| * | | arm64: smp: consistently use error codesMark Rutland2015-05-272-7/+10
* | | | arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier2015-06-051-1/+1
* | | | arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-06-051-5/+66
* | | | arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier2015-06-051-12/+15
* | | | arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier2015-06-031-0/+60
* | | | arm64: drop sleep_idmap_phys and clean up cpu_resume()Ard Biesheuvel2015-06-022-8/+2Star
* | | | arm64: reduce ID map to a single pageArd Biesheuvel2015-06-023-7/+19
* | | | arm64: use fixmap region for permanent FDT mappingArd Biesheuvel2015-06-022-58/+11Star
* | | | arm64: context-switch user tls register tpidr_el0 for compat tasksWill Deacon2015-06-011-27/+20Star
* | | | arm64: Use common outgoing-CPU-notification codePaul E. McKenney2015-05-211-4/+2Star
* | | | Merge branch 'for-next/cpu-init' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2015-05-197-222/+237
|\| | |
| * | | ARM64: kernel: unify ACPI and DT cpus initializationLorenzo Pieralisi2015-05-194-196/+191Star
| * | | ARM64: kernel: make cpu_ops hooks DT agnosticLorenzo Pieralisi2015-05-196-35/+55
| | |/ | |/|
* | | arm64: kill flush_cache_all()Mark Rutland2015-05-191-11/+1Star
* | | arm64: Mark PMU interrupt IRQF_NO_THREADAnders Roxell2015-05-191-1/+1
|/ /
* | arm64: perf: fix memory leak when probing PMU PPIsWill Deacon2015-05-121-4/+4
* | Revert "arm64: alternative: Allow immediate branch as alternative instruction"Will Deacon2015-05-051-52/+1Star
|/
* arm64: perf: Fix the pmu node name in warning messageSuzuki K. Poulose2015-04-301-1/+1
* arm64: perf: don't warn about missing interrupt-affinity property for PPIsWill Deacon2015-04-301-1/+6
* 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