summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-115-23/+33
|\ \ \ \ \
| * | | | | locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
| * | | | | kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-051-0/+2
| * | | | | static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | jump_label: Fix jump_label_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8
| * | | | | locking/lockdep: Fix meaningless /proc/lockdep output of lock classes on !CON...Xiongwei Song2021-07-051-12/+14
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-1136-162/+287
|\ \ \ \ \ \
| * | | | | | scsi: virtio_scsi: Add validation for residual bytes from responseXie Yongji2021-06-291-1/+1
| * | | | | | scsi: ipr: System crashes when seeing type 20 errorWen Xiong2021-06-292-2/+3
| * | | | | | scsi: core: Retry I/O for Notify (Enable Spinup) Required errorQuat Le2021-06-291-0/+1
| * | | | | | scsi: mpi3mr: Fix warnings reported by smatchSreekanth Reddy2021-06-291-2/+3
| * | | | | | scsi: qedf: Add check to synchronize abort and flushJaved Hasan2021-06-291-1/+21
| * | | | | | scsi: MAINTAINERS: Add mpi3mr driver maintainersSreekanth Reddy2021-06-291-0/+11
| * | | | | | scsi: libfc: Fix array index out of bound exceptionJaved Hasan2021-06-291-5/+8
| * | | | | | scsi: mvsas: Use DEVICE_ATTR_RO()/RW() macroZhen Lei2021-06-231-17/+9
| * | | | | | scsi: megaraid_mbox: Use DEVICE_ATTR_ADMIN_RO() macroZhen Lei2021-06-231-10/+8
| * | | | | | scsi: qedf: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-231-8/+6
| * | | | | | scsi: qedi: Use DEVICE_ATTR_RO() macroZhen Lei2021-06-231-7/+7
| * | | | | | scsi: message: mptfc: Switch from pci_ to dma_ APIChristophe JAILLET2021-06-231-17/+18
| * | | | | | scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET2021-06-231-64/+38
| * | | | | | scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET2021-06-231-0/+1
| * | | | | | scsi: ufs: Fix build warning without CONFIG_PMYueHaibing2021-06-231-0/+4
| * | | | | | scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park2021-06-231-1/+1
| * | | | | | scsi: qla2xxx: Add heartbeat checkQuinn Tran2021-06-238-1/+117
| * | | | | | scsi: virtio_scsi: Do not overwrite SCSI statusHannes Reinecke2021-06-231-2/+1
| * | | | | | scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-238-0/+16
| * | | | | | scsi: core: Inline scsi_mq_alloc_queue()Bart Van Assche2021-06-233-17/+8
| * | | | | | scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8Colin Ian King2021-06-231-1/+1
| * | | | | | scsi: elx: efct: Fix vport list linkage in LIO backendJames Smart2021-06-231-4/+4
| * | | | | | scsi: elx: libefc_sli: Fix ANDing with zero bit valueJames Smart2021-06-231-2/+0
* | | | | | | Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-1177-331/+1872
|\ \ \ \ \ \ \
| * | | | | | | perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
| * | | | | | | libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
| * | | | | | | libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
| * | | | | | | libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
| * | | | | | | perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
| * | | | | | | perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang2021-07-091-4/+5
| * | | | | | | perf stat: Add Topdown metrics L2 events as default eventsKan Liang2021-07-092-1/+8
| * | | | | | | libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-097-20/+26
| * | | | | | | libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-0911-23/+23
| * | | | | | | libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0920-77/+103
| * | | | | | | libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0921-58/+59
| * | | | | | | libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
| * | | | | | | perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-074-4/+21
| * | | | | | | perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
| * | | | | | | perf vendor events power10: Adds 24x7 nest metric events for power10 platformKajol Jain2021-07-071-0/+424
| * | | | | | | perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
| * | | | | | | perf trace: Fix the perf trace link locationJustin M. Forbes2021-07-071-1/+1
| * | | | | | | perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14