summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: dev: Fix bus callback return valuesGeert Uytterhoeven2023-03-091-6/+18
| * | | i2c: Convert drivers to new .probe() callbackUwe Kleine-König2023-03-094-4/+4
| * | | i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König2023-03-093-3/+3
| * | | i2c: Switch .probe() to not take an id parameterUwe Kleine-König2023-03-092-16/+13
| * | | media: i2c: ov2685: convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
| * | | media: i2c: ov5695: convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
| * | | w1: ds2482: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
| * | | serial: sc16is7xx: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+3
| * | | mtd: maps: pismo: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+2
| * | | misc: ad525x_dpot-i2c: Convert to i2c's .probe_new()Uwe Kleine-König2023-03-091-3/+3
| | |/ | |/|
* | | ubi: block: Fix missing blk_mq_end_requestRichard Weinberger2023-03-111-1/+4
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-03-1120-50/+117
|\ \ \
| * | | scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki2023-03-072-9/+6
| * | | scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley2023-03-071-0/+16
| * | | scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1Chandrakanth Patil2023-03-071-2/+2
| * | | scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilitiesChandrakanth Patil2023-03-072-2/+7
| * | | scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil2023-03-072-1/+3
| * | | scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar2023-03-071-5/+7
| * | | scsi: mpi3mr: NVMe command size greater than 8K failsRanjan Kumar2023-03-071-2/+2
| * | | scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar2023-03-071-2/+9
| * | | scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar2023-03-071-1/+18
| * | | scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar2023-03-071-1/+2
| * | | scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar2023-03-073-2/+14
| * | | scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel2023-03-071-4/+4
| * | | scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2023-03-072-4/+2
| * | | scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()Asutosh Das2023-03-071-4/+2
| * | | scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERRAsutosh Das2023-03-071-1/+1
| * | | scsi: ufs: ufs-qcom: Remove impossible checkDan Carpenter2023-03-071-1/+1
| * | | scsi: ufs: core: Add soft dependency on governor_simpleondemandAdrien Thierry2023-03-071-0/+1
| * | | scsi: hisi_sas: Check devm_add_action() return valueKang Chen2023-03-071-2/+1
| * | | scsi: qla2xxx: Add option to disable FC2 Target supportDaniel Wagner2023-03-063-2/+12
| * | | scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi2023-03-061-5/+7
| |/ /
* | | Merge tag 'block-6.3-2023-03-09' of git://git.kernel.dk/linuxLinus Torvalds2023-03-113-10/+19
|\ \ \
| * | | block, bfq: fix uaf for 'stable_merge_bfqq'Yu Kuai2023-03-081-9/+9
| * | | docs: sysfs-block: document hidden sysfs entrySagi Grimberg2023-03-081-0/+9
| * | | block: fix wrong mode for blkdev_put() from disk_scan_partitions()Yu Kuai2023-03-071-1/+1
| |/ /
* | | Merge tag 'pull-highmem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2023-03-111-0/+6
|\ \ \
| * | | new helper: put_and_unmap_page()Al Viro2023-03-071-0/+6
| |/ /
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-112-2/+3
|\ \ \
| * | | fs: prevent out-of-bounds array speculation when closing a file descriptorTheodore Ts'o2023-03-101-0/+1
| * | | alpha: fix lazy-FPU mis(merged/applied/whatnot)Al Viro2023-03-071-2/+2
| |/ /
* | | Merge tag 'thermal-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-03-111-1/+4
|\ \ \
| * | | thermal: intel: int340x: processor_thermal: Fix deadlockSrinivas Pandruvada2023-03-031-1/+4
* | | | Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-108-8/+52
|\ \ \ \
| * | | | RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-094-6/+39
| * | | | riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-091-1/+1
| * | | | RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-03-071-1/+1
| * | | | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-072-0/+11
| | |/ / | |/| |
* | | | Merge tag 'drm-fixes-2023-03-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-03-1037-191/+280
|\ \ \ \
| * \ \ \ Merge tag 'amd-drm-fixes-6.3-2023-03-09' of https://gitlab.freedesktop.org/ag...Dave Airlie2023-03-1015-42/+136
| |\ \ \ \