summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tools compiler.h: Remove duplicate #ifndef noinline blockRasmus Villemoes2022-03-121-4/+0
* perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark2022-02-151-0/+2
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-3/+218
|\
| * tools: sync tools/bitmap with mother linuxYury Norov2022-01-152-3/+218
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-4/+1
|\ \
| * | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| |/
* | Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-101-0/+2
|\ \ | |/ |/|
| * tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan2021-12-101-0/+2
* | tools/lib/lockdep: drop leftover liblockdep headersSasha Levin2021-12-097-176/+0
|/
* tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-302-21/+26
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-11-061-0/+12
|\
| * objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2021-09-301-0/+12
* | tools lib: Adopt list_sort() from the kernel sourcesIan Rogers2021-10-201-0/+14
|/
* tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor2021-09-131-1/+3
* compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers2021-09-131-3/+1
* compiler.h: drop fallback overflow checkersNick Desaulniers2021-09-132-141/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+2
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-2/+2
* | tools: Add sparse context/locking annotations in compiler-types.hRiccardo Mancini2021-08-191-0/+18
|/
* tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo2021-07-141-6/+0
* tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev2021-06-301-0/+11
* linux/bits.h: fix compilation error with GENMASKRikard Falkeborn2021-05-222-1/+9
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-13/+5
|\
| * tools: sync small_const_nbits() macro with the kernelYury Norov2021-05-061-3/+0
| * tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov2021-05-061-6/+1
| * tools: bitmap: sync function declarations with the kernelYury Norov2021-05-061-4/+4
* | Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-012-0/+78
|\ \ | |/ |/|
| * tools include: Add an initial math64.hRob Herring2021-04-151-0/+75
| * tools include: Add __sum16 and __wsum definitions.Ian Rogers2021-03-081-0/+3
* | Merge 'x86/alternatives'Borislav Petkov2021-03-311-0/+18
|\ \
| * | static_call: Move struct static_call_key definition to static_call_types.hJuergen Gross2021-03-111-0/+18
* | | x86/insn: Add an insn_decode() APIBorislav Petkov2021-03-151-0/+73
| |/ |/|
* | tools headers UAPI: Update tools' copy of linux/coresight-pmu.hArnaldo Carvalho de Melo2021-03-061-5/+15
|/
* Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-3/+0
|\
| * module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-2/+0
| * module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-1/+0
* | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-231-1/+12
|\ \
| * | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-261-1/+4
| * | objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2021-01-261-0/+8
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-212-1/+241
|\ \ \
| * | | static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-2/+25
| * | | static_call: Pull some static_call declarations to the type headersPeter Zijlstra2021-02-171-0/+27
| * | | rbtree: Add generic add and find helpersPeter Zijlstra2021-02-171-1/+191
| | |/ | |/|
* | | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-5/+0
|\| |
| * | tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2021-01-151-5/+0
| |/
* | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-0/+6
* | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+2
* | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+1
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+11
|/