summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-06auxdisplay: Fix Kconfig indentationKrzysztof Kozlowski
2020-03-06Merge tag 'for-5.6-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'filelock-v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-06clang-format: Update with the latest for_each macro listMiguel Ojeda
2020-03-06Merge tag 'regulator-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-06Merge tag 'hwmon-for-v5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-03-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu
2020-03-06dt-bindings: arm: Fixup the DT bindings for hierarchical PSCI statesUlf Hansson
2020-03-06dt-bindings: power: Extend nodename pattern for power-domain providersUlf Hansson
2020-03-06io_uring: free fixed_file_data after RCU grace periodJens Axboe
2020-03-06locks: fix a potential use-after-free problem when wakeup a waiteryangerkun
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato
2020-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-03-06tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle
2020-03-06Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle
2020-03-06serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär
2020-03-06arch/Kconfig: update HAVE_RELIABLE_STACKTRACE descriptionMiroslav Benes
2020-03-06mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka
2020-03-06mm/z3fold.c: do not include rwlock.h directlySebastian Andrzej Siewior
2020-03-06fat: fix uninit-memory access for partial initialized inodeOGAWA Hirofumi
2020-03-06mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-03-06mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman
2020-03-06Merge tag 'devprop-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-06Merge tag 'acpi-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-03-06Merge tag 'drm-fixes-2020-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-03-06ALSA: sgio2audio: Remove usage of dropped hw_params/hw_free functionsThomas Bogendoerfer
2020-03-06Merge branch 'acpi-doc'Rafael J. Wysocki
2020-03-06Merge tag 'amd-drm-fixes-5.6-2020-03-05' of git://people.freedesktop.org/~agd...Dave Airlie
2020-03-06Merge tag 'drm-intel-fixes-2020-03-05' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2020-03-06Merge tag 'drm-misc-fixes-2020-03-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-03-05riscv: fix seccomp reject syscall code pathTycho Andersen
2020-03-05blktrace: fix dereference after null checkCengiz Can
2020-03-05MAINTAINERS: Add missed files related to Synopsys DesignWare UARTAndy Shevchenko
2020-03-05serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-03-05riscv: dts: Add GPIO reboot method to HiFive Unleashed DTS fileYash Shah
2020-03-05tty:serial:mvebu-uart:fix a wrong returntangbin
2020-03-05RISC-V: Select Goldfish RTC driver for QEMU virt machineAnup Patel
2020-03-05RISC-V: Select SYSCON Reboot and Poweroff for QEMU virt machineAnup Patel
2020-03-05RISC-V: Enable QEMU virt machine support in defconfigsAnup Patel
2020-03-05RISC-V: Add kconfig option for QEMU virt machineAnup Patel
2020-03-05Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-05Merge tag 'dmaengine-fix-5.6-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2020-03-05xen/blkfront: fix ring info addressingJuergen Gross
2020-03-05xen/xenbus: fix lockingJuergen Gross
2020-03-05xenbus: req->err should be updated before req->stateDongli Zhang
2020-03-05xenbus: req->body should be updated before req->stateDongli Zhang
2020-03-05xen: Replace zero-length array with flexible-array memberGustavo A. R. Silva