Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-09-04 | 1 | -6/+35 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | selftests/x86/fsgsbase: Test selectors 1, 2, and 3 | Andy Lutomirski | 2017-08-10 | 1 | -6/+35 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-09-04 | 10 | -51/+150 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-08-21 | 10 | -51/+150 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | | | | | | | | | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *---. \ \ \ \ \ \ | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 2017-08-17 | 10 | -51/+150 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||||
| | | | | * | | | | | | rcutorture: Use nr_cpus rather than maxcpus to limit test size | Paul E. McKenney | 2017-07-24 | 3 | -2/+28 | |
| | | | | * | | | | | | rcutorture: Place event-traced strings into trace buffer | Paul E. McKenney | 2017-07-24 | 1 | -1/+1 | |
| | | | | * | | | | | | rcutorture: Don't wait for kernel when all builds fail | Paul E. McKenney | 2017-07-24 | 2 | -7/+22 | |
| | | | | * | | | | | | torture: Add --kconfig argument to kvm.sh | Paul E. McKenney | 2017-07-24 | 4 | -38/+96 | |
| | | | | * | | | | | | rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenario | Paul E. McKenney | 2017-07-24 | 1 | -1/+2 | |
| | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | | * | | | | | | rcutorture: Remove obsolete SRCU-C.boot | Paul E. McKenney | 2017-07-24 | 1 | -1/+0 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | rcu: Drive TASKS_RCU directly off of PREEMPT | Paul E. McKenney | 2017-08-17 | 1 | -1/+1 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntb | Linus Torvalds | 2017-08-27 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | ntb: ntb_test: ensure the link is up before trying to configure the mws | Logan Gunthorpe | 2017-08-01 | 1 | -0/+4 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | test_kmod: fix description for -s -and -c parameters | Luis R. Rodriguez | 2017-08-18 | 1 | -2/+2 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2017-08-15 | 4 | -5/+4 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | selftests: timers: freq-step: fix compile error | Shuah Khan | 2017-08-11 | 1 | -4/+3 | |
| * | | | | | selftests: futex: fix run_tests target | Shuah Khan | 2017-08-09 | 1 | -1/+1 | |
| * | | | | | test_sysctl: fix sysctl.sh by making it executable | Luis R. Rodriguez | 2017-08-07 | 1 | -0/+0 | |
| * | | | | | test_kmod: fix kmod.sh by making it executable | Luis R. Rodriguez | 2017-08-07 | 1 | -0/+0 | |
| |/ / / / | ||||||
* | | | | | bpf: fix selftest/bpf/test_pkt_md_access on s390x | Thomas Richter | 2017-08-07 | 1 | -0/+11 | |
* | | | | | bpf: fix byte order test in test_verifier | Daniel Borkmann | 2017-08-04 | 1 | -9/+10 | |
| |_|_|/ |/| | | | ||||||
* | | | | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd() | Jakub Kicinski | 2017-07-26 | 1 | -2/+6 | |
* | | | | selftests/bpf: subtraction bounds test | Edward Cree | 2017-07-24 | 1 | -0/+28 | |
| |/ / |/| | | ||||||
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-07-20 | 2 | -6/+476 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | bpf: more tests for mixed signed and unsigned bounds checks | Daniel Borkmann | 2017-07-20 | 1 | -0/+418 | |
| * | | bpf: add test for mixed signed and unsigned bounds checks | Edward Cree | 2017-07-20 | 1 | -0/+52 | |
| * | | bpf: fix up test cases with mixed signed/unsigned bounds | Daniel Borkmann | 2017-07-20 | 1 | -4/+4 | |
| * | | bpf: allow to specify log level and reduce it for test_verifier | Daniel Borkmann | 2017-07-20 | 2 | -2/+2 | |
| |/ | ||||||
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-14 | 3 | -0/+633 | |
|\ \ | ||||||
| * | | kmod: throttle kmod thread limit | Luis R. Rodriguez | 2017-07-14 | 1 | -22/+2 | |
| * | | kmod: add test driver to stress test the module loader | Luis R. Rodriguez | 2017-07-14 | 3 | -0/+653 | |
* | | | Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb | Linus Torvalds | 2017-07-14 | 1 | -2/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | NTB: ntb_test: add parameter for doorbell bitmask | Allen Hubbe | 2017-07-06 | 1 | -2/+5 | |
| * | | NTB: ntb_test: modprobe on remote host | Allen Hubbe | 2017-07-06 | 1 | -0/+4 | |
* | | | Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2017-07-13 | 3 | -2/+66 | |
|\ \ \ | ||||||
| * | | | selftests/ftrace: Add a testcase for kprobe event naming | Masami Hiramatsu | 2017-07-09 | 1 | -0/+36 | |
| * | | | selftests/ftrace: Add a test to probe module functions | Naveen N. Rao | 2017-07-09 | 1 | -0/+28 | |
| * | | | selftests/ftrace: Update multiple kprobes test for powerpc | Naveen N. Rao | 2017-07-09 | 1 | -2/+2 | |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-13 | 6 | -220/+776 | |
|\ \ \ \ | ||||||
| * | | | | test_sysctl: test against int proc_dointvec() array support | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+89 | |
| * | | | | test_sysctl: add simple proc_douintvec() case | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+63 | |
| * | | | | test_sysctl: add simple proc_dointvec() case | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+62 | |
| * | | | | test_sysctl: test against PAGE_SIZE for int | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+66 | |
| * | | | | test_sysctl: add generic script to expand on tests | Luis R. Rodriguez | 2017-07-12 | 5 | -220/+495 | |
| * | | | | test_sysctl: add dedicated proc sysctl test driver | Luis R. Rodriguez | 2017-07-12 | 3 | -4/+5 | |
* | | | | | Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2017-07-13 | 3 | -5/+211 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | rtc: rtctest: add check for problematic dates | Benjamin Gaignard | 2017-07-09 | 1 | -4/+124 | |
| * | | | | tools: timer: add rtctest_setdate | Benjamin Gaignard | 2017-07-09 | 2 | -1/+87 | |
* | | | | | samples/bpf: fix a build issue | Yonghong Song | 2017-07-11 | 3 | -1/+212 | |
| |/ / / |/| | | |