summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-01-07sysfs: constify macro BIN_ATTRIBUTE_GROUPS()Thomas Weißschuh-1/+1
2025-01-07Merge tag 'drm-intel-next-2024-12-11' of https://gitlab.freedesktop.org/drm/i...Simona Vetter-0/+2
2025-01-07iommu/io-pgtable-arm: Add way to debug pgtable walkRob Clark-0/+11
2025-01-07pps: Fix a use-after-freeCalvin Owens-2/+1
2025-01-07drm/nouveau: vendor in drm_encoder_slave APIDmitry Baryshkov-241/+0
2025-01-07drm/nouveau: incorporate I2C TV encoder driversDmitry Baryshkov-151/+0
2025-01-07iommu/arm-smmu: Add support for PRR bit setupBibek Kumar Patro-0/+7
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima-0/+6
2025-01-07media: cec: include linux/debugfs.h and linux/seq_file.h where neededJani Nikula-1/+0
2025-01-07drm/connector: make mode_valid take a const struct drm_display_modeDmitry Baryshkov-2/+2
2025-01-07drm/connector: make mode_valid_ctx take a const struct drm_display_modeDmitry Baryshkov-1/+1
2025-01-07drm/encoder_slave: make mode_valid accept const struct drm_display_modeDmitry Baryshkov-1/+1
2025-01-06dt-bindings: clock: qcom: gcc-ipq5424: add gcc_xo_clk macroManikanta Mylavarapu-0/+1
2025-01-06net: pcs: xpcs: make xpcs_get_interfaces() staticRussell King (Oracle)-1/+0
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)-0/+3
2025-01-06dt-bindings: clock: qcom: gcc-ipq5424: remove apss_dbg clock macroManikanta Mylavarapu-1/+0
2025-01-06dt-bindings: clock: qcom,mmcc-msm8960: add LCDC-related clocksDmitry Baryshkov-0/+2
2025-01-06dt-bindings: arm: qcom,ids: add SoC ID for QCS9075Wasim Nazir-0/+1
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet-6/+6
2025-01-06Merge branch '20250103-qcom_ipq_cmnpll-v8-1-c89fb4d4849d@quicinc.com' into ar...Bjorn Andersson-0/+22
2025-01-06Merge branch '20250103-qcom_ipq_cmnpll-v8-1-c89fb4d4849d@quicinc.com' into cl...Bjorn Andersson-0/+22
2025-01-06dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoCLuo Jie-0/+22
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault-0/+6
2025-01-06Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+4
2025-01-06Merge branch 'icc-sm8750' of https://git.kernel.org/pub/scm/linux/kernel/git/...Bjorn Andersson-0/+143
2025-01-06Merge branches '20241204-sm8750_master_clks-v3-0-1a8f31a53a86@quicinc.com' an...Bjorn Andersson-0/+353
2025-01-06Merge branch '20250106-sm8750-dispcc-v2-1-6f42beda6317@linaro.org' into clk-f...Bjorn Andersson-0/+112
2025-01-06dt-bindings: clock: qcom,sm8550-dispcc: Add SM8750 DISPCCKrzysztof Kozlowski-0/+112
2025-01-06Merge branch '20241204-sm8750_master_clks-v3-0-1a8f31a53a86@quicinc.com' into...Bjorn Andersson-0/+241
2025-01-06dt-bindings: clock: qcom: Document the SM8750 TCSR Clock ControllerTaniya Das-0/+15
2025-01-06dt-bindings: clock: qcom: Add SM8750 GCCTaniya Das-0/+226
2025-01-06drm/drv: Add drmm managed registration helper for dmem cgroups.Maxime Ripard-0/+5
2025-01-06kernel/cgroup: Add "dmem" memory accounting cgroupMaarten Lankhorst-1/+71
2025-01-06block: simplify tag allocation policy selectionChristoph Hellwig-19/+13
2025-01-06block: remove BLK_MQ_F_NO_SCHEDChristoph Hellwig-2/+0
2025-01-06SUNRPC: introduce cache_check_rcu to help check in rcu contextYang Erkun-0/+2
2025-01-06sunrpc: remove all connection limit configurationNeilBrown-4/+6
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown-1/+17
2025-01-06sunrpc/svc: use store_release_wake_up()NeilBrown-6/+1
2025-01-06block: use page_to_phys in bvec_physChristoph Hellwig-6/+1
2025-01-06ASoC: simple_card: Show if link is unidirectionalStephen Gordon-0/+4
2025-01-06ASoC: simple_card: Improve debugging messagesStephen Gordon-2/+2
2025-01-06regulator: Move OF_ API declarations/definitions outside CONFIG_REGULATORManivannan Sadhasivam-46/+32
2025-01-06regulator: Guard of_regulator_bulk_get_all() with CONFIG_OFManivannan Sadhasivam-8/+9
2025-01-06io_uring: add io_uring_cmd_get_async_data helperMark Harmstone-0/+5
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe-0/+1
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe-0/+4
2025-01-06iommu/amd: remove return value of amd_iommu_detectGao Shiyuan-2/+2
2025-01-06drm/display: hdmi-state-helper: add drm_display_mode declarationDmitry Baryshkov-0/+1
2025-01-06netkit: Allow for configuring needed_{head,tail}roomDaniel Borkmann-0/+2