summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-26Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-07-26Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-07-26Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-07-26Merge tag 'iommu-fixes-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-07-26Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-26Merge tag 'hwmon-for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-26docs: phy: Drop duplicate 'be made'Guido Günther
2019-07-26fix the struct mount leak in umount_tree()Al Viro
2019-07-26MAINTAINERS: vfio-ccw: Remove myself as the maintainerFarhan Ali
2019-07-26s390/mm: use shared variables for sysctl range checkVasily Gorbik
2019-07-26virtio/s390: fix race on airq_areas[]Halil Pasic
2019-07-26s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic
2019-07-26btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_rangeNaohiro Aota
2019-07-26Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/l...Dave Airlie
2019-07-26Merge tag 'drm-misc-fixes-2019-07-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-07-25Makefile: Globally enable fall-through warningGustavo A. R. Silva
2019-07-25drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25drm/amd/display: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warningGustavo A. R. Silva
2019-07-25drm/amdgpu/gfx10: Fix missing break in switch statementGustavo A. R. Silva
2019-07-25drm/amdkfd: Fix missing break in switch statementGustavo A. R. Silva
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25mtd: onenand_base: Mark expected switch fall-throughGustavo A. R. Silva
2019-07-25afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25firewire: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACKArnd Bergmann
2019-07-25Merge branch 'nvme-5.3' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-07-25io_uring: ensure ->list is initialized for poll commandsJens Axboe
2019-07-25usbip: tools: fix GCC8 warning for strncpyLiu, Changcheng
2019-07-25Merge tag 'pm-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-07-25Merge tag 'riscv/for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-25Merge tag 'ktest-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-25Merge branch 'access-creds'Linus Torvalds
2019-07-25btrfs: Fix deadlock caused by missing memory barrierNikolay Borisov
2019-07-25perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva
2019-07-25perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez
2019-07-25perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan
2019-07-25perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun
2019-07-25perf/x86/intel: Fix SLOTS PEBS event constraintKan Liang
2019-07-25locking/mutex: Test for initialized mutexSebastian Andrzej Siewior
2019-07-25locking/lockdep: Clean up #ifdef checksArnd Bergmann
2019-07-25locking/lockdep: Hide unused 'class' variableArnd Bergmann
2019-07-25locking/rwsem: Add ACQUIRE commentsPeter Zijlstra
2019-07-25tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra
2019-07-25lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra
2019-07-25locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek
2019-07-25locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long