aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-11-15tools/net: Use include/uapi with __EXPORTED_HEADERS__Gravatar Kamal Mostafa 1-3/+4
2015-11-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+3
2015-11-10Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 22-53/+362
2015-11-10selftests/mlock2: add ULL suffix to 64-bit constantsGravatar Geert Uytterhoeven 1-2/+2
2015-11-10selftests/mlock2: add missing #define _GNU_SOURCEGravatar Geert Uytterhoeven 1-0/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+162
2015-11-10Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-1/+1
2015-11-06selftests: run lib/test_printf moduleGravatar Kees Cook 3-0/+19
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 33-3/+244
2015-11-05selftests: vm: add tests for lock on faultGravatar Eric B Munson 4-0/+807
2015-11-05tools/vm/slabinfo: gnuplot slabifo extended statGravatar Sergey Senozhatsky 1-0/+275
2015-11-05tools/vm/slabinfo: cosmetic globals cleanupGravatar Sergey Senozhatsky 1-27/+27
2015-11-05tools/vm/slabinfo: output sizes in bytesGravatar Sergey Senozhatsky 1-37/+51
2015-11-05tools/vm/slabinfo: introduce extended totals modeGravatar Sergey Senozhatsky 1-10/+44
2015-11-05tools/vm/slabinfo: fix alternate opts namesGravatar Sergey Senozhatsky 1-3/+5
2015-11-05tools/vm/slabinfo: sort slabs by lossGravatar Sergey Senozhatsky 1-4/+21
2015-11-05tools/vm/slabinfo: limit the number of reported slabsGravatar Sergey Senozhatsky 1-3/+15
2015-11-05tools/vm/slabinfo: use getopt no_argument/optional_argumentGravatar Sergey Senozhatsky 1-17/+17
2015-11-04Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+14
2015-11-04Merge tag 'usb-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-6/+8
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+2
2015-11-03Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-2/+564
2015-11-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-2/+1011
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 192-1872/+8489
2015-11-03selftests: breakpoint: Actually build itGravatar Ben Hutchings 1-1/+1
2015-11-03selftests: vm: Try harder to allocate huge pagesGravatar Ben Hutchings 1-1/+14
2015-11-03selftests: Make scripts executableGravatar Ben Hutchings 2-0/+0
2015-11-03selftests: kprobe: Choose an always-defined function to probeGravatar Ben Hutchings 5-11/+11
2015-11-03selftests: memfd: Stop unnecessary rebuildsGravatar Ben Hutchings 1-6/+6
2015-11-03selftests: Add missing #include directivesGravatar Ben Hutchings 4-0/+4
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-4/+20
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+223
2015-11-03rtc: rtctest: enabling UIE for a chip that doesn't support it returns EINVALGravatar Uwe Kleine-König 1-1/+1
2015-11-02selftests/seccomp: Be more precise with syscall arguments.Gravatar Robert Sesek 1-11/+35
2015-11-02acpi: nfit: Add support for hot-addGravatar Vishal Verma 1-2/+162
2015-11-02Merge branch 'acpica'Gravatar Rafael J. Wysocki 1-1/+1
2015-10-31selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugsGravatar Andy Lutomirski 1-0/+4
2015-10-29perf unwind: Pass symbol source to libunwindGravatar Rabin Vincent 1-1/+4
2015-10-29tools build: Fix libiberty feature detectionGravatar Rabin Vincent 1-2/+2
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventGravatar Wang Nan 7-9/+83
2015-10-29perf record: Add clang options for compiling BPF scriptsGravatar Wang Nan 2-0/+13
2015-10-29perf bpf: Attach eBPF filter to perf eventGravatar Wang Nan 3-0/+24
2015-10-29perf tools: Make sure fixdep is built before libbpfGravatar Jiri Olsa 1-1/+1
2015-10-29perf script: Enable printing of branch stackGravatar Stephane Eranian 2-3/+93
2015-10-29perf trace: Add cmd string table to decode sys_bpf first argGravatar Arnaldo Carvalho de Melo 1-0/+7
2015-10-28perf bpf: Collect perf_evsel in BPF object filesGravatar Wang Nan 3-7/+99
2015-10-28perf tools: Load eBPF object into kernelGravatar Wang Nan 3-0/+39
2015-10-28perf tools: Create probe points for BPF programsGravatar Wang Nan 3-1/+268
2015-10-28perf tools: Enable passing bpf object file to --eventGravatar Wang Nan 6-1/+88