summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard-3/+24
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard-12/+45
2025-11-15gpu: nova-core: make Architecture behave as a u8 typeJohn Hubbard-1/+14
2025-11-15gpu: nova-core: prepare Spec and Revision types for boot0/boot42John Hubbard-5/+12
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple-0/+266
2025-11-15gpu: nova-core: gsp: Wait for gsp initialization to completeAlistair Popple-3/+48
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes-3/+42
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes-0/+19
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes-3/+18
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes-15/+107
2025-11-15fbdev: gxt4500fb: Use dev_err instead of printkJavier Garcia-1/+1
2025-11-15fbdev: gbefb: fix to use physical address instead of dma addressRene Rebe-2/+3
2025-11-15fbdev: vesafb: Use dev_* fn's instead printkJavier Garcia-14/+15
2025-11-15fbdev: vga16fb: Request memory regionJavier Garcia-0/+9
2025-11-15fbdev: vga16fb: replace printk() with dev_*() in probeVivek BalachandharTN-6/+6
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes-3/+252
2025-11-15media: rockchip: rkcif: add support for rk3568 vicap mipi captureMichael Riesch-0/+864
2025-11-15media: rockchip: rkcif: add support for rk3568 vicap dvp captureMichael Riesch-0/+278
2025-11-15media: rockchip: rkcif: add support for px30 vip dvp captureMichael Riesch-0/+788
2025-11-15media: rockchip: rkcif: add abstraction for dma blocksMichael Riesch-0/+773
2025-11-15media: rockchip: rkcif: add abstraction for interface and crop blocksMichael Riesch-0/+521
2025-11-15media: rockchip: add driver for the rockchip camera interfaceMichael Riesch-0/+341
2025-11-15gpu: nova-core: Add bindings required by GSP sequencerJoel Fernandes-0/+407
2025-11-15gpu: nova-core: gsp: Add support for checking if GSP reloadedJoel Fernandes-0/+24
2025-11-15gpu: nova-core: falcon: Move dma_reset functionality into helperJoel Fernandes-2/+7
2025-11-15gpu: nova-core: falcon: Move mbox functionalities into helperJoel Fernandes-19/+35
2025-11-15media: mali-c55: Mark pm handlers as __maybe_unusedJacopo Mondi-2/+2
2025-11-15gpu: nova-core: falcon: Move start functionality into separate helperJoel Fernandes-10/+16
2025-11-15gpu: nova-core: falcon: Move waiting until halted to a helperJoel Fernandes-7/+14
2025-11-15Drivers: hv: Export some symbols for mshv_vtlNaman Jain-1/+7
2025-11-15mshv: Extend create partition ioctl to support cpu featuresMuminul Islam-21/+97
2025-11-15mshv: Allow mappings that overlap in uaddrMagnus Kulke-6/+2
2025-11-15mshv: Fix create memory region overlap checkNuno Das Neves-20/+11
2025-11-15mshv: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-15Drivers: hv: Use kmalloc_array() instead of kmalloc()Rahul Kumar-1/+1
2025-11-15Drivers: hv: Resolve ambiguity in hypervisor version logStanislav Kinsburskii-2/+2
2025-11-15Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init()Kriish Sharma-1/+1
2025-11-15mshv: Introduce new hypercall to map stats page for L1VH partitionsJinank Jain-20/+107
2025-11-15mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VHJinank Jain-50/+101
2025-11-15mshv: Get the vmm capabilities offered by the hypervisorPurna Pavan Chandra Aekkaladevi-0/+19
2025-11-15mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercallPurna Pavan Chandra Aekkaladevi-0/+33
2025-11-15mshv: Only map vp->vp_stats_pages if on root schedulerNuno Das Neves-4/+8
2025-11-15Drivers: hv: Support establishing the confidential VMBus connectionRoman Kisel-62/+106
2025-11-15Drivers: hv: Set the default VMBus version to 6.0Roman Kisel-1/+2
2025-11-15Drivers: hv: Support confidential VMBus channelsRoman Kisel-0/+22
2025-11-15Drivers: hv: Free msginfo when the buffer fails to decryptRoman Kisel-6/+18
2025-11-15Drivers: hv: Allocate encrypted buffers when requestedRoman Kisel-23/+34
2025-11-15Drivers: hv: Functions for setting up and tearing down the paravisor SynICRoman Kisel-12/+126
2025-11-15Drivers: hv: Rename the SynIC enable and disable routinesRoman Kisel-11/+12
2025-11-15Drivers: hv: Check message and event pages for non-NULL before iounmap()Roman Kisel-4/+8