aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-26sunhme: Combine continued messagesSean Anderson1-173/+105
2022-09-26sunhme: Use (net)dev_foo wherever possibleSean Anderson1-89/+85
2022-09-26sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)Sean Anderson1-74/+78
2022-09-26sunhme: Clean up debug infrastructureSean Anderson1-40/+32
2022-09-26sunhme: Convert FOO((...)) to FOO(...)Sean Anderson1-136/+136
2022-09-26sunhme: switch to devresRolf Eike Beer1-41/+14
2022-09-26sunhme: Regularize probe errorsSean Anderson1-8/+13
2022-09-26sunhme: Return an ERR_PTR from quattro_pci_findSean Anderson1-22/+27
2022-09-26sunhme: forward the error code from pci_enable_device()Rolf Eike Beer1-3/+3
2022-09-26sunhme: Remove versionSean Anderson1-15/+2
2022-09-26sunhme: remove unused tx_dump_ring()Rolf Eike Beer1-16/+0
2022-09-26Merge branch 'net-dsa-remove-unnecessary-i2c_set_clientdata'Jakub Kicinski3-6/+0
2022-09-26net: dsa: xrs700x: remove unnecessary i2c_set_clientdata()Yang Yingliang1-2/+0
2022-09-26net: dsa: microchip: ksz9477: remove unnecessary i2c_set_clientdata()Yang Yingliang1-2/+0
2022-09-26net: dsa: lan9303: remove unnecessary i2c_set_clientdata()Yang Yingliang1-2/+0
2022-09-26io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov1-3/+5
2022-09-26io_uring/rw: fix unexpected link breakagePavel Begunkov1-0/+1
2022-09-27libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel1-0/+4
2022-09-26hwmon: w83627hf: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-798/+802
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng5-10/+10
2022-09-26Merge tag 'x86_urgent_for_v6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+36
2022-09-26leds: pca963: fix misleading indentationPavel Machek1-1/+1
2022-09-26ARM: dts: integrator: Fix DMA rangesLinus Walleij2-4/+5
2022-09-26efi: libstub: remove pointless goto kludgeArd Biesheuvel1-15/+7
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel9-157/+85
2022-09-26efi: libstub: avoid efi_get_memory_map() for allocating the virt mapArd Biesheuvel3-22/+47
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer1-2/+2
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds23-106/+192
2022-09-26net: hippi: Add missing pci_disable_device() in rr_init_one()ruanjinjie1-0/+1
2022-09-26Merge branch 'improve-tsn_lib-selftests-for-future-distributed-tasks'Jakub Kicinski2-20/+34
2022-09-26selftests: net: tsn_lib: run phc2sys in automatic modeVladimir Oltean2-6/+3
2022-09-26selftests: net: tsn_lib: allow multiple isochron receiversVladimir Oltean1-5/+11
2022-09-26selftests: net: tsn_lib: allow running ptp4l on multiple interfacesVladimir Oltean1-8/+19
2022-09-26selftests: net: tsn_lib: don't overwrite isochron receiver extra args with UDSVladimir Oltean1-1/+1
2022-09-26net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probePeng Wu1-2/+2
2022-09-26cxgb4: fix missing unlock on ETHOFLD desc collect fail pathRafael Mendonca1-9/+19
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton23-106/+192
2022-09-26Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-2/+1
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsNico Pache1-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvYipeng Zou1-4/+43
2022-09-26tracing: kprobe: Fix kprobe event gen test module on exitYipeng Zou1-1/+1
2022-09-26net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLEYang Yingliang1-0/+1
2022-09-26net: vertexcom: mse102x: Silence no spi_device_id warningsWei Yongjun1-0/+8
2022-09-26net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()Wei Yongjun1-2/+2
2022-09-26Merge branch 'net-dsa-microchip-ksz9477-enable-interrupt-for-internal-phy-link-detection'Jakub Kicinski4-428/+336
2022-09-26net: phy: micrel: enable interrupt for ksz9477 phyArun Ramadoss1-0/+2
2022-09-26net: dsa: microchip: use common irq routines for girq and pirqArun Ramadoss2-192/+81
2022-09-26net: dsa: microchip: move interrupt handling logic from lan937x to ksz_commonArun Ramadoss3-426/+433
2022-09-26net: dsa: microchip: lan937x: return zero if mdio node not presentArun Ramadoss1-4/+2
2022-09-26net: dsa: microchip: enable phy interrupts only if interrupt enabled in dtsArun Ramadoss1-5/+8