aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...Gravatar David S. Miller 75-271/+725
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 2-0/+3
2017-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-85/+190
2017-08-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-16/+11
2017-08-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 43-102/+356
2017-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-10/+13
2017-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 7-18/+48
2017-08-04Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 9-21/+71
2017-08-04sparc64: Fix exception handling in UltraSPARC-III memcpy.Gravatar David S. Miller 1-2/+2
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETGravatar Nick Desaulniers 1-2/+4
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Gravatar Catalin Marinas 1-7/+8
2017-08-04Merge tag 'davinci-fixes-for-v4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 2-28/+0
2017-08-04Merge tag 'sunxi-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 3-9/+11
2017-08-04Merge tag 'qcom-arm64-defconfig-fixes-for-4.13-rc2' of git://git.kernel.org/p...Gravatar Arnd Bergmann 1-0/+1
2017-08-04ARM: dts: tango4: Request RGMII RX and TX clock delaysGravatar Marc Gonzalez 1-1/+1
2017-08-04Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/...Gravatar Arnd Bergmann 1-1/+5
2017-08-04Merge tag 'mvebu-fixes-4.13-2' of git://git.infradead.org/linux-mvebu into fixesGravatar Arnd Bergmann 3-2/+4
2017-08-04Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Gravatar Arnd Bergmann 3-15/+94
2017-08-04Merge tag 'v4.13-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-2/+2
2017-08-03sock: add SOCK_ZEROCOPY sockoptGravatar Willem de Bruijn 10-0/+20
2017-08-04powerpc/64: Fix __check_irq_replay missing decrementer interruptGravatar Nicholas Piggin 1-1/+14
2017-08-04powerpc/perf: POWER9 PMU stops after idle workaroundGravatar Nicholas Piggin 1-1/+7
2017-08-03Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-14/+26
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Gravatar Rafael J. Wysocki 1-14/+26
2017-08-03Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Radim Krčmář 1-1/+1
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Gravatar Wanpeng Li 1-2/+9
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitGravatar David Matlack 1-10/+43
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownGravatar David Matlack 1-5/+11
2017-08-02KVM: nVMX: do not pin the VMCS12Gravatar Paolo Bonzini 1-17/+7
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opGravatar Longpeng(Mike) 1-0/+1
2017-08-02KVM: X86: Fix loss of pending INIT due to raceGravatar Wanpeng Li 1-8/+11
2017-08-02ARM64: dts: marvell: armada-37xx: Fix the number of GPIO on south bridgeGravatar Gregory CLEMENT 1-1/+1
2017-08-02powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkGravatar Sergei Shtylyov 1-1/+1
2017-08-01KVM: async_pf: make rcu irq exit if not triggered from idle taskGravatar Wanpeng Li 1-2/+4
2017-08-01KVM: nVMX: fixes to nested virt interrupt injectionGravatar Paolo Bonzini 2-25/+72
2017-08-01KVM: nVMX: do not fill vm_exit_intr_error_code in prepare_vmcs12Gravatar Paolo Bonzini 1-18/+34
2017-08-01arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0Gravatar Marc Zyngier 1-1/+1
2017-08-01x86/hpet: Cure interface abuse in the resume pathGravatar Thomas Gleixner 1-16/+11
2017-07-31parisc: Define CONFIG_CPU_BIG_ENDIANGravatar Babu Moger 1-0/+3
2017-07-31powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Gravatar Nicholas Piggin 1-1/+9
2017-07-31Merge tag 'v4.13-rc1' into fixesGravatar Michael Ellerman 316-3232/+4156
2017-07-31parisc: Increase thread and stack size to 32kbGravatar Helge Deller 2-2/+2
2017-07-31parisc: Handle vma's whose context is not current in flush_cache_rangeGravatar John David Anglin 1-3/+2
2017-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+13
2017-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-11/+50
2017-07-30cpufreq: x86: Make scaling_cur_freq behave more as expectedGravatar Rafael J. Wysocki 1-14/+26
2017-07-29ARM: shmobile: rcar-gen2: Fix deadlock in regulator quirkGravatar Geert Uytterhoeven 1-1/+5
2017-07-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-21/+69
2017-07-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 11-42/+47
2017-07-28Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 9-36/+168