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
*
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-11-07
7
-10
/
+10
*
perf inject: Add vmlinux and ignore-vmlinux arguments
James Clark
2021-11-07
2
-0
/
+14
*
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
2021-11-07
7
-0
/
+28
*
perf tools: Refactor out kernel symbol argument sanity checking
James Clark
2021-11-07
3
-11
/
+26
*
perf symbols: Ignore $a/$d symbols for ARM modules
Lexi Shao
2021-11-07
1
-0
/
+4
*
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
2021-11-07
3
-5
/
+31
*
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
2021-11-06
4
-5
/
+42
*
perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
Ian Rogers
2021-11-06
1
-1
/
+3
*
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
2021-11-06
1
-0
/
+2
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-11-06
9143
-192991
/
+568936
|
\
|
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2021-11-05
240
-2788
/
+4172
|
|
\
|
|
*
scsi: lpfc: Update lpfc version to 14.0.0.3
James Smart
2021-10-21
1
-1
/
+1
|
|
*
scsi: lpfc: Allow fabric node recovery if recovery is in progress before devloss
James Smart
2021-10-21
6
-15
/
+139
|
|
*
scsi: lpfc: Fix link down processing to address NULL pointer dereference
James Smart
2021-10-21
1
-7
/
+7
|
|
*
scsi: lpfc: Allow PLOGI retry if previous PLOGI was aborted
James Smart
2021-10-21
1
-0
/
+13
|
|
*
scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine
James Smart
2021-10-21
1
-0
/
+1
|
|
*
scsi: lpfc: Correct sysfs reporting of loop support after SFP status change
James Smart
2021-10-21
3
-21
/
+55
|
|
*
scsi: lpfc: Wait for successful restart of SLI3 adapter during host sg_reset
James Smart
2021-10-21
1
-0
/
+7
|
|
*
scsi: lpfc: Revert LOG_TRACE_EVENT back to LOG_INIT prior to driver_resource_...
James Smart
2021-10-21
3
-6
/
+6
|
|
*
scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer
Srinivas Kandagatla
2021-10-21
1
-2
/
+2
|
|
*
scsi: ufs: mediatek: Avoid sched_clock() misuse
Arnd Bergmann
2021-10-21
1
-3
/
+3
|
|
*
scsi: mpt3sas: Make mpt3sas_dev_attrs static
Jiapeng Chong
2021-10-21
1
-1
/
+1
|
|
*
scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitions
Sreekanth Reddy
2021-10-19
2
-0
/
+2
|
|
*
scsi: target: core: Stop using bdevname()
Christoph Hellwig
2021-10-19
1
-3
/
+1
|
|
*
scsi: aha1542: Use memcpy_{from,to}_bvec()
Christoph Hellwig
2021-10-19
1
-4
/
+2
|
|
*
scsi: sr: Add error handling support for add_disk()
Luis Chamberlain
2021-10-19
1
-1
/
+6
|
|
*
scsi: sd: Add error handling support for add_disk()
Luis Chamberlain
2021-10-19
1
-1
/
+7
|
|
*
scsi: target: Perform ALUA group changes in one step
Mike Christie
2021-10-19
1
-7
/
+16
|
|
*
scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O path
Mike Christie
2021-10-19
2
-28
/
+35
|
|
*
scsi: target: Fix alua_tg_pt_gps_count tracking
Mike Christie
2021-10-19
1
-1
/
+0
|
|
*
scsi: target: Fix ordered tag handling
Mike Christie
2021-10-19
4
-24
/
+61
|
|
*
scsi: target: Fix ordered CMD_T_SENT handling
Mike Christie
2021-10-19
1
-5
/
+5
|
|
*
scsi: ufs: ufs-mediatek: Fix wrong location for ref-clk delay
Peter Wang
2021-10-19
1
-4
/
+4
|
|
*
scsi: ufs: ufs-mediatek: Fix build error caused by use of sched_clock()
Stanley Chu
2021-10-19
1
-0
/
+1
|
|
*
scsi: ufs: ufs-mediatek: Introduce default delay for reference clock
Stanley Chu
2021-10-19
2
-5
/
+9
|
|
*
scsi: target: tcmu: Allocate zeroed pages for data area
Bodo Stroesser
2021-10-19
1
-2
/
+2
|
|
*
scsi: target: cxgbit: Enable Delayed ACK
Varun Prakash
2021-10-19
2
-10
/
+26
|
|
*
scsi: target: cxgbit: Increase max DataSegmentLength
Varun Prakash
2021-10-19
1
-5
/
+12
|
|
*
scsi: scsi_debug: Fix out-of-bound read in resp_report_tgtpgs()
Ye Bin
2021-10-19
1
-3
/
+4
|
|
*
scsi: scsi_debug: Fix out-of-bound read in resp_readcap16()
Ye Bin
2021-10-19
1
-2
/
+2
|
|
*
scsi: 3w-xxx: Remove redundant initialization of variable retval
Colin Ian King
2021-10-19
1
-1
/
+1
|
|
*
scsi: fcoe: Use netif_is_bond_master() instead of open code
MichelleJin
2021-10-19
1
-1
/
+1
|
|
*
scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...
Tyrel Datwyler
2021-10-19
1
-1
/
+1
|
|
*
scsi: mpi3mr: Use scnprintf() instead of snprintf()
Dan Carpenter
2021-10-19
1
-2
/
+2
|
|
*
scsi: sd: Print write through due to no caching mode page as warning
Martin Kepplinger
2021-10-19
1
-2
/
+3
|
|
*
scsi: core: Remove two host template members that are no longer used
Bart Van Assche
2021-10-17
5
-51
/
+0
|
|
*
scsi: usb: Switch to attribute groups
Bart Van Assche
2021-10-17
1
-3
/
+5
|
|
*
scsi: staging: unisys: Remove the shost_attrs member
Bart Van Assche
2021-10-17
1
-1
/
+0
|
|
*
scsi: snic: Switch to attribute groups
Bart Van Assche
2021-10-17
3
-7
/
+16
|
|
*
scsi: smartpqi: Switch to attribute groups
Bart Van Assche
2021-10-17
1
-21
/
+25
[next]