aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-12x86/spectre: Add boot time option to select Spectre v2 mitigationDavid Woodhouse3-5/+167
2018-01-12x86/retpoline: Add initial retpoline supportDavid Woodhouse8-0/+231
2018-01-11x86/pti: Make unpoison of pgd for trusted boot work for realDave Hansen1-1/+11
2018-01-11x86/PCI: Move and shrink AMD 64-bit window to avoid conflict=?UTF-8?q?Christian=20K=C3=B6nig?=1-10/+12
2018-01-11x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=3-1/+12
2018-01-11Merge branch 'kvm-insert-lfence' into kvm-masterPaolo Bonzini1-2/+10
2018-01-11KVM: x86: Add memory barrier on vmcs field lookupAndrew Honig1-2/+10
2018-01-11KVM: x86: emulate #UD while in guest modePaolo Bonzini2-12/+2
2018-01-11x86: kvm: propagate register_shrinker return codeArnd Bergmann1-6/+10
2018-01-11x86/gart: Exclude GART aperture from vmcoreJiri Bohac2-2/+46
2018-01-11MIPS: Implement __multi3 for GCC7 MIPS64r6 buildsJames Hogan3-1/+73
2018-01-11Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-masterPaolo Bonzini3-29/+64
2018-01-11KVM MMU: check pending exception before injecting APFHaozhong Zhang1-1/+2
2018-01-11KVM: PPC: Use seq_puts() in kvmppc_exit_timing_show()Markus Elfring1-2/+1
2018-01-11KVM: PPC: Book3S HV: Remove vcpu->arch.dec usageAlexander Graf1-1/+0
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+21
2018-01-10PCI: Add #defines for Completion Timeout Disable featureBjorn Helgaas1-3/+3
2018-01-10Merge tag 'irqchip-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner3-13/+14
2018-01-10Merge tag 'imx-defconfig-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/socOlof Johansson1-0/+8
2018-01-10x86/alternatives: Fix optimize_nops() checkingBorislav Petkov1-2/+5
2018-01-10MIPS: mm: Fix duplicate "const" on insn_table_MMJames Hogan1-1/+1
2018-01-10MIPS: CM: Drop WARN_ON(vp != 0)James Hogan1-1/+0
2018-01-10MIPS: ralink: Fix platform_get_irq's error checkingArvind Yadav1-2/+2
2018-01-10MIPS: Fix CPS SMP NS16550 UART defaultsJames Hogan1-4/+10
2018-01-10MIPS: BCM47XX Avoid compile error with MIPS allnoconfigMatt Redfearn1-0/+1
2018-01-10s390: move s390_pci_dma_ops to asm/pci_dma.hChristoph Hellwig2-2/+3
2018-01-10microblaze: remove the dead !NOT_COHERENT_CACHE dma codeChristoph Hellwig1-28/+0
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig2-13/+0
2018-01-10microblaze: rename dma_direct to dma_nommuChristoph Hellwig2-26/+26
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig14-67/+67
2018-01-10hexagon: use the generic dma_capable helperChristoph Hellwig2-7/+1
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig9-18/+1
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig28-193/+128
2018-01-10MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILSMatt Redfearn1-0/+4
2018-01-10MIPS: RB532: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn1-1/+3
2018-01-10MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn1-0/+2
2018-01-10mips: fix an off-by-one in dma_capableChristoph Hellwig1-1/+1
2018-01-10arm64: don't override dma_max_pfnChristoph Hellwig1-9/+0
2018-01-11powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2018-01-11powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman1-11/+11
2018-01-11powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman1-0/+4
2018-01-10MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski1-1/+1
2018-01-10powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran1-0/+49
2018-01-10powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling1-0/+35
2018-01-10powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman1-1/+23
2018-01-10powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman9-8/+286
2018-01-10KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson1-2/+4
2018-01-10KVM: PPC: Book3S PR: Fix WIMG handling under pHypAlexey Kardashevskiy2-0/+3
2018-01-10ARM: dts: imx6ul: add 696MHz operating pointAnson Huang1-0/+2
2018-01-09Merge tag 'riscv-for-linus-4.15-rc8_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/linuxLinus Torvalds16-71/+119