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