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-02-03
pinctrl: core: Remove duplicate error messages
Andy Shevchenko
-3
/
+1
2026-02-03
pinctrl: core: Simplify devm_pinctrl_*()
Andy Shevchenko
-47
/
+20
2026-02-03
pinctrl: core: Remove unused devm_pinctrl_unregister()
Andy Shevchenko
-26
/
+0
2026-02-03
dt-bindings: pinctrl: spacemit: fix drive-strength check warning
Yixun Lan
-1
/
+1
2026-02-03
pinctrl: fix kismet issues with GENERIC_PINCTRL
Conor Dooley
-3
/
+3
2026-02-02
ASoC: es8328: error handling and resume fixes
Mark Brown
-43
/
+73
2026-02-02
ASoC: amd: acp: Add ACP7.0 match entries for Cirrus
Mark Brown
-36
/
+292
2026-02-02
Anbernic RG-DS AW87391 Speaker Amps
Mark Brown
-828
/
+1554
2026-02-02
Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-7
/
+63
2026-02-02
spi: add multi-lane support
Mark Brown
-27
/
+641
2026-02-02
ASoC: qcom: q6asm: drop DSP responses for closed data streams
Cédric Bellegarde
-2
/
+2
2026-02-02
ASoC: wcd-mbhc-v2: remove unnecessary module_init/exit functions
Ethan Nelson-Moore
-12
/
+0
2026-02-02
rcu: Mark lockdep_assert_rcu_helper() __always_inline
Arnd Bergmann
-1
/
+1
2026-02-02
uprobes: Fix incorrect lockdep condition in filter_chain()
Breno Leitao
-1
/
+1
2026-02-02
x86/ibs: Fix typo in dc_l2tlb_miss comment
Xiang-Bin Shi
-1
/
+1
2026-02-02
jfs: avoid -Wtautological-constant-out-of-range-compare warning
Arnd Bergmann
-2
/
+2
2026-02-02
PM: wakeup: Handle empty list in wakeup_sources_walk_start()
Samuel Wu
-3
/
+1
2026-02-02
readahead: push invalidate_lock out of page_cache_ra_unbounded
Christoph Hellwig
-8
/
+16
2026-02-02
selftests/sched_ext: Fix init_enable_count flakiness
Tejun Heo
-11
/
+23
2026-02-02
fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
Christoph Hellwig
-3
/
+4
2026-02-02
Merge tag 'clk-microchip-6.20' of https://git.kernel.org/pub/scm/linux/kernel...
Stephen Boyd
-28
/
+34
2026-02-02
Merge tag 'v6.20-rockchip-clk-1' of https://git.kernel.org/pub/scm/linux/kern...
Stephen Boyd
-1
/
+1
2026-02-02
pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
Olga Kornievskaia
-1
/
+2
2026-02-02
Merge tag 'lsm-pr-20260202' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-18
/
+3
2026-02-02
doc: development-process: add notice on testing
Dmitry Antipov
-1
/
+6
2026-02-02
hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabled
Gabor Juhos
-1
/
+1
2026-02-02
hwmon: (gpio-fan) Fix set_rpm() return value
Gabor Juhos
-2
/
+2
2026-02-02
pkcs7: Allow authenticatedAttributes for ML-DSA
David Howells
-0
/
+28
2026-02-02
tools: sphinx-build-wrapper: improve its help message
Mauro Carvalho Chehab
-3
/
+25
2026-02-02
docs: sphinx-build-wrapper: allow -v override -q
Mauro Carvalho Chehab
-3
/
+11
2026-02-02
docs: kdoc: Fix pdfdocs build for tools
Mauro Carvalho Chehab
-3
/
+7
2026-02-02
modsign: Enable ML-DSA module signing
David Howells
-16
/
+82
2026-02-02
docs: ja_JP: process: translate 'Obtain a current source tree'
Akiyoshi Kurita
-0
/
+18
2026-02-02
Merge tag 'ath-next-20260202' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Johannes Berg
-12
/
+730
2026-02-02
docs: fix 're-use' -> 'reuse' in documentation
Rhys Tumelty
-19
/
+19
2026-02-02
docs: ioctl-number: fix a typo in ioctl-number.rst
Gabriel Whigham
-1
/
+1
2026-02-02
docs: filesystems: ensure proc pid substitutable is complete
Thomas Böhler
-3
/
+3
2026-02-02
Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-next
Dave Jiang
-225
/
+311
2026-02-02
smb/client: fix memory leak in SendReceive()
ChenXiaoSong
-1
/
+3
2026-02-02
smb/client: fix memory leak in smb2_open_file()
ChenXiaoSong
-0
/
+1
2026-02-02
nvme: fix admin queue leak on controller reset
Ming Lei
-0
/
+7
2026-02-02
Merge tag 'iio-for-7.0a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
-1227
/
+12096
2026-02-02
nvme-fabrics: use kfree_sensitive() for DHCHAP secrets
Daniel Hodges
-2
/
+2
2026-02-02
cgroup/dmem: avoid pool UAF
Chen Ridong
-2
/
+58
2026-02-02
cgroup/dmem: avoid rcu warning when unregister region
Chen Ridong
-5
/
+2
2026-02-02
cgroup/dmem: fix NULL pointer dereference when setting max
Chen Ridong
-0
/
+3
2026-02-02
ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
-0
/
+1
2026-02-02
tools/sched_ext: Fix data header access during free in scx_sdt
Emil Tsalapatis
-1
/
+1
2026-02-02
spi: tegra: Fix a memory leak in tegra_slink_probe()
Felix Gu
-2
/
+4
2026-02-02
cxl/port: Unify endpoint and switch port lookup
Dan Williams
-1
/
+11
[prev]
[next]