summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane
2024-10-31drm/sched: Document purpose of drm_sched_{start,stop}Philipp Stanner
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-31Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'Paolo Abeni
2024-10-31net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang
2024-10-31net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan
2024-10-31net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen
2024-10-31net: hns3: don't auto enable misc vectorJian Shen
2024-10-31net: hns3: Resolved the issue that the debugfs query result is inconsistent.Hao Lan
2024-10-31net: hns3: fix missing features due to dev->features configuration too earlyHao Lan
2024-10-31net: hns3: fixed reset failure issues caused by the incorrect reset typeHao Lan
2024-10-31net: hns3: add sync command to sync io-pgtableJian Shen
2024-10-31net: hns3: default enable tx bounce buffer when smmu enabledPeiyang Wang
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-10-31drm/panel: leadtek-ltk050h3146w: transition to mipi_dsi wrapped functionsTejas Vipin
2024-10-31drm/panel: samsung-s6e88a0-ams427ap24: Add flip optionJakob Hauser
2024-10-31drm/panel: samsung-s6e88a0-ams427ap24: Add brightness controlJakob Hauser
2024-10-31drm/panel: samsung-s6e88a0-ams427ap24: Add initial driverJakob Hauser
2024-10-31dt-bindings: display: panel: Add Samsung S6E88A0-AMS427AP24Jakob Hauser
2024-10-31dt-bindings: display: panel: Move flip properties to panel-commonJakob Hauser
2024-10-31drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()Jinjie Ruan
2024-10-31drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic()Jinjie Ruan
2024-10-31drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()Jinjie Ruan
2024-10-30mm: allow set/clear page_type againYu Zhao
2024-10-30nilfs2: fix potential deadlock with newly created symlinksRyusuke Konishi
2024-10-30Squashfs: fix variable overflow in squashfs_readpage_blockPhillip Lougher
2024-10-30kasan: remove vmalloc_percpu testAndrey Konovalov
2024-10-30tools/mm: -Werror fixes in page-types/slabinfoWladislav Wiebe
2024-10-30mm, swap: avoid over reclaim of full clustersKairui Song
2024-10-30mm: fix PSWPIN counter for large folios swap-inBarry Song
2024-10-30mm: avoid VM_BUG_ON when try to map an anon large folio to zero page.Zi Yan
2024-10-30mm/codetag: fix null pointer check logic for ref and tagHao Ge
2024-10-30mm/gup: stop leaking pinned pages in low memory conditionsJohn Hubbard
2024-10-30net: ethernet: mtk_wed: fix path of MT7988 WO firmwareDaniel Golle
2024-10-30Merge branch 'mlxsw-fixes'Jakub Kicinski
2024-10-30selftests: forwarding: Add IPv6 GRE remote change testsIdo Schimmel
2024-10-30mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel
2024-10-30mlxsw: pci: Sync Rx buffers for deviceAmit Cohen
2024-10-30mlxsw: pci: Sync Rx buffers for CPUAmit Cohen
2024-10-30mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-10-31cfi: tweak llvm version for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl
2024-10-30sched/ext: Fix scx vs sched_delayedPeter Zijlstra
2024-10-30x86/uaccess: Avoid barrier_nospec() in 64-bit copy_from_user()Linus Torvalds
2024-10-30Merge tag 'perf-tools-fixes-for-v6.12-2-2024-10-30' of git://git.kernel.org/p...Linus Torvalds
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever
2024-10-30Merge branch 'fixes-for-bits-iterator'Alexei Starovoitov
2024-10-30selftests/bpf: Add three test cases for bits_iterHou Tao