summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use __BYTE_ORDER__Ilya Leoshkevich2021-11-077-10/+10
* perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark2021-11-072-0/+14
* perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-077-0/+28
* perf tools: Refactor out kernel symbol argument sanity checkingJames Clark2021-11-073-11/+26
* perf symbols: Ignore $a/$d symbols for ARM modulesLexi Shao2021-11-071-0/+4
* perf evsel: Don't set exclude_guest by defaultRavi Bangoria2021-11-073-5/+31
* perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim2021-11-064-5/+42
* perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-061-1/+3
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-11-061-0/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-069143-192991/+568936
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-05240-2788/+4172
| |\
| | * scsi: lpfc: Update lpfc version to 14.0.0.3James Smart2021-10-211-1/+1
| | * scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart2021-10-216-15/+139
| | * scsi: lpfc: Fix link down processing to address NULL pointer dereferenceJames Smart2021-10-211-7/+7
| | * scsi: lpfc: Allow PLOGI retry if previous PLOGI was abortedJames Smart2021-10-211-0/+13
| | * scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart2021-10-211-0/+1
| | * scsi: lpfc: Correct sysfs reporting of loop support after SFP status changeJames Smart2021-10-213-21/+55
| | * scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_resetJames Smart2021-10-211-0/+7
| | * scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...James Smart2021-10-213-6/+6
| | * scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe deferSrinivas Kandagatla2021-10-211-2/+2
| | * scsi: ufs: mediatek: Avoid sched_clock() misuseArnd Bergmann2021-10-211-3/+3
| | * scsi: mpt3sas: Make mpt3sas_dev_attrs staticJiapeng Chong2021-10-211-1/+1
| | * scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy2021-10-192-0/+2
| | * scsi: target: core: Stop using bdevname()Christoph Hellwig2021-10-191-3/+1
| | * scsi: aha1542: Use memcpy_{from,to}_bvec()Christoph Hellwig2021-10-191-4/+2
| | * scsi: sr: Add error handling support for add_disk()Luis Chamberlain2021-10-191-1/+6
| | * scsi: sd: Add error handling support for add_disk()Luis Chamberlain2021-10-191-1/+7
| | * scsi: target: Perform ALUA group changes in one stepMike Christie2021-10-191-7/+16
| | * scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie2021-10-192-28/+35
| | * scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie2021-10-191-1/+0
| | * scsi: target: Fix ordered tag handlingMike Christie2021-10-194-24/+61
| | * scsi: target: Fix ordered CMD_T_SENT handlingMike Christie2021-10-191-5/+5
| | * scsi: ufs: ufs-mediatek: Fix wrong location for ref-clk delayPeter Wang2021-10-191-4/+4
| | * scsi: ufs: ufs-mediatek: Fix build error caused by use of sched_clock()Stanley Chu2021-10-191-0/+1
| | * scsi: ufs: ufs-mediatek: Introduce default delay for reference clockStanley Chu2021-10-192-5/+9
| | * scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser2021-10-191-2/+2
| | * scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2021-10-192-10/+26
| | * scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash2021-10-191-5/+12
| | * scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()Ye Bin2021-10-191-3/+4
| | * scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()Ye Bin2021-10-191-2/+2
| | * scsi: 3w-xxx: Remove redundant initialization of variable retvalColin Ian King2021-10-191-1/+1
| | * scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin2021-10-191-1/+1
| | * scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...Tyrel Datwyler2021-10-191-1/+1
| | * scsi: mpi3mr: Use scnprintf() instead of snprintf()Dan Carpenter2021-10-191-2/+2
| | * scsi: sd: Print write through due to no caching mode page as warningMartin Kepplinger2021-10-191-2/+3
| | * scsi: core: Remove two host template members that are no longer usedBart Van Assche2021-10-175-51/+0
| | * scsi: usb: Switch to attribute groupsBart Van Assche2021-10-171-3/+5
| | * scsi: staging: unisys: Remove the shost_attrs memberBart Van Assche2021-10-171-1/+0
| | * scsi: snic: Switch to attribute groupsBart Van Assche2021-10-173-7/+16
| | * scsi: smartpqi: Switch to attribute groupsBart Van Assche2021-10-171-21/+25