forked from skristiansson/linux
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master back into next, this allows us to resolve some conflicts in arch/powerpc/Kconfig, and also re-sort the symbols under config PPC so that they are in alphabetical order again.
- Loading branch information
Showing
1,332 changed files
with
33,908 additions
and
14,493 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
Documentation/ABI/testing/sysfs-bus-event_source-devices-dsa
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
What: /sys/bus/event_source/devices/dsa*/format | ||
Date: April 2021 | ||
KernelVersion: 5.13 | ||
Contact: Tom Zanussi <tom.zanussi@linux.intel.com> | ||
Description: Read-only. Attribute group to describe the magic bits | ||
that go into perf_event_attr.config or | ||
perf_event_attr.config1 for the IDXD DSA pmu. (See also | ||
ABI/testing/sysfs-bus-event_source-devices-format). | ||
|
||
Each attribute in this group defines a bit range in | ||
perf_event_attr.config or perf_event_attr.config1. | ||
All supported attributes are listed below (See the | ||
IDXD DSA Spec for possible attribute values):: | ||
|
||
event_category = "config:0-3" - event category | ||
event = "config:4-31" - event ID | ||
|
||
filter_wq = "config1:0-31" - workqueue filter | ||
filter_tc = "config1:32-39" - traffic class filter | ||
filter_pgsz = "config1:40-43" - page size filter | ||
filter_sz = "config1:44-51" - transfer size filter | ||
filter_eng = "config1:52-59" - engine filter | ||
|
||
What: /sys/bus/event_source/devices/dsa*/cpumask | ||
Date: April 2021 | ||
KernelVersion: 5.13 | ||
Contact: Tom Zanussi <tom.zanussi@linux.intel.com> | ||
Description: Read-only. This file always returns the cpu to which the | ||
IDXD DSA pmu is bound for access to all dsa pmu | ||
performance monitoring events. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/kernel/mm/cma/ | ||
Date: Feb 2021 | ||
Contact: Minchan Kim <minchan@kernel.org> | ||
Description: | ||
/sys/kernel/mm/cma/ contains a subdirectory for each CMA | ||
heap name (also sometimes called CMA areas). | ||
|
||
Each CMA heap subdirectory (that is, each | ||
/sys/kernel/mm/cma/<cma-heap-name> directory) contains the | ||
following items: | ||
|
||
alloc_pages_success | ||
alloc_pages_fail | ||
|
||
What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_success | ||
Date: Feb 2021 | ||
Contact: Minchan Kim <minchan@kernel.org> | ||
Description: | ||
the number of pages CMA API succeeded to allocate | ||
|
||
What: /sys/kernel/mm/cma/<cma-heap-name>/alloc_pages_fail | ||
Date: Feb 2021 | ||
Contact: Minchan Kim <minchan@kernel.org> | ||
Description: | ||
the number of pages CMA API failed to allocate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.