#!/bin/bash perf record -e net:net_dev_xmit -e net:net_dev_queue \ -e net:netif_receive_skb -e net:netif_rx \ -e skb:consume_skb -e skb:kfree_skb \ -e skb:skb_copy_datagram_iovec -e napi:napi_poll \ -e irq:irq_handler_entry -e irq:irq_handler_exit \ -e irq:softirq_entry -e irq:softirq_exit \ -e irq:softirq_raise $@ o/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_spc.c
AgeCommit message (Expand)Author
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-16scsi: target: core: Add emulation for REPORT IDENTIFYING INFORMATIONGulam Mohamed
2025-11-02scsi: target: Add WRITE_ATOMIC_16 support to RSOCMike Christie
2025-11-02scsi: target: Report atomic values in INQUIRYMike Christie
2025-05-20scsi: target: core: Constify struct target_opcode_descriptorChristophe JAILLET
2025-05-20scsi: target: core: Constify enabled() in struct target_opcode_descriptorChristophe JAILLET
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche
2025-02-12scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr()Chaohai Chen
2025-02-12scsi: target: spc: Fix RSOC parameter data header sizeChaohai Chen
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro