summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-01-16nova: add a gsp object with fw / radix3wip/fw-loaderDave Airlie
2024-01-12nova: move driver code to separate source fileDanilo Krummrich
2024-01-11nova: bios: allow unused fields in struct BiosPcirTDanilo Krummrich
2024-01-11nova: bios: fix warnings of unhandled resultsDanilo Krummrich
2024-01-11nova: fwsec: allow allow dead_code for data structuresDanilo Krummrich
2024-01-11nova: bios: handle result from Vec::try_pushDanilo Krummrich
2024-01-11nova: fwsec: allow(non_snake_case)Danilo Krummrich
2024-01-11nova: bios: make data immutable in pmu_ep()Danilo Krummrich
2024-01-11nova: remove unused importsDanilo Krummrich
2024-01-11nova: gpu: convert tabs to spaces and remove trailing charactersDanilo Krummrich
2024-01-11nova: bios: convert tabs to spaces and remove trailing charactersDanilo Krummrich
2024-01-11nova: drv: remove unused code and fix indentDanilo Krummrich
2024-01-11nova: fix warnings of unused variablesDanilo Krummrich
2024-01-11nova: fix unused include warningsDanilo Krummrich
2024-01-11nova: fix warning undocumented crateDanilo Krummrich
2024-01-11start parsing fwsec headersDave Airlie
2024-01-11start parsing bios headers.Dave Airlie
2023-11-30fix warngDave Airlie
2023-11-30nova: load a firmware and print it's sizeDave Airlie
2023-11-29simple print out some info about gpuDave Airlie
2023-11-22nova: initial pci driver skeletonDanilo Krummrich
2023-10-28Merge tag 'irq-urgent-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-28Merge tag 'char-misc-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-28Merge tag 'i2c-for-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-27Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-27Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...Linus Torvalds
2023-10-27Merge tag 'platform-drivers-x86-v6.6-6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-10-27Merge tag 'iommu-fix-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-27platform/x86: Add s2idle quirk for more Lenovo laptopsDavid Lazar
2023-10-27iommu: Avoid unnecessary cache invalidationsLu Baolu
2023-10-26Merge tag 'drm-fixes-2023-10-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-10-27Merge tag 'amd-drm-fixes-6.6-2023-10-25' of https://gitlab.freedesktop.org/ag...Dave Airlie
2023-10-27Merge tag 'drm-intel-fixes-2023-10-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2023-10-27Merge tag 'drm-misc-fixes-2023-10-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal
2023-10-26Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-26Merge tag 'net-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-10-26Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2023-10-26soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOMChristoph Hellwig
2023-10-26riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENTChristoph Hellwig
2023-10-26accel/ivpu/37xx: Fix missing VPUIP interruptsKarol Wachowski
2023-10-25iavf: in iavf_down, disable queues when removing the driverMichal Schmidt
2023-10-25irqchip/gic-v3-its: Don't override quirk settings with default valuesMarc Zyngier
2023-10-25Merge tag 'acpi-6.6-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-10-25drm/amd: Disable ASPM for VI w/ all Intel systemsMario Limonciello
2023-10-25drm/i915/pmu: Check if pmu is closed before stopping eventUmesh Nerlige Ramappa
2023-10-25drm/i915/mcr: Hold GT forcewake during steering operationsMatt Roper
2023-10-25drm/logicvc: Kconfig: select REGMAP and REGMAP_MMIOSui Jingfeng
2023-10-24i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera
2023-10-24fpga: Fix memory leak for fpga_region_test_class_find()Jinjie Ruan