aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/asm-generic (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens1-13/+13
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin1-12/+12
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-9/+15
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov2-146/+0
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov1-0/+23
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-9/+79
2021-05-06tools: sync lib/find_bit implementationYury Norov1-3/+55
2021-05-06tools: sync find_next_bit implementationYury Norov1-6/+21
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov1-0/+3
2021-04-20tools/headers: sync headers of asm-generic/hugetlb_encode.hYanan Wang1-0/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-1/+1
2018-10-21xarray: Add XArray marksMatthew Wilcox3-9/+110
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-0/+16
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar12-0/+12
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar1-0/+34
2017-03-03tools include: Provide gcc based cmpxchg fallback for !x86Arnaldo Carvalho de Melo1-0/+8
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox1-0/+3
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa3-0/+41
2016-07-18tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo5-5/+188
2016-07-15tools: Simplify BITS_PER_LONG definePeter Zijlstra1-21/+2
2016-07-13tools: Fix up BITS_PER_LONG settingArnaldo Carvalho de Melo1-5/+19
2016-07-12tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo3-0/+27
2016-03-09tools: Copy hashtable.h into tools directoryJosh Poimboeuf3-3/+3
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo1-0/+63
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo1-0/+44
2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo4-0/+11
2014-12-17tools: Adopt fls_long and depsArnaldo Carvalho de Melo4-0/+6
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo1-0/+24
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo1-0/+33
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/Arnaldo Carvalho de Melo1-0/+22
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo1-0/+43