summaryrefslogtreecommitdiff
path: root/tools/include/asm-generic
AgeCommit message (Expand)Author
2024-01-31perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...Arnaldo Carvalho de Melo
2023-11-22tools: Disable __packed attribute compiler warning due to -Werror=attributesArnaldo Carvalho de Melo
2023-10-17perf tools: Add get_unaligned_leNN()Adrian Hunter
2022-12-02tools: KVM: selftests: Convert clear/set_bit() to actual atomicsSean Christopherson
2022-12-02tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson
2022-12-02tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpersSean Christopherson
2022-11-16tools: Add atomic_test_and_set_bit()Peter Gonda
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Matthias Goergens
2022-06-30bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06tools: sync lib/find_bit implementationYury Norov
2021-05-06tools: sync find_next_bit implementationYury Norov
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov
2021-04-20tools/headers: sync headers of asm-generic/hugetlb_encode.hYanan Wang
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-01-04fls: change parameter to unsigned intMatthew Wilcox
2018-10-21xarray: Add XArray marksMatthew Wilcox
2018-03-09mn10300: Remove the architectureDavid Howells
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04tools/headers: Synchronize kernel ABI headersIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar
2017-03-03tools include: Provide gcc based cmpxchg fallback for !x86Arnaldo Carvalho de Melo
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox
2016-10-24tools lib: Add for_each_clear_bit macroJiri Olsa
2016-07-18tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo
2016-07-15tools: Simplify BITS_PER_LONG definePeter Zijlstra
2016-07-13tools: Fix up BITS_PER_LONG settingArnaldo Carvalho de Melo
2016-07-12tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo
2016-03-09tools: Copy hashtable.h into tools directoryJosh Poimboeuf
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo
2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo
2014-12-17tools: Adopt fls_long and depsArnaldo Carvalho de Melo
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...Arnaldo Carvalho de Melo
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo