| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2021-09-26 | 2 | -2/+2 |
|\ |
|
| * | EDAC/dmc520: Assign the proper type to dimm->edac_mode | Borislav Petkov | 2021-09-16 | 1 | -1/+1 |
| * | EDAC/synopsys: Fix wrong value type assignment for edac_mode | Sai Krishna Potthuri | 2021-09-16 | 1 | -1/+1 |
* | | Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-09-26 | 3 | -8/+8 |
|\ \ |
|
| * | | thermal/drivers/tsens: Fix wrong check for tzd in irq handlers | Ansuel Smith | 2021-09-21 | 1 | -2/+2 |
| * | | thermal/core: Potential buffer overflow in thermal_build_list_of_policies() | Dan Carpenter | 2021-09-21 | 1 | -4/+3 |
| * | | thermal/drivers/int340x: Do not set a wrong tcc offset on resume | Antoine Tenart | 2021-09-14 | 1 | -2/+3 |
| |/ |
|
* | | Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-09-26 | 6 | -13/+64 |
|\ \ |
|
| * \ | Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 2021-09-24 | 6 | -13/+64 |
| |\ \ |
|
| | * | | irqchip/gic: Work around broken Renesas integration | Marc Zyngier | 2021-09-22 | 1 | -1/+51 |
| | * | | irqchip/renesas-rza1: Use semicolons instead of commas | Geert Uytterhoeven | 2021-09-22 | 1 | -6/+6 |
| | * | | irqchip/gic-v3-its: Fix potential VPE leak on error | Kaige Fu | 2021-09-22 | 1 | -1/+1 |
| | * | | irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix build | Randy Dunlap | 2021-09-22 | 1 | -0/+1 |
| | * | | irqchip/mbigen: Repair non-kernel-doc notation | Randy Dunlap | 2021-09-22 | 1 | -3/+3 |
| | * | | irqchip/armada-370-xp: Fix ack/eoi breakage | Marc Zyngier | 2021-09-22 | 1 | -2/+2 |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2021-09-26 | 32 | -284/+273 |
|\ \ \ \ |
|
| * | | | | scsi: ses: Retry failed Send/Receive Diagnostic commands | Wen Xiong | 2021-09-22 | 1 | -4/+18 |
| * | | | | scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT" | Colin Ian King | 2021-09-22 | 1 | -1/+1 |
| * | | | | scsi: lpfc: Fix gcc -Wstringop-overread warning, again | Arnd Bergmann | 2021-09-22 | 1 | -5/+2 |
| * | | | | scsi: lpfc: Use correct scnprintf() limit | Dan Carpenter | 2021-09-22 | 1 | -1/+2 |
| * | | | | scsi: lpfc: Fix sprintf() overflow in lpfc_display_fpin_wwpn() | Dan Carpenter | 2021-09-22 | 1 | -1/+1 |
| * | | | | scsi: acornscsi: Remove tagged queuing vestiges | Hannes Reinecke | 2021-09-22 | 3 | -93/+23 |
| * | | | | scsi: fas216: Kill scmd->tag | Hannes Reinecke | 2021-09-22 | 1 | -23/+8 |
| * | | | | scsi: qla2xxx: Restore initiator in dual mode | Dmitry Bogdanov | 2021-09-22 | 1 | -1/+2 |
| * | | | | scsi: ufs: core: Unbreak the reset handler | Bart Van Assche | 2021-09-22 | 1 | -1/+1 |
| * | | | | scsi: sd_zbc: Support disks with more than 2**32 logical blocks | Bart Van Assche | 2021-09-22 | 1 | -1/+1 |
| * | | | | scsi: ufs: core: Revert "scsi: ufs: Synchronize SCSI and UFS error handling" | Adrian Hunter | 2021-09-22 | 2 | -57/+58 |
| * | | | | scsi: sd: Make sd_spinup_disk() less noisy | Heiner Kallweit | 2021-09-14 | 1 | -1/+4 |
| * | | | | scsi: ufs: ufs-pci: Fix Intel LKF link stability | Adrian Hunter | 2021-09-14 | 3 | -1/+81 |
| * | | | | scsi: mpt3sas: Clean up some inconsistent indenting | Colin Ian King | 2021-09-14 | 2 | -3/+2 |
| * | | | | scsi: megaraid: Clean up some inconsistent indenting | Colin Ian King | 2021-09-14 | 1 | -2/+2 |
| * | | | | scsi: sr: Fix spelling mistake "does'nt" -> "doesn't" | Colin Ian King | 2021-09-14 | 1 | -1/+1 |
| * | | | | scsi: megaraid: Fix Coccinelle warning | jing yangyang | 2021-09-14 | 1 | -2/+1 |
| * | | | | scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() function | Helge Deller | 2021-09-14 | 1 | -23/+0 |
| * | | | | scsi: elx: efct: Do not hold lock while calling fc_vport_terminate() | James Smart | 2021-09-14 | 1 | -2/+2 |
| * | | | | scsi: target: Fix the pgr/alua_support_store functions | Maurizio Lombardi | 2021-09-14 | 1 | -12/+20 |
| * | | | | scsi: sd_zbc: Ensure buffer size is aligned to SECTOR_SIZE | Naohiro Aota | 2021-09-14 | 1 | -3/+3 |
| * | | | | scsi: sd: Free scsi_disk device via put_device() | Ming Lei | 2021-09-14 | 1 | -4/+5 |
| * | | | | scsi: mpt3sas: Call cpu_relax() before calling udelay() | Sreekanth Reddy | 2021-09-14 | 1 | -1/+3 |
| * | | | | scsi: iscsi: Adjust iface sysfs attr detection | Baokun Li | 2021-09-14 | 1 | -4/+4 |
| * | | | | scsi: ufs: ufshpb: Remove unused parameters | ChanWoo Lee | 2021-09-14 | 1 | -5/+3 |
| * | | | | scsi: lpfc: Remove unneeded variable | Chi Minghao | 2021-09-14 | 1 | -2/+1 |
| * | | | | scsi: lpfc: Fix compilation errors on kernels with no CONFIG_DEBUG_FS | James Smart | 2021-09-14 | 3 | -9/+3 |
| * | | | | scsi: lpfc: Fix CPU to/from endian warnings introduced by ELS processing | James Smart | 2021-09-14 | 4 | -15/+16 |
| * | | | | scsi: elx: efct: Fix void-pointer-to-enum-cast warning for efc_nport_topology | James Smart | 2021-09-14 | 2 | -6/+4 |
| * | | | | scsi: st: Add missing break in switch statement in st_ioctl() | Nathan Chancellor | 2021-09-14 | 1 | -0/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-26 | 4 | -33/+36 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'nvme-5.15-2021-09-24' of git://git.infradead.org/nvme into block-5.15 | Jens Axboe | 2021-09-24 | 3 | -28/+36 |
| |\ \ \ \ |
|
| | * | | | | nvme: keep ctrl->namespaces ordered | Christoph Hellwig | 2021-09-21 | 1 | -16/+17 |
| | * | | | | nvme-tcp: fix incorrect h2cdata pdu offset accounting | Sagi Grimberg | 2021-09-21 | 1 | -3/+10 |