aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-02-19io_uring: add IORING_OP_URING_CMD128 to opcode checksCaleb Sander Mateos3-3/+9
2026-02-19Merge branch 'i2c/i2c-host-2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowWolfram Sang8-106/+266
2026-02-19arm64: hugetlbpage: avoid unused-but-set-parameter warning (gcc-16)Arnd Bergmann1-2/+7
2026-02-19arm64: Force the use of CNTVCT_EL0 in __delay()Marc Zyngier1-4/+15
2026-02-19ASoC: rockchip: i2s-tdm: Use param rate if not provided by set_sysclkDetlev Casanova1-0/+10
2026-02-19Merge tag 'asoc-fix-v7.0-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai227-1016/+2028
2026-02-19ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6Aaron Erhardt1-0/+1
2026-02-19ACPI: PM: Save NVS memory on Lenovo G70-35Piotr Mazek1-0/+8
2026-02-19rust: pin-init: replace clippy `expect` with `allow`Benno Lossin1-2/+2
2026-02-19rust: irq: add `'static` bounds to irq callbacksBenno Lossin1-3/+9
2026-02-19Merge patch series "fserror: bug fixes"Christian Brauner2-13/+46
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong1-0/+46
2026-02-19fsnotify: drop unused helperDarrick J. Wong1-13/+0
2026-02-19mshv: Handle insufficient root memory hypervisor statusesStanislav Kinsburskii3-28/+46
2026-02-19mshv: Handle insufficient contiguous memory hypervisor statusStanislav Kinsburskii4-0/+8
2026-02-19mshv: Introduce hv_deposit_memory helper functionsStanislav Kinsburskii4-20/+39
2026-02-19mshv: Introduce hv_result_needs_memory() helper functionStanislav Kinsburskii4-16/+28
2026-02-18Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-31/+301
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds82-2519/+3939
2026-02-18octeontx2-af: Fix default entries mcam entry actionHariprasad Kelam1-19/+22
2026-02-18Merge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski20-303/+166
2026-02-18net/mlx5e: XSK, Fix unintended ICOSQ changeTariq Toukan4-10/+21
2026-02-18Merge branch 'icmp-better-deal-with-ddos'Jakub Kicinski5-19/+31
2026-02-18ipv6: icmp: icmpv6_xrlim_allow() optimization if net.ipv6.icmp.ratelimit is zeroEric Dumazet1-2/+6
2026-02-18ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet1-4/+10
2026-02-18ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet3-10/+6
2026-02-18inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet1-2/+7
2026-02-18icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-18selftests/net: packetdrill: add ipv4-mapped-ipv6 testsEric Dumazet1-1/+10
2026-02-18mshv: Add SMT_ENABLED_GUEST partition creation flagAnatol Belski3-0/+4
2026-02-18mshv: Add nested virtualization creation flagMuminul Islam3-0/+4
2026-02-18Drivers: hv: vmbus: Simplify allocation of vmbus_evtMichael Kelley1-14/+8
2026-02-18mshv: expose the scrub partition hypercallMagnus Kulke2-0/+2
2026-02-18mshv: Add support for integrated schedulerStanislav Kinsburskii2-33/+56
2026-02-18mshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak2-4/+4
2026-02-18x86/hyperv: Fix error pointer dereferenceEthan Tidmore1-3/+5
2026-02-18x86/hyperv: Reserve 3 interrupt vectors used exclusively by MSHVMukesh Rathor1-0/+25
2026-02-18selftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)1-1/+1
2026-02-18Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds6-15/+104
2026-02-18Merge branch 'libbpf-remove-extern-declaration-of-bpf_stream_vprintk'Alexei Starovoitov2-9/+6
2026-02-18libbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai1-3/+0
2026-02-18selftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai1-6/+6
2026-02-18Input: bcm5974 - recover from failed mode switchLiam Mitchell1-1/+41
2026-02-18Merge tag 'thermal-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2026-02-18Merge tag 'acpi-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-22/+41
2026-02-18accel: ethosu: Fix shift overflow in cmd_to_addr()Dan Carpenter1-1/+1
2026-02-18Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-36/+45
2026-02-18lib/crypto: powerpc/aes: Fix rndkey_from_vsx() on big endian CPUsEric Biggers1-5/+7
2026-02-18apparmor: fix signedness bug in unpack_tags()Massimiliano Pellizzer1-1/+1
2026-02-18Merge branches 'acpi-battery', 'acpi-button' and 'acpi-driver'Rafael J. Wysocki5-20/+14