summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Linux 6.16v6.16Linus Torvalds1-1/+1
2025-07-27Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-07-27Merge tag 'spi-fix-v6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-07-27Merge tag 'i2c-for-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-31/+12
2025-07-26Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-13/+14
2025-07-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-2/+2
2025-07-26Merge tag 'soc-fixes-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+7
2025-07-26Merge tag 'i2c-host-fixes-6.16-rc8' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang3-31/+12
2025-07-25Merge tag 'drm-fixes-2025-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-2/+9
2025-07-25Merge tag 'block-6.16-20250725' of git://git.kernel.dk/linuxLinus Torvalds1-6/+13
2025-07-25Merge tag 'vfs-6.16-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2025-07-25Merge tag 'bcachefs-2025-07-24' of git://evilpiepirate.org/bcachefsLinus Torvalds3-13/+15
2025-07-25ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36Nathan Chancellor1-1/+1
2025-07-25ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGSNathan Chancellor1-1/+1
2025-07-25bcachefs: Add missing snapshots_seen_add_inorder()Kent Overstreet1-5/+6
2025-07-25bcachefs: Fix write buffer flushing from open journal entryKent Overstreet1-0/+1
2025-07-25Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds13-9/+60
2025-07-25Merge tag 'drm-xe-fixes-2025-07-24' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-1/+1
2025-07-25sprintf.h requires stdarg.hStephen Rothwell1-0/+1
2025-07-25resource: fix false warning in __request_region()Akinobu Mita1-2/+3
2025-07-25mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-25Merge tag 'drm-intel-fixes-2025-07-24' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-1/+8
2025-07-25Merge tag 'pci-v6.16-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-07-24drm/xe: Fix build without debugfsLucas De Marchi1-1/+1
2025-07-24Merge tag 'sound-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds7-7/+14
2025-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-1/+12
2025-07-24Merge tag 'net-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds47-306/+549
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni12-66/+46
2025-07-24Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni5-23/+61
2025-07-24net: hns3: default enable tx bounce buffer when smmu enabledJijie Shao2-0/+33
2025-07-24net: hns3: fixed vf get max channels bugJian Shen1-5/+1
2025-07-24net: hns3: disable interrupt when ptp init failedYonglong Liu1-3/+6
2025-07-24net: hns3: fix concurrent setting vlan filter issueJian Shen1-15/+21
2025-07-24s390/ism: fix concurrency management in ism_cmd()Halil Pasic2-0/+4
2025-07-24Merge tag 'asoc-fix-v6.16-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai5-3/+8
2025-07-24Merge tag 'drm-fixes-2025-07-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-38/+101
2025-07-24selftests: drv-net: wait for iperf client to stop sendingNimrod Oren1-5/+18
2025-07-24i2c: qup: jump out of the loop in case of timeoutYang Xiwen1-1/+3
2025-07-24i2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar1-7/+8
2025-07-24i2c: tegra: Fix reset error handling with ACPIAkhil R1-23/+1
2025-07-24MAINTAINERS: Add in6.h to MAINTAINERSKees Cook1-0/+1
2025-07-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-07-24KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercallsManuel Andreas1-1/+1
2025-07-23Merge tag 'drm-misc-fixes-2025-07-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie16-38/+101
2025-07-23Merge tag 'pull-ufs-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2025-07-23fix the regression in ufs options parsingAl Viro1-1/+1
2025-07-23drm/i915/display: Fix dma_fence_wait_timeout() return value handlingAakash Deep Sarkar1-1/+2
2025-07-23spi: spi-qpic-snand: don't hardcode ECC stepsGabor Juhos1-1/+1
2025-07-23ASoC: mediatek: common: fix device and OF node leakJohan Hovold1-0/+4
2025-07-23afs: Set vllist to NULL if addr parsing failsEdward Adam Davis1-0/+1