summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-28/+78
2022-05-10net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-10hwmon: (ltq-cputemp) restrict it to SOC_XWAYRandy Dunlap1-1/+1
2022-05-10ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon1-1/+1
2022-05-10ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-10ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang1-1/+2
2022-05-09Merge tag 'platform-drivers-x86-v5.18-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-14/+173
2022-05-09slimbus: qcom: Fix IRQ check in qcom_slim_probeMiaoqian Lin1-2/+2
2022-05-09mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg1-0/+3
2022-05-09mac80211_hwsim: fix RCU protected chanctx accessJohannes Berg1-2/+5
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20
2022-05-09drm/i915: Fix race in __i915_vma_remove_closedKarol Herbst1-4/+7
2022-05-08Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-27/+32
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-07Merge tag 'gpio-fixes-for-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+5
2022-05-07Merge tag 'block-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds3-14/+51
2022-05-07fbdev: efifb: Fix a use-after-free due early fb_info cleanupJavier Martinez Canillas1-2/+2
2022-05-07net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook1-5/+5
2022-05-07drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()Christophe JAILLET1-4/+5
2022-05-07drm/nouveau/tegra: Stop using iommu_present()Robin Murphy1-1/+1
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik1-2/+8
2022-05-06ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko1-18/+50
2022-05-06ice: Fix race during aux device (un)pluggingIvan Vecera3-8/+20
2022-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-96/+85
2022-05-06Merge tag 'mmc-v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-6/+64
2022-05-06Merge tag 'drm-fixes-2022-05-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-21/+9
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-06drm/amd/display: undo clearing of z10 related function pointersEric Yang1-5/+0
2022-05-06drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsRichard Gong1-1/+16
2022-05-06platform/surface: aggregator: Fix initialization order when compiling as buil...Maximilian Luz1-1/+1
2022-05-06platform/surface: gpe: Add support for Surface Pro 8Maximilian Luz1-0/+8
2022-05-06platform/x86/intel: Fix 'rmmod pmt_telemetry' panicPrarit Bhargava1-1/+1
2022-05-06platform/x86: thinkpad_acpi: Correct dual fan probeMark Pearson1-10/+13
2022-05-06platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptopsMario Limonciello1-0/+126
2022-05-06platform/x86: thinkpad_acpi: Convert btusb DMI list to quirksMario Limonciello1-2/+24
2022-05-06firmware_loader: use kernel credentials when reading firmwareThiébaud Weksteen1-0/+17
2022-05-06fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas1-1/+7
2022-05-06fbdev: efifb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas1-1/+8
2022-05-06fbdev: simplefb: Cleanup fb_info in .fb_destroy rather than .removeJavier Martinez Canillas1-1/+7
2022-05-06fbdev: Prevent possible use-after-free in fb_release()Daniel Vetter1-0/+4
2022-05-06Revert "fbdev: Make fb_release() return -ENODEV if fbdev was unregistered"Javier Martinez Canillas1-4/+1
2022-05-06net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean1-2/+3
2022-05-06net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean1-1/+0
2022-05-06net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean1-0/+4
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean3-12/+10
2022-05-06s390/dasd: Use kzalloc instead of kmalloc/memsetHaowen Bai1-4/+1
2022-05-06s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-06s390/dasd: Fix read for ESE with blksize < 4kJan Höppner1-4/+3