summaryrefslogtreecommitdiffstats
path: root/tools/include/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-0/+134
|\
| * bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| * bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-211-3/+7
| * tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-211-1/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-132-0/+91
| |\
| | * tools headers: Adopt verbatim copy of btf_ids.h from kernel sourcesJiri Olsa2020-07-132-0/+91
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+0
|\ \ \
| * | | compiler: Remove uninitialized_var() macroKees Cook2020-07-161-2/+0
| | |/ | |/|
* | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-251-2/+1
|\ \ \ | | |/ | |/|
| * | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-2/+1
| |/
* / lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-101-2/+2
|/
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
* Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-042-0/+15
|\
| * tools compiler.h: Add attribute to disable tail callsIan Rogers2020-06-012-0/+15
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-012-2/+2
|\ \ | |/ |/|
| * docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2020-04-212-2/+2