aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-19EDAC/skx_common: Prepare for skx_get_edac_list()Qiuxu Zhuo2-0/+8
2025-11-19EDAC/{skx_common,skx,i10nm}: Make skx_register_mci() independent of pci_devQiuxu Zhuo4-9/+10
2025-11-19arm_mpam: Add kunit tests for props_mismatch()James Morse2-1/+333
2025-11-19arm_mpam: Add kunit test for bitmap resetJames Morse3-0/+82
2025-11-19arm_mpam: Add helper to reset saved mbwu stateJames Morse2-1/+49
2025-11-19arm_mpam: Use long MBWU counters if supportedRohit Mathew1-19/+126
2025-11-19arm_mpam: Probe for long/lwd mbwu countersRohit Mathew2-12/+26
2025-11-19arm_mpam: Consider overflow in bandwidth counter stateBen Horgan2-3/+24
2025-11-19arm_mpam: Track bandwidth counter state for power managementJames Morse2-2/+145
2025-11-19arm_mpam: Add mpam_msmon_read() to read monitor valueJames Morse2-0/+254
2025-11-19arm_mpam: Add helpers to allocate monitorsJames Morse2-0/+37
2025-11-19arm_mpam: Probe and reset the rest of the featuresJames Morse2-0/+206
2025-11-19arm_mpam: Allow configuration to be applied and restored during cpu onlineJames Morse2-25/+290
2025-11-19arm_mpam: Use a static key to indicate when mpam is enabledJames Morse2-0/+20
2025-11-19arm_mpam: Register and enable IRQsJames Morse2-0/+293
2025-11-19arm_mpam: Extend reset logic to allow devices to be reset any timeJames Morse1-3/+54
2025-11-19arm_mpam: Add a helper to touch an MSC from any CPUJames Morse1-3/+34
2025-11-19arm_mpam: Reset MSC controls from cpuhp callbacksJames Morse2-0/+112
2025-11-19arm_mpam: Merge supported features during mpam_enable() into mpam_classJames Morse2-0/+217
2025-11-19arm_mpam: Probe the hardware features resctrl supportsJames Morse2-0/+182
2025-11-19arm_mpam: Add helpers for managing the locking around the mon_sel registersJames Morse2-0/+43
2025-11-19arm_mpam: Probe hardware to find the supported partid/pmg valuesJames Morse2-1/+153
2025-11-19arm_mpam: Add cpuhp callbacks to probe MSC hardwareJames Morse2-1/+180
2025-11-19arm_mpam: Add MPAM MSC register layout definitionsJames Morse1-0/+267
2025-11-19arm_mpam: Add the class and component structures for firmware described risJames Morse2-1/+485
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse6-0/+261
2025-11-19ACPI / MPAM: Parse the MPAM tableJames Morse4-1/+416
2025-11-19ACPI / PPTT: Add a helper to fill a cpumask from a cache_idJames Morse1-0/+65
2025-11-19ACPI / PPTT: Find cache level by cache-idJames Morse1-0/+66
2025-11-19ACPI / PPTT: Add acpi_pptt_cache_v1_full to use pptt cache as one structureBen Horgan1-9/+36
2025-11-19ACPI / PPTT: Stop acpi_count_levels() expecting callers to clear levelsJames Morse1-8/+12
2025-11-19ACPI / PPTT: Add a helper to fill a cpumask from a processor containerJames Morse1-0/+84
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä1-2/+2
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+4
2025-11-19Merge tag 'pwm/for-6.18-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linuxLinus Torvalds1-2/+2
2025-11-19Merge tag 'hid-for-linus-2025111901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-20/+57
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang1-0/+3
2025-11-19Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann262-1118/+2286
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck1-23/+41
2025-11-19gpio: cdev: make sure the cdev fd is still active before emitting eventsBartosz Golaszewski1-2/+7
2025-11-18net/mlx5: Clean up only new IRQ glue on request_irq() failurePradyumn Rahar1-4/+2
2025-11-18pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()Jared Kangas1-0/+1
2025-11-18pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_descJared Kangas1-1/+1
2025-11-18ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-18idpf: fix possible vport_config NULL pointer deref in removeEmil Tantilov1-0/+2
2025-11-18drm/xe/irq: Handle msix vector0 interruptVenkata Ramana Nayana1-17/+1
2025-11-18drm/xe: Remove duplicate DRM_EXEC selection from KconfigShuicheng Lin1-1/+0
2025-11-18drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper1-1/+1
2025-11-18drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4
2025-11-18dm-pcache: zero cache_info before default initLi Chen1-1/+1