summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-26tools lib: Add list_last_entry_or_null()Yang Jihong1-0/+11
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-2/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+7
2022-07-15lib/bitmap: change return types to bool where appropriateYury Norov1-4/+4
2022-07-11XArray: Add calls to might_alloc()Matthew Wilcox (Oracle)1-0/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+28
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab1-1/+1
2022-07-01bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin1-0/+16
2022-06-29tools/bpf: Sync btf_ids.h to toolsStanislav Fomichev1-7/+28
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+4
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-0/+3
2022-06-06x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf1-0/+6
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds1-8/+9