summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* tools headers: Update linux/ctype.h with the kernel sourcesArnaldo Carvalho de Melo2020-12-181-5/+12
* tools headers: Add conditional __has_builtin()Arnaldo Carvalho de Melo2020-12-181-0/+11
* tools headers: Get tools's linux/compiler.h closer to the kernel'sArnaldo Carvalho de Melo2020-12-182-3/+11
* tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo2020-12-171-0/+5
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-12-171-5/+1
|\
| * mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2020-12-151-5/+1
* | tools lib: Adopt memchr_inv() from kernelJiri Olsa2020-11-271-0/+1
|/
* perf tools: Remove broken __no_tail_call attributePeter Zijlstra2020-11-032-15/+0
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-1/+58
|\
| * btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2020-09-211-0/+8
| * bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-1/+50
* | objtool: Make unwind hint definitions available to other architecturesJulien Thierry2020-09-101-0/+129
* | static_call: Handle tail-callsPeter Zijlstra2020-09-011-0/+7
* | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+28
|/
* tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-1/+1