summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-28rust: macros: convert `#[export]` to use `syn`Gary Guo
2026-01-28rust: macros: use `quote!` for `module!` macroGary Guo
2026-01-28rust: macros: use `syn` to parse `module!` macroGary Guo
2026-01-28rust: macros: convert `#[vtable]` macro to use `syn`Gary Guo
2026-01-28rust: macros: use `quote!` from vendored crateGary Guo
2026-01-27net: usb: sr9700: replace magic numbers with register bit macrosEthan Nelson-Moore
2026-01-27Merge branch 'remove-low-level-sha-1-functions'Jakub Kicinski
2026-01-27lib/crypto: sha1: Remove low-level functions from APIEric Biggers
2026-01-27ipv6: Switch to higher-level SHA-1 functionsEric Biggers
2026-01-27drm/amd/pm: fix race in power state check before mutex lockYang Wang
2026-01-27drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_removeJon Doron
2026-01-27drm/amd/pm: fix smu v14 soft clock frequency setting issueYang Wang
2026-01-27drm/amd/pm: fix smu v13 soft clock frequency setting issueYang Wang
2026-01-28Merge tag 'pin-init-v7.0' of https://github.com/Rust-for-Linux/linux into rus...Miguel Ojeda
2026-01-27drm/amdkfd: add extended capabilities to device snapshotJonathan Kim
2026-01-27drm/amdgpu: Send RMA CPER at bad page loadingKent Russell
2026-01-27drm/amdgpu: Fix jpeg ring test order in vcn_v4_0_3Jesse.Zhang
2026-01-27drm/amd/pm: fix race in power state check before mutex lockYang Wang
2026-01-27drm/amd/display: Promote DC to 3.2.367Taimur Hassan
2026-01-27drm/amd/display: [FW Promotion] Release 0.1.44.0Taimur Hassan
2026-01-27drm/amd/display: Migrate HUBBUB register access from hwseq to hubbub component.Bhuvanachandra Pinninti
2026-01-27drm/amd/display: mouse event trigger to boost RR when idleMuaaz Nisar
2026-01-27drm/amd/display: Add debug flag to override min dispclkMichael Strauss
2026-01-27drm/amd/display: avoid dig reg access timeout on usb4 link training failZhongwei
2026-01-27drm/amd/display: Remove unnecessary DC FP guardWayne Lin
2026-01-27drm/amd/display: add setup_stereo for dcn4x or laterCharlene Liu
2026-01-27drm/amd/display: perform clear update flags for all DCN asicsAurabindo Pillai
2026-01-27drm/amd/display: Enable bootcrc on FW sideWayne Lin
2026-01-27drm/amd/display: Add FR skipping CTS functionsJack Chang
2026-01-27drm/amd/display: Fix GFX12 family constant checksMatthew Stewart
2026-01-27drm/amd/display: Enable vstateup hook for DCN401 to be reusedCharlene Liu
2026-01-27drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_removeJon Doron
2026-01-27drm/amd/pm: fix smu v14 soft clock frequency setting issueYang Wang
2026-01-27drm/amd/pm: fix smu v13 soft clock frequency setting issueYang Wang
2026-01-27drm/amd/include : Update MES v12 API header - SUSPENDShaoyun Liu
2026-01-27drm/amdgpu: Simplify sorting of the bo listTvrtko Ursulin
2026-01-27drm/amdgpu/mes: Remove idr leftovers v2Tvrtko Ursulin
2026-01-27PCI: Move CardBus bridge scanning to setup-cardbus.cIlpo Järvinen
2026-01-27PCI: Add pbus_validate_busn() for Bus Number validationIlpo Järvinen
2026-01-27PCI: Add dword #defines for Bus Number + Secondary Latency TimerIlpo Järvinen
2026-01-27PCI: Use scnprintf() instead of sprintf()Ilpo Järvinen
2026-01-27PCI: Handle CardBus-specific params in setup-cardbus.cIlpo Järvinen
2026-01-27PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen
2026-01-27PCI: Add 'pci' prefix to struct pci_dev_resource handling functionsIlpo Järvinen
2026-01-27PCI: Use resource_assigned() in setup-bus.c algorithmIlpo Järvinen
2026-01-27resource: Mark res given to resource_assigned() as constIlpo Järvinen
2026-01-27PCI: Add pbus_mem_size_optional() to handle optional sizesIlpo Järvinen
2026-01-27PCI: Check invalid align earlier in pbus_size_mem()Ilpo Järvinen
2026-01-27PCI: Log reset and restore of resourcesIlpo Järvinen
2026-01-27PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen