summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra-58/+58
2019-08-28x86/vmware: Update platform detection code for VMCALL/VMMCALL hypercallsThomas Hellstrom-17/+71
2019-08-28x86/cpufeature: Explain the macro duplicationCao Jin-0/+7
2019-08-27dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phy...René van Dorst-10/+19
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy-24/+0
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy-12/+7
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-118/+402
2019-08-27KVM: x86: Don't update RIP or do single-step on faulting emulationSean Christopherson-4/+5
2019-08-27KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...Vitaly Kuznetsov-8/+6
2019-08-27Merge tag 'arc-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-28/+141
2019-08-27arm64: KVM: Device mappings should be execute-neverJames Morse-1/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-5/+7
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon-1/+1
2019-08-27arm64: mm: Ignore spurious translation faults taken from the kernelWill Deacon-0/+33
2019-08-27arm64: sysreg: Add some field definitions for PAR_EL1Will Deacon-0/+3
2019-08-27arm64: mm: Add ISB instruction to set_pgd()Will Deacon-0/+1
2019-08-27arm64: tlb: Ensure we execute an ISB following walk cache invalidationWill Deacon-0/+1
2019-08-27Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"Will Deacon-3/+9
2019-08-27arm64: smp: Treat unknown boot failures as being 'stuck in kernel'Will Deacon-0/+1
2019-08-27arm64: smp: Don't enter kernel with NULL stack pointer or task structWill Deacon-0/+9
2019-08-27arm64: smp: Increase secondary CPU boot timeout valueWill Deacon-1/+1
2019-08-27ARM: dts: kirkwood: ts219: disable the SoC's RTCUwe Kleine-König-0/+8
2019-08-27arm64: dts: marvell: Add cpu clock node on Armada 7K/8KGregory CLEMENT-1/+11
2019-08-27arm64: dts: marvell: Convert 7k/8k usb-phy properties to phy-supplyMiquel Raynal-30/+35
2019-08-27arm64: dts: marvell: Add 7k/8k PHYs in PCIe nodesMiquel Raynal-0/+18
2019-08-27arm64: dts: marvell: Add 7k/8k PHYs in USB3 nodesMiquel Raynal-0/+10
2019-08-27arm64: dts: marvell: Add 7k/8k per-port PHYs in SATA nodesMiquel Raynal-2/+55
2019-08-27arm64: dts: marvell: Add CP110 COMPHY clocksMiquel Raynal-0/+3
2019-08-27Merge tag 'kvm-ppc-fixes-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář-4/+8
2019-08-27arm64: dts: marvell: armada-37xx: add mailbox nodeMarek Behún-0/+7
2019-08-27powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl-11/+25
2019-08-27MIPS: Octeon: remove duplicated include from dma-octeon.cYueHaibing-1/+0
2019-08-27x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov-1/+1
2019-08-27KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras-1/+8
2019-08-27KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras-5/+10
2019-08-27powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl-5/+7
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl-6/+18
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy-16/+20
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy-26/+13
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy-11/+43
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy-28/+35
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy-21/+43
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy-68/+29
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy-227/+229
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy-12/+7
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy-41/+19
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy-61/+37
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy-18/+34
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy-22/+2