summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel2019-11-101-2/+2
* ARM: fix the cockup in the previous patchRussell King2019-11-101-2/+2
* ARM: ensure that processor vtables is not lost after bootRussell King2019-11-101-0/+10
* ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2019-11-104-15/+62
* ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2019-11-102-16/+27
* ARM: clean up per-processor check_bugs method callRussell King2019-11-102-2/+3
* ARM: split out processor lookupRussell King2019-11-102-12/+20
* ARM: make lookup_processor_type() non-__initRussell King2019-11-101-3/+3
* ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry2019-11-101-1/+1
* ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2019-11-103-5/+38
* ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry2019-11-101-6/+9
* ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry2019-11-101-0/+8
* ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry2019-11-101-4/+4
* ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry2019-11-101-2/+6
* ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2019-11-103-20/+17
* ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry2019-11-101-22/+27
* ARM: spectre-v1: mitigate user accessesRussell King2019-11-102-0/+13
* ARM: spectre-v1: use get_user() for __get_user()Russell King2019-11-101-6/+11
* ARM: use __inttype() in get_user()Russell King2019-11-101-1/+8
* ARM: oabi-compat: copy semops using __copy_from_user()Russell King2019-11-101-3/+5
* ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2019-11-103-21/+17
* ARM: signal: copy registers using __copy_from_user()Russell King2019-11-101-17/+21
* ARM: spectre-v1: fix syscall entryRussell King2019-11-102-11/+32
* ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King2019-11-101-0/+21
* ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2019-11-102-0/+21
* ARM: spectre-v2: warn about incorrect context switching functionsRussell King2019-11-101-0/+15
* ARM: spectre-v2: add firmware based hardeningRussell King2019-11-102-0/+81
* ARM: spectre-v2: harden user aborts in kernel spaceRussell King2019-11-105-8/+94
* ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King2019-11-103-3/+39
* ARM: spectre-v2: harden branch predictor on context switchesRussell King2019-11-103-35/+115
* ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2019-11-101-0/+4
* ARM: bugs: add support for per-processor bug checkingRussell King2019-11-103-1/+10
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2019-11-104-0/+13
* ARM: bugs: prepare processor bug infrastructureRussell King2019-11-103-2/+12
* ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King2019-11-101-0/+8
* arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier2019-11-101-10/+20
* arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier2019-11-101-10/+10
* arm/arm64: smccc: Add SMCCC-specific return codesMarc Zyngier2019-11-101-0/+5
* arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier2019-11-101-0/+141
* arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier2019-11-101-2/+4
* firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2019-11-102-0/+33
* firmware/psci: Expose PSCI conduitMarc Zyngier2019-11-102-5/+30
* arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2019-11-101-0/+5
* arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier2019-11-101-3/+19
* ARM: Move system register accessors to asm/cp15.hVladimir Murzin2019-11-102-16/+26
* ARM: uaccess: remove put_user() code duplicationRussell King2019-11-101-57/+49
* ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2019-11-106-64/+23
* ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander2019-11-105-1/+53
* ARM: 8479/2: add implementation for arm-smcccJens Wiklander2019-11-104-0/+71
* ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander2019-11-102-0/+107