aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-03cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possibleYaxiong Tian1-1/+1
2026-02-03spi: xilinx: use device property accessors.Abdurrahman Hussain1-5/+5
2026-02-03Merge tag 'i2c-host-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowWolfram Sang19-452/+416
2026-02-03i2c: imx: preserve error state in block data length handlerLI Qingwu1-1/+2
2026-02-03rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov1-12/+21
2026-02-03perf/arm-cmn: Reject unsupported hardware configurationsRobin Murphy1-1/+14
2026-02-03perf: arm_spe: Properly set hw.state on failuresLeo Yan1-6/+12
2026-02-03accel/amdxdna: Fix incorrect error code returned for failed chain commandLizhi Hou1-1/+1
2026-02-03Merge tag 'platform-drivers-x86-v6.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds10-7/+64
2026-02-03cxl/acpi: Prepare use of EFI runtime servicesRobert Richter1-2/+6
2026-02-03cxl: Introduce callback for HPA address ranges translationRobert Richter2-0/+25
2026-02-03cxl/region: Use region data to get the root decoderRobert Richter1-26/+24
2026-02-03cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()Robert Richter1-6/+8
2026-02-03cxl/region: Separate region parameter setup and region constructionRobert Richter2-9/+26
2026-02-03cxl: Simplify cxl_root_ops allocation and handlingRobert Richter4-24/+18
2026-02-03cxl/region: Store HPA range in struct cxl_regionRobert Richter2-0/+9
2026-02-03cxl/region: Store root decoder in struct cxl_regionRobert Richter2-18/+21
2026-02-03cxl/region: Rename misleading variable name @hpa to @hpa_rangeRobert Richter1-13/+15
2026-02-03accel/amdxdna: Remove hardware context statusLizhi Hou3-28/+5
2026-02-03remoteproc: imx_rproc: Fix invalid loaded resource table detectionPeng Fan1-0/+4
2026-02-03RDMA/umem: don't abuse current->group_leaderOleg Nesterov1-2/+2
2026-02-03drm/pan*: don't abuse current->group_leaderOleg Nesterov2-2/+2
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" checksOleg Nesterov2-13/+0
2026-02-03drm/amdgpu: don't abuse current->group_leaderOleg Nesterov2-2/+2
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov1-1/+1
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov2-5/+4
2026-02-03mtd: spinand: winbond: Remove unneeded semicolonChen Ni1-1/+1
2026-02-03drm/bridge: imx8qxp-pixel-combiner: Fix bailout for imx8qxp_pc_bridge_probe()Liu Ying1-1/+1
2026-02-03PCI: Remove superfluous HK_TYPE_WQ checkFrederic Weisbecker1-14/+3
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-1/+16
2026-02-03driver core: cpu: Convert /sys/devices/system/cpu/isolated to use HK_TYPE_DOMAIN_BOOTFrederic Weisbecker1-1/+1
2026-02-03net: dsa: yt921x: Add DCB/QoS supportDavid Yang3-11/+298
2026-02-03net: dsa: yt921x: Refactor yt921x_chip_setup()David Yang1-11/+24
2026-02-03net: dsa: yt921x: Refactor VLAN awareness settingDavid Yang1-10/+14
2026-02-03iommupt: Always add IOVA range to iotlb_gather in gather_range_pages()Yu Zhang1-2/+1
2026-02-03iommu/amd: serialize sequence allocation under concurrent TLB invalidationsAnkit Soni3-8/+14
2026-02-03wifi: iwlwifi: mvm: pause TCM on fast resumeMiri Korenblit1-1/+5
2026-02-03wifi: iwlwifi: mld: cancel mlo_scan_start_wkMiri Korenblit2-2/+2
2026-02-03PCI: s32g: Skip Root Port removal during successVincent Guittot1-4/+4
2026-02-03wifi: brcmsmac: phy: Remove unreachable error handling codeIngyu Jang1-7/+2
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl1-1/+1
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand2-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra1-1/+1
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit1-13/+0
2026-02-03net: dsa: loop: remove MDIO device modaliasHeiner Kallweit1-1/+7
2026-02-03net: ethernet: adi: make name member of struct adin1110_cfg a pointerHeiner Kallweit1-1/+1
2026-02-03revocable: Add KUnit test for concurrent accessTzung-Bi Shih1-0/+104
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih2-67/+43