summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-03bitmap: Fix return values to be unsignedKees Cook1-8/+9
2022-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+193
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier1-0/+193
2022-05-06objtool: Fix STACK_FRAME_NON_STANDARD reloc typePeter Zijlstra1-1/+3
2022-05-03tools: Import ARM SMCCC definitionsRaghavendra Rao Ananta1-0/+193
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)1-1/+7
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-3/+3
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-4/+2
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-0/+156
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+32
2022-03-24linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas1-3/+2
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra1-0/+16
2022-03-15x86/ibt: Add ANNOTATE_NOENDBRPeter Zijlstra1-0/+16
2022-03-12tools compiler.h: Remove duplicate #ifndef noinline blockRasmus Villemoes1-4/+0
2022-02-20memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik1-0/+10
2022-02-20tools/include: Add debugfs.h stubKarolina Drobnik1-0/+5
2022-02-20tools/include: Add pfn.h stubKarolina Drobnik1-0/+10
2022-02-20tools/include: Add io.h stubKarolina Drobnik1-0/+5
2022-02-20tools/include: Add cache.h stubKarolina Drobnik1-0/+10
2022-02-20tools/include: Add mm.h fileKarolina Drobnik1-0/+42
2022-02-20tools/include: Update atomic definitionsKarolina Drobnik2-0/+6
2022-02-20tools/include: Add _RET_IP_ and math definitions to kernel.hKarolina Drobnik1-0/+6
2022-02-20tools/include: Add phys_addr_t to types.hKarolina Drobnik1-0/+6
2022-02-20tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2-0/+56
2022-02-15perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcastJames Clark1-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2-3/+218
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2022-01-20hash.h: remove unused define directiveIsabella Basso1-4/+1
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov2-3/+218
2022-01-10Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2021-12-11tools: fix ARRAY_SIZE defines in tools and selftests hdrsShuah Khan1-0/+2
2021-12-09tools/lib/lockdep: drop leftover liblockdep headersSasha Levin7-176/+0
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)2-21/+26
2021-11-06Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+12
2021-10-20tools lib: Adopt list_sort() from the kernel sourcesIan Rogers1-0/+14
2021-10-01objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf1-0/+12
2021-09-14tools: compiler-gcc.h: Guard error attribute use with __has_attributeNathan Chancellor1-1/+3
2021-09-13compiler-gcc.h: drop checks for older GCC versionsNick Desaulniers1-3/+1
2021-09-13compiler.h: drop fallback overflow checkersNick Desaulniers2-141/+3
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-2/+2
2021-08-19tools: Add sparse context/locking annotations in compiler-types.hRiccardo Mancini1-0/+18
2021-07-14tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo1-6/+0
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev1-0/+11
2021-05-23linux/bits.h: fix compilation error with GENMASKRikard Falkeborn2-1/+9