summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-1/+1
|\
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
* | Merge tag 'block-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-0620-78/+175
|\ \
| * \ Merge branch 'nvme-5.6' of git://git.infradead.org/nvme into block-5.6Jens Axboe2020-02-046-51/+72
| |\ \
| | * | nvmet: update AEN list and array at one placeDaniel Wagner2020-02-041-27/+36
| | * | nvmet: Fix controller use after freeIsrael Rukshin2020-02-041-4/+9
| | * | nvmet: Fix error print message at nvmet_install_queue functionIsrael Rukshin2020-02-041-1/+1
| | * | nvme-pci: remove nvmeq->tagsChristoph Hellwig2020-02-031-15/+8
| | * | nvmet: fix dsm failure when payload does not match sgl descriptorSagi Grimberg2020-02-034-2/+14
| | * | nvmet: Pass lockdep expression to RCU listsAmol Grover2020-02-031-2/+4
| * | | brd: check and limit max_part parZhiqiang Liu2020-02-041-2/+20
| |/ /
| * | bcache: check return value of prio_read()Coly Li2020-02-011-5/+16
| * | bcache: fix incorrect data type usage in btree_flush_write()Coly Li2020-02-011-1/+2
| * | bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-013-5/+37
| * | bcache: explicity type cast in bset_bkey_last()Coly Li2020-02-011-1/+2
| * | bcache: fix memory corruption in bch_cache_accounting_clear()Coly Li2020-02-011-3/+7
| * | xen/blkfront: limit allocated memory size to actual use caseJuergen Gross2020-01-301-5/+3
| * | nbd: add a flush_workqueue in nbd_start_deviceSun Ke2020-01-301-0/+10
| * | drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-304-5/+6
* | | Merge tag 'libata-5.6-2020-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-064-2/+33
|\ \ \
| * | | ata: pata_arasan_cf: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-01-301-2/+4
| * | | ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha2020-01-302-0/+28
| * | | pata_pcmia: add SanDisk High (>8G) CF card to supported listChristian Zigotzky2020-01-301-0/+1
| |/ /
* | | Merge tag 'pwm/for-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-02-0511-197/+479
|\ \ \
| * | | pwm: Remove set but not set variable 'pwm'yu kuai2020-01-201-4/+0
| * | | pwm: sun4i: Initialize variables before useThierry Reding2020-01-201-2/+2
| * | | pwm: stm32: Remove automatic output enableFabrice Gasnier2020-01-201-3/+1
| * | | pwm: sun4i: Narrow scope of local variableUwe Kleine-König2020-01-201-3/+5
| * | | pwm: bcm2835: Allow building for ARCH_BRCMSTBFlorian Fainelli2020-01-201-1/+1
| * | | pwm: imx27: Eliminate error message for defer probeAnson Huang2020-01-201-3/+7
| * | | pwm: sun4i: Fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva2020-01-201-3/+3
| * | | pwm: sun4i: Move pwm_calculate() out of spin_lock()Clément Péron2020-01-201-4/+3
| * | | pwm: omap-dmtimer: Allow compiling with COMPILE_TESTUwe Kleine-König2020-01-201-1/+2
| * | | pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König2020-01-201-6/+15
| * | | pwm: omap-dmtimer: Simplify error handlingUwe Kleine-König2020-01-201-9/+19
| * | | pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctionalUwe Kleine-König2020-01-201-1/+6
| * | | pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König2020-01-201-1/+8
| * | | pwm: rcar: Document inability to set duty_cycle = 0Uwe Kleine-König2020-01-201-0/+3
| * | | pwm: rcar: Drop useless call to pwm_get_state()Uwe Kleine-König2020-01-201-2/+0
| * | | pwm: Fix minor Kconfig whitespace issuesKrzysztof Kozlowski2020-01-081-2/+2
| * | | pwm: atmel: Implement .get_state()Uwe Kleine-König2020-01-081-0/+40
| * | | pwm: atmel: Use register accessors for channelsUwe Kleine-König2020-01-081-2/+2
| * | | pwm: atmel: Document known weaknesses of both hardware and softwareUwe Kleine-König2020-01-081-0/+10
| * | | pwm: atmel: Replace loop in prescale calculation by ad-hoc calculationUwe Kleine-König2020-01-081-7/+17
| * | | pwm: atmel: Use a constant for maximum prescale valueUwe Kleine-König2020-01-081-5/+3
| * | | pwm: atmel: Add a hint where to find hardware documentationUwe Kleine-König2020-01-081-0/+3
| * | | pwm: mxs: Avoid a division in mxs_pwm_apply()Rasmus Villemoes2020-01-081-3/+3
| * | | pwm: mxs: Add support for inverse polarityRasmus Villemoes2020-01-081-4/+10
| * | | pwm: mxs: Remove legacy methodsRasmus Villemoes2020-01-081-77/+0
| * | | pwm: mxs: Implement ->apply()Rasmus Villemoes2020-01-081-0/+70