summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/ibmpowernv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-23thermal: core: Introduce thermal_cdev_update_nocheck()Rafael J. Wysocki5-9/+18
2024-10-23thermal: core: Introduce thermal_instance_delete()Rafael J. Wysocki1-5/+12
2024-10-23thermal: core: Introduce thermal_instance_add()Rafael J. Wysocki1-16/+30
2024-10-23thermal: core: Call thermal_governor_update_tz() outside of cdev lockRafael J. Wysocki1-6/+5
2024-10-23thermal: core: Manage thermal_list_lock using a mutex guardRafael J. Wysocki1-80/+68
2024-10-23thermal: core: Separate code running under thermal_list_lockRafael J. Wysocki1-28/+36
2024-10-23thermal: core: Add and use a reverse thermal zone guardRafael J. Wysocki2-5/+6
2024-10-23thermal: core: Add and use thermal zone guardRafael J. Wysocki8-136/+86
2024-10-22thermal: core: Pass trip descriptors to trip bind/unbind functionsRafael J. Wysocki1-15/+12
2024-10-22thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki7-64/+62
2024-10-22thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki2-6/+0
2024-10-22thermal: core: Update thermal zones after cooling device bindingRafael J. Wysocki1-10/+13
2024-10-22thermal: core: Consolidate thermal zone locking in the exit pathRafael J. Wysocki1-27/+39
2024-10-22thermal: core: Mark thermal zones as exiting before unregistrationRafael J. Wysocki2-0/+4
2024-10-22thermal: core: Consolidate thermal zone locking during initializationRafael J. Wysocki1-17/+22
2024-10-22thermal: core: Fix race between zone registration and system suspendRafael J. Wysocki1-2/+16
2024-10-22thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki2-3/+14
2024-10-22thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki2-10/+12
2024-10-22thermal: core: Rearrange PM notification codeRafael J. Wysocki1-42/+46
2024-10-22thermal: core: Initialize thermal zones before registering themRafael J. Wysocki1-1/+1
2024-10-10thermal: core: Connect the threshold with the coreDaniel Lezcano1-0/+9
2024-10-10thermal: core: Add user thresholds supportDaniel Lezcano6-0/+256
2024-10-04thermal: core: Free tzp copy along with the thermal zoneRafael J. Wysocki1-3/+1
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki3-6/+7
2024-09-30Linux 6.12-rc1v6.12-rc1Linus Torvalds1-2/+2
2024-09-29x86: kvm: fix build errorLinus Torvalds1-0/+2
2024-09-28Reduce Coccinelle choices in string_choices.cocciJulia Lawall1-50/+41
2024-09-28coccinelle: Remove unnecessary parentheses for only one possible change.Hongbo Li1-8/+0
2024-09-28coccinelle: Add rules to find str_yes_no() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_on_off() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_write_read() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_read_write() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_enable{d}_disable{d}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_lo{w}_hi{gh}() replacementsHongbo Li1-0/+38
2024-09-28coccinelle: Add rules to find str_hi{gh}_lo{w}() replacementsHongbo Li1-0/+42
2024-09-28coccinelle: Add rules to find str_false_true() replacementsHongbo Li1-0/+19
2024-09-28coccinelle: Add rules to find str_true_false() replacementsHongbo Li1-0/+19
2024-09-28bcachefs: check_subvol_path() now prints subvol root inodeKent Overstreet2-20/+14
2024-09-28bcachefs: remove_backpointer() now checks if dirent points to inodeKent Overstreet1-6/+9
2024-09-28bcachefs: dirent_points_to_inode() now warns on mismatchKent Overstreet1-28/+56
2024-09-28bcachefs: Fix lost wake upAlan Huang1-3/+9
2024-09-28bcachefs: Check for logged ops when cleanKent Overstreet2-3/+13
2024-09-28bcachefs: BCH_FS_clean_recoveryKent Overstreet4-3/+8
2024-09-28bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-28bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_applyKent Overstreet1-16/+20
2024-09-28bcachefs: Check for accounting keys with bversion=0Kent Overstreet3-3/+8
2024-09-28bcachefs: rename version -> bversionKent Overstreet17-30/+30
2024-09-28bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet4-21/+36
2024-09-28bcachefs: Fix BCH_SB_ERRS() so we can reorderKent Overstreet5-8/+9
2024-09-28bcachefs: Fix fsck warnings from bkey validationKent Overstreet2-2/+14