summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (lm90) Add support for ADT7481, ADT7482, and ADT7483Guenter Roeck2022-07-133-31/+129
* hwmon: (lm90) Add explicit support for MAX6648/MAX6692Guenter Roeck2022-07-132-6/+47
* hwmon: (lm90) Add flag to indicate 'alarms' attribute supportGuenter Roeck2022-07-131-19/+38
* hwmon: (lm90) Fix/Add detection of G781-1Guenter Roeck2022-07-131-5/+34
* hwmon: (lm90) Add support for additional chip revision of NCT1008Guenter Roeck2022-07-131-1/+6
* hwmon: (lm90) Rework detect functionGuenter Roeck2022-07-131-143/+236
* hwmon: (lm90) Use single flag to indicate extended temperature supportGuenter Roeck2022-07-131-15/+10
* hwmon: (lm90) Support multiple temperature resolutionsGuenter Roeck2022-07-131-297/+155
* hwmon: (lm90) Only re-read registers if volatileGuenter Roeck2022-07-131-18/+23
* hwmon: (lm90) Add support for unsigned and signed temperaturesGuenter Roeck2022-07-131-28/+42
* hwmon: (lm90) Enable full PEC support for ADT7461AGuenter Roeck2022-07-131-5/+12
* hwmon: (lm90) Add partial PEC support for ADT7461Guenter Roeck2022-07-132-1/+2
* hwmon: (lm90) Improve PEC supportGuenter Roeck2022-07-132-30/+32
* hwmon: (lm90) Stop using R_/W_ register prefixGuenter Roeck2022-07-131-117/+117
* hwmon: (lm90) Move status register bit shifts to compile timeGuenter Roeck2022-07-131-13/+14
* hwmon: (lm90) Use BIT macroGuenter Roeck2022-07-131-27/+28
* hwmon: (lm90) Reorder chip enumeration to be in alphabetical orderGuenter Roeck2022-07-131-2/+4
* hwmon: (lm90) Reorder include files in alphabetical orderGuenter Roeck2022-07-131-6/+6
* hwmon: (lm90) Rework alarm/status handlingGuenter Roeck2022-07-131-115/+199
* hwmon: (lm90) Generate sysfs and udev events for all alarmsGuenter Roeck2022-07-131-0/+20
* hwmon: (pmbus) Move pec attribute to I2C deviceGuenter Roeck2022-07-133-39/+68
* Linux 5.19-rc5v5.19-rc5Linus Torvalds2022-07-041-1/+1
* lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2022-07-032-26/+0
* sparse: introduce conditional lock acquire function attributeLinus Torvalds2022-07-032-3/+5
* Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-07-0314-131/+130
|\
| * xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong2022-07-011-2/+7
| * xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong2022-06-291-0/+2
| * xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong2022-06-295-65/+12
| * xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong2022-06-291-9/+17
| * xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong2022-06-261-19/+26
| * xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong2022-06-261-1/+19
| * xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia2022-06-261-2/+2
| * xfs: factor out the common lock flags assertKaixu Xia2022-06-261-37/+23
| * xfs: introduce xfs_inodegc_push()Dave Chinner2022-06-235-10/+28
| * xfs: bound maximum wait time for inodegc workDave Chinner2022-06-233-16/+24
* | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-07-022-2/+3
|\ \
| * | SUNRPC: Fix READ_PLUS crasherChuck Lever2022-06-301-1/+1
| * | NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov2022-06-271-1/+2
* | | Merge tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-022-1/+6
|\ \ \
| * | | parisc: Fix vDSO signal breakage on 32-bit kernelHelge Deller2022-07-021-0/+5
| * | | parisc/unaligned: Fix emulate_ldw() breakageHelge Deller2022-06-271-1/+1
* | | | Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub...Linus Torvalds2022-07-029-17/+134
|\ \ \ \
| * | | | perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim2022-07-021-2/+3
| * | | | perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim2022-07-021-2/+2
| * | | | perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou2022-07-021-1/+1
| * | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-281-2/+52
| * | | | perf bpf: 8 byte align bpil dataIan Rogers2022-06-281-3/+2
| * | | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-06-281-0/+36
| * | | | perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-283-1/+24
| * | | | perf offcpu: Fix build failure on old kernelsNamhyung Kim2022-06-281-6/+14