summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----------------. Merge branches 'for-next/acpi', 'for-next/bpf', 'for-next/cpufeature', 'for-n...Will Deacon2020-05-2874-600/+1075
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * arm64: vdso: Add --eh-frame-hdr to ldflagsVincenzo Frascino2020-05-071-1/+1
| | | | | | | | | | * arm64: vdso: use consistent 'map' nomenclatureMark Rutland2020-04-291-38/+26
| | | | | | | | | | * arm64: vdso: use consistent 'abi' nomenclatureMark Rutland2020-04-291-35/+34
| | | | | | | | | | * arm64: vdso: simplify arch_vdso_type ifdefferyMark Rutland2020-04-291-10/+5
| | | | | | | | | | * arm64: vdso: remove aarch32_vdso_pages[]Mark Rutland2020-04-291-7/+12
| | | | | | | | | | * arm64: vdso: Add '-Bsymbolic' to ldflagsVincenzo Frascino2020-04-281-3/+5
| | | | | | | | | * | firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla2020-05-212-1/+3
| | | | | | | | | * | firmware: smccc: Add function to fetch SMCCC versionSudeep Holla2020-05-202-0/+16
| | | | | | | | | * | firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla2020-05-206-18/+45
| | | | | | | | | * | firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla2020-05-203-11/+6
| | | | | | | | | * | firmware: smccc: Add the definition for SMCCCv1.2 version/error codesSudeep Holla2020-05-201-2/+7
| | | | | | | | | * | firmware: smccc: Update link to latest SMCCC specificationSudeep Holla2020-05-201-1/+3
| | | | | | | | | * | firmware: smccc: Add HAVE_ARM_SMCCC_DISCOVERY to identify SMCCC v1.1 and aboveSudeep Holla2020-05-202-4/+18
| | | | | | | | | |/
| | | | | | | | * | firmware: arm_sdei: Document the motivation behind these set_fs() callsJames Morse2020-05-201-0/+8
| | | | | | | | * | firmware: arm_sdei: remove unused interfacesChristoph Hellwig2020-05-201-4/+0
| | | | | | | | * | firmware: arm_sdei: Put the SDEI table after using itHanjun Guo2020-05-201-0/+2
| | | | | | | | * | firmware: arm_sdei: Drop check for /firmware/ node and always register driverSudeep Holla2020-05-041-25/+12
| | | | | | | | |/
| | | | | | | * | Documentation/vmcoreinfo: Add documentation for 'KERNELPACMASK'Amit Daniel Kachhap2020-05-111-0/+6
| | | | | | | * | arm64/crash_core: Export KERNELPACMASK in vmcoreinfoAmit Daniel Kachhap2020-05-112-4/+4
| | | | | | | * | arm64: simplify ptrauth initializationMark Rutland2020-04-287-69/+32
| | | | | | | * | arm64: remove ptrauth_keys_install_kernel sync argMark Rutland2020-04-283-8/+19
| | | | | | | |/
| | | | | | * | pmu/smmuv3: Clear IRQ affinity hint on device removalJean-Philippe Brucker2020-05-181-1/+4
| | | | | | * | drivers/perf: hisi: Permit modular builds of HiSilicon uncore driversZhou Wang2020-05-187-22/+50
| | | | | | * | drivers/perf: hisi: Fix typo in events attribute arrayShaokun Zhang2020-04-301-1/+1
| | | | | | * | drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin2020-04-301-3/+1
| | | | | | * | drivers/perf: arm_dsu_pmu: Avoid duplicate printoutsTang Bin2020-04-301-3/+1
| | | | | | |/
| | | | | * | arm64: mm: Add asid_gen_match() helperJean-Philippe Brucker2020-05-211-3/+5
| | | | | * | arm64: stacktrace: Factor out some common code into on_stack()Yunfeng Ye2020-05-182-52/+16
| | | | | * | arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson2020-05-183-4/+4
| | | | | * | arm64: cacheflush: Fix KGDB trap detectionDaniel Thompson2020-05-051-3/+3
| | | | | * | arm64/cpuinfo: Move device_initcall() near cpuinfo_regs_init()Anshuman Khandual2020-05-041-2/+2
| | | | | * | arm64: kexec_file: print appropriate variableƁukasz Stelmach2020-04-301-3/+3
| | | | | * | arm: mm: use __pfn_to_section() to get mem_sectionGuixiong Wei2020-04-301-1/+1
| | | | | * | arm64: Reorder the macro arguments in the copy routinesCatalin Marinas2020-04-294-64/+64
| | | | | * | efi/libstub/arm64: align PE/COFF sections to segment alignmentArd Biesheuvel2020-04-282-2/+3
| | | | | * | KVM: arm64: Drop PTE_S2_MEMATTR_MASKZenghui Yu2020-04-281-1/+0
| | | | | * | arm64/kernel: Fix range on invalidating dcache for boot page tablesGavin Shan2020-04-283-3/+11
| | | | | * | arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyArd Biesheuvel2020-04-281-1/+1
| | | | | * | arm64: lib: Consistently enable crc32 extensionMark Brown2020-04-281-1/+1
| | | | | * | arm64/mm: Use phys_to_page() to access pgtable memoryGavin Shan2020-04-281-3/+3
| | | | | * | arm64: smp: Make cpus_stuck_in_kernel staticZou Wei2020-04-281-1/+1
| | | | | * | arm64: entry: remove unneeded semicolon in el1_sync_handler()Jason Yan2020-04-281-1/+1
| | | | | * | arm64/kernel: vmlinux.lds: drop redundant discard/keep macrosArd Biesheuvel2020-04-281-8/+2
| | | | | * | arm64: drop GZFLAGS definition and exportArd Biesheuvel2020-04-281-2/+1
| | | | | * | arm64: kexec_file: Avoid temp buffer for RNG seedGeorge Spelvin2020-04-281-4/+4
| | | | | * | arm64: rename stext to primary_entryArd Biesheuvel2020-04-284-14/+13
| | | | | |/
| | | | * | arm64: cpufeature: Add "or" to mitigations for multiple errataGeert Uytterhoeven2020-05-121-3/+3
| | | | * | arm64: Sort vendor-specific errataGeert Uytterhoeven2020-05-051-36/+36
| | | | |/
| | | * | arm64: silicon-errata.rst: Sort the Cortex-A55 entriesRob Herring2020-04-291-4/+4