summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-04-13platform/wmi: Extend wmidev_invoke_method() to reject undersized dataArmin Wolf
2026-04-13platform/wmi: Add wmidev_invoke_procedure()Armin Wolf
2026-04-13platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)Marco Nenciarini
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvmarm-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2026-04-12mailbox: prefix new constants with MBOX_Wolfram Sang
2026-04-12pppox: convert pppox_sk() to use container_of()Qingfang Deng
2026-04-12pppox: remove sk_pppox() helperQingfang Deng
2026-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2026-04-12Merge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov
2026-04-12bpf: Move state equivalence logic to states.cAlexei Starovoitov
2026-04-12bpf: Move check_cfg() into cfg.cAlexei Starovoitov
2026-04-12bpf: Move compute_insn_live_regs() into liveness.cAlexei Starovoitov
2026-04-12bpf: Move fixup/post-processing logic from verifier.c into fixups.cAlexei Starovoitov
2026-04-12net: phy: broadcom: implement .disable_autonomous_eee for BCM54xxNicolai Buchwitz
2026-04-12net: phy: add support for disabling PHY-autonomous EEENicolai Buchwitz
2026-04-12net: tso: Introduce tso_dma_map and helpersJoe Damato
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-12Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-04-12crypto: hisilicon - remove unused and non-public APIs for qm and secChenghai Huang
2026-04-11Merge tag 'clk-remove-deprecated-apis-v7.1' of ssh://github.com/masneyb/linux...Stephen Boyd
2026-04-11driver core: Don't let a device probe until it's readyDouglas Anderson
2026-04-11spi: spi-mem: Add a packed command operationMiquel Raynal
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-04-10bpf: Remove gfp_flags plumbing from bpf_local_storage_update()Amery Hung
2026-04-10bpf: Use kmalloc_nolock() universally in local storageAmery Hung
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10PCI/P2PDMA: Add Google SoCs to the P2P DMA host bridge listJacob Moroni
2026-04-10bpf: poison dead stack slotsAlexei Starovoitov
2026-04-10bpf: change logging scheme for live stack analysisEduard Zingerman
2026-04-10bpf: simplify liveness to use (callsite, depth) keyed func_instancesEduard Zingerman
2026-04-10bpf: record arg tracking results in bpf_liveness masksEduard Zingerman
2026-04-10bpf: introduce forward arg-tracking dataflow analysisEduard Zingerman
2026-04-10bpf: make liveness.c track stack with 4-byte granularityEduard Zingerman
2026-04-10bpf: Add spis_*() helpers for 4-byte stack slot bitmasksAlexei Starovoitov
2026-04-10bpf: save subprogram name in bpf_subprog_infoEduard Zingerman
2026-04-10bpf: share several utility functions as internal APIEduard Zingerman
2026-04-10clockevents: Prevent timer interrupt starvationThomas Gleixner
2026-04-10sched_ext: Remove runtime kfunc mask enforcementCheng-Yang Chou
2026-04-10vfs: introduce d_mark_tmpfile_name()Paulo Alcantara
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-10mmc: sdio: add MediaTek MT7902 SDIO device IDSean Wang
2026-04-10platform/x86: int3472: Parameterize LED con_id in registrationMarco Nenciarini
2026-04-10platform/x86: int3472: Rename pled to led in LED registration codeMarco Nenciarini
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cl...Catalin Marinas