summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2022-04-011-0/+2
* bpf: Sync comments for bpf_get_stackGeliang Tang2022-03-281-4/+4
* Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-03-272-4/+2
|\
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-03-141-0/+1
| |\
| * | tools compiler.h: Remove duplicate #ifndef noinline blockRasmus Villemoes2022-03-121-4/+0
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-02-171-0/+2
| |\ \
| * | | perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark2022-02-151-0/+2
* | | | Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-2710-0/+156
|\ \ \ \
| * | | | memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik2022-02-201-0/+10
| * | | | tools/include: Add debugfs.h stubKarolina Drobnik2022-02-201-0/+5
| * | | | tools/include: Add pfn.h stubKarolina Drobnik2022-02-201-0/+10
| * | | | tools/include: Add io.h stubKarolina Drobnik2022-02-201-0/+5
| * | | | tools/include: Add cache.h stubKarolina Drobnik2022-02-201-0/+10
| * | | | tools/include: Add mm.h fileKarolina Drobnik2022-02-201-0/+42
| * | | | tools/include: Update atomic definitionsKarolina Drobnik2022-02-202-0/+6
| * | | | tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik2022-02-201-0/+6
| * | | | tools/include: Add phys_addr_t to types.hKarolina Drobnik2022-02-201-0/+6
| * | | | tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-202-0/+56
| |/ / /
* | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-0/+32
|\ \ \ \
| * | | | x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra2022-03-151-0/+16
| * | | | x86/ibt: Add ANNOTATE_NOENDBRPeter Zijlstra2022-03-151-0/+16
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-3/+2
|\ \ \ \
| * | | | linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas2022-03-231-3/+2
| |/ / /
* | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-242-5/+151
|\ \ \ \
| * | | | bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa2022-03-171-0/+1
| * | | | bpf: Add multi kprobe linkJiri Olsa2022-03-171-0/+13
| * | | | bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu2022-03-101-0/+11
| * | | | bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2022-03-101-2/+2
| * | | | bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau2022-03-101-19/+21
| * | | | bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-0/+1
| |\| | |
| * | | | bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau2022-03-031-1/+40
| * | | | bonding: add new option ns_ip6_targetHangbin Liu2022-02-211-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-104-8/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-2/+15
| |\ \ \ \
| | * | | | selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki2022-02-091-1/+2
| | * | | | selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki2022-01-311-1/+2
| | * | | | bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-241-0/+11
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-032-229/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-275-14/+99
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-241-0/+63
| |\ \ \ \ \ \
| | * | | | | | net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi2022-01-211-0/+18
| | * | | | | | bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-211-0/+7
| | * | | | | | bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-0/+5
| | * | | | | | bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-0/+18
| | * | | | | | uapi/bpf: Add missing description and returns for helper documentationUsama Arif2022-01-191-0/+15
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-0/+4
* | | | | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+0
|\ \ \ \ \ \ \ \ \