summaryrefslogtreecommitdiffstats
path: root/drivers/peci
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+7
2025-11-06peci: controller: peci-aspeed: convert from round_rate() to determine_rate()Brian Masney-5/+7
2025-10-15peci: cpu: add Intel Emerald Rapids supportIvan Mikhaylov-0/+4
2025-08-28peci: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang-1/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-26/+26
2024-10-25peci: npcm: Constify struct peci_controller_ops​Christophe JAILLET-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-6/+3
2024-06-17peci: aspeed: Clear clock_divider value before setting itIwona Winiarska-0/+1
2024-06-17peci, hwmon: Switch to new Intel CPU model definesTony Luck-23/+12
2024-04-16peci: constify the struct device_type usageRicardo B. Marliere-4/+4
2024-04-16peci: Make peci_bus_type constRicardo B. Marliere-2/+2
2023-08-08Merge tag 'peci-next-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-0/+320
2023-08-07peci: Add peci-npcm controller driverTomer Maimon-0/+315
2023-08-07peci: cpu: Add Intel Sapphire Rapids supportNaresh Solanki-0/+5
2023-08-04peci: Constify struct peci_controller_opsZev Weiss-3/+3
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman-1/+1
2022-08-15peci: cpu: Fix use-after-free in adev_release()Iwona Winiarska-2/+1
2022-08-15peci: aspeed: fix error check return value of platform_get_irq()Lv Ruyi-1/+1
2022-02-09peci: Add peci-cpu driverIwona Winiarska-0/+601
2022-02-09peci: Add support for PECI device driversIwona Winiarska-0/+462
2022-02-09peci: Add sysfs interface for PECI busIwona Winiarska-2/+91
2022-02-09peci: Add device detectionIwona Winiarska-1/+223
2022-02-09peci: Add peci-aspeed controller driverJae Hyun Yoo-0/+629
2022-02-09peci: Add core infrastructureIwona Winiarska-0/+194