aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-04firmware: arm_ffa: Fix the race around setting ffa_dev->propertiesLevi Yun3-15/+20
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato1-6/+12
2024-12-03KVM: arm64: vgic-its: Add error handling in vgic_its_cache_translationKeisuke Nishimura1-1/+11
2024-12-03KVM: arm64: Do not allow ID_AA64MMFR0_EL1.ASIDbits to be overriddenMarc Zyngier1-1/+2
2024-12-03drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-04Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-2/+31
2024-12-04Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-65/+61
2024-12-03clk: en7523: Initialize num before accessing hws in en7523_register_clocks()Haoyu Li1-2/+2
2024-12-03clk: en7523: Fix wrong BUS clock for EN7581Christian Marangi1-2/+3
2024-12-03bcache: revert replacing IS_ERR_OR_NULL with IS_ERR againLiequan Che1-1/+1
2024-12-03samples/bpf: Remove unnecessary -I flags from libbpf EXTRA_CFLAGSEduard Zingerman1-6/+7
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso2-12/+46
2024-12-03btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-03btrfs: fix mount failure due to remount racesQu Wenruo1-39/+27
2024-12-03Merge tag 'for-6.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-8/+43
2024-12-03nvme-pci: remove two deallocate zeroes quirksKeith Busch1-3/+1
2024-12-03Merge tag 'fs_for_v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+17
2024-12-03Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-36/+26
2024-12-03igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-12-03ixgbe: Correct BASE-BX10 compliance codeTore Amundsen1-1/+1
2024-12-03ixgbe: downgrade logging of unsupported VF API version to debugJacob Keller2-1/+3
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller1-1/+0
2024-12-03idpf: set completion tag for "empty" bufs associated with a packetJoshua Hay1-0/+1
2024-12-03ice: Fix VLAN pruning in switchdev modeMarcin Szycik1-3/+5
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek1-0/+6
2024-12-03ice: fix PHY timestamp extraction for ETH56GPrzemyslaw Korba2-4/+4
2024-12-03ice: fix PHY Clock Recovery availability checkArkadiusz Kubalewski1-8/+17
2024-12-03MAINTAINERS: Add CCA and pKVM CoCO guest support to the ARM64 entryWill Deacon1-0/+2
2024-12-03drivers/virt: pkvm: Don't fail ioremap() call if MMIO_GUARD failsWill Deacon1-5/+1
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-03arm64: patching: avoid early page_to_phys()Mark Rutland1-14/+11
2024-12-03of: Fix error path in of_parse_phandle_with_args_map()Herve Codina1-5/+10
2024-12-03dt-bindings: mtd: fixed-partitions: Fix "compression" typoRob Herring (Arm)1-1/+1
2024-12-03iommu/arm-smmu-v3: Improve uAPI comment for IOMMU_HW_INFO_TYPE_ARM_SMMUV3Jason Gunthorpe1-10/+19
2024-12-03arm64: mm: Fix zone_dma_limit calculationYang Shi1-9/+8
2024-12-03irqchip/stm32mp-exti: CONFIG_STM32MP_EXTI should not default to y when compil...Geert Uytterhoeven1-1/+1
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada18-21/+21
2024-12-03doc: module: revert misconversions for MODULE_IMPORT_NS()Masahiro Yamada3-6/+6
2024-12-03scripts/nsdeps: get 'make nsdeps' working againMasahiro Yamada2-3/+3
2024-12-03iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nthNicolin Chen1-0/+14
2024-12-03iommufd: Fix out_fput in iommufd_fault_alloc()Nicolin Chen1-2/+0
2024-12-03firmware: arm_scmi: Fix i.MX build dependencyArnd Bergmann3-2/+2
2024-12-03iommufd: Fix typos in kernel-doc commentsRandy Dunlap1-3/+3
2024-12-03genirq/proc: Add missing space separator backThomas Gleixner1-3/+4
2024-12-03block: rnull: add missing MODULE_DESCRIPTIONFUJITA Tomonori1-0/+1
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert2-3/+3
2024-12-03LoongArch: KVM: Protect kvm_io_bus_{read,write}() with SRCUHuacai Chen2-11/+26