summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-156/+227
2019-09-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-39/+43
2019-09-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+24
2019-08-31Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+0
2019-08-31Merge tag 'riscv/for-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-6/+10
2019-08-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-16/+19
2019-08-31ftrace/x86: Remove mcount() declarationJisheng Zhang-1/+0
2019-08-30MIPS: SGI-IP27: restructure ioc3 register accessThomas Bogendoerfer-216/+146
2019-08-30MIPS: SGI-IP27: remove ioc3 ethernet initThomas Bogendoerfer-13/+0
2019-08-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+8
2019-08-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-85/+120
2019-08-30perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips-7/+18
2019-08-30perf/x86/intel: Restrict period on NehalemJosh Hunt-0/+6
2019-08-29x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner-8/+18
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+3
2019-08-29nds32: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-08-28ARM: 8901/1: add a criteria for pfn_valid of armzhaoyang-0/+5
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel-6/+10
2019-08-28x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds-0/+1
2019-08-27dt-bindings: net: ethernet: Update mt7622 docs and dts to reflect the new phy...René van Dorst-10/+19
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-5/+7
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-27x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov-1/+1
2019-08-27KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy-4/+8
2019-08-26x86/apic: Include the LDR when clearing out APIC registersBandan Das-0/+4
2019-08-26x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das-22/+2
2019-08-26arc: prefer __section from compiler_attributes.hNick Desaulniers-6/+5
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker-6/+54
2019-08-26uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr-7/+10
2019-08-26x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner-1/+7
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+20
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+220
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+1
2019-08-24Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+4
2019-08-24parisc: fix compilation errrorsQian Cai-2/+1
2019-08-24s390/qeth: add TX NAPI support for IQD devicesJulian Wiedmann-0/+1
2019-08-24s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann-1/+1
2019-08-24s390/qdio: enable drivers to poll for Output completionsJulian Wiedmann-0/+3
2019-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+7
2019-08-23x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson-1/+1
2019-08-23ARM: 8897/1: check stmfd instruction using right shiftLvqiang Huang-1/+1
2019-08-23ARM: 8874/1: mm: only adjust sections of valid mm structuresDoug Berger-1/+2
2019-08-23um: fix time travel modeJohannes Berg-12/+20
2019-08-22Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+2