aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 44-66/+66
2022-12-23Merge tag 'spi-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+16
2022-12-23Merge tag 'regulator-fix-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+5
2022-12-23Merge tag 'drm-next-2022-12-23' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 47-372/+647
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 8-10/+168
2022-12-21Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-16/+12
2022-12-21drm/amdgpu: grab extra fence reference for drm_sched_job_add_dependencyGravatar Christian König 1-0/+2
2022-12-21drm/amdgpu: enable VCN DPG for GC IP v11.0.4Gravatar Saleemkhan Jamadar 1-0/+1
2022-12-21Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 13-7/+58
2022-12-21Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 8-16/+17
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 38-217/+285
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 10-20/+1510
2022-12-21Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 7-57/+118
2022-12-21Merge tag 'backlight-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 9-25/+21
2022-12-21Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 120-2191/+985
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 32-138/+339
2022-12-21Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-1/+6
2022-12-20net: fec: check the return value of build_skb()Gravatar Wei Fang 1-0/+8
2022-12-20drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Gravatar Tim Huang 1-1/+2
2022-12-20drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsGravatar Evan Quan 2-6/+28
2022-12-20drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Gravatar Evan Quan 3-1/+4
2022-12-20drm/amdgpu: skip MES for S0ix as well since it's part of GFXGravatar Alex Deucher 1-2/+3
2022-12-20drm/amd/pm: avoid large variable on kernel stackGravatar Arnd Bergmann 1-5/+16
2022-12-20drm/amdkfd: Fix double release compute pasidGravatar Philip Yang 3-15/+40
2022-12-20drm/amdkfd: Fix kfd_process_device_init_vm error handlingGravatar Philip Yang 1-6/+6
2022-12-20Merge tag 'devicetree-for-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+20
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2022-12-20HID: sony: Fix unused function warningGravatar José Expósito 1-0/+2
2022-12-20HID: plantronics: Additional PIDs for double volume key presses quirkGravatar Terry Junge 2-0/+12
2022-12-20HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpointGravatar José Expósito 1-0/+4
2022-12-20HID: Ignore HP Envy x360 eu0009nv stylus batteryGravatar José Expósito 2-0/+3
2022-12-20HID: wacom: Ensure bootloader PID is usable in hidraw modeGravatar Jason Gerecke 3-0/+13
2022-12-20HID: amd_sfh: Add missing check for dma_alloc_coherentGravatar Jiasheng Jiang 1-0/+4
2022-12-20Merge tag 'drm-intel-next-fixes-2022-12-15' of git://anongit.freedesktop.org/...Gravatar Dave Airlie 10-88/+96
2022-12-20efi: random: fix NULL-deref when refreshing seedGravatar Johan Hovold 1-1/+3
2022-12-20random: do not include <asm/archrandom.h> from random.hGravatar Jason A. Donenfeld 3-0/+3
2022-12-19Merge tag 'linux-can-fixes-for-6.2-20221219' of git://git.kernel.org/pub/scm/...Gravatar Jakub Kicinski 2-12/+33
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 5-0/+7
2022-12-19net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqGravatar Arun Ramadoss 1-2/+1
2022-12-19Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+4
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+0
2022-12-19Merge tag 'v6.1-soc-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Arnd Bergmann 1-1/+1
2022-12-19soc: tegra: fix CPU_BIG_ENDIAN dependenciesGravatar Arnd Bergmann 1-0/+3
2022-12-19can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenGravatar Marc Kleine-Budde 1-9/+24
2022-12-19can: flexcan: avoid unbalanced pm_runtime_enable warningGravatar Haibo Chen 1-3/+9
2022-12-19Merge tag 'rtc-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 42-890/+473
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 22-3936/+1229
2022-12-19Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-736/+921
2022-12-19Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Gravatar Linus Torvalds 32-2479/+3244