mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86, cpu: Add cpufeature flag for PCIDs
@ 2011-08-19 19:42 Arun Thomas
  2011-08-19 22:29 ` Suresh Siddha
  2011-08-22 23:10 ` [tip:x86/cpufeature] " tip-bot for Arun Thomas
  0 siblings, 2 replies; 3+ messages in thread
From: Arun Thomas @ 2011-08-19 19:42 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
	Andre Przywara, Fenghua Yu, Christoph Lameter, Tejun Heo,
	linux-kernel
  Cc: Arun Thomas

This patch add a flag for Process-Context Identifiers (PCIDs) aka
Address Space Identifiers (ASIDs) aka Tagged TLB support.

Signed-off-by: Arun Thomas <arun.thomas@gmail.com>
---
 arch/x86/include/asm/cpufeature.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
index 4258aac..f24ed51 100644
--- a/arch/x86/include/asm/cpufeature.h
+++ b/arch/x86/include/asm/cpufeature.h
@@ -114,6 +114,7 @@
 #define X86_FEATURE_CX16	(4*32+13) /* CMPXCHG16B */
 #define X86_FEATURE_XTPR	(4*32+14) /* Send Task Priority Messages */
 #define X86_FEATURE_PDCM	(4*32+15) /* Performance Capabilities */
+#define X86_FEATURE_PCID	(4*32+17) /* Process Context Identifiers */
 #define X86_FEATURE_DCA		(4*32+18) /* Direct Cache Access */
 #define X86_FEATURE_XMM4_1	(4*32+19) /* "sse4_1" SSE-4.1 */
 #define X86_FEATURE_XMM4_2	(4*32+20) /* "sse4_2" SSE-4.2 */
-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86, cpu: Add cpufeature flag for PCIDs
  2011-08-19 19:42 [PATCH] x86, cpu: Add cpufeature flag for PCIDs Arun Thomas
@ 2011-08-19 22:29 ` Suresh Siddha
  2011-08-22 23:10 ` [tip:x86/cpufeature] " tip-bot for Arun Thomas
  1 sibling, 0 replies; 3+ messages in thread
From: Suresh Siddha @ 2011-08-19 22:29 UTC (permalink / raw)
  To: Arun Thomas
  Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86,
	Andre Przywara, Yu, Fenghua, Christoph Lameter, Tejun Heo,
	linux-kernel

On Fri, 2011-08-19 at 12:42 -0700, Arun Thomas wrote:
> This patch add a flag for Process-Context Identifiers (PCIDs) aka
> Address Space Identifiers (ASIDs) aka Tagged TLB support.
> 
> Signed-off-by: Arun Thomas <arun.thomas@gmail.com>
> ---
>  arch/x86/include/asm/cpufeature.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
> index 4258aac..f24ed51 100644
> --- a/arch/x86/include/asm/cpufeature.h
> +++ b/arch/x86/include/asm/cpufeature.h
> @@ -114,6 +114,7 @@
>  #define X86_FEATURE_CX16	(4*32+13) /* CMPXCHG16B */
>  #define X86_FEATURE_XTPR	(4*32+14) /* Send Task Priority Messages */
>  #define X86_FEATURE_PDCM	(4*32+15) /* Performance Capabilities */
> +#define X86_FEATURE_PCID	(4*32+17) /* Process Context Identifiers */
>  #define X86_FEATURE_DCA		(4*32+18) /* Direct Cache Access */
>  #define X86_FEATURE_XMM4_1	(4*32+19) /* "sse4_1" SSE-4.1 */
>  #define X86_FEATURE_XMM4_2	(4*32+20) /* "sse4_2" SSE-4.2 */

Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/cpufeature] x86, cpu: Add cpufeature flag for PCIDs
  2011-08-19 19:42 [PATCH] x86, cpu: Add cpufeature flag for PCIDs Arun Thomas
  2011-08-19 22:29 ` Suresh Siddha
@ 2011-08-22 23:10 ` tip-bot for Arun Thomas
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Arun Thomas @ 2011-08-22 23:10 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, suresh.b.siddha, arun.thomas, tglx, hpa

Commit-ID:  be604e695f9a0db4cd5c4c232857a10c6bc9dee4
Gitweb:     http://git.kernel.org/tip/be604e695f9a0db4cd5c4c232857a10c6bc9dee4
Author:     Arun Thomas <arun.thomas@gmail.com>
AuthorDate: Fri, 19 Aug 2011 21:42:23 +0200
Committer:  H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Mon, 22 Aug 2011 13:52:32 -0700

x86, cpu: Add cpufeature flag for PCIDs

This patch add a flag for Process-Context Identifiers (PCIDs) aka
Address Space Identifiers (ASIDs) aka Tagged TLB support.

Signed-off-by: Arun Thomas <arun.thomas@gmail.com>
Link: http://lkml.kernel.org/r/1313782943-3898-1-git-send-email-arun.thomas@gmail.com
Acked-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
---
 arch/x86/include/asm/cpufeature.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/include/asm/cpufeature.h b/arch/x86/include/asm/cpufeature.h
index 4258aac..f24ed51 100644
--- a/arch/x86/include/asm/cpufeature.h
+++ b/arch/x86/include/asm/cpufeature.h
@@ -114,6 +114,7 @@
 #define X86_FEATURE_CX16	(4*32+13) /* CMPXCHG16B */
 #define X86_FEATURE_XTPR	(4*32+14) /* Send Task Priority Messages */
 #define X86_FEATURE_PDCM	(4*32+15) /* Performance Capabilities */
+#define X86_FEATURE_PCID	(4*32+17) /* Process Context Identifiers */
 #define X86_FEATURE_DCA		(4*32+18) /* Direct Cache Access */
 #define X86_FEATURE_XMM4_1	(4*32+19) /* "sse4_1" SSE-4.1 */
 #define X86_FEATURE_XMM4_2	(4*32+20) /* "sse4_2" SSE-4.2 */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-22 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19 19:42 [PATCH] x86, cpu: Add cpufeature flag for PCIDs Arun Thomas
2011-08-19 22:29 ` Suresh Siddha
2011-08-22 23:10 ` [tip:x86/cpufeature] " tip-bot for Arun Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®