summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC commandKiwoong Kim2023-09-051-1/+6
| | * | | | scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lockKiwoong Kim2023-09-051-5/+1
| | * | | | scsi: qedf: Add synchronization between I/O completions and abortJaved Hasan2023-09-052-3/+14
| | * | | | scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
| | * | | | scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan2023-09-051-3/+3
| | * | | | scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-054-8/+7
| | * | | | scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-052-8/+8
| | * | | | scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPPAlex Henrie2023-09-051-2/+2
| | * | | | scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2023-09-052-13/+10
* | | | | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-168-40/+63
|\ \ \ \ \ \
| * | | | | | ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel2023-09-161-5/+2
| * | | | | | ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel2023-09-161-3/+0
| * | | | | | ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel2023-09-161-10/+3
| * | | | | | ata: pata_parport: Fix code style issuesDamien Le Moal2023-09-151-5/+4
| * | | | | | ata: libahci: clear pending interrupt statusSzuying Chen2023-09-151-12/+23
| * | | | | | ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET2023-09-111-2/+2
| * | | | | | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-113-3/+29
| |/ / / / /
* | | | | | Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-161-0/+3
|\ \ \ \ \ \
| * | | | | | usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
| |/ / / / /
* | | | | | Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-162-0/+3
|\ \ \ \ \ \
| * | | | | | Documentation: embargoed-hardware-issues.rst: Add myself for RISC-VPalmer Dabbelt2023-09-131-0/+1
| * | | | | | driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko2023-09-121-0/+2
| |/ / / / /
* | | | | | Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-161-68/+35
|\ \ \ \ \ \
| * | | | | | Revert "comedi: add HAS_IOPORT dependencies"Ian Abbott2023-09-121-68/+35
| |/ / / / /
* | | | | | Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-166-16/+11
|\ \ \ \ \ \
| * | | | | | i2c: cadence: Fix the kernel-doc warningsShubhrajyoti Datta2023-09-131-0/+1
| * | | | | | i2c: aspeed: Reset the i2c controller when timeout occursTommy Huang2023-09-131-2/+5
| * | | | | | i2c: I2C_MLXCPLD on ARM64 should depend on ACPIGeert Uytterhoeven2023-09-131-2/+2
| * | | | | | i2c: Make I2C_ATR invisibleGeert Uytterhoeven2023-09-131-1/+1
| * | | | | | i2c: Drop legacy callback .probe_new()Uwe Kleine-König2023-09-131-10/+1
| * | | | | | w1: ds2482: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-09-131-1/+1
| |/ / / / /
* | | | | | Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-157-1/+129
|\ \ \ \ \ \
| * | | | | | selftests: tracing: Fix to unmount tracefs for recovering environmentMasami Hiramatsu (Google)2023-09-121-0/+8
| * | | | | | selftests: user_events: create test-specific Kconfig fragmentsNaresh Kamboju2023-09-111-0/+1
| * | | | | | ftrace/selftests: Add softlink to latest log directorySteven Rostedt (Google)2023-09-111-1/+9
| * | | | | | selftests/user_events: Fix failures when user_events is not installedBeau Belgrave2023-09-115-0/+111
| |/ / / / /
* | | | | | Merge tag 'nfsd-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-09-152-4/+5
|\ \ \ \ \ \
| * | | | | | NFSD: fix possible oops when nfsd/pool_stats is closed.NeilBrown2023-09-121-2/+3
| * | | | | | nfsd: fix change_info in NFSv4 RENAME repliesJeff Layton2023-09-091-2/+2
* | | | | | | Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-09-153-14/+16
|\ \ \ \ \ \ \
| * | | | | | | PM: hibernate: Fix the exclusive get block device in test_resume modeChen Yu2023-09-121-6/+6
| * | | | | | | PM: hibernate: Rename function parameter from snapshot_test to exclusiveChen Yu2023-09-122-8/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-155-8/+15
|\ \ \ \ \ \ \
| * | | | | | | thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki2023-09-141-2/+4
| * | | | | | | thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-113-4/+5
| * | | | | | | thermal/of: add missing of_node_put()Julia Lawall2023-09-111-2/+6
| |/ / / / / /
* | | | | | | Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-09-154-30/+33
|\ \ \ \ \ \ \
| * | | | | | | dm: don't attempt to queue IO under RCU protectionJens Axboe2023-09-151-21/+2
| * | | | | | | dm: fix a race condition in retrieve_depsMikulas Patocka2023-09-143-9/+31
| |/ / / / / /
* | | | | | | Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linuxLinus Torvalds2023-09-159-40/+65
|\ \ \ \ \ \ \