Age | Commit message (Expand) | Author | Files | Lines |
2021-10-11 | i2c: pasemi: Use dev_name instead of port number | Sven Peter | 1 | -1/+1 |
2021-10-11 | i2c: pasemi: Use io{read,write}32 | Sven Peter | 1 | -3/+13 |
2021-10-11 | Merge branch 'i2c/for-current' into i2c/for-mergewindow | Wolfram Sang | 555 | -2659/+5829 |
2021-10-10 | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -3/+13 |
2021-10-10 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 6 | -43/+41 |
2021-10-09 | Merge tag 's390-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -8/+1 |
2021-10-08 | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -25/+31 |
2021-10-08 | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -14/+16 |
2021-10-08 | Merge tag 'acpi-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -0/+3 |
2021-10-08 | Merge tag 'usb-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 10 | -29/+42 |
2021-10-08 | Merge tag 'mmc-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul... | Linus Torvalds | 2 | -25/+70 |
2021-10-08 | Merge tag 'drm-fixes-2021-10-08' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 50 | -151/+709 |
2021-10-08 | Merge tag 'amd-drm-fixes-5.15-2021-10-06' of https://gitlab.freedesktop.org/a... | Dave Airlie | 13 | -24/+140 |
2021-10-08 | Merge tag 'drm-misc-fixes-2021-10-06' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 28 | -99/+503 |
2021-10-08 | Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -100/+57 |
2021-10-07 | Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2 | -14/+32 |
2021-10-07 | Merge tag 'omap-for-v5.15/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Arnd Bergmann | 2 | -12/+19 |
2021-10-07 | Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 37 | -170/+333 |
2021-10-07 | Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -3/+10 |
2021-10-07 | PCI: ACPI: Check parent pointer in acpi_pci_find_companion() | Rafael J. Wysocki | 1 | -0/+3 |
2021-10-07 | qcom_scm: hide Kconfig symbol | Arnd Bergmann | 10 | -14/+14 |
2021-10-07 | firmware: include drivers/firmware/Kconfig unconditionally | Arnd Bergmann | 1 | -0/+2 |
2021-10-06 | drm/amd/display: Fix detection of 4 lane for DPALT | Hansen | 2 | -1/+35 |
2021-10-06 | drm/amd/display: Limit display scaling to up to 4k for DCN 3.1 | Nikola Cornij | 1 | -1/+1 |
2021-10-06 | drm/amd/display: Skip override for preferred link settings during link training | George Shen | 1 | -6/+0 |
2021-10-06 | iavf: fix double unlock of crit_lock | Stefan Assmann | 1 | -1/+0 |
2021-10-06 | i40e: Fix freeing of uninitialized misc IRQ vector | Sylwester Dziedziuch | 1 | -1/+2 |
2021-10-06 | i40e: fix endless loop under rtnl | Jiri Benc | 1 | -1/+1 |
2021-10-06 | mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirk | Neil Armstrong | 1 | -14/+59 |
2021-10-06 | mmc: sdhci-of-at91: replace while loop with read_poll_timeout | Claudiu Beznea | 1 | -11/+5 |
2021-10-06 | mmc: sdhci-of-at91: wait for calibration done before proceed | Claudiu Beznea | 1 | -0/+6 |
2021-10-06 | ionic: move filter sync_needed bit set | Shannon Nelson | 2 | -4/+3 |
2021-10-06 | gve: report 64bit tx_bytes counter from gve_handle_report_stats() | Eric Dumazet | 1 | -2/+3 |
2021-10-06 | gve: fix gve_get_stats() | Eric Dumazet | 1 | -4/+9 |
2021-10-06 | gve: Properly handle errors in gve_assign_qpl | Catherine Sullivan | 1 | -1/+7 |
2021-10-06 | gve: Avoid freeing NULL pointer | Tao Liu | 1 | -10/+17 |
2021-10-06 | gve: Correct available tx qpl check | Catherine Sullivan | 1 | -1/+1 |
2021-10-06 | net: stmmac: trigger PCS EEE to turn off on link down | Wong Vee Khee | 1 | -1/+5 |
2021-10-06 | net: pcs: xpcs: fix incorrect steps on disable EEE | Wong Vee Khee | 1 | -4/+9 |
2021-10-06 | firmware: arm_scmi: Add proper barriers to scmi virtio device | Cristian Marussi | 1 | -4/+9 |
2021-10-06 | firmware: arm_scmi: Simplify spinlocks in virtio transport | Cristian Marussi | 1 | -8/+21 |
2021-10-06 | drm/nouveau/debugfs: fix file release memory leak | Yang Yingliang | 1 | -0/+1 |
2021-10-06 | drm/nouveau/kms/nv50-: fix file release memory leak | Yang Yingliang | 1 | -0/+1 |
2021-10-06 | drm/nouveau: avoid a use-after-free when BO init fails | Jeremy Cline | 1 | -3/+1 |
2021-10-06 | video: fbdev: gbefb: Only instantiate device when built for IP32 | Mark Brown | 1 | -1/+1 |
2021-10-06 | fbdev: simplefb: fix Kconfig dependencies | Arnd Bergmann | 2 | -2/+4 |
2021-10-06 | drm/panel: abt-y030xx067a: yellow tint fix | Christophe Branchereau | 1 | -2/+2 |
2021-10-06 | drm/nouveau/fifo/ga102: initialise chid on return from channel creation | Ben Skeggs | 1 | -0/+3 |
2021-10-06 | drm/rockchip: Update crtc fixup to account for fractional clk change | Chris Morgan | 1 | -14/+12 |
2021-10-06 | drm/nouveau/ga102-: support ttm buffer moves via copy engine | Ben Skeggs | 10 | -6/+329 |