summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-01Merge tag 'objtool-urgent-2025-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+4
2025-11-01Merge tag 'xfs-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-0/+41
2025-11-01Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+13
2025-11-01tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-0/+5
2025-11-01tools headers x86: Sync table due to introducion of uprobe syscallArnaldo Carvalho de Melo-0/+1
2025-11-01tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2025-11-01tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo-0/+10
2025-11-01tools headers uapi: Update fs.h with the kernel sourcesArnaldo Carvalho de Melo-1/+4
2025-11-01tools arch x86: Sync msr-index.h to pick AMD64_{PERF_CNTR_GLOBAL_STATUS_SET,S...Arnaldo Carvalho de Melo-1/+19
2025-11-01drm/mediatek: Add pm_runtime support for GCE power controlJason-JH Lin-0/+7
2025-11-01drm/mediatek: Disable AFBC support on Mediatek DRM driverAriel D'Alessandro-23/+1
2025-11-01objtool: Fix skip_alt_group() for non-alternative STAC/CLACJosh Poimboeuf-1/+4
2025-11-01kconfig/nconf: Initialize the default locale at startupJakub Horký-0/+3
2025-11-01kconfig/mconf: Initialize the default locale at startupJakub Horký-0/+3
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-7/+13
2025-10-31Documentation: ARCnet: Update obsolete contact infoBagas Sanjaya-49/+21
2025-10-31Merge branch 'dpll-add-support-for-phase-adjustment-granularity'Jakub Kicinski-61/+65
2025-10-31dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera-44/+25
2025-10-31dpll: add phase-adjust-gran pin attributeIvan Vecera-17/+40
2025-10-31Merge branch 'net-pse-pd-add-tps23881b-support'Jakub Kicinski-15/+55
2025-10-31dt-bindings: pse-pd: ti,tps23881: Add TPS23881BThomas Wismer-0/+1
2025-10-31net: pse-pd: tps23881: Add support for TPS23881BThomas Wismer-15/+54
2025-10-31netconsole: Acquire su_mutex before navigating configs hierarchyGustavo Luiz Duarte-0/+10
2025-10-31net: vlan: sync VLAN features with lower deviceHangbin Liu-0/+2
2025-10-31selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-comm...Wang Liang-0/+4
2025-10-31isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()Abdun Nihaal-5/+13
2025-10-31selftests/net: use destination options instead of hop-by-hopAnubhav Singh-2/+2
2025-10-31selftests/net: fix out-of-order delivery of FIN in gro:tcp testAnubhav Singh-0/+8
2025-10-31Documentation: netconsole: Separate literal code blocks for full and short ne...Bagas Sanjaya-1/+1
2025-10-31Merge branch 'net-phy-microchip_t1s-add-support-for-lan867x-rev-d0-phy'Jakub Kicinski-2/+96
2025-10-31net: phy: microchip_t1s: configure link status control for LAN867x Rev.D0Parthiban Veerasooran-1/+50
2025-10-31net: phy: microchip_t1s: add support for Microchip LAN867X Rev.D0 PHYParthiban Veerasooran-2/+47
2025-10-31net: stmmac: qcom-ethqos: remove MAC_CTRL_REG modificationRussell King (Oracle)-15/+1
2025-10-31Merge branch 'convert-mlx5e-and-ipoib-to-ndo_hwtstamp_get-set'Jakub Kicinski-74/+106
2025-10-31net/mlx5e: Convert to new hwtstamp_get/set interfaceCarolina Jubran-54/+65
2025-10-31IB/IPoIB: Add support for hwtstamp get/set ndosCarolina Jubran-0/+29
2025-10-31net/mlx5e: Rename timestamp fields to hwtstamp_configCarolina Jubran-15/+16
2025-10-31net/mlx5e: Rename hwstamp functions to hwtstampCarolina Jubran-8/+8
2025-10-31net/mlx5e: Remove unnecessary tstamp local variable in mlx5i_complete_rx_cqeCarolina Jubran-3/+1
2025-10-31net/mlx5e: Remove redundant tstamp pointer from channel structuresCarolina Jubran-9/+2
2025-10-31net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski-2/+8
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran-0/+4
2025-10-31net: mana: Support HW link state eventsHaiyang Zhang-6/+71
2025-10-31Merge branch 'gve-fix-null-dereferencing-with-ptp-clock'Jakub Kicinski-0/+15
2025-10-31gve: Implement settime64 with -EOPNOTSUPPTim Hostetler-0/+7
2025-10-31gve: Implement gettimex64 with -EOPNOTSUPPTim Hostetler-0/+8
2025-10-31x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbolsNathan Chancellor-0/+3
2025-10-31Merge tag 'drm-fixes-2025-10-31' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-128/+234
2025-10-31Merge tag 'pci-v6.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+33
2025-10-31Merge tag 'vfio-v6.18-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds-91/+308