summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firmware: arm_scmi: Add support for v3.2 NEGOTIATE_PROTOCOL_VERSIONCristian Marussi2024-02-222-5/+61
* firmware: arm_scmi: Fix struct kernel-doc warnings in optee transportRandy Dunlap2024-02-221-2/+4
* firmware: arm_scmi: Report frequencies in the perf notificationsCristian Marussi2024-02-202-0/+72
* firmware: arm_scmi: Use opps_by_lvl to store oppsCristian Marussi2024-02-201-11/+19
* firmware: arm_scmi: Implement is_notify_supported callback in powercap protocolCristian Marussi2024-02-201-4/+41
* firmware: arm_scmi: Implement is_notify_supported callback in reset protocolCristian Marussi2024-02-201-8/+29
* firmware: arm_scmi: Implement is_notify_supported callback in sensor protocolCristian Marussi2024-02-201-1/+36
* firmware: arm_scmi: Implement is_notify_supported callback in clock protocolCristian Marussi2024-02-201-4/+43
* firmware: arm_scmi: Implement is_notify_supported callback in system power pr...Cristian Marussi2024-02-201-0/+16
* firmware: arm_scmi: Implement is_notify_supported callback in power protocolCristian Marussi2024-02-201-3/+27
* firmware: arm_scmi: Implement is_notify_supported callback in perf protocolCristian Marussi2024-02-201-3/+42
* firmware: arm_scmi: Add a common helper to check if a message is supportedCristian Marussi2024-02-202-0/+38
* firmware: arm_scmi: Check for notification supportCristian Marussi2024-02-202-1/+20
* firmware: arm_scmi: Make scmi_bus_type constRicardo B. Marliere2024-02-202-2/+2
* firmware: arm_scmi: Fix double free in SMC transport cleanup pathAndre Przywara2024-02-201-0/+7
* firmware: arm_scmi: Implement clock get permissionsPeng Fan2024-02-202-0/+67
* firmware: arm_scmi: Add multiple protocols registration supportCristian Marussi2024-02-201-2/+22
* firmware: arm_scmi: Rework clock domain info lookupsCristian Marussi2024-02-201-6/+14
* firmware: arm_scmi: Warn if domain frequency multiplier is 0 or rounded offSudeep Holla2024-02-201-2/+17
* firmware: arm_scmi: Fix the clock protocol supported versionCristian Marussi2024-01-221-1/+1
* firmware: arm_scmi: Fix the clock protocol version for v3.2Cristian Marussi2024-01-221-2/+1
* firmware: arm_scmi: Use xa_insert() when saving raw queuesCristian Marussi2024-01-221-4/+8
* firmware: arm_scmi: Use xa_insert() to store oppsCristian Marussi2024-01-221-5/+18
* firmware: arm_scmi: Replace asm-generic/bug.h with linux/bug.hTanzir Hasan2024-01-221-1/+1
* firmware: arm_scmi: Check mailbox/SMT channel for consistencyCristian Marussi2024-01-223-0/+21
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
| * bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1