All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: cpufeature: Fix sign of feature bits
@ 2016-01-26 10:58 Suzuki K Poulose
  2016-01-26 10:58 ` [PATCH 1/4] arm64: cpufeature: Correct feature register tables Suzuki K Poulose
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Suzuki K Poulose @ 2016-01-26 10:58 UTC (permalink / raw)
  To: linux-arm-kernel

ARM ARM is getting updated with the guidelines on how to treat the
feature values for their sign. This series fixes the handling of sign
based on the new update. Also make the capabilities aware of the sign
of the feature to use the appropriate helper for extracting the values.

See Patch2 for more details on the rules.


Suzuki K. Poulose (4):
  arm64: cpufeature: Correct feature register tables
  arm64: cpufeature: Fix the sign of feature bits
  arm64: capabilities: Handle sign of the feature bit
  arm64: Rename cpuid_feature field extract routines

 arch/arm64/include/asm/cpufeature.h |   29 +++++++----
 arch/arm64/include/asm/kvm_mmu.h    |    2 +-
 arch/arm64/kernel/cpufeature.c      |   96 ++++++++++++++++++++---------------
 arch/arm64/kernel/debug-monitors.c  |    2 +-
 arch/arm64/kvm/sys_regs.c           |    2 +-
 arch/arm64/mm/context.c             |    2 +-
 6 files changed, 78 insertions(+), 55 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2016-02-09 17:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 10:58 [PATCH 0/4] arm64: cpufeature: Fix sign of feature bits Suzuki K Poulose
2016-01-26 10:58 ` [PATCH 1/4] arm64: cpufeature: Correct feature register tables Suzuki K Poulose
2016-01-26 10:58 ` [PATCH 2/4] arm64: cpufeature: Fix the sign of feature bits Suzuki K Poulose
2016-01-26 10:58 ` [PATCH 3/4] arm64: capabilities: Handle sign of the feature bit Suzuki K Poulose
2016-01-26 10:58 ` [PATCH 4/4] arm64: Rename cpuid_feature field extract routines Suzuki K Poulose
2016-02-03 14:06   ` Catalin Marinas
2016-02-03 14:16     ` Marc Zyngier
2016-01-26 11:24 ` [PATCH 0/4] arm64: cpufeature: Fix sign of feature bits Suzuki K. Poulose
2016-02-09 17:24 ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.