Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | selftests/powerpc: Move TM helpers into tm.h | Michael Ellerman | 2015-12-14 | 2 | -11/+35 | |
| * | | | | | | | | | | selftests/powerpc: Add have_hwcap2() helper | Michael Ellerman | 2015-12-14 | 3 | -4/+8 | |
| * | | | | | | | | | | selftests/powerpc: Move get_auxv_entry() into utils.c | Michael Ellerman | 2015-12-14 | 5 | -45/+63 | |
| * | | | | | | | | | | powerpc: Fix DSCR inheritance over fork() | Anton Blanchard | 2015-12-10 | 2 | -16/+0 | |
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-01-14 | 2 | -2/+92 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturn | Andy Lutomirski | 2016-01-13 | 2 | -1/+90 | |
| * | | | | | | | | | | | selftests/x86: Disable the ldt_gdt_64 test for now | Andy Lutomirski | 2016-01-12 | 1 | -2/+3 | |
* | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-01-14 | 28 | -66/+918 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | perf tools: Fallback to srcdir/Documentation/tips.txt | Namhyung Kim | 2016-01-12 | 2 | -6/+15 | |
| * | | | | | | | | | | | perf ui/tui: Print helpline message as is | Namhyung Kim | 2016-01-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | perf tools: Set and pass DOCDIR to builtin-report.c | Namhyung Kim | 2016-01-12 | 2 | -0/+4 | |
| * | | | | | | | | | | | perf tools: Add file_only config option to strlist | Namhyung Kim | 2016-01-12 | 2 | -1/+16 | |
| * | | | | | | | | | | | perf tools: Add more usage tips | Namhyung Kim | 2016-01-12 | 1 | -0/+15 | |
| * | | | | | | | | | | | perf record: Add --buildid-all option | Namhyung Kim | 2016-01-12 | 2 | -6/+23 | |
| * | | | | | | | | | | | tools subcmd: Add missing NORETURN define for parse-options.h | Josh Poimboeuf | 2016-01-12 | 1 | -0/+4 | |
| * | | | | | | | | | | | tools: Fix formatting of the "make -C tools" help message | Josh Poimboeuf | 2016-01-12 | 1 | -16/+16 | |
| * | | | | | | | | | | | tools: Make list.h self-sufficient | Josh Poimboeuf | 2016-01-12 | 1 | -6/+747 | |
| * | | | | | | | | | | | perf tools: Fix mmap2 event allocation in synthesize code | Wang Nan | 2016-01-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | perf stat: Fix recort_usage typo | Jiri Olsa | 2016-01-12 | 1 | -4/+4 | |
| * | | | | | | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2016-01-12 | 15 | -23/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | perf test: Reset err after using it hold errcode in hist testcases | Wang Nan | 2016-01-11 | 4 | -0/+4 | |
| | * | | | | | | | | | | perf test: Fix false TEST_OK result for 'perf test hist' | Wang Nan | 2016-01-11 | 1 | -5/+0 | |
| | * | | | | | | | | | | tools build: Add BPF feature check to test-all | Wang Nan | 2016-01-11 | 1 | -0/+5 | |
| | * | | | | | | | | | | perf bpf: Fix build breakage due to libbpf | Naveen N. Rao | 2016-01-11 | 1 | -8/+8 | |
| | * | | | | | | | | | | tools: Move Makefile.arch from perf/config to tools/scripts | Wang Nan | 2016-01-11 | 3 | -2/+16 | |
| | * | | | | | | | | | | perf tools: Fix PowerPC native building | Wang Nan | 2016-01-11 | 2 | -3/+21 | |
| | * | | | | | | | | | | perf tools: Fix phony build target for build-test | Wang Nan | 2016-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | perf tools: Add -lutil in python lib list for broken python-config | Wang Nan | 2016-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | perf tools: Add missing sources to perf's MANIFEST | Jiri Olsa | 2016-01-11 | 1 | -0/+2 | |
| | * | | | | | | | | | | tools lockdep: Add *.cmd files clean up | Jiri Olsa | 2016-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | tools bpf: Add *.cmd files clean up | Jiri Olsa | 2016-01-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | tools: Add clean targets for tools directory | Jiri Olsa | 2016-01-11 | 1 | -1/+10 | |
* | | | | | | | | | | | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 3 | -34/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm | Dan Williams | 2016-01-10 | 4 | -13/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | nfit_test: Enable DSMs for all test NFITs | Dan Williams | 2016-01-09 | 1 | -0/+11 | |
| | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tools/testing/libnvdimm: cleanup mock resource lookup | Dan Williams | 2015-12-24 | 1 | -46/+23 | |
| * | | | | | | | | | | | | libnvdimm, pfn: enable pfn sysfs interface unit testing | Dan Williams | 2015-12-15 | 2 | -0/+50 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2016-01-13 | 5 | -3/+567 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/overlay', 'spi/topic/pxa2xx', 'spi/... | Mark Brown | 2016-01-11 | 5 | -3/+567 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | / / / / / / | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | spi: spidev_test: Fix typo in error message | Fabio Estevam | 2015-12-08 | 1 | -1/+1 | |
| | | * | | | | | | | | | | spi: tools: move spidev_test metadata | Joshua Clayton | 2015-11-30 | 1 | -0/+2 | |
| | | * | | | | | | | | | | spi: spidev_test: fix whitespace | Joshua Clayton | 2015-11-23 | 1 | -2/+3 | |
| | | * | | | | | | | | | | spi: spidev_test: check error | Joshua Clayton | 2015-11-23 | 1 | -1/+5 | |
| | | * | | | | | | | | | | spi: spidev_test: output to a file | Joshua Clayton | 2015-11-23 | 1 | -3/+23 | |
| | | * | | | | | | | | | | spi: spidev_test: accept input from a file | Joshua Clayton | 2015-11-23 | 1 | -1/+47 | |
| | | * | | | | | | | | | | spi: spidev_test: transfer_escaped_string function | Joshua Clayton | 2015-11-23 | 1 | -13/+23 | |
| | | * | | | | | | | | | | spi: Move spi code from Documentation to tools | Joshua Clayton | 2015-11-23 | 4 | -3/+484 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-01-13 | 2 | -6/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | tools: hv: vss: fix the write()'s argument: error -> vss_msg | Dexuan Cui | 2015-12-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | tools: hv: remove repeated HV_FCOPY string | Olaf Hering | 2015-12-14 | 1 | -2/+2 |