summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-02-14nvme-pci: remove iod use_sglsKeith Busch1-3/+1
2023-02-14nvme-pci: fix freeing single sglKeith Busch1-1/+1
2023-02-14nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote1-3/+3
2023-02-14nvme-pci: set the DMA mask earlierChristoph Hellwig1-7/+5
2023-02-14net: stmmac: fix order of dwmac5 FlexPPS parametrization sequenceJohannes Zink1-1/+2
2023-02-14ata: pata_octeon_cf: drop kernel-doc notationRandy Dunlap1-8/+8
2023-02-14ata: ahci: Add Tiger Lake UP{3,4} AHCI controllerSimon Gaiser1-0/+1
2023-02-14ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LHPatrick McLean1-0/+3
2023-02-14mmc: jz4740: Work around bug on JZ4760(B)Paul Cercueil1-0/+10
2023-02-14mmc: mmc_spi: fix error handling in mmc_spi_probe()Yang Yingliang1-4/+4
2023-02-14mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-14mmc: meson-gx: fix SDIO mode if cap_sdio_irq isn't setHeiner Kallweit1-10/+13
2023-02-14Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2023-02-14char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-0/+6
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski1-2/+2
2023-02-13Merge tag 'platform-drivers-x86-v6.2-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+9
2023-02-13drm: Disable dynamic debug as brokenVille Syrjälä1-1/+2
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong1-4/+9
2023-02-13Merge tag 'qcom-arm64-for-6.3-2' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann4-0/+1173
2023-02-13tee: Remove call to get_kernel_pages()Ira Weiny1-13/+8
2023-02-13tee: Remove vmalloc page supportIra Weiny1-24/+12
2023-02-13bnxt_en: Fix mqprio and XDP ring checking logicMichael Chan1-2/+6
2023-02-13net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson1-4/+4
2023-02-13tpm: add vendor flag to command code validationJulien Gomes1-1/+3
2023-02-13tpm: Add reserved memory event logEddie James1-1/+31
2023-02-13tpm: Use managed allocation for bios event logEddie James4-10/+12
2023-02-13tpm: tis_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-13tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-02-13tpm: tpm_i2c_infineon: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-13tpm: tpm_i2c_atmel: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-13tpm: st33zp24: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2023-02-13tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett1-10/+90
2023-02-13nvme-pci: add bogus ID quirk for ADATA SX6000PNPDaniel Wagner1-0/+2
2023-02-12Merge tag 'usb-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-4/+11
2023-02-12Merge tag 'efi-fixes-for-v6.2-4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2023-02-12Merge tag 'spi-fix-v6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+17
2023-02-12mmc: omap: drop TPS65010 dependencyArnd Bergmann1-1/+0
2023-02-11Merge tag 'cxl-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cx...Linus Torvalds1-5/+7
2023-02-11Merge tag 'libnvdimm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-18/+49
2023-02-11i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-11ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-11net: ethernet: ti: am65-cpsw: Add RX DMA Channel Teardown QuirkSiddharth Vadapalli2-1/+12
2023-02-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-16/+12
2023-02-11Merge tag 'pinctrl-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds6-8/+30
2023-02-11Merge tag 'pci-v6.2-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-88/+34
2023-02-11Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"Bjorn Helgaas1-40/+34
2023-02-11Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas3-48/+0
2023-02-10Merge tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-02-10drm/ast: Fix start address computationJocelyn Falempe1-2/+2