aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-01-12drm/xe: Start using ggtt->start in preparation of balloon removalMaarten Lankhorst5-34/+60
2026-01-12arm/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-0/+2
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross1-0/+1
2026-01-12gpu: nova-core: add missing newlines to several print stringsTimur Tabi8-15/+15
2026-01-12gpu: nova-core: check for overflow to DMATRFBASE1Timur Tabi1-1/+10
2026-01-12drm/xe/mert: Move MERT initialization to xe_mert.cMichal Wajdeczko3-3/+15
2026-01-12drm/xe/mert: Use local mert variable to simplify the codeMichal Wajdeczko1-5/+6
2026-01-12drm/xe/mert: Always refer to MERT using xe_deviceMichal Wajdeczko3-8/+6
2026-01-12drm/xe/mert: Fix kernel-doc for struct xe_mertMichal Wajdeczko1-1/+4
2026-01-12drm/xe/mert: Normalize xe_mert.h include guardsMichal Wajdeczko1-3/+3
2026-01-12gpu: nova-core: don't print raw PMU table entriesJohn Hubbard1-5/+0
2026-01-12gpu: nova-core: preserve error information in gpu_name()John Hubbard2-11/+26
2026-01-12spi: spi-mem: Limit octal DTR constraints to octal DTR situationsMiquel Raynal1-2/+13
2026-01-12Merge branch 'reset/gpio-compatible' of https://git.pengutronix.de/git/pza/li...Bartosz Golaszewski1-3/+4
2026-01-12regulator: Add TPS65185 driverAndreas Kemnade3-0/+466
2026-01-12regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee1-1/+3
2026-01-12regulator: core: allow regulator_register() withMark Brown284-1281/+2524
2026-01-12xen/virtio: Don't use grant-dma-ops when running as Dom0Teddy Astie1-1/+2
2026-01-12spi: hisi-kunpeng: Fixed the wrong debugfs node name in hisi_spi debugfs init...Devyn Liu1-3/+1
2026-01-12spi: spi-sprd-adi: Fix double free in probe error pathFelix Gu1-23/+10
2026-01-12drm/i915/guc: make 'guc_hw_reg_state' static as it isn't exportedBen Dooks1-1/+1
2026-01-12gpio: cadence: Add support for edge-triggered interruptsTzu-Hao Wei1-4/+16
2026-01-12gpio: cadence: Add quirk for Axiado AX3000 platformSwark Yang1-11/+45
2026-01-12gpio: menz127: drop unneeded MODULE_ALIASJose Javier Rodriguez Barbarin1-1/+0
2026-01-12Merge tag 'v6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski407-2446/+3803
2026-01-12xen: privcmd: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2026-01-12xen/events: replace use of system_wq with system_percpu_wqMarco Crivellari1-3/+3
2026-01-12cpuidle: zynq: Switch Michal Simek's email to new oneMichal Simek1-1/+1
2026-01-12gpiolib: remove redundant callback checkBartosz Golaszewski1-3/+0
2026-01-12gpio: davinci: implement .get_direction()Bartosz Golaszewski1-0/+18
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman297-2182/+2893
2026-01-12media: i2c: add os05b10 image sensor driverHimanshu Bhavani3-0/+1146
2026-01-12media: i2c: Add Samsung S5K3M5 13MP camera sensor driverVladimir Zapolskiy3-0/+1388
2026-01-12media: i2c: add Samsung S5KJN1 image sensor device driverVladimir Zapolskiy3-0/+1498
2026-01-11Merge patch series "Call scsi_host_busy() after the SCSI host has been added"Martin K. Petersen2-5/+6
2026-01-11scsi: core: Revert "Fix a regression triggered by scsi_host_busy()"Bart Van Assche1-3/+2
2026-01-11scsi: ufs: core: Only call scsi_host_busy() after the SCSI host has been addedBart Van Assche1-2/+4
2026-01-11scsi: mpt3sas: Simplify the workqueue allocation codeBart Van Assche2-8/+3
2026-01-11scsi: mpi3mr: Simplify the workqueue allocation codeBart Van Assche2-6/+1
2026-01-12firewire: ohci: stop using page private to store DMA mapping addressTakashi Sakamoto1-23/+16
2026-01-12firewire: ohci: split page allocation from dma mappingTakashi Sakamoto1-26/+51
2026-01-12firewire: ohci: use MAX macro to guarantee minimum count of pages for AR cont...Takashi Sakamoto1-1/+1
2026-01-12firewire: core: stop using page private to store DMA mapping addressTakashi Sakamoto3-39/+38
2026-01-12firewire: core: use common kernel API to allocate and release a batch of pagesTakashi Sakamoto1-14/+12
2026-01-12firewire: core: code refactoring with cleanup function for isoc pagesTakashi Sakamoto1-14/+20
2026-01-12firewire: core: use mutex instead of spinlock for client isochronous contextTakashi Sakamoto1-17/+23
2026-01-12firewire: core: move private function declaration from public header to inter...Takashi Sakamoto1-0/+1
2026-01-12drm/msm: remove some dead codeDan Carpenter1-7/+1
2026-01-11scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()Abdun Nihaal1-0/+1
2026-01-11Merge patch series "scsi: Make use of bus callbacks"Martin K. Petersen7-70/+134