summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-19iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()Jason Gunthorpe1-3/+0
2026-05-19iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmdJason Gunthorpe4-53/+58
2026-05-19iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functionsJason Gunthorpe1-23/+30
2026-05-19iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functionsJason Gunthorpe3-25/+38
2026-05-19iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format commandJason Gunthorpe1-20/+28
2026-05-19iommu/arm-smmu-v3: Limit queue allocation retry boundary to PAGE_SIZELeo Jiang1-1/+1
2026-05-19iommu: arm-smmu-qcom: Ensure smmu is powered up in set_ttbr0_cfgAnna Maniscalco1-0/+9
2026-05-19iommu/arm-smmu-qcom: Add glymur MDSS to ACTLR client tableLokanadha M R1-0/+2
2026-05-19iommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR client match tableBibek Kumar Patro1-1/+1
2026-05-11Linux 7.1-rc3v7.1-rc3Linus Torvalds1-1/+1
2026-05-10Merge tag 'edac_urgent_for_v7.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+2
2026-05-10rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim2-2/+5
2026-05-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-69/+20
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds16-51/+189
2026-05-10bpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang1-1/+1
2026-05-10xskmap: reject TX-only AF_XDP socketsLinpu Yu1-0/+4
2026-05-10bpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon1-18/+7
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-1/+1
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds5-110/+107
2026-05-09Merge tag 'hwmon-for-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-29/+76
2026-05-09Merge tag 'staging-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+4
2026-05-09Merge tag 'usb-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-21/+34
2026-05-09Merge tag 'i2c-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-29/+53
2026-05-09Merge tag 'powerpc-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds18-121/+235
2026-05-09Merge tag 'x86-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+14
2026-05-09Merge tag 'timers-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+29
2026-05-09Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-211/+580
2026-05-09Merge tag 'perf-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-31/+115
2026-05-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2026-05-09Merge tag 'pci-v7.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+18
2026-05-08MAINTAINERS: Add Aksh Garg as PCIe CADENCE reviewerAksh Garg1-1/+2
2026-05-08MAINTAINERS: Update Hans Zhang email for PCIe CIX Sky1Hans Zhang1-1/+1
2026-05-08MAINTAINERS: Update Marek Vasut email for PCIe R-CarMarek Vasut1-1/+1
2026-05-08PCI: Initialize temporary device in new_id_store()Samiullah Khawaja1-1/+8
2026-05-08PCI: Update saved_config_space upon resource assignmentLukas Wunner1-0/+2
2026-05-08bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
2026-05-08Merge tag 'block-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+50
2026-05-08Merge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-24/+53
2026-05-08Merge branch 'bpf-tcp-fix-type-confusion-in-bpf-helper-functions'Martin KaFai Lau4-6/+37
2026-05-08bpf: tcp: Fix type confusion in sol_tcp_sockopt().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().Kuniyuki Iwashima1-1/+1
2026-05-08mptcp: bpf: Fix type confusion in bpf_mptcp_sock_from_subflow()Matthieu Baerts (NGI0)1-1/+1
2026-05-08selftest: bpf: Add test for bpf_tcp_sock() and RAW socket.Kuniyuki Iwashima2-1/+32
2026-05-08Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-24/+96
2026-05-08Merge tag 'spi-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-25/+83
2026-05-08Merge tag 'regulator-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-05-08bpf: tcp: Fix type confusion in bpf_tcp_sock().Kuniyuki Iwashima1-1/+1
2026-05-08Merge tag 'drm-fixes-2026-05-08-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds44-246/+253
2026-05-08Merge tag 'usb-serial-7.1-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-0/+4