summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-11-25ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is setOleksij Rempel1-0/+25
2019-11-25signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman1-1/+1
2019-11-25ARM: dts: omap3-gta04: keep vpll2 always onH. Nikolaus Schaller1-0/+6
2019-11-25ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-BootH. Nikolaus Schaller1-6/+6
2019-11-25ARM: dts: omap3-gta04: tvout: enable as display1 aliasH. Nikolaus Schaller1-0/+1
2019-11-25ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in ...H. Nikolaus Schaller1-1/+1
2019-11-25mips: txx9: fix iounmap related issueDing Xiang1-3/+2
2019-11-25ARM: dts: pxa: fix power i2c base addressMarcel Ziswiler1-1/+1
2019-11-25ARM: dts: exynos: Fix sound in Snow-rev5 ChromebookMarek Szyprowski1-0/+11
2019-11-25MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3Tuomas Tynkkynen1-3/+5
2019-11-25ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45Jay Foster1-1/+1
2019-11-16x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli4-28/+54
2019-11-16x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-16x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2-6/+61
2019-11-16x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta1-1/+6
2019-11-16kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta1-0/+19
2019-11-16x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+23
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta6-2/+132
2019-11-16x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta5-1/+149
2019-11-16x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-11-16x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-16KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+15
2019-11-16kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson3-14/+13
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings3-2/+12
2019-11-16powerpc/boot: Request no dynamic linker for boot wrapperNicholas Piggin1-1/+23
2019-11-16powerpc: Fix compiling a BE kernel with a powerpc64le toolchainNicholas Piggin1-1/+10
2019-11-16powerpc/Makefile: Use cflags-y/aflags-y for setting endian optionsMichael Ellerman1-10/+12
2019-11-16MIPS: BCM63XX: fix switch core reset on BCM6368Jonas Gorski1-1/+1
2019-11-16kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid1-2/+2
2019-11-12perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips1-1/+1
2019-11-10ARM: fix the cockup in the previous patchRussell King1-2/+2
2019-11-10ARM: ensure that processor vtables is not lost after bootRussell King1-0/+10
2019-11-10ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King4-15/+62
2019-11-10ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2-16/+27
2019-11-10ARM: clean up per-processor check_bugs method callRussell King2-2/+3
2019-11-10ARM: split out processor lookupRussell King2-12/+20
2019-11-10ARM: make lookup_processor_type() non-__initRussell King1-3/+3
2019-11-10ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry1-1/+1
2019-11-10ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry3-5/+38
2019-11-10ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry1-6/+9
2019-11-10ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry1-0/+8
2019-11-10ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry1-4/+4
2019-11-10ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry1-2/+6
2019-11-10ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry3-20/+17
2019-11-10ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry1-22/+27
2019-11-10ARM: spectre-v1: mitigate user accessesRussell King2-0/+13
2019-11-10ARM: spectre-v1: use get_user() for __get_user()Russell King1-6/+11
2019-11-10ARM: use __inttype() in get_user()Russell King1-1/+8
2019-11-10ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5