aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-03net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-07-04firewire: ohci: add tracepoints event for data of Self-ID DMATakashi Sakamoto1-1/+10
2024-07-03drm/xe/uapi: Rename xe perf layer as xe observation layerAshutosh Dixit10-137/+138
2024-07-04firewire: ohci: use inline functions to operate data of self-ID DMATakashi Sakamoto2-6/+7
2024-07-04firewire: ohci: add static inline functions to deserialize for Self-ID DMA op...Takashi Sakamoto5-0/+116
2024-07-04firewire: ohci: use static function to handle endian issue on PowerPC platformTakashi Sakamoto1-12/+27
2024-07-04firewire: ohci: use common macro to interpret be32 data in le32 bufferTakashi Sakamoto1-1/+1
2024-07-03drm/xe: Add timeout to preempt fencesMatthew Brost5-13/+59
2024-07-04i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk1-38/+10
2024-07-03PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PINWei Liu1-2/+2
2024-07-03Input: cypress_ps2 - use u8 when dealing with byte dataDmitry Torokhov1-44/+34
2024-07-03Input: cypress_ps2 - propagate errors from lower layersDmitry Torokhov1-27/+35
2024-07-03Input: cypress_ps2 - report timeouts when reading command statusDmitry Torokhov1-3/+6
2024-07-03Input: cypress_ps2 - fix error handling when sending command failsDmitry Torokhov2-23/+15
2024-07-03Input: cypress_ps2 - clean up setting reporting rateDmitry Torokhov1-2/+3
2024-07-03Merge patch series "Assorted fixes in RISC-V PMU driver"Palmer Dabbelt2-4/+42
2024-07-03perf: RISC-V: Check standard event availabilitySamuel Holland1-2/+40
2024-07-03drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpusSamuel Holland1-1/+1
2024-07-03drivers/perf: riscv: Do not update the event data if uptodateAtish Patra1-1/+1
2024-07-03dm verity: add support for signature verification with platform keyringLuca Boccassi2-0/+17
2024-07-03dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resumeBenjamin Marzinski1-2/+3
2024-07-03dm-verity: hash blocks with shash import+finup when possibleEric Biggers2-57/+130
2024-07-03dm-verity: make verity_hash() take dm_verity_io instead of ahash_requestEric Biggers3-16/+13
2024-07-03dm-verity: always "map" the data blocksEric Biggers4-180/+42
2024-07-03dm-verity: provide dma_alignment limit in io_hintsEric Biggers1-0/+8
2024-07-03dm-verity: make real_digest and want_digest fixed-lengthEric Biggers2-12/+8
2024-07-03dm-verity: move data hash mismatch handling into its own functionEric Biggers1-28/+36
2024-07-03Merge tag 'media/v6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-2/+3
2024-07-03block: call bio_integrity_unmap_free_user from blk_rq_unmap_userChristoph Hellwig1-11/+4
2024-07-03block: split integrity support out of bio.hChristoph Hellwig3-1/+4
2024-07-03Merge tag 'v6.10-rc6' into for-6.11/block-postJens Axboe355-2097/+3889
2024-07-03drm/mgag200: Rename constant MGAREG_Status to MGAREG_STATUSThomas Zimmermann2-4/+4
2024-07-03iommu/vt-d: Refactor PCI PRI enabling/disabling callbacksLu Baolu3-7/+61
2024-07-03iommu/vt-d: Add helper to flush caches for context changeLu Baolu3-50/+92
2024-07-03iommu/vt-d: Add helper to allocate paging domainLu Baolu1-9/+81
2024-07-03iommu/vt-d: Downgrade warning for pre-enabled IRLu Baolu1-2/+2
2024-07-03iommu/vt-d: Remove control over Execute-Requested requestsLu Baolu4-17/+4
2024-07-03iommu/vt-d: Remove comment for def_domain_typeLu Baolu1-11/+0
2024-07-03iommu/vt-d: Handle volatile descriptor status readJacob Pan1-1/+1
2024-07-03drm/display/dsc: Add a helper to dump the DSC configurationImre Deak1-0/+91
2024-07-03drm: Add helpers for q4 fixed point valuesImre Deak1-2/+3
2024-07-03iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mappingKunkun Jiang4-1/+23
2024-07-03iommu/arm-smmu-v3: Add support for dirty tracking in domain allocJoao Martins2-23/+64
2024-07-03iommu/io-pgtable-arm: Add read_and_clear_dirty() supportShameer Kolothum1-2/+112
2024-07-03iommu/arm-smmu-v3: Add feature detection for HTTUJean-Philippe Brucker2-0/+37
2024-07-03iommu/arm-smmu-v3: Add support for domain_alloc_user fnShameer Kolothum1-2/+31
2024-07-03parport: Remove parport_driver.devmodelDr. David Alan Gilbert21-21/+0
2024-07-03parport: Remove 'drivers' listDr. David Alan Gilbert1-9/+0
2024-07-03mcb: remove unused struct 'mcb_parse_priv'Dr. David Alan Gilbert1-5/+0
2024-07-03misc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König9-10/+10