summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum2019-08-151-5/+7
| * | | | | | | | USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-121-5/+5
| * | | | | | | | Merge tag 'fixes-for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-08-123-12/+22
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt2019-08-121-10/+18
| | * | | | | | | usb: gadget: composite: Clear "suspended" on reset/disconnectBenjamin Herrenschmidt2019-08-121-0/+1
| | * | | | | | | usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"Yoshihiro Shimoda2019-08-121-2/+3
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-1715-84/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: fix an issue when IOSQE_IO_LINK is inserted into defer listJackie Liu2019-08-151-7/+9
| * | | | | | | | block: remove REQ_NOWAIT_INLINEJens Axboe2019-08-153-54/+8
| * | | | | | | | io_uring: fix manual setup of iov_iter for fixed buffersAleix Roca Nonell2019-08-151-3/+1
| * | | | | | | | xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
| * | | | | | | | blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-08-122-2/+3
| * | | | | | | | Merge branch 'nvme-5.3-rc' of git://git.infradead.org/nvme into for-linusJens Axboe2019-08-109-15/+143
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvme-pci: Fix async probe remove raceKeith Busch2019-07-311-1/+2
| | * | | | | | | | nvme: fix controller removal race with scan workSagi Grimberg2019-07-313-8/+54
| | * | | | | | | | nvme-rdma: fix possible use-after-free in connect error flowSagi Grimberg2019-07-311-5/+11
| | * | | | | | | | nvme: fix a possible deadlock when passthru commands sent to a multipath deviceSagi Grimberg2019-07-313-0/+47
| | * | | | | | | | nvme-core: Fix extra device_put() call on error pathLogan Gunthorpe2019-07-311-1/+1
| | * | | | | | | | nvmet-file: fix nvmet_file_flush() always returning an errorLogan Gunthorpe2019-07-311-0/+3
| | * | | | | | | | nvmet-loop: Flush nvme_delete_wq when removing the portLogan Gunthorpe2019-07-311-0/+8
| | * | | | | | | | nvmet: Fix use-after-free bug when a port is removedLogan Gunthorpe2019-07-313-0/+16
| | * | | | | | | | nvme-multipath: revalidate nvme_ns_head gendisk in nvme_validate_nsAnthony Iliopoulos2019-07-301-0/+1
* | | | | | | | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-08-177-41/+54
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINTAINERS: Fix Hyperv vIOMMU driver file nameLan Tianyu2019-08-171-1/+1
| * | | | | | | | | | tools: hv: Use the correct style for SPDX License IdentifierNishad Kamdar2019-08-171-1/+1
| * | | | | | | | | | tools: hv: fix typos in toolchainAdrian Vladu2019-08-174-6/+6
| * | | | | | | | | | tools: hv: fix KVP and VSS daemons exit codeAdrian Vladu2019-08-172-0/+4
| * | | | | | | | | | tools: hv: fixed Python pep8/flake8 warnings for lsvmbusAdrian Vladu2019-08-171-33/+42
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-175-21/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-08-141-1/+1
| * | | | | | | | | | i2c: emev2: avoid race when unregistering slave clientWolfram Sang2019-08-141-4/+12
| * | | | | | | | | | i2c: rcar: avoid race when unregistering slave clientWolfram Sang2019-08-141-4/+7
| * | | | | | | | | | MAINTAINERS: i2c-imx: take over maintainershipOleksij Rempel2019-08-141-0/+8
| * | | | | | | | | | Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam2019-08-141-12/+6
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-175-5/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | riscv: Make __fstate_clean() work correctly.Vincent Chen2019-08-141-1/+1
| * | | | | | | | | | riscv: Correct the initialized flow of FP registerVincent Chen2019-08-142-2/+15
| * | | | | | | | | | riscv: defconfig: Update the defconfigAlistair Francis2019-08-131-0/+2
| * | | | | | | | | | riscv: rv32_defconfig: Update the defconfigAlistair Francis2019-08-131-0/+3
| * | | | | | | | | | riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley2019-08-131-2/+9
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'xtensa-20190816' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-08-161-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xtensa: add missing isync to the cpu_reset TLB codeMax Filippov2019-08-121-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-08-162-12/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon2019-08-161-9/+13
| * | | | | | | | | | arm64: cpufeature: Don't treat granule sizes as strictWill Deacon2019-08-131-3/+11
* | | | | | | | | | | Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-08-165-8/+43
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-08-162-5/+11
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
| | * | | | | | | | | | | cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar2019-08-101-1/+1
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki2019-08-121-3/+10