summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2019-11-25arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess faultPavel Tatashin
2019-11-25ARM: 8802/1: Call syscall_trace_exit even when system call skippedTimothy E Baldwin
2019-11-25x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas
2019-11-25x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov
2019-11-25KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LRCameron Kaiser
2019-11-25powerpc/pseries: Fix how we iterate over the DTL entriesNaveen N. Rao
2019-11-25powerpc/pseries: Fix DTL buffer registrationNaveen N. Rao
2019-11-25uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu
2019-11-25kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu
2019-11-25x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra
2019-11-25arm64: dts: amd: Fix SPI bus warningsRob Herring
2019-11-25ARM: tegra: apalis_t30: fix mmc1 cmd pull-upMarcel Ziswiler
2019-11-25ARM: dts: tegra30: fix xcvr-setup-use-fusesMarcel Ziswiler
2019-11-25MIPS: kexec: Relax memory restrictionDengcheng Zhu
2019-11-25x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead
2019-11-25ARM: dts: ste: Fix SPI controller node namesRob Herring
2019-11-25ARM: dts: ux500: Fix LCDA clock line muxingLinus Walleij
2019-11-25ARM: dts: ux500: Correct SCU unit addressGeert Uytterhoeven
2019-11-25ARM: dts: am335x-evm: fix number of cpswGrygorii Strashko
2019-11-25libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring
2019-11-25powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot
2019-11-25powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin
2019-11-25powerpc/iommu: Avoid derefence before pointer checkBreno Leitao
2019-11-25ARM: dts: socfpga: Fix I2C bus unit-address errorDinh Nguyen
2019-11-25powerpc/vdso: Correct call frame informationAlan Modra
2019-11-25ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is setOleksij Rempel
2019-11-25signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman
2019-11-25ARM: dts: omap3-gta04: keep vpll2 always onH. Nikolaus Schaller
2019-11-25ARM: dts: omap3-gta04: make NAND partitions compatible with recent U-BootH. Nikolaus Schaller
2019-11-25ARM: dts: omap3-gta04: tvout: enable as display1 aliasH. Nikolaus Schaller
2019-11-25ARM: dts: omap3-gta04: give spi_lcd node a label so that we can overwrite in ...H. Nikolaus Schaller
2019-11-25mips: txx9: fix iounmap related issueDing Xiang
2019-11-25ARM: dts: pxa: fix power i2c base addressMarcel Ziswiler
2019-11-25ARM: dts: exynos: Fix sound in Snow-rev5 ChromebookMarek Szyprowski
2019-11-25MIPS: BCM47XX: Enable USB power on Netgear WNDR3400v3Tuomas Tynkkynen
2019-11-25ARM: dts: at91/trivial: Fix USART1 definition for at91sam9g45Jay Foster
2019-11-16x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-16x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf
2019-11-16x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko
2019-11-16x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta
2019-11-16kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta
2019-11-16x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-16x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta
2019-11-16x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta
2019-11-16x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-11-16KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini
2019-11-16kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson
2019-11-16KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-11-16KVM: Introduce kvm_get_arch_capabilities()Ben Hutchings