summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: ensure that processor vtables is not lost after bootRussell King2018-12-061-0/+10
* ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-124-15/+61
* ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-122-16/+27
* ARM: clean up per-processor check_bugs method callRussell King2018-11-122-2/+3
* ARM: split out processor lookupRussell King2018-11-122-12/+20
* ARM: make lookup_processor_type() non-__initRussell King2018-11-121-3/+3
* ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry2018-11-121-1/+1
* ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel2018-11-061-1/+1
* ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry2018-10-052-2/+7
* ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry2018-10-053-5/+38
* ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry2018-10-051-6/+9
* ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry2018-10-051-0/+8
* ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry2018-10-051-4/+4
* ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry2018-10-051-2/+6
* ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2018-10-053-20/+17
* ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry2018-10-051-4/+6
* ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry2018-10-051-22/+27
* ARM: spectre-v1: mitigate user accessesRussell King2018-08-022-0/+13
* ARM: spectre-v1: use get_user() for __get_user()Russell King2018-08-021-6/+11
* ARM: use __inttype() in get_user()Russell King2018-08-021-1/+8
* ARM: oabi-compat: copy semops using __copy_from_user()Russell King2018-08-021-3/+5
* ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-023-24/+17
* ARM: signal: copy registers using __copy_from_user()Russell King2018-07-261-17/+21
* ARM: spectre-v1: fix syscall entryRussell King2018-05-312-11/+32
* ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King2018-05-311-0/+19
* ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2018-05-312-0/+21
* ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King2018-05-311-2/+12
* ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingRussell King2018-05-311-1/+16
* ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King2018-05-311-0/+1
* ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier2018-05-312-0/+29
* ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier2018-05-313-5/+85
* ARM: spectre-v2: warn about incorrect context switching functionsRussell King2018-05-311-0/+15
* ARM: spectre-v2: add firmware based hardeningRussell King2018-05-312-0/+81
* ARM: spectre-v2: harden user aborts in kernel spaceRussell King2018-05-315-8/+94
* ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King2018-05-313-3/+39
* ARM: spectre-v2: harden branch predictor on context switchesRussell King2018-05-313-35/+115
* ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King2018-05-311-0/+4
* ARM: bugs: add support for per-processor bug checkingRussell King2018-05-313-1/+10
* ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King2018-05-314-0/+13
* ARM: bugs: prepare processor bug infrastructureRussell King2018-05-313-2/+12
* ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King2018-05-311-0/+8
* Linux 4.16v4.16Linus Torvalds2018-04-011-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-03-312-31/+24
|\
| * perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-03-281-23/+7
| * perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUsStephane Eranian2018-03-271-8/+17
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-315-4/+6
|\ \
| * | x86/platform/UV: Fix critical UV MMR address errormike.travis@hpe.com2018-03-281-1/+1
| * | x86/platform/uv/BAU: Add APIC idt entryAndrew Banman2018-03-283-2/+4
| * | x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CF...Sven Wegener2018-03-251-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-312-3/+12
|\ \ \