1. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 2868b25 Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  3. 4e5ce33 selftests/vm: add a test for virtual address range mapping by Anshuman Khandual · 8 years ago
  4. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  5. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  6. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  7. 4ac4d58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  8. 4c17468 Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  9. dd23f27 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  10. b6ad197 userfaultfd: selftest: combine all cases into a single executable by Mike Rapoport · 8 years ago
  11. 2f34c12 Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  12. 945f8f5 selftests: x86: add missing executables to .gitignore by Shuah Khan · 8 years ago
  13. 1c2dd16 selftests/bpf: get rid of -D__x86_64__ by Alexei Starovoitov · 8 years ago
  14. 6ead18f selftests/bpf: add a test case to check verifier pointer arithmetic by Yonghong Song · 8 years ago
  15. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  16. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  17. 1dbdcc8 selftests: watchdog: accept multiple params on command line by Timur Tabi · 8 years ago
  18. 4e9c3a6 selftests: bpf: Use bpf_endian.h in test_xdp.c by David S. Miller · 8 years ago
  19. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. e06422c bpf: Include bpf_endian.h in test_progs.c too. by David S. Miller · 8 years ago
  21. bc1bafb bpf: Move endianness BPF helpers out of bpf_util.h by David S. Miller · 8 years ago
  22. 332270f bpf: enhance verifier to understand stack pointer arithmetic by Yonghong Song · 8 years ago
  23. f3515b5 bpf: provide a generic macro for percpu values for selftests by Daniel Borkmann · 8 years ago
  24. 43bcf70 bpf: fix _htons occurences in test_progs by Daniel Borkmann · 8 years ago
  25. 728a853 bpf: add various test cases to verifier selftests by Daniel Borkmann · 8 years ago
  26. 83896c6 selftests: create cpufreq kconfig fragments by Naresh Kamboju · 8 years ago
  27. eebed11 selftests: x86: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  28. 8ab02e0 selftests: sync: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  29. de0c674 selftests: splice: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  30. ca2958f selftests: ftrace: Allow some event trigger tests to run in an instance by Steven Rostedt (VMware) · 8 years ago
  31. 03c2017 selftests: ftrace: Have some basic tests run in a tracing instance too by Steven Rostedt (VMware) · 8 years ago
  32. 35df6a8 selftests: ftrace: Have event tests also run in an tracing instance by Steven Rostedt (VMware) · 8 years ago
  33. 6df0fee selftests: ftrace: Make func_event_triggers and func_traceonoff_triggers tests do instances by Steven Rostedt (VMware) · 8 years ago
  34. b5b77be selftests: ftrace: Allow some tests to be run in a tracing instance by Steven Rostedt (VMware) · 8 years ago
  35. 8fe4592 bpf: map_get_next_key to return first key on NULL by Teng Qin · 8 years ago
  36. 472ecf0 selftests/net: Fix broken test case in psock_fanout by Mike Maloney · 8 years ago
  37. 51c6bd7 selftests: gpio: fix clean target to remove all generated files and dirs by Shuah Khan · 8 years ago
  38. 26d5ad3 selftests: add gpio generated files to .gitignore by Shuah Khan · 8 years ago
  39. 337f1e3 selftests: powerpc: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  40. 6dd8901 selftests: gpio: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  41. b1c0f54 selftests: futex: override clean in lib.mk to fix warnings by Shuah Khan · 8 years ago
  42. df6438f selftests: lib.mk: define CLEAN macro to allow Makefiles to override clean by Shuah Khan · 8 years ago
  43. 8edd210 selftests: splice: fix clean target to not remove default_file_splice_read.sh by Shuah Khan · 8 years ago
  44. 28be04f selftests/net: add tests for PACKET_FANOUT_FLAG_UNIQUEID by Mike Maloney · 8 years ago
  45. 2e7a721 selftests/net: cleanup unused parameter in psock_fanout by Mike Maloney · 8 years ago
  46. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  47. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. 89087c4 bpf: Fix values type used in test_maps by David Miller · 8 years ago
  49. b1d9fc4 bpf: add napi_id read access to __sk_buff by Daniel Borkmann · 8 years ago
  50. 8a24623 selftests: gpio: add config fragment for gpio-mockup by Fathi Boudra · 8 years ago
  51. b13f766 selftests: breakpoints: allow to cross-compile for aarch64/arm64 by Fathi Boudra · 8 years ago
  52. 584f34f selftests/Makefile: Add missed PHONY targets by SeongJae Park · 8 years ago
  53. ff80d91 selftests/vm/run_vmtests: Fix wrong comment by SeongJae Park · 8 years ago
  54. c6a13fa selftests/Makefile: Add missed closing `"` in comment by SeongJae Park · 8 years ago
  55. c1f8d0f selftests/net: Fixes psock_fanout CBPF test case by Mike Maloney · 8 years ago
  56. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. c1d6e82 pmem: add dax_operations support by Dan Williams · 8 years ago
  58. 6bb7ff1 torture: Use correct path for Kconfig fragment for duplicates by Paul E. McKenney · 8 years ago
  59. fbabd82 acpi, nfit: fix module unload vs workqueue shutdown race by Dan Williams · 8 years ago
  60. a9064f6 selftests: ftrace: Add test to test reading of set_ftrace_file by Steven Rostedt (VMware) · 8 years ago
  61. d8b39e1 selftests: ftrace: Add a test to test function triggers to start and stop tracing by Steven Rostedt (VMware) · 8 years ago
  62. 43bb45d selftests: ftrace: Add a selftest to test event enable/disable func trigger by Steven Rostedt (VMware) · 8 years ago
  63. 8e5e19c selftests: ftrace: Add a way to reset triggers in the set_ftrace_filter file by Steven Rostedt (VMware) · 8 years ago
  64. 8b06b88 tools/testing/nvdimm: fix nfit_test shutdown crash by Dan Williams · 8 years ago
  65. fb5e215 Merge tag 'trace-v4.11-rc5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  66. 9ed19c7 selftests: ftrace: Add check for function-fork before running pid filter test by Steven Rostedt (VMware) · 8 years ago
  67. 093be89 selftests: ftrace: Add a testcase for function PID filter by Namhyung Kim · 8 years ago
  68. 560642d selftests: ftrace: Add -l/--logdir option by Namhyung Kim · 8 years ago
  69. ac40b67 tools/testing/nvdimm: test acpi 6.1 health state flags by Dan Williams · 8 years ago
  70. 695ba26 bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4 by Martin KaFai Lau · 8 years ago
  71. 6467acb bpf: lru: Cleanup test_lru_map.c by Martin KaFai Lau · 8 years ago
  72. 9746f85 bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU by Martin KaFai Lau · 8 years ago
  73. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 2b8713e selftests/vm/run_vmtests: Polish output text by SeongJae Park · 8 years ago
  75. 05844f8 selftests/timers: fix spelling mistake: "Asynchronous" by Colin Ian King · 8 years ago
  76. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago
  77. efebc71 device-dax, tools/testing/nvdimm: enable device-dax with mock resources by Dave Jiang · 8 years ago
  78. 5f2173e x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow by Joerg Roedel · 8 years ago
  79. 70d1a4e selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flag by SeongJae Park · 8 years ago
  80. bfedc31 selftests/futex: Fix build error with OUTPUT variable by Darren Hart · 8 years ago
  81. 9e14ef6 kselftest: ftrace: Fix to compare a zero-filled hex value by Masami Hiramatsu · 8 years ago
  82. 7ba3134 selftests: vm: add CONFIG_SYSVIPC=y to the config fragment by Fathi Boudra · 8 years ago
  83. f13b173 selftests: ftrace: add CONFIG_KPROBES=y to the config fragment by Fathi Boudra · 8 years ago
  84. 36adc00 selftests: lib: add config fragment for bitmap, printf and prime numbers tests by Fathi Boudra · 8 years ago
  85. b769fef Backmerge tag 'v4.11-rc6' into drm-next by Dave Airlie · 8 years ago
  86. 894ca30 Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  87. 89c0a361 selftests/bpf: fix merge conflict by Alexei Starovoitov · 8 years ago
  88. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. af0e546 selftests: add a generic testsuite for ethernet device by LABBE Corentin · 8 years ago
  90. 696ced4 tracing/kprobes: expose maxactive for kretprobe in kprobe_events by Alban Crequy · 8 years ago
  91. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  92. 3782161 selftests/bpf: add l4 load balancer test based on sched_cls by Alexei Starovoitov · 8 years ago
  93. 8d48f5e selftests/bpf: add a test for basic XDP functionality by Alexei Starovoitov · 8 years ago
  94. 6882804 selftests/bpf: add a test for overlapping packet range checks by Alexei Starovoitov · 8 years ago
  95. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  96. e5c1ff1 Backmerge tag 'v4.11-rc4' into drm-next by Dave Airlie · 8 years ago
  97. 2db2c25 selftests/powerpc: Fix standalone powerpc build by Michael Ellerman · 8 years ago
  98. b197768 bpf: improve verifier packet range checks by Alexei Starovoitov · 8 years ago
  99. 3d2e03f tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2 -Wall" -> "-O2 -Wall" by Chijun Sima · 8 years ago
  100. 1fb95c6 selftests/timers: Spelling s/privledges/privileges/ by Geert Uytterhoeven · 8 years ago