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
Age
Commit message (
Expand
)
Author
Lines
2026-04-14
vfs: get rid of BUG_ON() in d_mark_tmpfile_name()
Paulo Alcantara
-27
/
+31
2026-04-14
Merge tag 'core-debugobjects-2026-04-12' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-1
/
+1
2026-04-14
Merge tag 'core-entry-2026-04-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+3
2026-04-14
Merge tag 'ti-k3-dt-for-v7.1-part2' of ssh://gitolite.kernel.org/pub/scm/linu...
Krzysztof Kozlowski
-0
/
+38
2026-04-14
Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...
Linus Torvalds
-117
/
+251
2026-04-14
platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)
Krishna Chomal
-0
/
+4
2026-04-14
platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)
Krishna Chomal
-0
/
+4
2026-04-14
platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
Krishna Chomal
-2
/
+16
2026-04-14
platform/x86: hp-wmi: fix fan table parsing
Krishna Chomal
-8
/
+33
2026-04-14
Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linux
Linus Torvalds
-97
/
+230
2026-04-14
Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linux
Linus Torvalds
-1057
/
+11356
2026-04-14
virt: arm-cca-guest: fix error check for RSI_INCOMPLETE
Sami Mujawar
-1
/
+2
2026-04-14
arm64/hwcap: Include kernel-hwcap.h in list of generated files
Mark Brown
-0
/
+1
2026-04-14
MAINTAINERS: Add netkit selftest files
Daniel Borkmann
-0
/
+3
2026-04-14
Merge branch 'follow-ups-to-nk_qlease-net-selftests'
Jakub Kicinski
-1142
/
+2120
2026-04-14
selftests/net: Add additional test coverage in nk_qlease
Daniel Borkmann
-5
/
+946
2026-04-14
selftests/net: Split netdevsim tests from HW tests in nk_qlease
Daniel Borkmann
-1142
/
+1169
2026-04-14
tools/ynl: Make YnlFamily closeable as a context manager
Daniel Borkmann
-0
/
+10
2026-04-14
tracefs: Removed unused 'ret' variable in eventfs_iterate()
Steven Rostedt
-2
/
+0
2026-04-15
tomoyo: use u64 for holding inode->i_ino value
Tetsuo Handa
-10
/
+8
2026-04-14
lib/vsprintf: use bool for local decode variable
Thorsten Blum
-2
/
+2
2026-04-14
ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_na...
Ziqing Chen
-0
/
+4
2026-04-14
net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()
Lorenzo Bianconi
-3
/
+11
2026-04-14
MAINTAINERS: update second Socionext SPI maintainer address
Johan Hovold
-1
/
+1
2026-04-14
MAINTAINERS: update Socionext SPI maintainer address
Johan Hovold
-1
/
+1
2026-04-14
spi: dt-bindings: fsl: Correct GPIO flags in the example
Krzysztof Kozlowski
-3
/
+3
2026-04-14
ASoC: SOF: Intel: NVL/NVL-S: add platform name
Mark Brown
-1384
/
+2463
2026-04-14
ASoC: SOF: Intel: NVL-S: add platform name
Bard Liao
-0
/
+1
2026-04-14
ASoC: SOF: Intel: NVL: add platform name
Bard Liao
-0
/
+1
2026-04-14
net: airoha: Fix VIP configuration for AN7583 SoC
Lorenzo Bianconi
-17
/
+51
2026-04-14
net: caif: clear client service pointer on teardown
Zhengchuan Liang
-2
/
+12
2026-04-14
ASoC: rt1320: fix the warning 'rae_fw' from request_firmware() not released
Shuming Fan
-0
/
+1
2026-04-14
net: strparser: fix skb_head leak in strp_abort_strp()
Luxiao Xu
-0
/
+8
2026-04-14
ALSA: usb-audio: Fix missing error handling for get_min_max*()
Takashi Iwai
-0
/
+1
2026-04-14
drm/bridge: dw-mipi-dsi: Fix bridge leak when host attach fails
Osama Abdelkader
-2
/
+10
2026-04-14
net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()
Greg Kroah-Hartman
-1
/
+6
2026-04-14
selftests/ftrace: Add test case for fully-qualified variable references
Tom Zanussi
-0
/
+34
2026-04-14
tracing: Fix fully-qualified variable reference printing in histograms
Tom Zanussi
-5
/
+10
2026-04-14
driver core: Add kernel-doc for DEV_FLAG_COUNT enum value
Douglas Anderson
-0
/
+1
2026-04-14
drm/arcpgu: fix device node leak
Luca Ceresoli
-1
/
+2
2026-04-14
tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()
David Carlier
-0
/
+2
2026-04-14
ring-buffer: Prevent off-by-one array access in ring_buffer_desc_page()
Vincent Donnefort
-2
/
+2
2026-04-14
tracing: Rebuild full_name on each hist_field_name() call
Pengpeng Hou
-5
/
+7
2026-04-14
Merge branch 'net-bpf-fix-null-ptr-deref-in-xdp_master_redirect-for-bonding-a...
Paolo Abeni
-2
/
+96
2026-04-14
selftests/bpf: add test for xdp_master_redirect with bond not up
Jiayuan Chen
-2
/
+94
2026-04-14
net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
Jiayuan Chen
-0
/
+2
2026-04-14
ring-buffer: Report header_page overwrite as char
Cao Ruichuang
-2
/
+2
2026-04-14
ALSA: hda/realtek - fixed speaker no sound update
Kailang Yang
-11
/
+5
2026-04-14
perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND
WANG Rui
-1
/
+0
2026-04-14
selftests/namespaces: remove unused utils.h include from listns_efault_test
Christian Brauner
-1
/
+0
[prev]
[next]