aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-12kvm: fix typo in flag nameMichael S. Tsirkin3-6/+6
2018-06-12kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-14/+26
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm1-2/+13
2018-06-12skip LAYOUTRETURN if layout is invalidOlga Kornievskaia1-2/+4
2018-06-12microblaze: Remove architecture heart beat codeMichal Simek5-91/+0
2018-06-12microblaze: heartbeat: fix missing prom.h includeRob Herring1-1/+1
2018-06-12ALSA: usb-audio: Disable the quirk for Nura headsetTakashi Iwai1-0/+5
2018-06-12xsk: re-add queue id check for XDP_SKB pathBjörn Töpel1-0/+3
2018-06-12Revert "PM / runtime: Fixup reference counting of device link suppliers at probe"Rafael J. Wysocki3-6/+30
2018-06-12ALSA: hda: add dock and led support for HP ProBook 640 G4Dennis Wassenberg1-0/+1
2018-06-12ALSA: hda: add dock and led support for HP EliteBook 830 G5Dennis Wassenberg1-0/+1
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong1-0/+2
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller1-2/+0
2018-06-12virtio: update the comments for transport featuresTiwei Bie1-3/+6
2018-06-12virtio_pci: support enabling VFsTiwei Bie3-1/+50
2018-06-12vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin1-0/+3
2018-06-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds68-3401/+8935
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds54-914/+1675
2018-06-11Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds483-6080/+16829
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds131-1006/+2038
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+15
2018-06-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller5-25/+48
2018-06-11Merge branch 'next/defconfig' into next/socOlof Johansson7-4/+70
2018-06-11net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern1-1/+1
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann3-15/+12
2018-06-11xsk: silence warning on memory allocation failureBjörn Töpel1-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller15-36/+99
2018-06-11net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia1-1/+2
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-11Merge tag 'linux-watchdog-4.18-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds10-60/+100
2018-06-11Revert "iommu/amd_iommu: Use CONFIG_DMA_DIRECT_OPS=y and dma_direct_{alloc,free}()"Linus Torvalds2-22/+47
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queueJia-Ju Bai1-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mwJia-Ju Bai1-1/+1
2018-06-11NTB: ntb_hw_idt: fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-06-11ntb: intel: change references of skx to gen3Dave Jiang4-130/+126
2018-06-11ntb: intel: split out the gen3 codeDave Jiang6-657/+754
2018-06-11ntb: intel: header definitions refactorDave Jiang4-142/+237
2018-06-11Merge tag 'rpmsg-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds15-145/+139
2018-06-11Merge tag 'rproc-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds5-83/+188
2018-06-11Merge tag 'hwlock-v4.18' of git://github.com/andersson/remoteprocLinus Torvalds9-81/+118
2018-06-11ia64: disable CONFIG_PERFMON at least for nowLinus Torvalds1-0/+1
2018-06-11IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()'Christophe Jaillet1-2/+5
2018-06-11Input: do not assign new tracking ID when changing tool typeDmitry Torokhov1-1/+1
2018-06-11Input: make input_report_slot_state() return booleanDmitry Torokhov2-4/+8
2018-06-11Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach1-18/+16
2018-06-11Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun1-1/+1
2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds28-1388/+1880
2018-06-11RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CMKalderon, Michal1-0/+3