summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'hid-for-linus-2026041601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-497/+10173
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds33-345/+917
2026-04-17selftests: Fix duplicated test number reportingMark Brown1-13/+10
2026-04-17Merge tag 'dmaengine-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds40-531/+3849
2026-04-17cgroup/rdma: fix integer overflow in rdmacg_try_charge()cuitao1-1/+1
2026-04-17sched/psi: fix race between file release and pressure writeEdward Adam Davis1-8/+16
2026-04-17Merge tag 'phy-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds19-81/+816
2026-04-17Merge tag 'soundwire-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-36/+138
2026-04-17bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan1-0/+4
2026-04-17Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+53
2026-04-17arm_mpam: resctrl: Make resctrl_mon_ctx_waiters staticBen Horgan1-1/+1
2026-04-17arm_mpam: resctrl: Fix the check for no monitor components foundBen Horgan1-1/+1
2026-04-17arm_mpam: resctrl: Fix MBA CDP alloc_capable handling on unmountZeng Heng1-0/+8
2026-04-17Merge tag 'trace-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds28-1250/+1355
2026-04-17Merge tag 'probes-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-2/+0
2026-04-17Merge tag 'bootconfig-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-29/+39
2026-04-17Merge tag 'mips_7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds42-249/+1591
2026-04-17ALSA: caiaq: Fix control_put() result and cache rollbackCássio Gabriel1-16/+36
2026-04-17Merge tag 'alpha-for-v7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-24/+304
2026-04-17RDMA/core: Fix user CQ creation for drivers without create_cqMichael Margolin1-2/+1
2026-04-17KVM: arm64: Re-allow hyp tracing HVCs for [nh]VHEVincent Donnefort2-16/+16
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds238-3413/+11127
2026-04-17drm/panel: visionox-rm69299: Make use of prepare_prev_firstGuido Günther1-0/+2
2026-04-17parisc: led: fix reference leak on failed device registrationGuangshuo Li1-2/+4
2026-04-17module.lds.S: Fix modules on 32-bit parisc architectureHelge Deller3-0/+10
2026-04-17parisc: Allow to build without VDSO32Helge Deller2-3/+6
2026-04-17parisc: Include 32-bit VDSO only when building for 32-bit or compat modeHelge Deller1-0/+2
2026-04-17parisc: Allow to disable COMPAT mode on 64-bit kernelHelge Deller1-1/+2
2026-04-17parisc: Fix default stack size when COMPAT=nHelge Deller1-0/+4
2026-04-17parisc: Fix signal code to depend on CONFIG_COMPAT instead of CONFIG_64BITHelge Deller1-9/+9
2026-04-17parisc: is_compat_task() shall return false for COMPAT=nHelge Deller1-1/+1
2026-04-17parisc: Avoid compat syscalls when COMPAT=nHelge Deller1-4/+7
2026-04-17x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)2-0/+6
2026-04-17ipmi:ssif: Clean up kthread on errorsCorey Minyard1-1/+12
2026-04-17KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmeticJunrui Luo2-6/+3
2026-04-17regmap: ram: fix memory leaks in __regmap_init_ram() on errorYuho Choi1-1/+7
2026-04-17parisc: _llseek syscall is only available for 32-bit userspaceHelge Deller1-1/+1
2026-04-17parisc: Drop ip_fast_csum() inline assembly implementationHelge Deller4-187/+6
2026-04-17parisc: update outdated comments for renamed ccio_alloc_consistent()Kexin Sun1-4/+4
2026-04-17slub: fix data loss and overflow in krealloc()Marco Elver1-12/+12
2026-04-17selftests: ovpn: serialize YNL listener startupRalf Lici1-0/+3
2026-04-17selftests: ovpn: align command flow with TAPRalf Lici4-273/+676
2026-04-17selftests: ovpn: add prefix to helpers and shared variablesRalf Lici11-194/+226
2026-04-17selftests: ovpn: flatten slurped notification JSON before filteringRalf Lici1-1/+2
2026-04-17selftests: ovpn: fail notification check on mismatchRalf Lici1-1/+13
2026-04-17selftests: ovpn: add nftables config dependencies for test-markRalf Lici1-0/+3
2026-04-17crypto: acomp - fix wrong pointer stored by acomp_save_req()Giovanni Cabiddu1-5/+3
2026-04-17ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu1-1/+3
2026-04-17ALSA: pcmtest: fix reference leak on failed device registrationGuangshuo Li1-1/+3
2026-04-17ALSA: 6fire: Fix input volume change detectionCássio Gabriel1-4/+6