summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-12-11maple_tree: update check_forking() and bench_forking()Peng Zhang1-0/+4
2023-12-11maple_tree: introduce {mtree,mas}_lock_nested()Peng Zhang1-0/+1
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2-8/+8
2023-10-19compiler.h: move __is_constexpr() to compiler.hDavid Laight2-8/+8
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett1-0/+40
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-09-15bpf: Fix BTF_ID symbol generation collision in tools/Nick Desaulniers1-1/+1
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)1-0/+2
2023-09-14memblock tests: fix warning: "__ALIGN_KERNEL" redefinedMike Rapoport (IBM)1-2/+0
2023-09-14memblock tests: Fix compilation errors.Rong Tao1-1/+1
2023-08-04tools include: Add some common function attributesMark Brown1-0/+12
2023-08-04tools compiler.h: Add OPTIMIZER_HIDE_VAR()Mark Brown1-0/+6
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark1-13/+0
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds3-17/+40
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-200/+57
2023-04-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+5
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie1-0/+5
2023-04-07tools: Rename __fallthrough to fallthroughLiam Howlett2-6/+4
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach1-0/+15
2023-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach1-12/+17
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach1-0/+5
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-24x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-9/+18
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-3/+2
2023-03-24x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf1-0/+1
2023-03-24objtool: Add objtool_types.hJosh Poimboeuf2-200/+48
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds1-1/+0
2023-03-04tools headers: Synchronize {linux,vdso}/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+0
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar1-0/+9
2023-02-11x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf1-4/+7
2023-01-18tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+9
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-34/+176
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini1-34/+0
2022-12-02tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson1-34/+0
2022-11-10tools: Copy bitfield.h from the kernel sourcesRicardo Koller1-0/+176
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-0/+187
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-49/+12
2022-10-04Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2022-09-28kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda1-1/+1
2022-09-27radix tree test suite: add support for slab bulk APIsLiam R. Howlett1-0/+4
2022-09-21tools: sync find_bit() implementationYury Norov1-49/+12
2022-09-12tools: fix compilation after gfp_types.h splitMatthew Wilcox (Oracle)2-20/+2
2022-08-22perf tools: Fix compile error for x86Yang Jihong1-0/+4
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2-6/+22
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+11
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-7/+28
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-0/+2
2022-08-03Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds1-1/+1