summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-08-12Merge branch 'net-remove-redundant-__gfp_nowarn'Jakub Kicinski-2/+2
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-12tcp: cdg: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-11selftests/net: Ensure assert() triggers in psock_tpacket.cWake Liu-0/+1
2025-08-11selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8Wake Liu-2/+1
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-138/+363
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-7/+60
2025-08-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+1
2025-08-08Merge tag 'drm-next-2025-08-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-133/+448
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+6
2025-08-08Merge tag 'loongarch-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-89/+841
2025-08-08Merge tag 'amd-drm-fixes-6.17-2025-08-07' of https://gitlab.freedesktop.org/a...Dave Airlie-119/+321
2025-08-08Merge tag 'drm-xe-next-fixes-2025-08-06' of https://gitlab.freedesktop.org/dr...Dave Airlie-8/+112
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet-3/+4
2025-08-07Merge tag 'input-for-v6.17-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-424/+1295
2025-08-07Merge tag 'for-linus-6.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-25/+46
2025-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-3/+2
2025-08-07Merge tag 'vfio-v6.17-rc1-v2' of https://github.com/awilliam/linux-vfioLinus Torvalds-22/+99
2025-08-06drm/amdgpu: add missing vram lost check for LEGACY RESETAlex Deucher-0/+1
2025-08-06drm/amdgpu/discovery: fix fw based ip discoveryAlex Deucher-36/+41
2025-08-06drm/amdkfd: Destroy KFD debugfs after destroy KFD wqAmber Lin-1/+1
2025-08-06amdgpu/amdgpu_discovery: increase timeout limit for IFWI initXaver Hugl-2/+2
2025-08-06Merge branch 'next' into for-linusDmitry Torokhov-257881/+590733
2025-08-06HID: hid-steam: Use new BTN_GRIP* buttonsVicki Pfau-19/+16
2025-08-06s390/debug: Fix typo in debug_sprintf_format_fn() commentTigran Mkrtchyan-1/+1
2025-08-06s390/boot: Fix startup debugging logMikhail Zaslonko-1/+1
2025-08-06Merge tag 'for-6.17-fix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+30
2025-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-276/+701
2025-08-06btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana-18/+30
2025-08-06Merge tag 'ata-6.17-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-39/+71
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1294/+1178
2025-08-06media: venus: Fix OPP table error handlingSasha Levin-4/+8
2025-08-06Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+266
2025-08-06net: usbnet: Fix the wrong netif_carrier_on() callAmmar Faizi-3/+3
2025-08-06MAINTAINERS: hand over Kbuild maintenanceMasahiro Yamada-8/+11
2025-08-06kheaders: make it possible to override TARMichał Górny-4/+5
2025-08-06kbuild: userprogs: use correct linker when mixing clang and GNU ldThomas Weißschuh-1/+1
2025-08-06kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran-2/+4
2025-08-06kconfig: lxdialog: replace strcpy with snprintf in print_autowrapSuchit Karunakaran-2/+1
2025-08-05net: ti: icssg-prueth: Fix skb handling for XDP_PASSMeghana Malladi-7/+8
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja-17/+121
2025-08-05selftests: netdevsim: Xfail nexthop test on slow machinesIdo Schimmel-1/+1
2025-08-05Merge branch 'eth-fbnic-fix-drop-stats-support'Jakub Kicinski-4/+6
2025-08-05eth: fbnic: Lock the tx_dropped updateMohsin Bashir-0/+2
2025-08-05eth: fbnic: Fix tx_dropped reportingMohsin Bashir-4/+4
2025-08-05eth: fbnic: remove the debugging trick of super high page biasJakub Kicinski-6/+4
2025-08-05net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnectHeiner Kallweit-3/+4
2025-08-05dt-bindings: net: Replace bouncing Alexandru Tachici emailsKrzysztof Kozlowski-2/+2
2025-08-05vfio/type1: conditional rescheduling while pinningKeith Busch-0/+7
2025-08-05vfio/qat: add support for intel QAT 6xxx virtual functionsMałgorzata Mielnik-1/+3