summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto2024-07-271-3/+2
* firewire: core: move copy_port_status() helper function to TP_fast_assign() b...Takashi Sakamoto2024-07-121-5/+10
* firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto2024-07-041-0/+54
* firewire: core: Fix spelling mistakes in tracepoint messagesColin Ian King2024-06-281-2/+2
* firewire: ohci: add tracepoints event for hardIRQ eventTakashi Sakamoto2024-06-251-1/+32
* firewire: ohci: add support for Linux kernel tracepointsTakashi Sakamoto2024-06-252-0/+17
* firewire: core: add tracepoints events for completions of packets in isochron...Takashi Sakamoto2024-06-251-0/+78
* firewire: core: add tracepoints events for queueing packets of isochronous co...Takashi Sakamoto2024-06-251-0/+79
* firewire: core: add tracepoints events for flushing completions of isochronou...Takashi Sakamoto2024-06-251-0/+36
* firewire: core: add tracepoints events for flushing of isochronous contextTakashi Sakamoto2024-06-251-0/+36
* firewire: core: add tracepoints events for starting/stopping of isochronous c...Takashi Sakamoto2024-06-251-0/+108
* firewire: core: add tracepoints events for setting channels of multichannel c...Takashi Sakamoto2024-06-251-0/+21
* firewire: core: add tracepoints events for allocation/deallocation of isochro...Takashi Sakamoto2024-06-251-0/+105
* firewire: core: undefine macros after use in tracepoints eventsTakashi Sakamoto2024-06-231-0/+8
* firewire: core: record card index in tracepoints event for self ID sequenceTakashi Sakamoto2024-06-171-3/+6
* firewire: core: add tracepoints event for self_id_sequenceTakashi Sakamoto2024-06-171-0/+59
* firewire: core: arrangement header inclusion for tracepoints eventsTakashi Sakamoto2024-06-171-1/+1
* Merge tag 'usb-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-161-9/+38
|\
| * kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov2024-06-041-9/+38
* | Merge tag 'driver-core-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-162-2/+9
|\ \
| * | sysfs: Unbreak the build around sysfs_bin_attr_simple_read()Lukas Wunner2024-06-041-0/+9
| * | driver core: remove devm_device_add_groups()Greg Kroah-Hartman2024-06-041-2/+0
| |/
* | Merge tag 'firewire-fixes-6.10-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-06-161-44/+69
|\ \
| * | firewire: core: record card index in bus_reset_handle tracepoints eventTakashi Sakamoto2024-06-151-3/+6
| * | firewire: core: record card index in tracepoinrts events derived from bus_res...Takashi Sakamoto2024-06-151-9/+12
| * | firewire: core: record card index in async_phy_inbound tracepoints eventTakashi Sakamoto2024-06-151-3/+5
| * | firewire: core: record card index in async_phy_outbound_complete tracepoints ...Takashi Sakamoto2024-06-151-3/+6
| * | firewire: core: record card index in async_phy_outbound_initiate tracepoints ...Takashi Sakamoto2024-06-151-3/+6
| * | firewire: core: record card index in tracepoinrts events derived from async_i...Takashi Sakamoto2024-06-151-8/+12
| * | firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto2024-06-151-8/+12
| * | firewire: core: record card index in tracepoinrts events derived from async_o...Takashi Sakamoto2024-06-151-7/+10
* | | Merge tag 'vfio-v6.10-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds2024-06-152-2/+1
|\ \ \
| * | | vfio/pci: Use unmap_mapping_range()Alex Williamson2024-05-311-2/+0
| * | | vfio: Create vfio_fs_type with inode per deviceAlex Williamson2024-05-311-0/+1
* | | | Merge tag 'block-6.10-20240614' of git://git.kernel.dk/linuxLinus Torvalds2024-06-141-0/+4
|\ \ \ \
| * | | | block: unmap and free user mapped integrity via submitterAnuj Gupta2024-06-121-0/+4
* | | | | Merge tag 'io_uring-6.10-20240614' of git://git.kernel.dk/linuxLinus Torvalds2024-06-141-1/+2
|\ \ \ \ \
| * | | | | io_uring: fix cancellation overwriting req->flagsPavel Begunkov2024-06-141-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-06-141-0/+2
|\ \ \ \ \
| * | | | | scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal2024-06-121-0/+2
* | | | | | Merge tag 'acpi-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-06-141-0/+4
|\ \ \ \ \ \
| * | | | | | ACPI: EC: Evaluate orphan _REG under EC deviceRafael J. Wysocki2024-06-131-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-135-12/+41
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-06-121-4/+32
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz2024-06-101-4/+32
| * | | | | | | net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPPKory Maincent2024-06-121-2/+2
| |/ / / / / /
| * | | | | | geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman2024-06-101-2/+3
| * | | | | | dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0Udit Kumar2024-06-072-4/+4
* | | | | | | Merge tag 'vfs-6.10-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-113-3/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge patch series "cachefiles: some bugfixes and cleanups for ondemand reque...Christian Brauner2024-05-291-1/+7
| |\ \ \ \ \ \