| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: base: Print error code on synthetic uevent failure | Brian Norris | 2022-09-01 | 1 | -1/+1 |
* | class: use IS_ERR_OR_NULL() helper in class_unregister() | Yang Yingliang | 2022-09-01 | 1 | -1/+1 |
* | driver_core: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-09-01 | 1 | -1/+1 |
* | 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 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 2022-07-29 | 3 | -30/+9 |
| |\ \ \ \ \ \ |
|
| | | | | * | | | PM: domains: Ensure genpd_debugfs_dir exists before remove | Hsin-Yi Wang | 2022-07-14 | 1 | -0/+3 |
| | | | | |/ / |
|
| | | * | / / | PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEP | Bjorn Helgaas | 2022-07-05 | 1 | -30/+0 |
| | | |/ / / |
|
| | * | / / | PM: runtime: Extend support for wakeirq for force_suspend|resume | Ulf Hansson | 2022-07-08 | 1 | -0/+6 |
| | | |/ /
| | |/| | |
|
* | | | | | Merge tag 'regmap-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2022-08-02 | 3 | -139/+331 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | regmap: permit to set reg_update_bits with bulk implementation | Christian Marangi | 2022-07-18 | 1 | -0/+2 |
| * | | | | regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init() | Matt Ranostay | 2022-07-08 | 1 | -0/+3 |
| * | | | | regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear() | Aidan MacDonald | 2022-07-05 | 1 | -1/+1 |
| * | | | | regmap-irq cleanups and refactoring | Mark Brown | 2022-06-30 | 1 | -137/+295 |
| |\ \ \ \ |
|
| | * | | | | regmap-irq: Deprecate the not_fixed_stride flag | Aidan MacDonald | 2022-06-29 | 1 | -0/+2 |
| | * | | | | regmap-irq: Add get_irq_reg() callback | Aidan MacDonald | 2022-06-29 | 1 | -46/+80 |