summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada1-1/+12
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada1-0/+1
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada3-6/+11
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada1-1/+6
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane1-1/+1
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni4-12/+14
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-7/+11
2024-10-31Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni9-26/+178
2024-10-31net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang1-0/+3
2024-10-31net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2-8/+10
2024-10-31net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen1-1/+1
2024-10-31net: hns3: don't auto enable misc vectorJian Shen1-5/+7
2024-10-31net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan1-1/+3
2024-10-31net: hns3: fix missing features due to dev->features configuration too earlyHao Lan1-1/+0
2024-10-31net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan2-10/+61
2024-10-31net: hns3: add sync command to sync io-pgtableJian Shen1-0/+27
2024-10-31net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang3-0/+66
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-10-31drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()Jinjie Ruan1-4/+4
2024-10-31drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()Jinjie Ruan1-12/+12
2024-10-31drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()Jinjie Ruan2-0/+46
2024-10-31mm: allow set/clear page_type againYu Zhao1-0/+8
2024-10-31nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi1-0/+3
2024-10-31Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher1-4/+5
2024-10-31kasan: remove vmalloc_percpu testAndrey Konovalov1-27/+0
2024-10-31tools/mm: -Werror fixes in page-types/slabinfoWladislav Wiebe2-5/+8
2024-10-31mm, swap: avoid over reclaim of full clustersKairui Song2-19/+31
2024-10-31mm: fix PSWPIN counter for large folios swap-inBarry Song1-2/+2
2024-10-31mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan1-1/+2
2024-10-31mm/codetag: fix null pointer check logic for ref and tagHao Ge1-6/+10
2024-10-31mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard1-14/+19
2024-10-31net: ethernet: mtk_wed: fix path of MT7988 WO firmwareDaniel Golle1-2/+2
2024-10-31Merge branch 'mlxsw-fixes'Jakub Kicinski10-10/+212
2024-10-31selftests: forwarding: Add IPv6 GRE remote change testsIdo Schimmel7-0/+164
2024-10-31mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel1-2/+24
2024-10-31mlxsw: pci: Sync Rx buffers for deviceAmit Cohen1-1/+2
2024-10-31mlxsw: pci: Sync Rx buffers for CPUAmit Cohen1-7/+15
2024-10-31mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen1-0/+7
2024-10-31net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-10-31cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl1-2/+2
2024-10-31sched/ext: Fix scx vs sched_delayedPeter Zijlstra1-2/+12
2024-10-31x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user()Linus Torvalds1-6/+15
2024-10-31Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/p...Linus Torvalds18-51/+174
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever1-0/+1
2024-10-30Merge branch 'fixes-for-bits-iterator'Alexei Starovoitov4-14/+118
2024-10-30selftests/bpf: Add three test cases for bits_iterHou Tao1-3/+58
2024-10-30bpf: Use __u64 to save the bits in bits iteratorHou Tao1-3/+30
2024-10-30bpf: Check the validity of nr_words in bpf_iter_bits_new()Hou Tao1-1/+9
2024-10-30bpf: Add bpf_mem_alloc_check_size() helperHou Tao2-1/+16
2024-10-30bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()Hou Tao1-6/+5