summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-26net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-26net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-36/+36
2019-10-26riscv: cleanup do_trap_breakChristoph Hellwig1-20/+6
2019-10-26net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-26net: mvneta: make stub functions static inlineBen Dooks (Codethink)1-12/+20
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+4
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-29/+47
2019-10-25Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds40-107/+145
2019-10-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-127/+186
2019-10-25Merge tag 'drm-fixes-2019-10-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-49/+96
2019-10-25Merge tag 'mmc-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds3-5/+7
2019-10-25Btrfs: fix race leading to metadata space leak after task received signalFilipe Manana1-0/+21
2019-10-25btrfs: tree-checker: Fix wrong check on max devidQu Wenruo1-8/+0
2019-10-25btrfs: Consider system chunk array size for new SYSTEM chunksQu Wenruo1-0/+1
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe1-12/+32
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe1-5/+8
2019-10-25ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard1-4/+4
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov1-1/+2
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov1-29/+33
2019-10-25io_uring: Fix corrupted user_dataPavel Begunkov1-0/+2
2019-10-25xen: issue deprecation warning for 32-bit pv guestJuergen Gross1-0/+8
2019-10-25Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2-5/+20
2019-10-25kvm: Allocate memslots and buses before calling kvm_arch_init_vmJim Mattson1-19/+21
2019-10-25powerpc/powernv/eeh: Fix oops when probing cxl devicesFrederic Barrat1-1/+1
2019-10-25irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak1-2/+2
2019-10-25pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko1-12/+12
2019-10-25ACPI: processor: Add QoS requests for all CPUsRafael J. Wysocki2-26/+42
2019-10-25clk: samsung: exynos5420: Preserve PLL configuration during suspend/resumeMarek Szyprowski1-0/+6
2019-10-25arm64: dts: ls1028a: fix a compatible issueYuantian Tang1-1/+1
2019-10-25Merge tag 'drm-fixes-5.4-2019-10-23' of git://people.freedesktop.org/~agd5f/l...Dave Airlie8-46/+92
2019-10-25Merge tag 'drm-misc-fixes-2019-10-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-3/+4
2019-10-25autofs: fix a leak in autofs_expire_indirect()Al Viro1-2/+3
2019-10-25cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2019-10-25CIFS: Fix use after free of file info structuresPavel Shilovsky1-3/+3
2019-10-25CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2-20/+32
2019-10-25scsi: sd: define variable dif as unsigned int instead of boolXiang Chen1-1/+2
2019-10-25scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche1-1/+2
2019-10-25IB/core: Avoid deadlock during netlink message handlingParav Pandit3-54/+56
2019-10-25Merge tag 'devicetree-fixes-for-5.4-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-17/+17
2019-10-25Merge branch 'net-fix-nested-device-bugs'David S. Miller38-521/+628
2019-10-25virt_wifi: fix refcnt leak in module exit routineTaehee Yoo1-2/+52
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo15-92/+10
2019-10-25vxlan: add adjacent link to limit depth levelTaehee Yoo2-10/+44
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2-21/+219