summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: simplify queue allocationChristoph Hellwig2020-03-2718-42/+23
* bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig2020-03-273-9/+11
* null_blk: use blk_mq_init_queue_dataChristoph Hellwig2020-03-271-22/+1
* block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-6/+6
* block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-256-0/+6
* block: move struct partition out of genhd.hChristoph Hellwig2020-03-244-9/+14
* block: cleanup how md_autodetect_dev is calledChristoph Hellwig2020-03-241-0/+1
* scsi: simplify scsi_partsizeChristoph Hellwig2020-03-245-70/+43
* scsi: move scsicam_bios_param to the end of scsicam.cChristoph Hellwig2020-03-241-61/+59
* scsi: simplify scsi_bios_ptableChristoph Hellwig2020-03-241-13/+11
* block: remove __bdevnameChristoph Hellwig2020-03-241-2/+2
* scsi: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+2
* nvme: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-1/+1
* xen-blkfront.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-5/+1
* virtio_blk.c: Convert to use set_capacity_revalidate_and_notifyBalbir Singh2020-03-181-4/+1
* null_blk: Add support for init_hctx() fault injectionBart Van Assche2020-03-101-0/+11
* null_blk: Handle null_add_dev() failures properlyBart Van Assche2020-03-101-1/+6
* null_blk: Fix the null_add_dev() error pathBart Van Assche2020-03-101-0/+1
* null_blk: Fix changing the number of hardware queuesBart Van Assche2020-03-101-37/+66
* null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed'Bart Van Assche2020-03-101-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2020-03-0910-33/+329
|\
| * Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/pub/scm/linux...Olof Johansson2020-03-04256-2713/+2489
| |\
| * \ Merge tag 'omap-for-v5.6/fixes-rc3-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2020-02-291-2/+2
| |\ \
| | * | bus: ti-sysc: Fix 1-wire reset quirkTony Lindgren2020-02-261-2/+2
| * | | Merge tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wikl...Olof Johansson2020-02-27147-1369/+2153
| |\ \ \
| | * | | tee: amdtee: fix memory leak in amdtee_open_session()Dan Carpenter2020-02-271-24/+24
| * | | | Merge tag 'imx-fixes-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Olof Johansson2020-02-244-6/+33
| |\ \ \ \
| | * | | | soc: imx-scu: Align imx sc msg structs to 4Leonard Crestez2020-02-241-1/+1
| | * | | | firmware: imx: Align imx_sc_msg_req_cpu_start to 4Leonard Crestez2020-02-241-1/+1
| | * | | | firmware: imx: scu-pd: Align imx sc msg structs to 4Leonard Crestez2020-02-241-1/+1
| | * | | | firmware: imx: misc: Align imx sc msg structs to 4Leonard Crestez2020-02-241-3/+3
| | * | | | firmware: imx: scu: Ensure sequential TXLeonard Crestez2020-02-241-0/+27
| | | |/ / | | |/| |
| * | | | Merge tag 'omap-for-v5.6/droid4-lcd-fix-signed' of git://git.kernel.org/pub/s...Olof Johansson2020-02-243-0/+268
| |\ \ \ \
| | * | | | backlight: add led-backlight driverTomi Valkeinen2020-02-193-0/+268
| | |/ / /
| * | | | Merge tag 'reset-fixes-for-v5.6' of git://git.pengutronix.de/git/pza/linux in...Olof Johansson2020-02-241-1/+2
| |\ \ \ \
| | * | | | reset: intel: add unspecified HAS_IOMEM dependencyBrendan Higgins2020-02-101-1/+1
| | * | | | reset: brcmstb-rescal: add unspecified HAS_IOMEM dependencyBrendan Higgins2020-02-101-0/+1
| | |/ / /
* | | | | Merge tag 'edac_urgent-2020-03-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-091-15/+7
|\ \ \ \ \
| * | | | | EDAC/synopsys: Do not print an error with back-to-back snprintf() callsSherry Sun2020-02-271-15/+7
* | | | | | Merge tag 'char-misc-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-085-8/+31
|\ \ \ \ \ \
| * | | | | | binder: prevent UAF for binderfs devices IIChristian Brauner2020-03-033-18/+16
| * | | | | | interconnect: Handle memory allocation errorsGeorgi Djakov2020-03-031-0/+9
| * | | | | | altera-stapl: altera_get_note: prevent write beyond end of 'key'Daniel Axtens2020-03-031-6/+6
| * | | | | | binder: prevent UAF for binderfs devicesChristian Brauner2020-03-032-1/+17
| |/ / / / /
* | | | | | Merge tag 'driver-core-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-081-7/+20
|\ \ \ \ \ \
| * | | | | | driver core: Skip unnecessary work when device doesn't have sync_state()Saravana Kannan2020-03-041-1/+3
| * | | | | | driver core: Call sync_state() even if supplier has no consumersSaravana Kannan2020-03-041-6/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'tty-5.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-087-29/+88
|\ \ \ \ \ \
| * | | | | | tty: serial: fsl_lpuart: free IDs allocated by IDAMichael Walle2020-03-061-15/+24
| * | | | | | Revert "tty: serial: fsl_lpuart: drop EARLYCON_DECLARE"Michael Walle2020-03-061-0/+2