summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-31Merge 4.9.180 into android-4.9Greg Kroah-Hartman139-358/+821
2019-05-31tools include: Adopt linux/bits.hArnaldo Carvalho de Melo3-5/+29
2018-06-05Merge 4.9.106 into android-4.9Greg Kroah-Hartman82-1721/+4824
2018-06-05perf/tools: header file sync upGreg Kroah-Hartman12-146/+132
2018-06-05tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo1-0/+3
2018-06-05tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo1-4/+0
2018-06-05tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo2-2/+3
2018-06-05tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo2-0/+8
2018-06-05tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo2-0/+11
2018-06-05tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo5-0/+253
2018-06-05tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo2-0/+152
2018-06-05tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo1-0/+4
2018-06-05tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo1-0/+6
2018-06-05tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo2-0/+8
2018-06-05radix tree test suite: Remove types.hMatthew Wilcox2-0/+9
2018-06-05tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo3-5/+20
2018-06-05tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2018-06-05tools: add more bitmap functionsMatthew Wilcox1-0/+26
2018-06-05tools lib: Add for_each_clear_bit macroJiri Olsa6-0/+72
2017-12-10Merge 4.9.68 into android-4.9Greg Kroah-Hartman101-510/+745
2017-12-09tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-07-15Merge 4.9.38 into android-4.9Greg Kroah-Hartman29-39/+206
2017-07-15tools include: Add a __fallthrough statementArnaldo Carvalho de Melo1-0/+9
2017-05-22BACKPORT: UPSTREAM: Add a eBPF helper function to retrieve socket uidChenbo Feng3-0/+37
2017-05-22BACKPORT: UPSTREAM: Add a helper function to get socket cookie in eBPFChenbo Feng5-1/+36
2017-05-22ANDROID: Fix missing uapi headersChenbo Feng2-0/+124
2017-03-29Merge 4.9.18 into android-4.9Greg Kroah-Hartman28-116/+169
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds2-22/+4
2017-03-13UPSTREAM: hw_breakpoint: Allow watchpoint of length 3,5,6 and 7Pratyush Anand2-0/+8
2016-10-05tools: Synchronize tools/include/uapi/linux/bpf.hArnaldo Carvalho de Melo1-2/+2
2016-09-13tools include: Add uapi mman.h for each architectureWang Nan25-0/+363
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier3-0/+43
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo12-27/+34
2016-08-18tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta1-1/+5
2016-08-09toops: Sync tools/include/uapi/linux/bpf.h with the kernelArnaldo Carvalho de Melo1-1/+85
2016-08-02tools lib: Add bitmap_and functionJiri Olsa2-0/+32
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa2-0/+39
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-07-18tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo4-6/+195
2016-07-18tools: Copy the bitops files accessed from the kernel and check for driftArnaldo Carvalho de Melo7-10/+203
2016-07-15tools: Simplify BITS_PER_LONG definePeter Zijlstra1-21/+2
2016-07-14tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo1-0/+11
2016-07-13tools: Fix up BITS_PER_LONG settingArnaldo Carvalho de Melo1-5/+19
2016-07-13tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar1-1/+3
2016-07-12tools: Copy the bitsperlong.h files from the kernelArnaldo Carvalho de Melo21-0/+227
2016-07-12tools: Copy uapi/linux/hw_breakpoint.h from the kernelArnaldo Carvalho de Melo3-2/+34
2016-07-12tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo5-6/+456
2016-07-12perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo10-7/+939
2016-07-12tools: Add copy of perf_event.h to tools/include/linux/Arnaldo Carvalho de Melo4-2/+988
2016-07-12tools lib: Guard the strlcpy() header with __GLIBC__Arnaldo Carvalho de Melo1-1/+1
[next]