summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-09gpio: ppc44x: fix undefined behavior in GPIO_MASK2 macroRosen Penev1-1/+1
2026-08-09gpio: ppc44x: drop PPC-specific IO helpersRosen Penev2-13/+29
2026-08-09gpio: ppc44x: Convert GPIO to generic MMIORosen Penev1-44/+27
2026-08-09gpio: ppc44x: Use platform resource helper for GPIO MMIORosen Penev1-4/+7
2026-08-09gpio: ppc44x: Use module platform driver helper for GPIORosen Penev1-5/+4
2026-08-09gpio: ppc44x: update all 4xx to 44xRosen Penev1-34/+34
2026-08-09gpio: move ppc4xx gpio driver from arch/powerpc to drivers/gpioRosen Penev3-0/+219
2026-08-09Merge tag 's390-7.2-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-123/+277
2026-08-09Merge tag 'tegra-for-7.3-arm64-dt' of git://git.kernel.org/pub/scm/linux/kern...Alexandre Belloni629-3129/+7637
2026-08-08Merge tag 'usb-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-28/+68
2026-08-08Merge tag 'tty-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds7-50/+121
2026-08-08Merge tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-1/+11
2026-08-08Merge tag 'char-misc-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-60/+124
2026-08-08Merge tag 'spacemit-dt-for-7.3-1' of https://git.kernel.org/pub/scm/linux/ker...Alexandre Belloni1-0/+2
2026-08-08parisc: eisa_eeprom: Add missing MODULE_DESCRIPTION()Jean Delu1-0/+1
2026-08-08Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+91
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-34/+106
2026-08-08i3c: renesas: Don't register devices when ENTDAA times outTommaso Merciai1-1/+1
2026-08-08i3c: master: dw-i3c-master: fix OD timing for first broadcastTze Yee Ng2-17/+66
2026-08-08i3c: mipi-i3c-hci: Advertise IBI wakeup capabilityAdrian Hunter1-2/+6
2026-08-08i3c: mipi-i3c-hci: Factor out i3c_hci_sysdev()Adrian Hunter3-14/+19
2026-08-08i3c: mipi-i3c-hci-pci: Propagate I3C wakeup requirements to PCIAdrian Hunter1-2/+21
2026-08-08i3c: master: Reject IBI requests from non-IBI-capable devicesAdrian Hunter1-3/+5
2026-08-08i3c: master: Add helper to query bus wakeup requirementsAdrian Hunter1-0/+35
2026-08-08i3c: master: Report wakeup events for IBIsAdrian Hunter1-0/+6
2026-08-08i3c: master: Support IBI-based wakeup capabilityAdrian Hunter1-0/+4
2026-08-08i3c: master: Fix potential UAF in i3c_device_match()Adrian Hunter1-1/+3
2026-08-08i3c: master: Fix potential UAF in i3c_device_uevent()Adrian Hunter1-2/+1
2026-08-08i3c: Make dev->desc locking assumptions explicitAdrian Hunter1-2/+1
2026-08-08i3c: master: Fix use-after-free of master->thisAdrian Hunter1-6/+11
2026-08-08i3c: master: Do not treat master device as a duplicate targetAdrian Hunter1-1/+2
2026-08-08i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_m...Adrian Hunter3-7/+6
2026-08-08i3c: master: Fix recursive locking during device registrationAdrian Hunter1-12/+33
2026-08-08fbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel1-2/+7
2026-08-08fbdev: Fix out-of-bounds access when rotating console after font resizeZizhi Wo1-0/+25
2026-08-08fbdev: core: Fix pointer desynchronization in fb_io_read()Mingyu Wang1-0/+8
2026-08-08fbdev: serialize mode sysfs access with lock_fb_info()Melbin K Mathew1-8/+38
2026-08-08fbdev: clear fb_info->mode before deleting a videomodeMelbin K Mathew1-1/+4
2026-08-08fbdev: bound mode sysfs output to the sysfs bufferMelbin K Mathew1-5/+10
2026-08-08Merge tag 'drm-misc-next-2026-08-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie97-530/+1813
2026-08-07net: mana: Extend RX CQE coalescing up to 8 packetsHaiyang Zhang2-54/+112
2026-08-07RISC-V: perf: fix resource cleanup on driver probe failureAtish Patra1-6/+27
2026-08-07ACPI: tables: Add missing #include <asm/fixmap.h>Vivian Wang1-0/+1
2026-08-07net: wangxun: add pcie error handlerJiawen Wu5-5/+223
2026-08-07net: wangxun: implement soft quiesce for PCIe error recoveryJiawen Wu5-0/+63
2026-08-07net: wangxun: add reinit parameter to wx->do_reset callbackJiawen Wu8-11/+11
2026-08-07net: wangxun: add Tx timeout processJiawen Wu8-5/+286
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu3-3/+36
2026-08-07Merge tag 'watchdog-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-8/+8
2026-08-07tun/tap & vhost-net: stop tail-drop when IFF_BACKPRESSURE is setSimon Schippers1-6/+33