index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
asm-generic
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
1
-157
/
+0
*
bitops: Change function return types from long to int
Thorsten Blum
2024-05-03
2
-4
/
+4
*
tools/include: Sync asm-generic/bitops/fls.h with the kernel sources
Namhyung Kim
2024-04-11
2
-4
/
+12
*
perf tools headers: update the asm-generic/unaligned.h copy with the kernel s...
Arnaldo Carvalho de Melo
2024-01-31
1
-12
/
+12
*
tools: Disable __packed attribute compiler warning due to -Werror=attributes
Arnaldo Carvalho de Melo
2023-11-22
1
-0
/
+1
*
perf tools: Add get_unaligned_leNN()
Adrian Hunter
2023-10-17
1
-6
/
+139
*
tools: KVM: selftests: Convert clear/set_bit() to actual atomics
Sean Christopherson
2022-12-02
2
-9
/
+17
*
tools: Drop "atomic_" prefix from atomic test_and_set_bit()
Sean Christopherson
2022-12-02
1
-1
/
+1
*
tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers
Sean Christopherson
2022-12-02
1
-2
/
+2
*
tools: Add atomic_test_and_set_bit()
Peter Gonda
2022-11-17
1
-0
/
+12
*
hugetlb_encode.h: fix undefined behaviour (34 << 26)
Matthias Goergens
2022-10-03
1
-13
/
+13
*
bitops: wrap non-atomic bitops with a transparent macro
Alexander Lobakin
2022-07-01
1
-12
/
+12
*
bitops: unify non-atomic bitops prototypes across architectures
Alexander Lobakin
2022-07-01
1
-9
/
+15
*
tools: sync tools/bitmap with mother linux
Yury Norov
2022-01-15
2
-146
/
+0
*
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
2021-10-06
1
-0
/
+23
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
2
-9
/
+79
|
\
|
*
tools: sync lib/find_bit implementation
Yury Norov
2021-05-07
1
-3
/
+55
|
*
tools: sync find_next_bit implementation
Yury Norov
2021-05-07
1
-6
/
+21
|
*
tools: sync small_const_nbits() macro with the kernel
Yury Norov
2021-05-07
1
-0
/
+3
*
|
tools/headers: sync headers of asm-generic/hugetlb_encode.h
Yanan Wang
2021-04-20
1
-0
/
+3
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2019-05-24
1
-5
/
+1
*
fls: change parameter to unsigned int
Matthew Wilcox
2019-01-04
1
-1
/
+1
*
xarray: Add XArray marks
Matthew Wilcox
2018-10-21
3
-9
/
+110
*
mn10300: Remove the architecture
David Howells
2018-03-09
1
-1
/
+1
*
lib: optimize cpumask_next_and()
Clement Courbet
2018-02-07
1
-0
/
+16
*
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-07
12
-0
/
+12
|
\
|
*
tools/headers: Synchronize kernel ABI headers
Ingo Molnar
2017-11-04
5
-0
/
+5
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
7
-0
/
+7
*
|
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-1
/
+1
|
/
*
tools include: Sync kernel ABI headers with tooling headers
Ingo Molnar
2017-09-25
1
-0
/
+34
*
tools include: Provide gcc based cmpxchg fallback for !x86
Arnaldo Carvalho de Melo
2017-03-03
1
-0
/
+8
*
radix tree test suite: Remove duplicate bitops code
Matthew Wilcox
2017-01-28
1
-0
/
+3
*
tools lib: Add for_each_clear_bit macro
Jiri Olsa
2016-10-24
3
-0
/
+41
*
tools: Copy the bitops files accessed from the kernel and check for drift
Arnaldo Carvalho de Melo
2016-07-18
5
-5
/
+188
*
tools: Simplify BITS_PER_LONG define
Peter Zijlstra
2016-07-15
1
-21
/
+2
*
tools: Fix up BITS_PER_LONG setting
Arnaldo Carvalho de Melo
2016-07-13
1
-5
/
+19
*
tools: Copy the bitsperlong.h files from the kernel
Arnaldo Carvalho de Melo
2016-07-12
3
-0
/
+27
*
tools: Copy hashtable.h into tools directory
Josh Poimboeuf
2016-03-09
3
-3
/
+3
*
tools include: Add basic atomic.h implementation from the kernel sources
Arnaldo Carvalho de Melo
2015-05-08
1
-0
/
+63
*
tools: Adopt asm-generic/barrier.h
Arnaldo Carvalho de Melo
2015-05-08
1
-0
/
+44
*
tools: Remove bitops/hweight usage of bits in tools/perf
Arnaldo Carvalho de Melo
2015-01-16
4
-0
/
+11
*
tools: Adopt fls_long and deps
Arnaldo Carvalho de Melo
2014-12-17
4
-0
/
+6
*
tools: Introduce asm-generic/bitops.h
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+24
*
tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+33
*
tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+22
*
tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
Arnaldo Carvalho de Melo
2014-12-17
1
-0
/
+43