aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-28erofs: mark inodes without acls in erofs_read_inode()Gao Xiang3-1/+26
2026-01-28Merge tag 'drm-msm-fixes-2026-01-23' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie1-2/+0
2026-01-27rnbd-clt: fix refcount underflow in device unmap pathChaitanya Kulkarni1-1/+0
2026-01-27Revert "rnbd-clt: fix refcount underflow in device unmap path"Jens Axboe1-0/+1
2026-01-27io_uring/net: don't continue send bundle if poll was required for retryJens Axboe1-1/+5
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown1012-5789/+10438
2026-01-28Merge tag 'drm-rust-next-2026-01-26' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-nextDave Airlie30-430/+821
2026-01-27ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek2-1/+7
2026-01-28wifi: rtw89: regd: update regulatory map to R73-R54Zong-Zhe Yang1-10/+10
2026-01-28wifi: rtw89: pci: validate release report content before using for RTL8922DEPing-Ke Shih1-2/+4
2026-01-28wifi: rtw89: get designated link to replace link instance 0Zong-Zhe Yang3-11/+8
2026-01-28wifi: rtw89: 8922a: configure FW version for SIM_SER_L0L1_BY_HALT_H2CZong-Zhe Yang1-0/+1
2026-01-28wifi: rtw89: phy: add PHY C2H event dummy handler for func 1-7 and 2-10Ping-Ke Shih4-2/+19
2026-01-28wifi: rtw89: fw: correct content of DACK H2C commandPing-Ke Shih2-6/+6
2026-01-28wifi: rtw89: rfk: update RFK report format of IQK, DACK and TXGAPKPing-Ke Shih2-14/+40
2026-01-28wifi: rtw89: rfk: add to print debug log of CIM3KPing-Ke Shih3-0/+41
2026-01-28wifi: rtw89: rfk: add firmware command to do CIM3KPing-Ke Shih4-0/+77
2026-01-28wifi: rtw89: rfk: add to print debug log of TX IQKPing-Ke Shih3-1/+35
2026-01-28Merge tag 'drm-msm-next-2026-01-23' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie61-2172/+2697
2026-01-28wifi: rtw89: rfk: add firmware command to do TX IQKPing-Ke Shih4-0/+79
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie1317-6999/+12712
2026-01-27bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet3-5/+17
2026-01-27gve: fix probe failure if clock read failsJordan Rhee5-15/+14
2026-01-27Merge branch 'mlx5-misc-fixes-2026-01-26'Jakub Kicinski6-15/+70
2026-01-27net/mlx5e: Account for netdev stats in ndo_get_stats64Gal Pressman1-9/+11
2026-01-27net/mlx5e: TC, delete flows only for existing peersMark Bloch1-6/+13
2026-01-27net/mlx5: Fix Unbinding uplink-netdev in switchdev modeShay Drory5-0/+46
2026-01-27selftests: ptp: treat unsupported PHC operations as skipJunjie Cao1-12/+37
2026-01-27selftests: ptp: use KSFT_SKIP exit code for skip scenariosJunjie Cao1-4/+7
2026-01-27net: usb: int51x1: use usbnet_cdc_update_filterEthan Nelson-Moore2-36/+4
2026-01-27tools/sched_ext: add arena based schedulerEmil Tsalapatis4-1/+925
2026-01-27tools/sched_ext: add scx_pair schedulerEmil Tsalapatis4-1/+800
2026-01-27tools/sched_ext: add scx_userland schedulerEmil Tsalapatis4-1/+799
2026-01-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski13-207/+396
2026-01-27ethtool: remove ETHTOOL_GRXRINGS fallback through get_rxnfcBreno Leitao1-12/+2
2026-01-27Merge branch 'single-mss-length-in-udp-gso_partial'Jakub Kicinski3-22/+4
2026-01-27net: aquantia: Remove redundant UDP length adjustment with GSO_PARTIALGal Pressman1-3/+0
2026-01-27net/mlx5e: Remove redundant UDP length adjustment with GSO_PARTIALGal Pressman1-17/+0
2026-01-27udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman1-2/+4
2026-01-27net: stmmac: don't pass ioaddr to fix_soc_reset() methodRussell King (Oracle)4-7/+11
2026-01-28ASoC: sophgo: add CV1800 I2S controllers supportMark Brown9-0/+1413
2026-01-28ASoC: capsuling struct snd_soc_dapm_contextMark Brown7-321/+202
2026-01-28ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert toMark Brown394-2723/+3881
2026-01-28ASoC: fsl_audmix: Support the i.MX952 platformMark Brown6-2/+60
2026-01-27perf jevents: Handle deleted JSONS in out of source buildsJames Clark1-3/+11
2026-01-27perf strlist: Remove dont_dupstr logic, used only onceArnaldo Carvalho de Melo3-31/+14
2026-01-28rust: macros: convert `concat_idents!` to use `syn`Gary Guo3-28/+29
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo3-35/+12
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo1-239/+268
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo3-231/+277