Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-11-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'acpica' | Rafael J. Wysocki | 2015-11-02 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | ACPICA: iASL: General cleanup of the file suffix #defines | Bob Moore | 2015-10-22 | 1 | -1/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-11-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 4 | -1/+13 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-02 | 14 | -64/+147 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | tools: bpf_jit_disasm: make get_last_jit_image return unsigned | Andrzej Hajda | 2015-09-28 | 1 | -2/+2 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | 4 | -2/+564 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | x86/fpu/math-emu, selftests: Add test for FISTTP instructions | Denys Vlasenko | 2015-09-20 | 2 | -1/+138 | |
| * | | | | | | | | x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insns | Denys Vlasenko | 2015-09-20 | 3 | -2/+427 | |
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2015-11-03 | 6 | -2/+1011 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | selftests/x86: Style fixes for the 'unwind_vdso' test | Andy Lutomirski | 2015-10-14 | 1 | -2/+4 | |
| * | | | | | | | | | selftests/x86: Add a test for ptrace syscall restart and arg modification | Andy Lutomirski | 2015-10-07 | 3 | -1/+342 | |
| * | | | | | | | | | selftests/x86: Add a test for vDSO unwinding | Andy Lutomirski | 2015-10-07 | 2 | -1/+210 | |
| * | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before applying new changes | Ingo Molnar | 2015-10-07 | 18 | -100/+186 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'linus' into x86/asm, to refresh the tree before applying new ch... | Ingo Molnar | 2015-09-25 | 14 | -35/+68 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | x86/asm/entry/32, selftests: Add 'test_syscall_vdso' test | Denys Vlasenko | 2015-09-18 | 3 | -1/+458 | |
* | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-03 | 192 | -1872/+8489 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf unwind: Pass symbol source to libunwind | Rabin Vincent | 2015-10-29 | 1 | -1/+4 | |
| * | | | | | | | | | | | tools build: Fix libiberty feature detection | Rabin Vincent | 2015-10-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | perf tools: Compile scriptlets to BPF objects when passing '.c' to --event | Wang Nan | 2015-10-29 | 7 | -9/+83 | |
| * | | | | | | | | | | | perf record: Add clang options for compiling BPF scripts | Wang Nan | 2015-10-29 | 2 | -0/+13 | |
| * | | | | | | | | | | | perf bpf: Attach eBPF filter to perf event | Wang Nan | 2015-10-29 | 3 | -0/+24 | |
| * | | | | | | | | | | | perf tools: Make sure fixdep is built before libbpf | Jiri Olsa | 2015-10-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf script: Enable printing of branch stack | Stephane Eranian | 2015-10-29 | 2 | -3/+93 | |
| * | | | | | | | | | | | perf trace: Add cmd string table to decode sys_bpf first arg | Arnaldo Carvalho de Melo | 2015-10-29 | 1 | -0/+7 | |
| * | | | | | | | | | | | perf bpf: Collect perf_evsel in BPF object files | Wang Nan | 2015-10-28 | 3 | -7/+99 | |
| * | | | | | | | | | | | perf tools: Load eBPF object into kernel | Wang Nan | 2015-10-28 | 3 | -0/+39 | |
| * | | | | | | | | | | | perf tools: Create probe points for BPF programs | Wang Nan | 2015-10-28 | 3 | -1/+268 | |
| * | | | | | | | | | | | perf tools: Enable passing bpf object file to --event | Wang Nan | 2015-10-28 | 6 | -1/+88 | |
| * | | | | | | | | | | | perf ebpf: Add the libbpf glue | Wang Nan | 2015-10-28 | 2 | -0/+86 | |
| * | | | | | | | | | | | perf tools: Make perf depend on libbpf | Wang Nan | 2015-10-28 | 5 | -6/+47 | |
| * | | | | | | | | | | | perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore | Jiri Olsa | 2015-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf tools: Enable pre-event inherit setting by config terms | Wang Nan | 2015-10-28 | 5 | -0/+29 | |
| * | | | | | | | | | | | perf symbols: we can now read separate debug-info files based on a build ID | Dima Kogan | 2015-10-28 | 1 | -0/+9 | |
| * | | | | | | | | | | | perf symbols: Fix type error when reading a build-id | Dima Kogan | 2015-10-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf tools: Search for more options when passing args to -h | Arnaldo Carvalho de Melo | 2015-10-27 | 1 | -1/+14 | |
| * | | | | | | | | | | | perf stat: Cache aggregated map entries in extra cpumap | Jiri Olsa | 2015-10-27 | 1 | -4/+55 | |
| * | | | | | | | | | | | perf cpu_map: Add cpu_map__empty_new function | Jiri Olsa | 2015-10-27 | 2 | -0/+18 | |
| * | | | | | | | | | | | perf evsel: Move id_offset out of struct perf_evsel union member | Jiri Olsa | 2015-10-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf tools: Introduce usage_with_options_msg() | Namhyung Kim | 2015-10-27 | 9 | -28/+62 | |
| * | | | | | | | | | | | perf tools: Setup pager when printing usage and help | Namhyung Kim | 2015-10-26 | 1 | -2/+13 | |
| * | | | | | | | | | | | perf report: Rename to --show-cpu-utilization | Namhyung Kim | 2015-10-26 | 3 | -2/+5 | |
| * | | | | | | | | | | | perf tools: Improve ambiguous option help message | Namhyung Kim | 2015-10-26 | 1 | -9/+8 | |
| * | | | | | | | | | | | perf tools: Provide help for subset of options | Arnaldo Carvalho de Melo | 2015-10-23 | 1 | -9/+33 | |
| * | | | | | | | | | | | perf tools: Show tool command line options ordered | Arnaldo Carvalho de Melo | 2015-10-23 | 1 | -0/+48 | |
| * | | | | | | | | | | | perf annotate: Don't die() when finding an invalid config option | Arnaldo Carvalho de Melo | 2015-10-22 | 1 | -3/+3 | |
| * | | | | | | | | | | | perf ui tui: Register the error callbacks before initializing the widgets | Arnaldo Carvalho de Melo | 2015-10-22 | 1 | -4/+4 | |
| * | | | | | | | | | | | perf annotate: Fix 'annotate.use_offset' config variable usage | Namhyung Kim | 2015-10-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf tools: Improve call graph documents and help messages | Namhyung Kim | 2015-10-22 | 6 | -30/+62 |