summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-08Merge tag 'usb-serial-6.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+16
2023-06-08Merge branch 'bnxt_en-bug-fixes'Paolo Abeni3-10/+33
2023-06-08bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacksSomnath Kotur1-7/+18
2023-06-08bnxt_en: Prevent kernel panic when receiving unexpected PHC_UPDATE eventPavan Chebbi2-0/+7
2023-06-08bnxt_en: Skip firmware fatal error recovery if chip is not accessibleVikas Gupta1-2/+3
2023-06-08bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-06-08bnxt_en: Don't issue AP reset during ethtool's reset operationSreekanth Reddy1-1/+1
2023-06-08bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg()Pavan Chebbi1-0/+1
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy1-0/+79
2023-06-08bpf: Fix verifier id tracking of scalars on spillMaxim Mikityanskiy1-0/+3
2023-06-08eeprom: at24: also select REGMAPRandy Dunlap1-0/+1
2023-06-08ceph: fix use-after-free bug for inodes when flushing capsnapsXiubo Li2-1/+9
2023-06-08accel/ivpu: Fix sporadic VPU boot failureAndrzej Kacprowski2-1/+13
2023-06-08accel/ivpu: Do not use mutex_lock_interruptibleStanislaw Gruszka2-19/+7
2023-06-08accel/ivpu: Do not trigger extra VPU reset if the VPU is idleAndrzej Kacprowski1-4/+5
2023-06-08Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski1-1/+1
2023-06-08net: bcmgenet: Fix EEE implementationFlorian Fainelli3-14/+16
2023-06-08eth: ixgbe: fix the wake conditionJakub Kicinski1-1/+1
2023-06-08eth: bnxt: fix the wake conditionJakub Kicinski1-1/+1
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-7/+112
2023-06-08lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings1-1/+1
2023-06-08netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso1-1/+2
2023-06-08netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso3-16/+99
2023-06-08drm/amd/display: Reduce sdp bw after urgent to 90%Alvin Lee1-1/+1
2023-06-08drm/amdgpu: change reserved vram info printYiPeng Chai1-3/+4
2023-06-08drm/amdgpu: fix xclk freq on CHIP_STONEYChia-I Wu1-2/+9
2023-06-08drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-07Revert "drm/amdgpu: switch to golden tsc registers for raven/raven2"Alex Deucher1-40/+0
2023-06-07Revert "drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according ...Alex Deucher1-14/+19
2023-06-07Revert "drm/amdgpu: change the reference clock for raven/raven2"Alex Deucher1-3/+4
2023-06-07drm/amd/display: add ODM case when looking for first split pipeSamson Tam2-1/+55
2023-06-07drm/amd: Make lack of `ACPI_FADT_LOW_POWER_S0` or `CONFIG_AMD_PMC` louder dur...Mario Limonciello1-2/+2
2023-06-07drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid...Evan Quan1-18/+74
2023-06-07drm/amd/pm: Fix power context allocation in SMU13Lijo Lazar1-2/+2
2023-06-07drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramHoratio Zhang2-7/+4
2023-06-07drm/amd: Disallow s0ix without BIOS support againMario Limonciello1-2/+6
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-7/+37
2023-06-07notifier: Initialize new struct srcu_usage fieldChen-Yu Tsai1-0/+10
2023-06-07vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia1-3/+2
2023-06-07MAINTAINERS: Add entry for debug objectsThomas Gleixner1-0/+8
2023-06-07dt-bindings: net: realtek-bluetooth: Fix double RTL8723CS in descDiederik de Haas1-1/+1
2023-06-07dt-bindings: net: realtek-bluetooth: Fix RTL8821CS bindingChris Morgan1-1/+1
2023-06-07afs: Fix setting of mtime when creating a file/dir/symlinkDavid Howells1-0/+3
2023-06-07KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()Oliver Upton1-1/+19
2023-06-07KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier1-4/+7
2023-06-07riscv: Check the virtual alignment before choosing a map sizeAlexandre Ghiti1-6/+7
2023-06-07riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti2-38/+30
2023-06-07riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen2-3/+2
2023-06-07regulator: qcom-rpmh: Fix regulators for PM8550Abel Vesa1-15/+15
2023-06-07bpf: Add extra path pointer check to d_path helperJiri Olsa1-1/+11