summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-12Merge tag 'drm-misc-fixes-2019-12-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-12-11Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-12-11io_uring: ensure we return -EINVAL on unknown opcodeJens Axboe
2019-12-11Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-12-11Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-12-11pipe: simplify signal handling in pipe_read() and add commentsLinus Torvalds
2019-12-11drm/amdgpu: fix license on Kconfig and MakefilesAlex Deucher
2019-12-11drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin
2019-12-11drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin
2019-12-11drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin
2019-12-11drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin
2019-12-11s390/kasan: add KASAN_VMALLOC supportVasily Gorbik
2019-12-11s390: remove last diag 0x44 callerHeiko Carstens
2019-12-11s390/uv: use EOPNOTSUPP instead of ENOTSUPPChristian Borntraeger
2019-12-11s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter
2019-12-11s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter
2019-12-11s390/test_unwind: fix spelling mistake "reqister" -> "register"Colin Ian King
2019-12-11s390/spinlock: remove confusing comment in arch_spin_lock_waitVasily Gorbik
2019-12-11md: make sure desc_nr less than MD_SB_DISKSYufen Yu
2019-12-11md: raid1: check rdev before reference in raid1_sync_request funcZhiqiang Liu
2019-12-11raid5: need to set STRIPE_HANDLE for batch headGuoqing Jiang
2019-12-11afs: Show volume name in /proc/net/afs/<cell>/volumesDavid Howells
2019-12-11afs: Fix missing cell comparison in afs_test_super()David Howells
2019-12-11afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPPDavid Howells
2019-12-11afs: Fix mountpoint parsingDavid Howells
2019-12-11dt-bindings: net: ti: cpsw-switch: update to fix commentsGrygorii Strashko
2019-12-11dt-bindings: remoteproc: stm32: add wakeup-source propertyArnaud Pouliquen
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman
2019-12-11xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg
2019-12-11Merge tag 'fixes-for-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2019-12-11drm/i915: Serialise with remote retirementChris Wilson
2019-12-11virtio_balloon: divide/multiply instead of shiftsMichael S. Tsirkin
2019-12-11virtio_balloon: name cleanupsMichael S. Tsirkin
2019-12-11virtio-balloon: fix managed page counts when migrating pages between zonesDavid Hildenbrand
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring
2019-12-11i2c: add helper to check if a client has a driver attachedWolfram Sang
2019-12-11ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIOHui Wang
2019-12-10io_uring: add sockets to list of files that support non-blocking issueJens Axboe
2019-12-10net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe
2019-12-10io_uring: only hash regular files for async work executionJens Axboe
2019-12-10io_uring: run next sqe inline if possibleJens Axboe
2019-12-10io_uring: don't dynamically allocate poll dataJens Axboe
2019-12-10io_uring: deferred send/recvmsg should assign iovJens Axboe
2019-12-10io_uring: sqthread should grab ctx->uring_lock for submissionsJens Axboe
2019-12-10io-wq: briefly spin for new work after finishing workJens Axboe
2019-12-10io-wq: remove worker->wait waitqueueJens Axboe