summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | clocksource/drivers/imx: Fix -Wunused-but-set-variable warningDaniel Lezcano2024-01-221-2/+1
* | | | | Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-18/+54
|\ \ \ \ \
| * | | | | irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same timeBiju Das2024-03-181-3/+2
| * | | | | irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger typeBiju Das2024-03-181-4/+32
| * | | | | irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()Biju Das2024-03-181-4/+3
| * | | | | irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()Biju Das2024-03-181-5/+3
| * | | | | irqchip/renesas-rzg2l: Flush posted write in irq_eoi()Biju Das2024-03-181-2/+14
* | | | | | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-237-19/+19
|\ \ \ \ \ \
| * | | | | | lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor2024-03-221-1/+1
| * | | | | | overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-226-18/+18
* | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-228-71/+411
|\ \ \ \ \ \ \
| * | | | | | | scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche2024-02-261-4/+45
| * | | | | | | scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche2024-02-261-0/+50
| * | | | | | | scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche2024-02-261-3/+58
| * | | | | | | scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche2024-02-261-2/+7
| * | | | | | | scsi: scsi_debug: Rework subpage code error handlingBart Van Assche2024-02-261-34/+36
| * | | | | | | scsi: scsi_debug: Rework page code error handlingBart Van Assche2024-02-261-12/+12
| * | | | | | | scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche2024-02-261-0/+16
| * | | | | | | scsi: scsi_debug: Reduce code duplicationBart Van Assche2024-02-261-14/+2
| * | | | | | | scsi: sd: Translate data lifetime informationBart Van Assche2024-02-262-4/+98
| * | | | | | | scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-263-0/+63
| * | | | | | | scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-264-0/+26
* | | | | | | | Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-2212-34/+233
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-2111-33/+233
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| | * | | | | | | | nvme: remove redundant BUILD_BUG_ON checkGuixin Liu2024-03-211-3/+0
| | * | | | | | | | nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng2024-03-181-3/+18
| | * | | | | | | | nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng2024-03-181-1/+1
| | * | | | | | | | drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)2024-03-181-0/+3
| | * | | | | | | | nvme: parse format command's lbafu when tracingGuixin Liu2024-03-141-1/+4
| | * | | | | | | | nvme: add tracing of reservation commandsGuixin Liu2024-03-141-0/+62
| | * | | | | | | | nvme: parse zns command's zsa and zrasf to stringGuixin Liu2024-03-141-3/+35
| | * | | | | | | | nvme: use nvme_disk_is_ns_head helperGuixin Liu2024-03-142-4/+2
| | * | | | | | | | nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2024-03-142-9/+4
| | * | | | | | | | nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| | * | | | | | | | nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| | * | | | | | | | nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| | * | | | | | | | nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
| | * | | | | | | | nvme: change shutdown timeout setting messageKeith Busch2024-03-081-1/+1
| * | | | | | | | | floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | | | | | | | | | Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-222-6/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka2024-03-211-2/+10
| * | | | | | | | | | dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka2024-03-201-1/+3
| * | | | | | | | | | dm-integrity: fix a memory leak when rechecking the dataMikulas Patocka2024-03-191-3/+3
* | | | | | | | | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2211-79/+324
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Palmer Dabbelt2024-03-204-26/+187
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cpufreq: Move CPPC configs to common Kconfig and add RISC-VSunil V L2024-03-192-26/+29
| | * | | | | | | | | | | ACPI: RISC-V: Add CPPC driverSunil V L2024-03-192-0/+158
| * | | | | | | | | | | | Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-204-46/+89
| |\| | | | | | | | | | |
| | * | | | | | | | | | | ACPI: Enable ACPI_PROCESSOR for RISC-VSunil V L2024-03-191-1/+1