index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2025-09-29
Merge drm/drm-next into drm-intel-next
Jani Nikula
-201
/
+688
2025-09-29
Merge series "slab: Re-entrant kmalloc_nolock()"
Vlastimil Babka
-8
/
+42
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
-5
/
+14
2025-09-29
slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
Alexei Starovoitov
-2
/
+8
2025-09-29
mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().
Alexei Starovoitov
-1
/
+1
2025-09-29
locking/local_lock: Introduce local_lock_is_locked().
Alexei Starovoitov
-0
/
+19
2025-09-29
maple_tree: Add single node allocation support to maple state
Liam R. Howlett
-1
/
+3
2025-09-29
maple_tree: Prefilled sheaf conversion and testing
Liam R. Howlett
-2
/
+4
2025-09-29
slab: sheaf prefilling for guaranteed allocations
Vlastimil Babka
-0
/
+16
2025-09-28
lib/string_choices: Add str_assert_deassert() helper
Lad Prabhakar
-0
/
+6
2025-09-29
drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
Shengjiu Wang
-0
/
+6
2025-09-29
drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format
Shengjiu Wang
-1
/
+2
2025-09-29
drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_data
Shengjiu Wang
-0
/
+2
2025-09-29
ALSA: Add definitions for the bits in IEC958 subframe
Shengjiu Wang
-0
/
+9
2025-09-28
mm: convert folio_page() back to a macro
David Hildenbrand
-4
/
+1
2025-09-28
mm: silence data-race in update_hiwater_rss
Lance Yang
-1
/
+1
2025-09-28
mm/ksm: fix incorrect KSM counter handling in mm_struct during fork
Donet Tom
-1
/
+7
2025-09-28
mm/page_vma_mapped: track if the page is mapped across page table boundary
Kiryl Shutsemau
-0
/
+5
2025-09-28
Merge tag 'mm-hotfixes-stable-2025-09-27-22-35' of git://git.kernel.org/pub/s...
Linus Torvalds
-3
/
+8
2025-09-28
Merge tag 'asoc-v6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...
Takashi Iwai
-20
/
+58
2025-09-28
net/mlx5: IFC add balance ID and LAG per MP group bits
Mark Bloch
-2
/
+6
2025-09-28
net/mlx5: Add IFC bit for TIR/SQ order capability
Tariq Toukan
-1
/
+2
2025-09-28
Merge branch 'for-linus' into for-next
Takashi Iwai
-9
/
+13
2025-09-28
ALSA: compress: document 'chan_map' member in snd_dec_opus
Kriish Sharma
-10
/
+8
2025-09-28
ASoC: cs35l56: Add support for CS35L56 B2 silicon
Richard Fitzgerald
-0
/
+2
2025-09-28
ASoC: cs35l56: Set fw_regs table after getting REVID
Richard Fitzgerald
-3
/
+0
2025-09-27
Have cc(1) catch attempts to modify ->f_path
Al Viro
-1
/
+6
2025-09-27
Merge branches 'work.path' and 'work.mount' into work.f_path
Al Viro
-9
/
+10
2025-09-28
Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
-188
/
+404
2025-09-27
KEYS: trusted_tpm1: Move private functionality out of public header
Eric Biggers
-79
/
+0
2025-09-27
Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-2
/
+7
2025-09-27
Bluetooth: Add function and line information to bt_dbg
Luiz Augusto von Dentz
-1
/
+2
2025-09-27
Bluetooth: hci_core: Detect if an ISO link has stalled
Luiz Augusto von Dentz
-0
/
+2
2025-09-27
Bluetooth: ISO: Use sk_sndtimeo as conn_timeout
Luiz Augusto von Dentz
-4
/
+6
2025-09-27
Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()
Thorsten Blum
-1
/
+1
2025-09-27
bpf: Enforce expected_attach_type for tailcall compatibility
Daniel Borkmann
-0
/
+1
2025-09-27
PM: runtime: Update kerneldoc return codes
Brian Norris
-25
/
+31
2025-09-27
bpf: Remove duplicate crypto/sha2.h header
Jiapeng Chong
-1
/
+0
2025-09-26
mptcp: pm: in-kernel: add laminar endpoints
Matthieu Baerts (NGI0)
-1
/
+5
2025-09-26
mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'
Matthieu Baerts (NGI0)
-0
/
+1
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'
Matthieu Baerts (NGI0)
-0
/
+1
2025-09-26
mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'
Matthieu Baerts (NGI0)
-0
/
+1
2025-09-26
mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'
Matthieu Baerts (NGI0)
-0
/
+1
2025-09-26
mptcp: pm: rename 'subflows' to 'extra_subflows'
Matthieu Baerts (NGI0)
-0
/
+1
2025-09-26
net: airoha: npu: Add a NPU callback to initialize flow stats
Lorenzo Bianconi
-3
/
+4
2025-09-26
ethtool: add FEC bins histogram report
Vadim Fedorenko
-1
/
+36
2025-09-26
ptr_ring: drop duplicated tail zeroing code
Michael S. Tsirkin
-18
/
+24
2025-09-26
Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-72
/
+60
2025-09-26
Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-28
/
+469
2025-09-26
Merge tag 'thermal-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
-0
/
+19
[prev]
[next]