summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+5
* scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan2022-10-182-0/+18
* scsi: libsas: Introduce SAS address comparison helpersJason Yan2022-10-181-0/+17
* scsi: core: Release SCSI devices synchronouslyBart Van Assche2022-10-183-21/+4
* scsi: core: Remove the put_device() call from scsi_device_get()Bart Van Assche2022-10-181-5/+5
* scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-181-7/+2
* scsi: core: Rework scsi_single_lun_run()Bart Van Assche2022-10-181-17/+15
* scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2022-10-183-35/+102
* scsi: core: Fail host creation if creating the proc directory failsBart Van Assche2022-10-183-7/+13
* scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche2022-10-183-6/+28
* scsi: esas2r: Initialize two host template members implicitlyBart Van Assche2022-10-181-2/+0
* scsi: libsas: Update SATA dev FIS in sas_ata_task_done()John Garry2022-10-181-2/+2
* scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry2022-10-183-7/+4
* scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry2022-10-184-326/+19
* scsi: pm8001: Modify task abort handling for SATA taskJohn Garry2022-10-183-6/+31
* scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang2022-10-181-1/+4
* scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-183-3/+64
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* scsi: libsas: Add sas_ata_device_link_abort()John Garry2022-10-182-0/+21
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-16185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-113-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1119-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1171-100/+100
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-116-6/+6
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-1121-34/+34
| * treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-114-19/+8
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1189-218/+204
* | Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-10-1636-71/+1265
|\ \
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-10-151-0/+18
| * | perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu2022-10-157-0/+396
| * | perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-157-1/+273
| * | perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Qi Liu2022-10-151-19/+34
| * | perf tests stat+json_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf tests stat+csv_output: Include sanity check for topologyAthira Rajeev2022-10-151-4/+39
| * | perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter2022-10-151-1/+1
| * | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter2022-10-151-2/+7
| * | perf test: Fix attr tests for PERF_FORMAT_LOSTJames Clark2022-10-156-11/+11
| * | perf test: test_intel_pt.sh: Add 9 testsAmmy Yi2022-10-151-1/+194
| * | perf inject: Fix GEN_ELF_TEXT_OFFSET for jitAdrian Hunter2022-10-151-1/+3
| * | perf test: test_intel_pt.sh: Add jitdump testAdrian Hunter2022-10-151-0/+162
| * | perf test: test_intel_pt.sh: Tidy some alignmentAdrian Hunter2022-10-151-3/+3
| * | perf test: test_intel_pt.sh: Print a message when skipping kernel tracingAdrian Hunter2022-10-151-1/+8
| * | perf test: test_intel_pt.sh: Tidy some perf record optionsAdrian Hunter2022-10-151-4/+12
| * | perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3