summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla
2022-07-22ACPI: PPTT: Leave the table mapped for the runtime usageSudeep Holla
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld
2022-07-14MAINTAINERS: Change mentions of mpm to oliviaFlorian Fainelli
2022-07-14docs: ABI: sysfs-devices-soc: Update Lee Jones' email addressLee Jones
2022-07-14docs: ABI: sysfs-class-pwm: Update Lee Jones' email addressLee Jones
2022-07-12Documentation/process: Add embargoed HW contact for LLVMNick Desaulniers
2022-07-08Merge tag 'arch-cache-topo-5.20' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan
2022-07-04ACPI: Remove the unused find_acpi_cpu_cache_topology()Sudeep Holla
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla
2022-07-04arm64: topology: Remove redundant setting of llc_id in CPU topologySudeep Holla
2022-07-04arch_topology: Use the last level cache information from the cacheinfoSudeep Holla
2022-07-04arch_topology: Add support to parse and detect cache attributesSudeep Holla
2022-07-04cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla
2022-07-04cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla
2022-07-04cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla
2022-07-04cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla
2022-07-04cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla
2022-07-04ACPI: PPTT: Use table offset as fw_token instead of virtual addressSudeep Holla
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou
2022-07-01firmware: Hold a reference for of_find_compatible_node()Liang He
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan
2022-06-27kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan
2022-06-27kernfs/file.c: remove redundant error return counter assignmentLin Feng
2022-06-27driver core: fix potential deadlock in __driver_attachZhang Wensheng
2022-06-27ABI: testing/sysfs-devices-system-cpu: remove duplicated core_idMauro Carvalho Chehab
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang
2022-06-27Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...Greg Kroah-Hartman
2022-06-27Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"Greg Kroah-Hartman
2022-06-21mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...Duoming Zhou
2022-06-10spi: Use device_find_any_child() instead of custom approachAndy Shevchenko
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko
2022-06-10driver core: Delete driver_deferred_probe_check_state()Saravana Kannan