aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-17drm/xe: Do not run GPU page fault handler on a closed VMMatthew Brost1-0/+6
2024-09-17drm/xe/bo: add some annotations in bo_put()Matthew Auld2-5/+15
2024-09-17drm/xe/client: use mem_type from the current resourceMatthew Auld1-6/+1
2024-09-17drm/xe/client: add missing bo locking in show_meminfo()Matthew Auld1-3/+36
2024-09-17drm/xe/client: fix deadlock in show_meminfo()Matthew Auld1-1/+5
2024-09-17drm/xe/vram: fix ccs offset calculationMatthew Auld1-0/+1
2024-09-17drm/xe/guc: Fix GUC_{SUBMIT,FIRMWARE}_VER helper macrosMichal Wajdeczko1-2/+4
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit1-0/+1
2024-09-17tpm: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-3/+3
2024-09-17tpm: Clean up TPM space after command failureJonathan McDowell2-0/+5
2024-09-17Merge tag 'sound-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-4/+67
2024-09-17i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang1-0/+1
2024-09-17i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver...Kaixin Wang1-0/+1
2024-09-17i3c: master: svc: adjust SDR according to i3c specCarlos Song1-9/+22
2024-09-17i3c: master: svc: use slow speed for first broadcast addressCarlos Song1-0/+52
2024-09-17i3c: master: support to adjust first broadcast address speedCarlos Song1-0/+12
2024-09-17Merge tag 'v6.11' into for-6.12/blockJens Axboe749-4747/+9673
2024-09-17Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen25-520/+1014
2024-09-17drm/amdgpu: Fix missing check pcie_p2p module paramBob Zhou1-1/+1
2024-09-17drm/amdgpu: disable GPU RAS bad page feature for specific ASICTao Zhou1-0/+5
2024-09-17drm/amdgpu: ensure the connector is not null before using itTim Huang1-1/+1
2024-09-17drm/amdkfd: clean up code for interrupt v10Jesse Zhang1-15/+0
2024-09-17drm/amdkfd: Move queue fs deletion after destroy checkKent Russell1-1/+1
2024-09-17Merge tag 'x86-timers-2024-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+34
2024-09-17Merge tag 'x86-misc-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-09-17watchdog: Convert comma to semicolonShen Lichuan1-1/+1
2024-09-17watchdog: rzv2h_wdt: Add missing MODULE_LICENSE tag to fix modpost errorLad Prabhakar1-0/+1
2024-09-17Merge tag 'x86-apic-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+5
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds110-2279/+5875
2024-09-17Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds27-230/+922
2024-09-17Merge tag 'regulator-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds52-596/+526
2024-09-17Merge tag 'regmap-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds7-17/+50
2024-09-17zram: free secondary algorithms namesSergey Senozhatsky1-0/+5
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-17acrn: use the new follow_pfnmap APIPeter Xu1-7/+9
2024-09-17vfio: use the new follow_pfnmap APIPeter Xu1-10/+6
2024-09-17xen/swiotlb: fix allocated sizeJuergen Gross1-2/+2
2024-09-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+13
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-30/+124
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds25-520/+1014
2024-09-17Merge tag 'drm-xe-next-fixes-2024-09-12' of https://gitlab.freedesktop.org/dr...Dave Airlie6-9/+38
2024-09-16RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()Nathan Chancellor1-0/+1
2024-09-16RDMA/irdma: fix error message in irdma_modify_qp_roce()Vitaliy Shevtsov1-1/+1
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+122
2024-09-17Merge tag 'amd-drm-next-6.12-2024-09-13' of https://gitlab.freedesktop.org/ag...Dave Airlie48-353/+588
2024-09-16pwm: stm32: Fix a typoAndrew Kreimer1-1/+1
2024-09-16pwm: Switch back to struct platform_driver::remove()Uwe Kleine-König14-14/+14
2024-09-16pwm: axi-pwmgen: use shared macro for version regDavid Lechner1-2/+1
2024-09-16pwm: atmel-hlcdc: Drop trailing commaLiao Chen1-2/+2