summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-09-28Merge branch 'for-linus' into for-nextTakashi Iwai2-9/+13
2025-09-28ALSA: compress: document 'chan_map' member in snd_dec_opusKriish Sharma1-10/+8
2025-09-28ASoC: cs35l56: Add support for CS35L56 B2 siliconRichard Fitzgerald1-0/+2
2025-09-28ASoC: cs35l56: Set fw_regs table after getting REVIDRichard Fitzgerald1-3/+0
2025-09-28Have cc(1) catch attempts to modify ->f_pathAl Viro1-1/+6
2025-09-28Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro4-9/+10
2025-09-28Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang67-188/+404
2025-09-27KEYS: trusted_tpm1: Move private functionality out of public headerEric Biggers1-79/+0
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+7
2025-09-27Bluetooth: Add function and line information to bt_dbgLuiz Augusto von Dentz1-1/+2
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz2-0/+2
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz1-4/+6
2025-09-27Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()Thorsten Blum1-1/+1
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+1
2025-09-27PM: runtime: Update kerneldoc return codesBrian Norris1-25/+31
2025-09-27bpf: Remove duplicate crypto/sha2.h headerJiapeng Chong1-1/+0
2025-09-27mptcp: pm: in-kernel: add laminar endpointsMatthieu Baerts (NGI0)1-1/+5
2025-09-27mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-27net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi1-3/+4
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko2-1/+36
2025-09-27ptr_ring: drop duplicated tail zeroing codeMichael S. Tsirkin1-18/+24
2025-09-27Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski4-72/+60
2025-09-27Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski4-28/+469
2025-09-26Merge tag 'thermal-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki1-0/+19
2025-09-26of: base: Add of_get_next_child_with_prefix() stubBjorn Helgaas1-0/+7
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2025-09-26PM: hibernate: Fix pm_hibernation_mode_is_suspend() build breakageRafael J. Wysocki1-2/+6
2025-09-26ext4: implemet new ioctls to set and get superblock parametersTheodore Ts'o1-0/+53
2025-09-26slab: add opt-in caching layer of percpu sheavesVlastimil Babka1-0/+31
2025-09-26locking/local_lock: Expose dep_map in local_trylock_t.Alexei Starovoitov1-3/+6
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel2-0/+29
2025-09-26bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACETao Chen1-1/+1
2025-09-26include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to st...Andrew Morton1-3/+3
2025-09-26mm/hugetlb: fix copy_hugetlb_page_range() to use ->pt_share_countJane Chu1-0/+5
2025-09-26i2c: boardinfo: Annotate code used in init phase onlyHeiner Kallweit1-1/+1
2025-09-25irqchip: Add driver for the RPMI system MSI service groupAnup Patel1-0/+13
2025-09-25dt-bindings: thermal: add Tegra114 soctherm headerSvyatoslav Ryhel1-0/+19
2025-09-25PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)1-0/+2
2025-09-25clk: Add clock driver for the RISC-V RPMI clock service groupRahul Pathak1-0/+16
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-26/+108
2025-09-25Merge tag 'thunderbolt-for-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman1-11/+14
2025-09-25Merge tag 'net-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+26
2025-09-25platform/chrome: update pwm fan control host commandsSung-Chi Li1-1/+28
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+7
2025-09-25net: gro: remove unnecessary df checksRichard Gobert1-3/+2
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert2-3/+14