| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "driver core: Set fw_devlink.strict=1 by default" | Greg Kroah-Hartman | 2022-09-15 | 1 | -1/+1 |
* | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-09-09 | 2 | -1/+7 |
|\ |
|
| * | arch_topology: Make cluster topology span at least SMT CPUs | Yicong Yang | 2022-09-07 | 1 | -1/+1 |
| * | driver core: fix driver_set_override() issue with empty strings | Greg Kroah-Hartman | 2022-09-05 | 1 | -0/+6 |
| * | Revert "arch_topology: Make cluster topology span at least SMT CPUs" | Greg Kroah-Hartman | 2022-09-03 | 1 | -1/+1 |
| * | arch_topology: Make cluster topology span at least SMT CPUs | Yicong Yang | 2022-09-01 | 1 | -1/+1 |
* | | Merge tag 'regmap-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-09-08 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | regmap: spi: Reserve space for register address/padding | Cristian Ciocaltea | 2022-08-18 | 1 | -0/+8 |
* | | firmware_loader: Fix memory leak in firmware upload | Russ Weight | 2022-09-01 | 3 | -4/+17 |
* | | firmware_loader: Fix use-after-free during unregister | Russ Weight | 2022-09-01 | 1 | -1/+2 |
* | | arch_topology: Silence early cacheinfo errors when non-existent | Florian Fainelli | 2022-09-01 | 1 | -1/+1 |
* | | driver core: Don't probe devices after bus_type.match() probe deferral | Isaac J. Manjarres | 2022-09-01 | 1 | -0/+10 |
* | | Revert "PM: domains: Delete usage of driver_deferred_probe_check_state()" | Saravana Kannan | 2022-08-23 | 1 | -1/+1 |
* | | Revert "driver core: Delete driver_deferred_probe_check_state()" | Saravana Kannan | 2022-08-23 | 1 | -0/+30 |
|/ |
|
* | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-08-04 | 11 | -147/+334 |
|\ |
|
| * | firmware_loader: Replace kmap() with kmap_local_page() | Fabio M. De Francesco | 2022-07-28 | 2 | -8/+6 |
| * | arch_topology: Fix cache attributes detection in the CPU hotplug path | Sudeep Holla | 2022-07-22 | 1 | -10/+6 |
| * | cacheinfo: Use atomic allocation for percpu cache attributes | Sudeep Holla | 2022-07-22 | 1 | -1/+1 |
| * | drivers/base: fix userspace break from using bin_attributes for cpumap and cp... | Phil Auld | 2022-07-15 | 2 | -18/+18 |
| * | Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 2022-07-08 | 2 | -75/+170 |
| |\ |
|
| | * | arch_topology: Warn that topology for nested clusters is not supported | Sudeep Holla | 2022-07-04 | 1 | -0/+2 |
| | * | arch_topology: Add support for parsing sockets in /cpu-map | Sudeep Holla | 2022-07-04 | 1 | -5/+32 |
| | * | arch_topology: Set cluster identifier in each core/thread from /cpu-map | Sudeep Holla | 2022-07-04 | 1 | -5/+8 |
| | * | arch_topology: Limit span of cpu_clustergroup_mask() | Ionela Voinescu | 2022-07-04 | 1 | -0/+8 |
| | * | arch_topology: Don't set cluster identifier as physical package identifier | Sudeep Holla | 2022-07-04 | 1 | -5/+1 |
| | * | arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found | Sudeep Holla | 2022-07-04 | 1 | -1/+3 |
| | * | arch_topology: Check for non-negative value rather than -1 for IDs validity | Sudeep Holla | 2022-07-04 | 1 | -2/+2 |
| | * | arch_topology: Set thread sibling cpumask only within the cluster | Sudeep Holla | 2022-07-04 | 1 | -5/+7 |
| | * | arch_topology: Drop LLC identifier stash from the CPU topology | Sudeep Holla | 2022-07-04 | 1 | -1/+0 |
| | * | arch_topology: Use the last level cache information from the cacheinfo | Sudeep Holla | 2022-07-04 | 1 | -2/+3 |
| | * | arch_topology: Add support to parse and detect cache attributes | Sudeep Holla | 2022-07-04 | 1 | -7/+21 |
| | * | cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readability | Sudeep Holla | 2022-07-04 | 1 | -7/+5 |
| | * | cacheinfo: Use cache identifiers to check if the caches are shared if available | Sudeep Holla | 2022-07-04 | 1 | -1/+6 |
| | * | cacheinfo: Allow early detection and population of cache attributes | Sudeep Holla | 2022-07-04 | 1 | -18/+37 |
| | * | cacheinfo: Add support to check if last level cache(LLC) is valid or shared | Sudeep Holla | 2022-07-04 | 1 | -0/+26 |
| | * | cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF | Sudeep Holla | 2022-07-04 | 1 | -11/+9 |
| | * | cacheinfo: Add helper to access any cache index for a given CPU | Sudeep Holla | 2022-07-04 | 1 | -8/+8 |
| | * | cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node | Sudeep Holla | 2022-07-04 | 1 | -7/+2 |
| * | | driver core: fw_devlink: Allow firmware to mark devices as best effort | Saravana Kannan | 2022-06-27 | 1 | -1/+2 |
| * | | driver core: fix potential deadlock in __driver_attach | Zhang Wensheng | 2022-06-27 | 1 | -1/+4 |
| * | | devtmpfs: fix the dangling pointer of global devtmpfsd thread | Yangxi Xiang | 2022-06-27 | 1 | -0/+1 |
| * | | Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ... | Greg Kroah-Hartman | 2022-06-27 | 1 | -6/+10 |
| * | | devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core... | Duoming Zhou | 2022-06-21 | 1 | -10/+6 |
| * | | driver core: Introduce device_find_any_child() helper | Andy Shevchenko | 2022-06-10 | 1 | -0/+20 |
| * | | driver core: Delete driver_deferred_probe_check_state() | Saravana Kannan | 2022-06-10 | 1 | -30/+0 |
| * | | driver core: Set fw_devlink.strict=1 by default | Saravana Kannan | 2022-06-10 | 1 | -1/+1 |
| * | | Revert "driver core: Set default deferred_probe_timeout back to 0." | Saravana Kannan | 2022-06-10 | 1 | -0/+5 |
| * | | driver core: Add wait_for_init_devices_probe helper function | Saravana Kannan | 2022-06-10 | 3 | -11/+109 |
| * | | PM: domains: Delete usage of driver_deferred_probe_check_state() | Saravana Kannan | 2022-06-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2022-08-02 | 3 | -30/+9 |
|\ \ |
|