index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
x86/crash: remove redundant 0 value initialization
Liao Yuanhong
1
-2
/
+0
2025-09-13
vfat: remove unused variable
zhoumin
1
-4
/
+3
2025-09-13
watchdog/softlockup: fix incorrect CPU utilization output during softlockup
ZhenguoYao
1
-1
/
+13
2025-09-13
watchdog/softlockup: fix wrong output when watchdog_thresh < 3
ZhenguoYao
1
-4
/
+4
2025-09-13
alloc_tag: use str_on_off() helper
Kuan-Wei Chiu
1
-1
/
+2
2025-09-13
test_firmware: use str_true_false() helper
Kuan-Wei Chiu
1
-3
/
+4
2025-09-13
ocfs2: remove commented out mlog() statements
Thorsten Blum
2
-12
/
+0
2025-09-13
squashfs: verify inode mode when loading from disk
Tetsuo Handa
1
-0
/
+4
2025-09-13
lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify code
Xichao Zhao
1
-3
/
+1
2025-09-13
checkpatch: allow http links of any length in commit logs
Joe Perches
1
-1
/
+1
2025-09-13
init: handle bootloader identifier in kernel parameters
Huacai Chen
1
-0
/
+12
2025-09-13
lib/digsig: remove unnecessary memset
Liao Yuanhong
1
-1
/
+0
2025-09-13
nvmem: update a comment related to struct nvmem_config
Christophe JAILLET
1
-1
/
+1
2025-09-13
ida: remove the ida_simple_xxx() API
Christophe JAILLET
1
-8
/
+0
2025-09-13
idr test suite: remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-9
/
+7
2025-09-13
kcov: load acquire coverage count in user-space code
Soham Bagchi
1
-1
/
+6
2025-09-13
kcov: use write memory barrier after memcpy() in kcov_move_area()
Soham Bagchi
1
-0
/
+9
2025-09-13
ref_tracker: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-09-13
x86/kexec: carry forward the boot DTB on kexec
Brian Mak
4
-4
/
+53
2025-09-13
hung_task: dump blocker task if it is not hung
Masami Hiramatsu (Google)
1
-37
/
+41
2025-09-01
mm: fix possible deadlock in kmemleak
Gu Bowen
1
-7
/
+20
2025-09-01
ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4 model
Takashi Iwai
1
-0
/
+1
2025-09-01
ALSA: usb-audio: Allow Focusrite devices to use low samplerates
Tina Wuest
1
-4
/
+8
2025-08-31
Linux 6.17-rc4
v6.17-rc4
Linus Torvalds
1
-1
/
+1
2025-08-30
kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace
Mark Brown
1
-3
/
+2
2025-08-30
arm64: mm: Fix CFI failure due to kpti_ng_pgd_alloc function signature
Kees Cook
3
-9
/
+10
2025-08-30
ALSA: hda: tas2781: reorder tas2563 calibration variables
Gergo Koteles
1
-1
/
+1
2025-08-30
ALSA: hda: tas2781: fix tas2563 EFI data endianness
Gergo Koteles
1
-0
/
+3
2025-08-30
ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not su...
Takashi Sakamoto
1
-1
/
+1
2025-08-29
hardening: Require clang 20.1.0 for __counted_by
Nathan Chancellor
1
-4
/
+5
2025-08-29
ALSA: docs: Add documents for recently changes in snd-usb-audio
Cryolitia PukNgae
1
-4
/
+25
2025-08-29
ALSA: usb-audio: Add mute TLV for playback volumes on more devices
qaqland
1
-0
/
+10
2025-08-28
drm/mediatek: mtk_hdmi: Fix inverted parameters in some regmap_update_bits calls
Louis-Alexis Eyraud
1
-4
/
+4
2025-08-28
MAINTAINERS: mark bcachefs externally maintained
Linus Torvalds
1
-1
/
+1
2025-08-28
KVM: arm64: nv: Fix ATS12 handling of single-stage translation
Marc Zyngier
1
-3
/
+3
2025-08-28
ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
Ajye Huang
1
-0
/
+1
2025-08-28
KVM: arm64: Remove __vcpu_{read,write}_sys_reg_{from,to}_cpu()
Marc Zyngier
2
-111
/
+80
2025-08-28
KVM: arm64: Fix vcpu_{read,write}_sys_reg() accessors
Marc Zyngier
2
-112
/
+162
2025-08-28
KVM: arm64: Simplify sysreg access on exception delivery
Marc Zyngier
1
-12
/
+4
2025-08-28
KVM: arm64: Check for SYSREGS_ON_CPU before accessing the 32bit state
Marc Zyngier
1
-2
/
+2
2025-08-28
ALSA: hda: Avoid binding with SOF for SKL/KBL platforms
Takashi Iwai
1
-0
/
+7
2025-08-28
bcache: change maintainer's email address
Coly Li
1
-1
/
+1
2025-08-28
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
6
-33
/
+74
2025-08-28
ublk: avoid ublk_io_release() called after ublk char dev is closed
Ming Lei
1
-2
/
+70
2025-08-28
io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths
Jens Axboe
1
-7
/
+13
2025-08-28
ASoC: rsnd: tidyup direction name on rsnd_dai_connect()
Kuninori Morimoto
1
-1
/
+1
2025-08-28
net: ipv4: fix regression in local-broadcast routes
Oscar Maes
1
-3
/
+7
2025-08-28
net: macb: Disable clocks once
Neil Mandir
1
-5
/
+2
2025-08-28
efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
Li Nan
1
-0
/
+4
2025-08-27
x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and arch_sync_kernel_mappings()
Harry Yoo
2
-0
/
+21
[next]