| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-02-28 | 6 | -9/+10 |
|\ |
|
| * | scripts/spelling.txt: add "overrided" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
| * | scripts/spelling.txt: add "an one" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
| * | scripts/spelling.txt: add "an union" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 2 | -3/+3 |
| * | scripts/spelling.txt: add "an user" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -1/+1 |
| * | tools/testing/selftests/sigaltstack/sas.c: improve output of sigaltstack test... | Stas Sergeev | 2017-02-28 | 1 | -3/+4 |
* | | Merge tag 'ktest-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-02-28 | 1 | -35/+76 |
|\ \ |
|
| * | | ktest: Add variable run_command_status to save status of commands executed | Steven Rostedt (VMware) | 2017-02-07 | 1 | -11/+11 |
| * | | ktest.pl: Powercycle the box on reboot if no connection can be made | Steven Rostedt (VMware) | 2017-02-07 | 1 | -11/+29 |
| * | | ktest: Add timeout to ssh command | Steven Rostedt (VMware) | 2017-02-07 | 1 | -8/+27 |
| * | | ktest: Fix child exit code processing | Steven Rostedt (VMware) | 2017-02-07 | 1 | -1/+1 |
| * | | ktest: Have POST_TEST run after the test has totally completed | Steven Rostedt (VMware) | 2017-02-07 | 1 | -8/+12 |
* | | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-02-28 | 1 | -7/+19 |
|\ \ \
| |_|/
|/| | |
|
| * | | cgroup, perf_event: make perf_event controller work on cgroup2 hierarchy | Tejun Heo | 2017-02-02 | 1 | -7/+19 |
* | | | Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-02-26 | 57 | -402/+1312 |
|\ \ \ |
|
| * | | | selftests/powerpc: Fix remaining fallout from recent changes | Michael Ellerman | 2017-02-14 | 4 | -12/+13 |
| * | | | selftests/powerpc: Fix the clean rule since recent changes | Michael Ellerman | 2017-02-14 | 1 | -1/+2 |
| * | | | selftests: Fix the .S and .S -> .o rules | Michael Ellerman | 2017-02-14 | 1 | -2/+2 |
| * | | | selftests: Fix the .c linking rule | Michael Ellerman | 2017-02-14 | 1 | -1/+1 |
| * | | | selftests: Fix selftests build to just build, not run tests | Michael Ellerman | 2017-02-14 | 1 | -5/+5 |
| * | | | selftests, x86, protection_keys: fix wrong offset in siginfo | Dave Hansen | 2017-02-08 | 1 | -1/+1 |
| * | | | selftests, x86, protection_keys: fix uninitialized variable warning | Dave Hansen | 2017-02-08 | 1 | -1/+1 |
| * | | | selftest: cpufreq: Add special tests | Viresh Kumar | 2017-01-19 | 4 | -3/+146 |
| * | | | selftest: cpufreq: Add support to test cpufreq modules | Viresh Kumar | 2017-01-19 | 3 | -6/+284 |
| * | | | selftest: cpufreq: Add suspend/resume/hibernate support | Viresh Kumar | 2017-01-19 | 2 | -2/+52 |
| * | | | selftest: cpufreq: Add support for cpufreq tests | Viresh Kumar | 2017-01-19 | 6 | -0/+568 |
| * | | | selftests: Add intel_pstate to TARGETS | Stafford Horne | 2017-01-19 | 1 | -0/+1 |
| * | | | selftests/intel_pstate: Update makefile to match new style | Stafford Horne | 2017-01-19 | 1 | -9/+4 |
| * | | | selftests/intel_pstate: Fix warning on loop index overflow | Stafford Horne | 2017-01-19 | 1 | -1/+1 |
| * | | | cpupower: Restore format of frequency-info limit | Stafford Horne | 2017-01-19 | 1 | -9/+12 |
| * | | | selftests/futex: Add headers to makefile dependencies | Stafford Horne | 2017-01-19 | 1 | -1/+4 |
| * | | | selftests/futex: Add stdio used for logging | Stafford Horne | 2017-01-19 | 1 | -0/+1 |
| * | | | selftests: x86 protection_keys remove dead code | Shuah Khan | 2017-01-11 | 1 | -10/+0 |
| * | | | selftests: x86 protection_keys fix unused variable compile warnings | Shuah Khan | 2017-01-11 | 1 | -5/+0 |
| * | | | selftests: ipc add missing generated file to .gitignore | Shuah Khan | 2017-01-11 | 1 | -0/+1 |
| * | | | selftests: gpio add .gitignore for generated files | Shuah Khan | 2017-01-11 | 1 | -0/+1 |
| * | | | selftests: enable O and KBUILD_OUTPUT | bamvor.zhangjian@huawei.com | 2017-01-05 | 18 | -75/+122 |
| * | | | selftests: add EXTRA_CLEAN for clean target | bamvor.zhangjian@huawei.com | 2017-01-05 | 7 | -24/+17 |
| * | | | selftests: remove CROSS_COMPILE in dedicated Makefile | bamvor.zhangjian@huawei.com | 2017-01-05 | 2 | -2/+0 |
| * | | | selftests: add default rules for c source file | bamvor.zhangjian@huawei.com | 2017-01-05 | 6 | -21/+10 |
| * | | | selftests: remove useless TEST_DIRS | bamvor.zhangjian@huawei.com | 2017-01-05 | 2 | -3/+3 |
| * | | | selftests: remove duplicated all and clean target | bamvor.zhangjian@huawei.com | 2017-01-05 | 36 | -255/+106 |
| |/ / |
|
* | | | lib/find_bit.c: micro-optimise find_next_*_bit | Matthew Wilcox | 2017-02-25 | 1 | -1/+1 |
* | | | userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem | Mike Rapoport | 2017-02-25 | 1 | -4/+2 |
* | | | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE | Mike Rapoport | 2017-02-25 | 1 | -8/+8 |
* | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 2017-02-24 | 2 | -0/+30 |
|\ \ \ |
|
| * \ \ | Merge tag 'v4.10-rc8' into drm-next | Dave Airlie | 2017-02-23 | 8 | -30/+68 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie | 2017-01-27 | 19 | -77/+182 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 2017-01-09 | 2 | -0/+30 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | drm: Add some kselftests for the DRM range manager (struct drm_mm) | Chris Wilson | 2016-12-27 | 1 | -0/+15 |