| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-13 | platform/wmi: Extend wmidev_invoke_method() to reject undersized data |  Armin Wolf | 1 | -1/+1 |
| 2026-04-13 | platform/wmi: Add wmidev_invoke_procedure() |  Armin Wolf | 1 | -0/+3 |
| 2026-04-13 | platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED) |  Marco Nenciarini | 1 | -2/+5 |
| 2026-04-13 | Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD |  Paolo Bonzini | 1 | -9/+7 |
| 2026-04-13 | Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEAD |  Paolo Bonzini | 1 | -1/+2 |
| 2026-04-13 | Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 7 | -0/+273 |
| 2026-04-12 | mailbox: prefix new constants with MBOX_ |  Wolfram Sang | 1 | -3/+3 |
| 2026-04-12 | pppox: convert pppox_sk() to use container_of() |  Qingfang Deng | 1 | -1/+1 |
| 2026-04-12 | pppox: remove sk_pppox() helper |  Qingfang Deng | 1 | -5/+0 |
| 2026-04-12 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux |  Jakub Kicinski | 2 | -5/+13 |
| 2026-04-12 | Merge branch 'net-reduce-sk_filter-and-friends-bloat' |  Jakub Kicinski | 1 | -7/+8 |
| 2026-04-12 | net: change sk_filter_trim_cap() to return a drop_reason by value |  Eric Dumazet | 1 | -8/+6 |
| 2026-04-12 | net: change sk_filter_reason() to return the reason by value |  Eric Dumazet | 1 | -3/+6 |
| 2026-04-12 | bpf: Move BTF checking logic into check_btf.c |  Alexei Starovoitov | 1 | -0/+5 |
| 2026-04-12 | bpf: Move backtracking logic to backtrack.c |  Alexei Starovoitov | 1 | -0/+18 |
| 2026-04-12 | bpf: Move state equivalence logic to states.c |  Alexei Starovoitov | 1 | -0/+67 |
| 2026-04-12 | bpf: Move check_cfg() into cfg.c |  Alexei Starovoitov | 1 | -1/+114 |
| 2026-04-12 | bpf: Move compute_insn_live_regs() into liveness.c |  Alexei Starovoitov | 1 | -0/+2 |
| 2026-04-12 | bpf: Move fixup/post-processing logic from verifier.c into fixups.c |  Alexei Starovoitov | 1 | -0/+78 |
| 2026-04-12 | net: phy: broadcom: implement .disable_autonomous_eee for BCM54xx |  Nicolai Buchwitz | 1 | -0/+3 |
| 2026-04-12 | net: phy: add support for disabling PHY-autonomous EEE |  Nicolai Buchwitz | 1 | -0/+14 |
| 2026-04-12 | net: tso: Introduce tso_dma_map and helpers |  Joe Damato | 1 | -0/+11 |
| 2026-04-12 | Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+2 |
| 2026-04-12 | Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next |  Jakub Kicinski | 2 | -0/+43 |
| 2026-04-12 | crypto: hisilicon - remove unused and non-public APIs for qm and sec |  Chenghai Huang | 1 | -2/+0 |
| 2026-04-11 | Merge tag 'clk-remove-deprecated-apis-v7.1' of ssh://github.com/masneyb/linux into clk-round |  Stephen Boyd | 1 | -40/+6 |
| 2026-04-11 | driver core: Don't let a device probe until it's ready |  Douglas Anderson | 1 | -0/+44 |
| 2026-04-11 | spi: spi-mem: Add a packed command operation |  Miquel Raynal | 1 | -0/+8 |
| 2026-04-11 | Merge branch 'timers/urgent' into timers/core |  Thomas Gleixner | 39 | -76/+261 |
| 2026-04-10 | bpf: Remove gfp_flags plumbing from bpf_local_storage_update() |  Amery Hung | 1 | -4/+3 |
| 2026-04-10 | bpf: Use kmalloc_nolock() universally in local storage |  Amery Hung | 1 | -6/+2 |
| 2026-04-10 | Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux |  Linus Torvalds | 1 | -3/+3 |
| 2026-04-10 | PCI/P2PDMA: Add Google SoCs to the P2P DMA host bridge list |  Jacob Moroni | 1 | -0/+2 |
| 2026-04-10 | bpf: poison dead stack slots |  Alexei Starovoitov | 1 | -0/+1 |
| 2026-04-10 | bpf: change logging scheme for live stack analysis |  Eduard Zingerman | 1 | -5/+0 |
| 2026-04-10 | bpf: simplify liveness to use (callsite, depth) keyed func_instances |  Eduard Zingerman | 1 | -19/+0 |
| 2026-04-10 | bpf: record arg tracking results in bpf_liveness masks |  Eduard Zingerman | 1 | -1/+0 |
| 2026-04-10 | bpf: introduce forward arg-tracking dataflow analysis |  Eduard Zingerman | 1 | -0/+4 |
| 2026-04-10 | bpf: make liveness.c track stack with 4-byte granularity |  Eduard Zingerman | 1 | -2/+2 |
| 2026-04-10 | bpf: Add spis_*() helpers for 4-byte stack slot bitmasks |  Alexei Starovoitov | 1 | -0/+67 |
| 2026-04-10 | bpf: save subprogram name in bpf_subprog_info |  Eduard Zingerman | 1 | -1/+1 |
| 2026-04-10 | bpf: share several utility functions as internal API |  Eduard Zingerman | 1 | -0/+2 |
| 2026-04-10 | clockevents: Prevent timer interrupt starvation |  Thomas Gleixner | 1 | -0/+2 |
| 2026-04-10 | sched_ext: Remove runtime kfunc mask enforcement |  Cheng-Yang Chou | 1 | -28/+0 |
| 2026-04-10 | vfs: introduce d_mark_tmpfile_name() |  Paulo Alcantara | 1 | -0/+1 |
| 2026-04-10 | Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs |  Linus Torvalds | 6 | -41/+50 |
| 2026-04-10 | mmc: sdio: add MediaTek MT7902 SDIO device ID |  Sean Wang | 1 | -0/+1 |
| 2026-04-10 | platform/x86: int3472: Parameterize LED con_id in registration |  Marco Nenciarini | 1 | -1/+2 |
| 2026-04-10 | platform/x86: int3472: Rename pled to led in LED registration code |  Marco Nenciarini | 1 | -4/+4 |
| 2026-04-10 | Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cleanup', 'for-next/kselftest', 'for-next/feat_lsui', 'for-next/mpam', 'for-next/hotplug-batched-tlbi', 'for-next/bbml2-fixes', 'for-next/sysreg', 'for-next/generic-entry' and 'for-next/acpi', remote-tracking branches 'arm... |  Catalin Marinas | 3 | -55/+235 |