aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28kernfs: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-28docs: driver-api: firmware: add driver firmware guidelines. (v3)Dave Airlie2-0/+45
2022-07-22arch_topology: Fix cache attributes detection in the CPU hotplug pathSudeep Holla1-10/+6
2022-07-22ACPI: PPTT: Leave the table mapped for the runtime usageSudeep Holla1-55/+47
2022-07-22cacheinfo: Use atomic allocation for percpu cache attributesSudeep Holla1-1/+1
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cpulistPhil Auld3-18/+36
2022-07-14MAINTAINERS: Change mentions of mpm to oliviaFlorian Fainelli1-2/+2
2022-07-14docs: ABI: sysfs-devices-soc: Update Lee Jones' email addressLee Jones1-7/+7
2022-07-14docs: ABI: sysfs-class-pwm: Update Lee Jones' email addressLee Jones1-1/+1
2022-07-12Documentation/process: Add embargoed HW contact for LLVMNick Desaulniers1-0/+3
2022-07-06Revert "kernfs: Change kernfs_notify_list to llist."Imran Khan2-21/+28
2022-07-04ACPI: Remove the unused find_acpi_cpu_cache_topology()Sudeep Holla2-42/+0
2022-07-04arch_topology: Warn that topology for nested clusters is not supportedSudeep Holla1-0/+2
2022-07-04arch_topology: Add support for parsing sockets in /cpu-mapSudeep Holla1-5/+32
2022-07-04arch_topology: Set cluster identifier in each core/thread from /cpu-mapSudeep Holla1-5/+8
2022-07-04arch_topology: Limit span of cpu_clustergroup_mask()Ionela Voinescu1-0/+8
2022-07-04arch_topology: Don't set cluster identifier as physical package identifierSudeep Holla1-5/+1
2022-07-04arch_topology: Avoid parsing through all the CPUs once a outlier CPU is foundSudeep Holla1-1/+3
2022-07-04arch_topology: Check for non-negative value rather than -1 for IDs validitySudeep Holla1-2/+2
2022-07-04arch_topology: Set thread sibling cpumask only within the clusterSudeep Holla1-5/+7
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla2-2/+0
2022-07-04arm64: topology: Remove redundant setting of llc_id in CPU topologySudeep Holla1-14/+0
2022-07-04arch_topology: Use the last level cache information from the cacheinfoSudeep Holla1-2/+3
2022-07-04arch_topology: Add support to parse and detect cache attributesSudeep Holla1-7/+21
2022-07-04cacheinfo: Align checks in cache_shared_cpu_map_{setup,remove} for readabilitySudeep Holla1-7/+5
2022-07-04cacheinfo: Use cache identifiers to check if the caches are shared if availableSudeep Holla1-1/+6
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla2-18/+38
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla2-0/+28
2022-07-04cacheinfo: Move cache_leaves_are_shared out of CONFIG_OFSudeep Holla1-11/+9
2022-07-04cacheinfo: Add helper to access any cache index for a given CPUSudeep Holla1-8/+8
2022-07-04cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_nodeSudeep Holla1-7/+2
2022-07-04ACPI: PPTT: Use table offset as fw_token instead of virtual addressSudeep Holla1-1/+2
2022-07-01kernfs: fix potential NULL dereference in __kernfs_removeYushan Zhou1-2/+5
2022-07-01firmware: Hold a reference for of_find_compatible_node()Liang He1-2/+6
2022-06-27of: base: Avoid console probe delay when fw_devlink.strict=1Saravana Kannan1-0/+2
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan2-1/+6
2022-06-27kernfs: Replace global kernfs_open_file_mutex with hashed mutexes.Imran Khan4-14/+83
2022-06-27kernfs: Introduce interface to access global kernfs_open_file_mutex.Imran Khan1-18/+38
2022-06-27kernfs: Change kernfs_notify_list to llist.Imran Khan2-28/+21
2022-06-27kernfs: make ->attr.open RCU protected.Imran Khan2-47/+102
2022-06-27kernfs/file.c: remove redundant error return counter assignmentLin Feng1-1/+0
2022-06-27driver core: fix potential deadlock in __driver_attachZhang Wensheng1-1/+4
2022-06-27ABI: testing/sysfs-devices-system-cpu: remove duplicated core_idMauro Carvalho Chehab1-6/+1
2022-06-27devtmpfs: fix the dangling pointer of global devtmpfsd threadYangxi Xiang1-0/+1
2022-06-27Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpm"Greg Kroah-Hartman24-40/+50
2022-06-27Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"Greg Kroah-Hartman3-10/+8
2022-06-21mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-06-21devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_coredumpmDuoming Zhou24-50/+40
2022-06-10spi: Use device_find_any_child() instead of custom approachAndy Shevchenko1-7/+2
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko2-0/+22