index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
i2c: dev: Fix bus callback return values
Geert Uytterhoeven
2023-03-09
1
-6
/
+18
|
*
|
|
i2c: Convert drivers to new .probe() callback
Uwe Kleine-König
2023-03-09
4
-4
/
+4
|
*
|
|
i2c: mux: Convert all drivers to new .probe() callback
Uwe Kleine-König
2023-03-09
3
-3
/
+3
|
*
|
|
i2c: Switch .probe() to not take an id parameter
Uwe Kleine-König
2023-03-09
2
-16
/
+13
|
*
|
|
media: i2c: ov2685: convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+2
|
*
|
|
media: i2c: ov5695: convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+2
|
*
|
|
w1: ds2482: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+2
|
*
|
|
serial: sc16is7xx: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+3
|
*
|
|
mtd: maps: pismo: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+2
|
*
|
|
misc: ad525x_dpot-i2c: Convert to i2c's .probe_new()
Uwe Kleine-König
2023-03-09
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
ubi: block: Fix missing blk_mq_end_request
Richard Weinberger
2023-03-11
1
-1
/
+4
*
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2023-03-11
20
-50
/
+117
|
\
\
\
|
*
|
|
scsi: sd: Fix wrong zone_write_granularity value during revalidate
Shin'ichiro Kawasaki
2023-03-07
2
-9
/
+6
|
*
|
|
scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file
Michael Kelley
2023-03-07
1
-0
/
+16
|
*
|
|
scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1
Chandrakanth Patil
2023-03-07
1
-2
/
+2
|
*
|
|
scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilities
Chandrakanth Patil
2023-03-07
2
-2
/
+7
|
*
|
|
scsi: megaraid_sas: Update max supported LD IDs to 240
Chandrakanth Patil
2023-03-07
2
-1
/
+3
|
*
|
|
scsi: mpi3mr: Bad drive in topology results kernel crash
Ranjan Kumar
2023-03-07
1
-5
/
+7
|
*
|
|
scsi: mpi3mr: NVMe command size greater than 8K fails
Ranjan Kumar
2023-03-07
1
-2
/
+2
|
*
|
|
scsi: mpi3mr: Return proper values for failures in firmware init path
Ranjan Kumar
2023-03-07
1
-2
/
+9
|
*
|
|
scsi: mpi3mr: Wait for diagnostic save during controller init
Ranjan Kumar
2023-03-07
1
-1
/
+18
|
*
|
|
scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabled
Ranjan Kumar
2023-03-07
1
-1
/
+2
|
*
|
|
scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt
Ranjan Kumar
2023-03-07
3
-2
/
+14
|
*
|
|
scsi: lpfc: Avoid usage of list iterator variable after loop
Jakob Koschel
2023-03-07
1
-4
/
+4
|
*
|
|
scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()
Justin Tee
2023-03-07
2
-4
/
+2
|
*
|
|
scsi: ufs: mcq: qcom: Clean the return path of ufs_qcom_mcq_config_resource()
Asutosh Das
2023-03-07
1
-4
/
+2
|
*
|
|
scsi: ufs: mcq: qcom: Fix passing zero to PTR_ERR
Asutosh Das
2023-03-07
1
-1
/
+1
|
*
|
|
scsi: ufs: ufs-qcom: Remove impossible check
Dan Carpenter
2023-03-07
1
-1
/
+1
|
*
|
|
scsi: ufs: core: Add soft dependency on governor_simpleondemand
Adrien Thierry
2023-03-07
1
-0
/
+1
|
*
|
|
scsi: hisi_sas: Check devm_add_action() return value
Kang Chen
2023-03-07
1
-2
/
+1
|
*
|
|
scsi: qla2xxx: Add option to disable FC2 Target support
Daniel Wagner
2023-03-06
3
-2
/
+12
|
*
|
|
scsi: target: iscsi: Fix an error message in iscsi_check_key()
Maurizio Lombardi
2023-03-06
1
-5
/
+7
|
|
/
/
*
|
|
Merge tag 'block-6.3-2023-03-09' of git://git.kernel.dk/linux
Linus Torvalds
2023-03-11
3
-10
/
+19
|
\
\
\
|
*
|
|
block, bfq: fix uaf for 'stable_merge_bfqq'
Yu Kuai
2023-03-08
1
-9
/
+9
|
*
|
|
docs: sysfs-block: document hidden sysfs entry
Sagi Grimberg
2023-03-08
1
-0
/
+9
|
*
|
|
block: fix wrong mode for blkdev_put() from disk_scan_partitions()
Yu Kuai
2023-03-07
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'pull-highmem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2023-03-11
1
-0
/
+6
|
\
\
\
|
*
|
|
new helper: put_and_unmap_page()
Al Viro
2023-03-07
1
-0
/
+6
|
|
/
/
*
|
|
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2023-03-11
2
-2
/
+3
|
\
\
\
|
*
|
|
fs: prevent out-of-bounds array speculation when closing a file descriptor
Theodore Ts'o
2023-03-10
1
-0
/
+1
|
*
|
|
alpha: fix lazy-FPU mis(merged/applied/whatnot)
Al Viro
2023-03-07
1
-2
/
+2
|
|
/
/
*
|
|
Merge tag 'thermal-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-03-11
1
-1
/
+4
|
\
\
\
|
*
|
|
thermal: intel: int340x: processor_thermal: Fix deadlock
Srinivas Pandruvada
2023-03-03
1
-1
/
+4
*
|
|
|
Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-10
8
-8
/
+52
|
\
\
\
\
|
*
|
|
|
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
2023-03-09
4
-6
/
+39
|
*
|
|
|
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
2023-03-09
1
-1
/
+1
|
*
|
|
|
RISC-V: fix taking the text_mutex twice during sifive errata patching
Conor Dooley
2023-03-07
1
-1
/
+1
|
*
|
|
|
RISC-V: Stop emitting attributes
Palmer Dabbelt
2023-03-07
2
-0
/
+11
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'drm-fixes-2023-03-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-03-10
37
-191
/
+280
|
\
\
\
\
|
*
\
\
\
Merge tag 'amd-drm-fixes-6.3-2023-03-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2023-03-10
15
-42
/
+136
|
|
\
\
\
\
[prev]
[next]