messages from 2025-03-05 16:01:22 to 2025-03-24 14:21:50 UTC [more...]
[PATCH v3 00/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3
2025-03-24 14:20 UTC (21+ messages)
` [PATCH v3 01/20] tools/x86/kcpuid: Fix error handling
` [PATCH v3 02/20] tools/x86/kcpuid: Exit the program on invalid parameters
` [PATCH v3 03/20] tools/x86/kcpuid: Simplify usage() handling
` [PATCH v3 04/20] tools/x86/kcpuid: Save CPUID output in an array
` [PATCH v3 05/20] tools/x86/kcpuid: Print correct CPUID output register names
` [PATCH v3 06/20] tools/x86/kcpuid: Remove unused local variable
` [PATCH v3 07/20] tools/x86/kcpuid: Remove unused global variable
` [PATCH v3 08/20] tools/x86/kcpuid: Set function return type to void
` [PATCH v3 09/20] tools/x86/kcpuid: Use C99-style for loops
` [PATCH v3 10/20] tools/x86/kcpuid: Use <cpuid.h> intrinsics
` [PATCH v3 11/20] tools/x86/kcpuid: Refactor CPUID range handling for future expansion
` [PATCH v3 12/20] tools/x86/kcpuid: Extend CPUID index mask macro
` [PATCH v3 13/20] tools/x86/kcpuid: Consolidate index validity checks
` [PATCH v3 14/20] tools/x86/kcpuid: Filter valid CPUID ranges
` [PATCH v3 15/20] tools/x86/kcpuid: Define Transmeta and Centaur index ranges
` [PATCH v3 16/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0
` [PATCH v3 17/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1
` [PATCH v3 18/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2
` [PATCH v3 19/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3
` [PATCH v3 20/20] MAINTAINERS: Include kcpuid under X86 CPUID DATABASE
[PATCH v4 00/29] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-24 13:33 UTC (30+ messages)
` [PATCH v4 01/29] x86/cpu: Remove leaf 0x2 parsing loop
` [PATCH v4 02/29] x86/cacheinfo: "
` [PATCH v4 03/29] x86/cpu: Introduce and use leaf 0x2 parsing helpers
` [PATCH v4 04/29] x86/cacheinfo: Use "
` [PATCH v4 05/29] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v4 06/29] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v4 07/29] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v4 08/29] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v4 09/29] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v4 10/29] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v4 11/29] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v4 12/29] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v4 13/29] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v4 14/29] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v4 15/29] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v4 16/29] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v4 17/29] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v4 18/29] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v4 19/29] x86/cpu: Use enums for TLB "
` [PATCH v4 20/29] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v4 21/29] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v4 22/29] x86/cpu: "
` [PATCH v4 23/29] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v4 24/29] x86/cacheinfo: Separate Intel leaf 0x4 handling
` [PATCH v4 25/29] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v4 26/29] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v4 27/29] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v4 28/29] x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
` [PATCH v4 29/29] x86/cacheinfo: Apply maintainer-tip coding style fixes
[PATCH v3 00/29] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-24 11:15 UTC (32+ messages)
` [PATCH v3 01/29] x86/cpu: Remove leaf 0x2 parsing loop
` [PATCH v3 02/29] x86/cacheinfo: "
` [PATCH v3 03/29] x86/cpu: Introduce and use leaf 0x2 parsing helpers
` [PATCH v3 04/29] x86/cacheinfo: Use "
` [PATCH v3 05/29] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v3 06/29] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v3 07/29] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v3 08/29] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v3 09/29] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v3 10/29] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v3 11/29] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v3 12/29] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v3 13/29] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v3 14/29] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v3 15/29] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v3 16/29] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v3 17/29] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v3 18/29] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v3 19/29] x86/cpu: Use enums for TLB "
` [PATCH v3 20/29] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v3 21/29] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v3 22/29] x86/cpu: "
` [PATCH v3 23/29] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v3 24/29] x86/cacheinfo: Separate Intel leaf 0x4 handling
` [PATCH v3 25/29] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v3 26/29] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v3 27/29] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v3 28/29] x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
` [PATCH v3 29/29] x86/cacheinfo: Apply maintainer-tip coding style fixes
[x86/cpuid] Question regarding historic leaf 0x80000000 code
2025-03-20 19:56 UTC (3+ messages)
[PATCH v2 00/29] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-20 10:47 UTC (48+ messages)
` [PATCH v2 01/29] x86: treewide: Introduce x86_vendor_amd_or_hygon()
` [PATCH v2 02/29] x86/cpuid: Refactor <asm/cpuid.h>
` [PATCH v2 03/29] x86/cpu: Remove leaf 0x2 parsing loop and add helpers
` [PATCH v2 04/29] x86/cacheinfo: Use CPUID leaf 0x2 parsing helpers
` [PATCH v2 05/29] x86/cacheinfo: Refactor leaf 0x2 cache descriptor lookup
` [PATCH v2 06/29] x86/cacheinfo: Properly name amd_cpuid4()'s first parameter
` [PATCH v2 07/29] x86/cacheinfo: Use proper name for cacheinfo instances
` [PATCH v2 08/29] x86/cacheinfo: Constify _cpuid4_info_regs instances
` [PATCH v2 09/29] x86/cacheinfo: Align ci_info_init() assignment expressions
` [PATCH v2 10/29] x86/cacheinfo: Standardize _cpuid4_info_regs instance naming
` [PATCH v2 11/29] x86/cacheinfo: Consolidate AMD/Hygon leaf 0x8000001d calls
` [PATCH v2 12/29] x86/cacheinfo: Separate amd_northbridge from _cpuid4_info_regs
` [PATCH v2 13/29] x86/cacheinfo: Move AMD cache_disable_0/1 handling to separate file
` [PATCH v2 14/29] x86/cacheinfo: Use sysfs_emit() for sysfs attributes show()
` [PATCH v2 15/29] x86/cacheinfo: Separate Intel and AMD leaf 0x4 code paths
` [PATCH v2 16/29] x86/cacheinfo: Rename _cpuid4_info_regs to _cpuid4_info
` [PATCH v2 17/29] x86/cacheinfo: Clarify type markers for leaf 0x2 cache descriptors
` [PATCH v2 18/29] x86/cacheinfo: Use enums for cache descriptor types
` [PATCH v2 19/29] x86/cpu: Use enums for TLB "
` [PATCH v2 20/29] x86/cpu: Consolidate CPUID leaf 0x2 tables
` [PATCH v2 21/29] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v2 22/29] x86/cpu: "
` [PATCH v2 23/29] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v2 24/29] x86/cacheinfo: Separate Intel leaf 0x4 handling
` [PATCH v2 25/29] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v2 26/29] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v2 27/29] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v2 28/29] x86/cacheinfo: Introduce cpuid_amd_hygon_has_l3_cache()
` [PATCH v2 29/29] x86/cacheinfo: Apply maintainer-tip coding style fixes
[PATCH v2 00/20] tools/x86/kcpuid: x86-cpuid-db v2.3 update
2025-03-19 11:55 UTC (24+ messages)
` [PATCH v2 01/20] tools/x86/kcpuid: Fix error handling
` [PATCH v2 02/20] tools/x86/kcpuid: Exit the program on invalid parameters
` [PATCH v2 03/20] tools/x86/kcpuid: Simplify usage() handling
` [PATCH v2 04/20] tools/x86/kcpuid: Save CPUID output in an array
` [PATCH v2 05/20] tools/x86/kcpuid: Print correct CPUID output register names
` [PATCH v2 06/20] tools/x86/kcpuid: Remove unused local variable
` [PATCH v2 07/20] tools/x86/kcpuid: Remove unused global variable
` [PATCH v2 08/20] tools/x86/kcpuid: Set function return type to void
` [PATCH v2 09/20] tools/x86/kcpuid: Use C99-style for loops
` [PATCH v2 10/20] tools/x86/kcpuid: Use <cpuid.h> intrinsics
` [PATCH v2 11/20] tools/x86/kcpuid: Refactor CPUID range handling for future expansion
` [PATCH v2 12/20] tools/x86/kcpuid: Extend CPUID index mask macro
` [PATCH v2 13/20] tools/x86/kcpuid: Consolidate index validity checks
` [PATCH v2 14/20] tools/x86/kcpuid: Filter valid CPUID ranges
` [PATCH v2 15/20] tools/x86/kcpuid: Define Transmeta and Centaur index ranges
` [PATCH v2 16/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0
` [PATCH v2 17/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.1
` [PATCH v2 18/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2
` [PATCH v2 19/20] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.3
` [PATCH v2 20/20] MAINTAINERS: Include kcpuid under X86 CPUID DATABASE
[tip: x86/cpu] x86/cpuid: Refactor <asm/cpuid.h>
2025-03-19 11:03 UTC (2+ messages)
` [tip: x86/core] "
[tip: x86/cpu] x86/cpuid: Clean up <asm/cpuid/types.h>
2025-03-19 11:03 UTC (2+ messages)
` [tip: x86/core] "
[tip: x86/cpu] x86/cpuid: Clean up <asm/cpuid/api.h>
2025-03-19 11:03 UTC (2+ messages)
` [tip: x86/core] "
[tip: x86/cpu] x86/cpuid: Standardize on u32 in <asm/cpuid/api.h>
2025-03-19 11:03 UTC (2+ messages)
` [tip: x86/core] "
[tip: x86/cpu] x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>
2025-03-19 11:03 UTC (2+ messages)
` [tip: x86/core] "
[PATCH v1 00/12] tools/x86/kcpuid: x86-cpuid-db v2.2 update
2025-03-10 14:47 UTC (24+ messages)
` [PATCH v1 01/12] tools/x86/kcpuid: Fix error handling
` [PATCH v1 02/12] tools/x86/kcpuid: Remove unused local variable
` [PATCH v1 03/12] tools/x86/kcpuid: Remove unused global variable
` [PATCH v1 04/12] tools/x86/kcpuid: Simplify usage() handling
` [PATCH v1 05/12] tools/x86/kcpuid: Refactor CPUID range handling for future expansion
` [PATCH v1 06/12] tools/x86/kcpuid: Extend CPUID index mask macro
` [PATCH v1 07/12] tools/x86/kcpuid: Add rudimentary CPU vendor detection
` [PATCH v1 08/12] tools/x86/kcpuid: Restrict CPUID scanning to valid vendor ranges
` [PATCH v1 09/12] tools/x86/kcpuid: Define Transmeta and Centaur index ranges
` [PATCH v1 10/12] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.0
` [PATCH v1 11/12] tools/x86/kcpuid: Update bitfields to x86-cpuid-db v2.2
` [PATCH v1 12/12] MAINTAINERS: Include kcpuid under X86 CPUID DATABASE
[PATCH v1 00/40] x86: Leaf 0x2 and leaf 0x4 refactorings
2025-03-05 19:01 UTC (18+ messages)
` [PATCH v1 10/40] x86/cpu: Remove leaf 0x2 parsing loop and add helpers
` [PATCH v1 30/40] sizes.h: Cover all possible x86 cpu cache sizes
` [PATCH v1 37/40] x86/cacheinfo: Extract out cache self-snoop checks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox