Age | Commit message (Expand) | Author | Files | Lines |
2016-01-26 | tools/virtio: use virt_xxx barriers | Michael S. Tsirkin | 3 | -9/+23 |
2016-01-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2 | -2/+2 |
2016-01-21 | Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -11/+12 |
2016-01-21 | Merge branch 'pm-tools' | Rafael J. Wysocki | 1 | -0/+1 |
2016-01-21 | Merge branches 'acpica', 'acpi-video' and 'acpi-fan' | Rafael J. Wysocki | 11 | -11/+11 |
2016-01-19 | cpupower: Fix build error in cpufreq-info | Shreyas B. Prabhu | 1 | -0/+1 |
2016-01-18 | Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 12 | -15/+297 |
2016-01-16 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 22 | -105/+956 |
2016-01-16 | ACPICA: Additional 2016 copyright changes | Bob Moore | 11 | -11/+11 |
2016-01-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+92 |
2016-01-14 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 28 | -66/+918 |
2016-01-14 | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -34/+72 |
2016-01-13 | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 5 | -3/+567 |
2016-01-13 | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -6/+20 |
2016-01-13 | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturn | Andy Lutomirski | 2 | -1/+90 |
2016-01-13 | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -172/+637 |
2016-01-13 | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+90 |
2016-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -1/+516 |
2016-01-13 | Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+24 |
2016-01-12 | perf tools: Fallback to srcdir/Documentation/tips.txt | Namhyung Kim | 2 | -6/+15 |
2016-01-12 | perf ui/tui: Print helpline message as is | Namhyung Kim | 1 | -1/+1 |
2016-01-12 | perf tools: Set and pass DOCDIR to builtin-report.c | Namhyung Kim | 2 | -0/+4 |
2016-01-12 | perf tools: Add file_only config option to strlist | Namhyung Kim | 2 | -1/+16 |
2016-01-12 | perf tools: Add more usage tips | Namhyung Kim | 1 | -0/+15 |
2016-01-12 | perf record: Add --buildid-all option | Namhyung Kim | 2 | -6/+23 |
2016-01-12 | tools subcmd: Add missing NORETURN define for parse-options.h | Josh Poimboeuf | 1 | -0/+4 |
2016-01-12 | tools: Fix formatting of the "make -C tools" help message | Josh Poimboeuf | 1 | -16/+16 |
2016-01-12 | tools: Make list.h self-sufficient | Josh Poimboeuf | 1 | -6/+747 |
2016-01-12 | perf tools: Fix mmap2 event allocation in synthesize code | Wang Nan | 1 | -2/+2 |
2016-01-12 | perf stat: Fix recort_usage typo | Jiri Olsa | 1 | -4/+4 |
2016-01-12 | selftests/x86: Disable the ldt_gdt_64 test for now | Andy Lutomirski | 1 | -2/+3 |
2016-01-12 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 15 | -23/+70 |
2016-01-12 | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds | 1 | -1/+1 |
2016-01-12 | Merge branches 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 7 | -164/+146 |
2016-01-12 | Merge branch 'acpica' | Rafael J. Wysocki | 3 | -0/+18 |
2016-01-12 | Merge branch 'acpi-debug' | Rafael J. Wysocki | 3 | -8/+473 |
2016-01-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 213 | -1621/+7897 |
2016-01-12 | perf test: Reset err after using it hold errcode in hist testcases | Wang Nan | 4 | -0/+4 |
2016-01-12 | perf test: Fix false TEST_OK result for 'perf test hist' | Wang Nan | 1 | -5/+0 |
2016-01-12 | tools build: Add BPF feature check to test-all | Wang Nan | 1 | -0/+5 |
2016-01-12 | perf bpf: Fix build breakage due to libbpf | Naveen N. Rao | 1 | -8/+8 |
2016-01-12 | tools: Move Makefile.arch from perf/config to tools/scripts | Wang Nan | 3 | -2/+16 |
2016-01-12 | perf tools: Fix PowerPC native building | Wang Nan | 2 | -3/+21 |
2016-01-12 | perf tools: Fix phony build target for build-test | Wang Nan | 1 | -1/+1 |
2016-01-12 | perf tools: Add -lutil in python lib list for broken python-config | Wang Nan | 1 | -1/+1 |
2016-01-12 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -23/+54 |
2016-01-11 | Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/... | Mark Brown | 5 | -3/+567 |
2016-01-11 | perf tools: Add missing sources to perf's MANIFEST | Jiri Olsa | 1 | -0/+2 |
2016-01-11 | tools lockdep: Add *.cmd files clean up | Jiri Olsa | 1 | -1/+1 |
2016-01-11 | tools bpf: Add *.cmd files clean up | Jiri Olsa | 1 | -1/+1 |