summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+11
| * | | arm64: merge __enable_mmu and __turn_mmu_onArd Biesheuvel2015-03-191-26/+7
| * | | arm64: use PC-relative reference for secondary_holding_pen_releaseArd Biesheuvel2015-03-191-8/+1
| * | | arm64: remove __switch_data object from head.SArd Biesheuvel2015-03-191-21/+8
| * | | arm64: remove processor_idArd Biesheuvel2015-03-192-9/+1
| * | | arm64: Get rid of struct cpu_tableMarc Zyngier2015-03-195-123/+8
| * | | 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/+0
|\ \ \
| * | | arm64: Removed unused variableRichard Weinberger2015-04-131-1/+0
| * | | arm64: Remove signal translation and exec_domainRichard Weinberger2015-04-122-7/+0
* | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-1/+1
|\ \ \ \
| * | | | ARM64: cpuidle: Rename cpu_init_idle to a common function nameDaniel Lezcano2015-03-241-1/+1
| |/ / /
* | | | Merge branch 'perf/core' into perf/timer, before applying new changesIngo Molnar2015-03-271-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar2015-03-271-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | perf: Remove type specific target pointersPeter Zijlstra2015-03-231-1/+1
* | | | | Merge branch 'timers/core' into perf/timer, to apply dependent patchIngo Molnar2015-03-271-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-5/+5
| | |_|/ | |/| |
* | | | arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon2015-03-201-1/+5
| |_|/ |/| |
* | | arm64: put __boot_cpu_mode label after alignment instead of beforeArd Biesheuvel2015-03-141-1/+1
* | | efi/arm64: use UEFI for system reset and poweroffArd Biesheuvel2015-03-142-0/+17
|/ /
* | arm64: compat Fix siginfo_t -> compat_siginfo_t conversion on big endianCatalin Marinas2015-02-271-3/+2
* | arm64: Fix text patching logic when using fixmapMarc Zyngier2015-02-261-1/+3
* | arm64: psci: move psci firmware calls out of lineWill Deacon2015-02-263-36/+34
* | arm64: vdso: minor ABI fix for clock_getresNathan Lynch2015-02-261-2/+1
* | arm64: ftrace: fix ftrace_modify_graph_caller for branch replacePratyush Anand2015-02-231-1/+1
OpenPOWER on IntegriCloud