| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-18 | ovl: remove unneeded non-const conversion | Amir Goldstein | 1 | -1/+1 |
| 2025-07-18 | fs: constify file ptr in backing_file accessor helpers | Amir Goldstein | 4 | -10/+14 |
| 2025-07-18 | dt-bindings: gpio: Convert qca,ar7100-gpio to DT schema | Rob Herring (Arm) | 3 | -38/+61 |
| 2025-07-18 | dt-bindings: gpio: Convert maxim,max3191x to DT schema | Rob Herring (Arm) | 2 | -59/+104 |
| 2025-07-18 | dt-bindings: gpio: fsl,qoriq-gpio: Add missing mpc8xxx compatibles | Rob Herring (Arm) | 2 | -72/+7 |
| 2025-07-18 | dt-bindings: gpio: Create a trivial GPIO schema | Rob Herring (Arm) | 23 | -629/+116 |
| 2025-07-18 | dt-bindings: gpio: Convert st,spear-spics-gpio to DT schema | Rob Herring (Arm) | 2 | -49/+82 |
| 2025-07-18 | dt-bindings: gpio: Convert abilis,tb10x-gpio to DT schema | Rob Herring (Arm) | 2 | -35/+63 |
| 2025-07-18 | dt-bindings: gpio: Convert apm,xgene-gpio-sb to DT schema | Rob Herring (Arm) | 2 | -64/+94 |
| 2025-07-18 | dt-bindings: gpio: Convert ti,twl4030-gpio to DT schema | Rob Herring (Arm) | 2 | -29/+61 |
| 2025-07-18 | dt-bindings: gpio: Convert lantiq,gpio-mm-lantiq to DT schema | Rob Herring (Arm) | 2 | -38/+54 |
| 2025-07-18 | dt-bindings: gpio: Convert ti,keystone-dsp-gpio to DT schema | Rob Herring (Arm) | 2 | -39/+65 |
| 2025-07-18 | dt-bindings: gpio: Convert altr,pio-1.0 to DT schema | Rob Herring (Arm) | 2 | -44/+75 |
| 2025-07-18 | dt-bindings: gpio: Convert cirrus,clps711x-mctrl-gpio to DT schema | Rob Herring (Arm) | 2 | -17/+49 |
| 2025-07-18 | dt-bindings: gpio: Convert cavium,octeon-3860-gpio to DT schema | Rob Herring (Arm) | 2 | -49/+62 |
| 2025-07-18 | dt-bindings: gpio: Convert exar,xra1403 to DT schema | Rob Herring (Arm) | 2 | -46/+75 |
| 2025-07-18 | dt-bindings: gpio: Convert microchip,pic32mzda-gpio to DT schema | Rob Herring (Arm) | 2 | -49/+71 |
| 2025-07-18 | dt-bindings: gpio: Convert lacie,netxbig-gpio-ext to DT schema | Rob Herring (Arm) | 2 | -22/+60 |
| 2025-07-18 | gpio: xilinx: convert set_multiple() to the new API as well | Bartosz Golaszewski | 1 | -3/+5 |
| 2025-07-18 | misc: ti-fpc202: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -5/+5 |
| 2025-07-18 | misc: ti-fpc202: remove unneeded direction check | Bartosz Golaszewski | 1 | -3/+0 |
| 2025-07-18 | soc: hisilicon: kunpeng_hccs: Fix incorrect log information | Huisong Li | 1 | -2/+2 |
| 2025-07-18 | wifi: rtlwifi: Use min()/max() to improve code | Qianfeng Rong | 6 | -54/+12 |
| 2025-07-18 | wifi: rtw89: wow: Add Basic Rate IE to probe request in scheduled scan mode | Chin-Yen Lee | 1 | -1/+4 |
| 2025-07-18 | clk: at91: sam9x7: update pll clk ranges | Varshini Rajendran | 1 | -10/+10 |
| 2025-07-18 | Merge tag 'sunxi-fixes-for-6.16' of https://git.kernel.org/pub/scm/linux/kern... | Arnd Bergmann | 3 | -7/+7 |
| 2025-07-18 | wifi: rtw89: Lower the timeout in rtw89_fwdl_check_path_ready_ax() for USB | Bitterblue Smith | 2 | -1/+8 |
| 2025-07-18 | wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB | Bitterblue Smith | 2 | -2/+9 |
| 2025-07-18 | wifi: rtw89: check path range before using in rtw89_fw_h2c_rf_ps_info() | Ping-Ke Shih | 1 | -1/+1 |
| 2025-07-18 | wifi: rtw89: purge obsoleted scan events with software sequence number | Ping-Ke Shih | 6 | -2/+68 |
| 2025-07-18 | wifi: rtw89: dynamically update EHT preamble puncturing | Kuan-Chung Chen | 10 | -0/+115 |
| 2025-07-18 | wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chips | Chia-Yuan Li | 1 | -1/+1 |
| 2025-07-18 | wifi: rtw89: trigger TX stuck if FIFO full | Chia-Yuan Li | 1 | -0/+4 |
| 2025-07-18 | Merge tag 'drm-xe-fixes-2025-07-17' of https://gitlab.freedesktop.org/drm/xe/... | Dave Airlie | 6 | -20/+72 |
| 2025-07-18 | rcu: Fix delayed execution of hurry callbacks | Tze-nan Wu | 1 | -1/+1 |
| 2025-07-18 | ext4: refactor the inline directory conversion and new directory codepaths | Theodore Ts'o | 3 | -77/+48 |
| 2025-07-18 | ext4: use memcpy() instead of strcpy() | Theodore Ts'o | 2 | -4/+4 |
| 2025-07-18 | ext4: replace strcmp with direct comparison for '.' and '..' | Theodore Ts'o | 1 | -4/+7 |
| 2025-07-18 | ext4: Make sure BH_New bit is cleared in ->write_end handler | Jan Kara | 2 | -1/+4 |
| 2025-07-18 | ext4: fix inode use after free in ext4_end_io_rsv_work() | Baokun Li | 1 | -8/+8 |
| 2025-07-18 | cxl: Fix -Werror=return-type in cxl_decoder_detach() | Li Zhijian | 1 | -0/+1 |
| 2025-07-18 | cleanup: Fix documentation build error for ACQUIRE updates | Dan Williams | 1 | -2/+1 |
| 2025-07-18 | libbpf: Fix handling of BPF arena relocations | Andrii Nakryiko | 1 | -7/+13 |
| 2025-07-18 | Merge tag 'mediatek-drm-fixes-20250718' of https://git.kernel.org/pub/scm/lin... | Dave Airlie | 9 | -6/+68 |
| 2025-07-18 | et131x: Add missing check after DMA map | Thomas Fourier | 1 | -0/+36 |
| 2025-07-18 | net: ag71xx: Add missing check after DMA map | Thomas Fourier | 1 | -0/+9 |
| 2025-07-18 | selftests/drivers/net: Support ipv6 for napi_id test | Tianyi Cui | 2 | -11/+28 |
| 2025-07-18 | ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting | Mingming Cao | 1 | -7/+20 |
| 2025-07-18 | Merge branch 'net-mlx5-misc-changes-2025-07-16' | Jakub Kicinski | 3 | -4/+3 |
| 2025-07-18 | net/mlx5e: Properly access RCU protected qdisc_sleeping variable | Leon Romanovsky | 1 | -1/+1 |