index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2025-11-15
gpu: nova-core: provide a clear error report for unsupported GPUs
John Hubbard
-3
/
+24
2025-11-15
gpu: nova-core: add boot42 support for next-gen GPUs
John Hubbard
-12
/
+45
2025-11-15
gpu: nova-core: make Architecture behave as a u8 type
John Hubbard
-1
/
+14
2025-11-15
gpu: nova-core: prepare Spec and Revision types for boot0/boot42
John Hubbard
-5
/
+12
2025-11-15
gpu: nova-core: gsp: Retrieve GSP static info to gather GPU information
Alistair Popple
-0
/
+266
2025-11-15
gpu: nova-core: gsp: Wait for gsp initialization to complete
Alistair Popple
-3
/
+48
2025-11-15
gpu: nova-core: sequencer: Implement core resume operation
Joel Fernandes
-3
/
+42
2025-11-15
gpu: nova-core: sequencer: Implement basic core operations
Joel Fernandes
-0
/
+19
2025-11-15
gpu: nova-core: sequencer: Add delay opcode support
Joel Fernandes
-3
/
+18
2025-11-15
gpu: nova-core: sequencer: Add register opcodes
Joel Fernandes
-15
/
+107
2025-11-15
fbdev: gxt4500fb: Use dev_err instead of printk
Javier Garcia
-1
/
+1
2025-11-15
fbdev: gbefb: fix to use physical address instead of dma address
Rene Rebe
-2
/
+3
2025-11-15
fbdev: vesafb: Use dev_* fn's instead printk
Javier Garcia
-14
/
+15
2025-11-15
fbdev: vga16fb: Request memory region
Javier Garcia
-0
/
+9
2025-11-15
fbdev: vga16fb: replace printk() with dev_*() in probe
Vivek BalachandharTN
-6
/
+6
2025-11-15
gpu: nova-core: Implement the GSP sequencer
Joel Fernandes
-3
/
+252
2025-11-15
media: rockchip: rkcif: add support for rk3568 vicap mipi capture
Michael Riesch
-0
/
+864
2025-11-15
media: rockchip: rkcif: add support for rk3568 vicap dvp capture
Michael Riesch
-0
/
+278
2025-11-15
media: rockchip: rkcif: add support for px30 vip dvp capture
Michael Riesch
-0
/
+788
2025-11-15
media: rockchip: rkcif: add abstraction for dma blocks
Michael Riesch
-0
/
+773
2025-11-15
media: rockchip: rkcif: add abstraction for interface and crop blocks
Michael Riesch
-0
/
+521
2025-11-15
media: rockchip: add driver for the rockchip camera interface
Michael Riesch
-0
/
+341
2025-11-15
gpu: nova-core: Add bindings required by GSP sequencer
Joel Fernandes
-0
/
+407
2025-11-15
gpu: nova-core: gsp: Add support for checking if GSP reloaded
Joel Fernandes
-0
/
+24
2025-11-15
gpu: nova-core: falcon: Move dma_reset functionality into helper
Joel Fernandes
-2
/
+7
2025-11-15
gpu: nova-core: falcon: Move mbox functionalities into helper
Joel Fernandes
-19
/
+35
2025-11-15
media: mali-c55: Mark pm handlers as __maybe_unused
Jacopo Mondi
-2
/
+2
2025-11-15
gpu: nova-core: falcon: Move start functionality into separate helper
Joel Fernandes
-10
/
+16
2025-11-15
gpu: nova-core: falcon: Move waiting until halted to a helper
Joel Fernandes
-7
/
+14
2025-11-15
Drivers: hv: Export some symbols for mshv_vtl
Naman Jain
-1
/
+7
2025-11-15
mshv: Extend create partition ioctl to support cpu features
Muminul Islam
-21
/
+97
2025-11-15
mshv: Allow mappings that overlap in uaddr
Magnus Kulke
-6
/
+2
2025-11-15
mshv: Fix create memory region overlap check
Nuno Das Neves
-20
/
+11
2025-11-15
mshv: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-11-15
Drivers: hv: Use kmalloc_array() instead of kmalloc()
Rahul Kumar
-1
/
+1
2025-11-15
Drivers: hv: Resolve ambiguity in hypervisor version log
Stanislav Kinsburskii
-2
/
+2
2025-11-15
Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init()
Kriish Sharma
-1
/
+1
2025-11-15
mshv: Introduce new hypercall to map stats page for L1VH partitions
Jinank Jain
-20
/
+107
2025-11-15
mshv: Allocate vp state page for HVCALL_MAP_VP_STATE_PAGE on L1VH
Jinank Jain
-50
/
+101
2025-11-15
mshv: Get the vmm capabilities offered by the hypervisor
Purna Pavan Chandra Aekkaladevi
-0
/
+19
2025-11-15
mshv: Add the HVCALL_GET_PARTITION_PROPERTY_EX hypercall
Purna Pavan Chandra Aekkaladevi
-0
/
+33
2025-11-15
mshv: Only map vp->vp_stats_pages if on root scheduler
Nuno Das Neves
-4
/
+8
2025-11-15
Drivers: hv: Support establishing the confidential VMBus connection
Roman Kisel
-62
/
+106
2025-11-15
Drivers: hv: Set the default VMBus version to 6.0
Roman Kisel
-1
/
+2
2025-11-15
Drivers: hv: Support confidential VMBus channels
Roman Kisel
-0
/
+22
2025-11-15
Drivers: hv: Free msginfo when the buffer fails to decrypt
Roman Kisel
-6
/
+18
2025-11-15
Drivers: hv: Allocate encrypted buffers when requested
Roman Kisel
-23
/
+34
2025-11-15
Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
Roman Kisel
-12
/
+126
2025-11-15
Drivers: hv: Rename the SynIC enable and disable routines
Roman Kisel
-11
/
+12
2025-11-15
Drivers: hv: Check message and event pages for non-NULL before iounmap()
Roman Kisel
-4
/
+8
[prev]
[next]