summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-07soc: fsl: guts: implement the RCW override procedureVladimir Oltean1-5/+394
2026-08-07soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()Vladimir Oltean1-7/+10
2026-08-07soc: fsl: guts: make it easier to determine on which SoC we are runningIoana Ciornei1-6/+41
2026-08-07soc: fsl: guts: add a central fsl_guts_read() functionIoana Ciornei1-4/+9
2026-08-07soc: fsl: guts: add a global structure to hold stateIoana Ciornei1-11/+18
2026-08-07soc: fsl: guts: use a macro to encode the DCFG CCSR spaceIoana Ciornei1-1/+3
2026-08-07soc: fsl: guts: perform fsl_guts_init() error teardown in reverse order of setupVladimir Oltean1-13/+20
2026-08-07bus: fsl-mc: Remove redundant dev_err()Pan Chuang1-5/+1
2026-08-07soc: fsl: qe: Add support of IRQs in QE GPIOPaul Louvel2-1/+28
2026-08-06zram: use a custom key for each zram objectSebastian Andrzej Siewior2-8/+4
2026-08-06zram: move lockmap to be per-zram instead per tableSebastian Andrzej Siewior2-13/+10
2026-08-06mm: introduce vma_get_page_prot() and use itLorenzo Stoakes19-28/+28
2026-08-06dax/kmem: add sysfs interface for atomic whole-device hotplugGregory Price2-36/+209
2026-08-06dax/kmem: extract hotplug/hotremove helper functionsGregory Price1-100/+223
2026-08-06dax/kmem: resolve default online type at probe timeGregory Price1-2/+4
2026-08-06mm/memory_hotplug: add mhp_online_type_to_str() and export string helpersGregory Price1-0/+9
2026-08-06mm/memory: add memory_block_aligned_range() helperGregory Price1-3/+1
2026-08-07ovpn: finish crypto callback cleanup before peer releaseRalf Lici1-5/+5
2026-08-07ovpn: fix NULL dereference when killing missing keyRalf Lici1-6/+10
2026-08-07pinctrl: rockchip: Restrict the RV1103B 2-bit drive type to bank 2Simon Glass1-1/+1
2026-08-07pinctrl: rockchip: Reset the pin count when recalculating SoC dataSimon Glass1-0/+10
2026-08-06pinctrl: tegra264: fix DAP2 DIN/DOUT pin assignmentPrathamesh Shete1-12/+12
2026-08-06pinctrl: Use IRQ trigger mask helpersMaulik Shah9-13/+12
2026-08-06firmware_loader: do not queue completed sysfs fallback requestsMukesh Ojha1-0/+10
2026-08-06drm/amdgpu: Wire up dmem cgroup reclaim for VRAM managerThomas Hellström3-6/+63
2026-08-06drm/xe: Wire up dmem cgroup reclaim for VRAM managerThomas Hellström1-12/+60
2026-08-06drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controllerThomas Hellström3-5/+149
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström4-6/+20
2026-08-06pinctrl: sx150x: get parent IRQ trigger type from firmwareTsz Shan Chan1-1/+16
2026-08-06pinctrl: sx150x: Return IRQ_NONE if no pending irqTsz Shan Chan1-0/+3
2026-08-06Merge tag 'samsung-pinctrl-7.3' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij3-0/+135
2026-08-06watchdog: at91sam9_wdt: prevent timer rearm during teardownHongyan Xu1-2/+2
2026-08-06gpu: nova-core: falcon: use I/O projection to check transfer boundsAlexandre Courbot1-32/+23
2026-08-06rust: dma: rename dma_handle to dma_addressAlexandre Courbot12-38/+42
2026-08-06gpu: nova-core: falcon: remove unnecessary checkAlexandre Courbot1-8/+1
2026-08-06scsi: qla2xxx: Update version to 12.00.00.2607b2Nilesh Javali1-1/+1
2026-08-06scsi: qla2xxx: Bound i2c->length in I2C bsg handlersNilesh Javali1-0/+12
2026-08-06scsi: qla2xxx: Zero SFP DMA buffer in FRU/I2C bsg handlersNilesh Javali1-5/+5
2026-08-06scsi: qla2xxx: Validate BSG request_len before reading vendor_cmd[]Nilesh Javali1-4/+53
2026-08-06scsi: qla2xxx: Zero-init bsg stack buffers to avoid info leakNilesh Javali1-5/+5
2026-08-06scsi: qla2xxx: Use coherent DMA buffer for D_Port diagnosticsNilesh Javali1-8/+7
2026-08-06scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lockNilesh Javali3-0/+12
2026-08-06scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject errorNilesh Javali1-0/+1
2026-08-06scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not startedNilesh Javali1-6/+13
2026-08-06scsi: qla2xxx: Fix NVMe abort reference leak on repeated abortNilesh Javali1-2/+4
2026-08-06scsi: qla2xxx: Hold vport_slock for host map update in report ID acquisitionNilesh Javali1-0/+2
2026-08-06scsi: qla2xxx: Drop vport reference under lock in report ID acquisitionNilesh Javali1-0/+2
2026-08-06scsi: qla2xxx: Skip vport under deletion in report ID acquisitionNilesh Javali1-0/+2
2026-08-06scsi: qla2xxx: Avoid double completion in async IOCB timeoutNilesh Javali1-3/+21
2026-08-06scsi: qla2xxx: Clamp max_npiv_vports to VP_CTRL bitmap capacityNilesh Javali3-1/+18