summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2017-05-092-2/+12
* arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2017-05-092-3/+6
* arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko2017-05-091-2/+2
* arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas2017-05-051-16/+49
* arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven2017-04-281-1/+4
* arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli2017-04-281-0/+6
* arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-264-48/+72
* arm64: pmuv3: handle pmuv3+Mark Rutland2017-04-251-3/+4
* arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2017-04-242-0/+18
* Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas2017-04-1213-410/+1660
|\
| * arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland2017-04-111-17/+9
| * arm64: pmuv3: handle !PMUv3 when probingMark Rutland2017-04-111-16/+71
| * drivers/perf: arm_pmu: add ACPI frameworkMark Rutland2017-04-116-2/+275
| * arm64: add function to get a cpu's MADT GICC tableMark Rutland2017-04-112-0/+12
| * drivers/perf: arm_pmu: split out platform device probe logicMark Rutland2017-04-114-223/+247
| * drivers/perf: arm_pmu: move irq request/free into probeMark Rutland2017-04-111-5/+6
| * drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland2017-04-111-36/+52
| * drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland2017-04-111-10/+10
| * drivers/perf: arm_pmu: handle no platform_deviceMark Rutland2017-04-111-3/+9
| * drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland2017-04-111-2/+3
| * drivers/perf: arm_pmu: factor out pmu registrationMark Rutland2017-04-111-14/+26
| * drivers/perf: arm_pmu: fold init into allocMark Rutland2017-04-111-28/+24
| * drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland2017-04-112-2/+4
| * drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland2017-04-111-10/+3
| * perf: qcom: Add L3 cache PMU driverAgustin Vega-Frias2017-04-035-0/+886
| * drivers/perf: arm_pmu: split irq request from enableMark Rutland2017-03-312-107/+50
| * drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland2017-03-312-151/+166
| * drivers/perf: arm_pmu: rework per-cpu allocationMark Rutland2017-03-311-22/+44
| * MAINTAINERS: Add file patterns for perf device tree bindingsGeert Uytterhoeven2017-03-281-0/+1
* | arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier2017-04-121-1/+3
* | Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-04-077-3/+47
|\ \
| * | arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921Marc Zyngier2017-04-073-1/+11
| * | arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMarc Zyngier2017-04-071-0/+7
| * | arm64: Define Cortex-A73 MIDRMarc Zyngier2017-04-071-0/+2
| * | arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier2017-04-072-0/+16
| * | arm64: Allow checking of a CPU-local erratumMarc Zyngier2017-04-071-2/+11
| |/
* | arm64: print a fault message when attempting to write RO memoryStephen Boyd2017-04-061-19/+36
* | efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel2017-04-051-2/+26
* | Documentation: dt: chosen properties for arm64 kdumpJames Morse2017-04-051-0/+45
* | Documentation: kdump: describe arm64 portAKASHI Takahiro2017-04-051-1/+15
* | arm64: kdump: enable kdump in defconfigAKASHI Takahiro2017-04-051-0/+1
* | arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro2017-04-054-0/+136
* | arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro2017-04-051-0/+11
* | arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro2017-04-055-6/+167
* | arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-054-1/+117
* | arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-052-55/+80
* | arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-052-6/+10
* | arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2017-04-052-1/+72
* | arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro2017-04-051-0/+35
* | memblock: add memblock_cap_memory_range()AKASHI Takahiro2017-04-052-15/+30