summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-09arm64: uaccess: suppress spurious clang warningMark Rutland1-2/+2
2017-05-09arm64: atomic_lse: match asm register sizesMark Rutland1-2/+2
2017-05-09arm64: armv8_deprecated: ensure extension of addrMark Rutland1-1/+2
2017-05-09arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-09arm64: ensure extension of smp_store_release valueMark Rutland1-5/+15
2017-05-09arm64: xchg: hazard against entire exchange variableMark Rutland1-1/+1
2017-05-09arm64: entry: improve data abort handling of tagged pointersKristina Martsenko2-2/+12
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko2-3/+6
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko1-2/+2
2017-05-05arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas1-16/+49
2017-04-28arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven1-1/+4
2017-04-28arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli1-0/+6
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel4-48/+72
2017-04-25arm64: pmuv3: handle pmuv3+Mark Rutland1-3/+4
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2-0/+18
2017-04-12Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas3-33/+92
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-11arm64: add function to get a cpu's MADT GICC tableMark Rutland2-0/+12
2017-04-07Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas6-3/+46
2017-04-07arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921Marc Zyngier2-1/+10
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-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-04Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kern...Catalin Marinas3-79/+172
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-04arm64: relocation testing moduleArd Biesheuvel4-0/+170
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin7-16/+16
2017-03-23arm64: drop unnecessary newlines in show_regs()Kefeng Wang1-2/+0
2017-03-23arm64: mm: set the contiguous bit for kernel mappings where appropriateArd Biesheuvel2-43/+107
2017-03-23arm64/mm: remove pointless map/unmap sequences when creating page tablesArd Biesheuvel1-4/+0
2017-03-23arm64/mmu: replace 'page_mappings_only' parameter with flags argumentArd Biesheuvel1-18/+27
2017-03-23arm64/mmu: add contiguous bit to sanity bug checkArd Biesheuvel1-1/+9