summaryrefslogtreecommitdiffstats
path: root/mm/readahead.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-25arm64: pmuv3: handle pmuv3+Mark Rutland1-3/+4
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2-0/+18
2017-04-12arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier1-1/+3
2017-04-11arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland1-17/+9
2017-04-11arm64: pmuv3: handle !PMUv3 when probingMark Rutland1-16/+71
2017-04-11drivers/perf: arm_pmu: add ACPI frameworkMark Rutland6-2/+275
2017-04-11arm64: add function to get a cpu's MADT GICC tableMark Rutland2-0/+12
2017-04-11drivers/perf: arm_pmu: split out platform device probe logicMark Rutland4-223/+247
2017-04-11drivers/perf: arm_pmu: move irq request/free into probeMark Rutland1-5/+6
2017-04-11drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland1-36/+52
2017-04-11drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland1-10/+10
2017-04-11drivers/perf: arm_pmu: handle no platform_deviceMark Rutland1-3/+9
2017-04-11drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland1-2/+3
2017-04-11drivers/perf: arm_pmu: factor out pmu registrationMark Rutland1-14/+26
2017-04-11drivers/perf: arm_pmu: fold init into allocMark Rutland1-28/+24
2017-04-11drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland2-2/+4
2017-04-11drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland1-10/+3
2017-04-07arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921Marc Zyngier3-1/+11
2017-04-07arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMarc Zyngier1-0/+7
2017-04-07arm64: Define Cortex-A73 MIDRMarc Zyngier1-0/+2
2017-04-07arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier2-0/+16
2017-04-07arm64: Allow checking of a CPU-local erratumMarc Zyngier1-2/+11
2017-04-06arm64: print a fault message when attempting to write RO memoryStephen Boyd1-19/+36
2017-04-05efi/libstub/arm*: Set default address and size cells values for an empty dtbSameer Goel1-2/+26
2017-04-05Documentation: dt: chosen properties for arm64 kdumpJames Morse1-0/+45
2017-04-05Documentation: kdump: describe arm64 portAKASHI Takahiro1-1/+15
2017-04-05arm64: kdump: enable kdump in defconfigAKASHI Takahiro1-0/+1
2017-04-05arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro4-0/+136
2017-04-05arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro1-0/+11
2017-04-05arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro5-6/+167
2017-04-05arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro4-1/+117
2017-04-05arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2-55/+80
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro2-6/+10
2017-04-05arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2-1/+72
2017-04-05arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro1-0/+35
2017-04-05memblock: add memblock_cap_memory_range()AKASHI Takahiro2-15/+30
2017-04-05memblock: add memblock_clear_nomap()AKASHI Takahiro2-0/+13
2017-04-04arm64: efi: split Image code and data into separate PE/COFF sectionsArd Biesheuvel2-5/+20
2017-04-04arm64: efi: replace open coded constants with symbolic onesArd Biesheuvel1-17/+21
2017-04-04arm64: efi: remove pointless dummy .reloc sectionArd Biesheuvel1-21/+1
2017-04-04arm64: efi: remove forbidden values from the PE/COFF headerArd Biesheuvel1-3/+3
2017-04-04arm64: efi: clean up Image header after PE header has been split offArd Biesheuvel1-9/+3
2017-04-04arm64: efi: move EFI header and related data to a separate .S fileArd Biesheuvel2-147/+161
2017-04-04include: pe.h: add some missing definitionsMark Rutland1-0/+3
2017-04-04include: pe.h: allow for use in assemblyMark Rutland1-85/+89
2017-04-04arm64: relocation testing moduleArd Biesheuvel4-0/+170
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin7-16/+16
2017-04-03perf: qcom: Add L3 cache PMU driverAgustin Vega-Frias5-0/+886
2017-03-31drivers/perf: arm_pmu: split irq request from enableMark Rutland2-107/+50
2017-03-31drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland2-151/+166