summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorElena Reshetova <elena.reshetova@intel.com>2025-10-16 16:11:05 +0300
committerDave Hansen <dave.hansen@linux.intel.com>2025-10-16 14:42:08 -0700
commit6ffdb49101f023136a9a1fb0deb59eba73c306a3 (patch)
tree771360fb6113168ad47b7b259cf5bb6300b4d85d /tools/perf/scripts/python/bin
parent483fc19e9cb1256b6521266a3c62907f5912089a (diff)
x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flag
Add a flag indicating whenever ENCLS[EUPDATESVN] SGX instruction is supported. This will be used by SGX driver to perform CPU SVN updates. Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Reviewed-by: Kai Huang <kai.huang@intel.com> Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com> Tested-by: Nataliia Bondarevska <bondarn@google.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
15:12:01 -0700'>2013-10-21bitops: Introduce a more generic BITMASK macroChen, Gong 2013-10-17bitops: Introduce BIT_ULLSrinivas Pandruvada 2012-03-23bitops: introduce for_each_clear_bit()Akinobu Mita 2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita 2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita 2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds 2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan 2011-12-06perf, x86: Implement event scheduler helper functionsRobert Richter 2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita 2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita 2010-11-15bitops: Provide generic sign_extend32 functionAndreas Herrmann 2010-10-09bitops: remove duplicated extern declarationsAkinobu Mita 2010-10-09bitops: make asm-generic/bitops/find.h more genericAkinobu Mita 2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2010-05-04arch, hweight: Fix compilation errorsBorislav Petkov 2010-04-07bitops: remove temporary for_each_bit()Andrew Morton 2010-04-06bitops: Optimize hweight() by making use of compile-time evaluationPeter Zijlstra 2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita 2010-02-04bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra 2010-01-29bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra 2009-04-23bitops: Add __ffs64 bitopSteven Whitehouse 2009-01-01bitmap: find_last_bit()Rusty Russell 2008-04-29bitops: remove "optimizations"Thomas Gleixner 2008-04-29Avoid divides in BITS_TO_LONGSEric Dumazet 2008-04-26x86: optimize find_first_bit for small bitmapsAlexander van Heukelum 2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum 2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum 2008-03-28kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison 2007-10-19remove BITS_TO_TYPE macroJiri Slaby 2007-10-19define global BIT macroJiri Slaby 2007-10-19define first set of BIT* macrosJiri Slaby 2007-10-16I/OAT: Add support for MSI and MSI-XShannon Nelson 2007-01-26[PATCH] fix various kernel-doc in header filesRobert P. J. Day