1. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. df00ccc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. b301aac testing/radix-tree: fix a macro expansion bug by Dan Carpenter · 9 years ago
  4. 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 9 years ago
  5. 52e31f8 Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes by Ingo Molnar · 9 years ago
  6. f80fd3a selftests/x86: Add vDSO mremap() test by Dmitry Safonov · 9 years ago
  7. 54d5f16e Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  8. a7b50ab selftests/vm/compaction_test: fix write to restore nr_hugepages by Mike Kravetz · 9 years ago
  9. 0ded517 ftracetest: Fix hist unsupported result in hist selftests by Steven Rostedt (Red Hat) · 9 years ago
  10. 65cbea5 torture: Inflict default jitter by Paul E. McKenney · 9 years ago
  11. 5ef20f8 rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments by Paul E. McKenney · 9 years ago
  12. d5e9537 rcutorture: Don't specify the cpu type of QEMU on PPC by Boqun Feng · 9 years ago
  13. 1b2f48f rcutorture: Make -soundhw a x86 specific option by Boqun Feng · 9 years ago
  14. 1b900c6 rcutorture: Use vmlinux as the fallback kernel image by Boqun Feng · 9 years ago
  15. e5731b5 rcutorture/doc: Create initrd using dracut by Boqun Feng · 9 years ago
  16. 682ed70 torture: Add starvation events to error summary by Paul E. McKenney · 9 years ago
  17. 6e8c66c torture: Forgive lengthy trace dumps and preemption by Paul E. McKenney · 9 years ago
  18. e754aed x86/mpx, selftests: Add MPX self test by Dave Hansen · 9 years ago
  19. fc100a7 soreuseport: Fix reuseport_bpf testcase on 32bit architectures by Helge Deller · 9 years ago
  20. 24c82fb Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  21. d62a023 Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 9 years ago
  22. 4496a1d Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  23. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  24. 97f8827 ftracetest: Use proper logic to find process PID by Steven Rostedt (Red Hat) · 9 years ago
  25. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  26. a4351cb selftests/thuge-gen: Use platform specific MAP_HUGETLB value by Helge Deller · 9 years ago
  27. 64e2a42 parisc: Add ARCH_TRACEHOOK and regset support by Helge Deller · 9 years ago
  28. 36092ee Merge branch 'for-4.7/dax' into libnvdimm-for-next by Dan Williams · 9 years ago
  29. ab68f26 /dev/dax, pmem: direct access to persistent memory by Dan Williams · 9 years ago
  30. 8c1244d radix-tree: tidy up next_chunk by Matthew Wilcox · 9 years ago
  31. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 9 years ago
  32. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 9 years ago
  33. 0694f0c radix tree test suite: remove dependencies on height by Matthew Wilcox · 9 years ago
  34. 0796c58 radix-tree: fix radix_tree_dump() for multi-order entries by Ross Zwisler · 9 years ago
  35. 070c5ac radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries by Matthew Wilcox · 9 years ago
  36. eb73f7f radix-tree: add test for radix_tree_locate_item() by Ross Zwisler · 9 years ago
  37. 0a2efc6 radix-tree: rewrite radix_tree_locate_item by Matthew Wilcox · 9 years ago
  38. 8a14f4d radix-tree: fix radix_tree_create for sibling entries by Matthew Wilcox · 9 years ago
  39. 0fc9b8c radix-tree test suite: add multi-order tag test by Ross Zwisler · 9 years ago
  40. 643b57d radix tree test suite: multi-order iteration test by Ross Zwisler · 9 years ago
  41. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 9 years ago
  42. 7b60e9a radix-tree: fix multiorder BUG_ON in radix_tree_insert by Matthew Wilcox · 9 years ago
  43. afe0e39 radix-tree: fix several shrinking bugs with multiorder entries by Matthew Wilcox · 9 years ago
  44. 4f3755d radix tree test suite: start adding multiorder tests by Matthew Wilcox · 9 years ago
  45. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 9 years ago
  46. 7f30867 radix tree test suite: rebuild when headers change by Ross Zwisler · 9 years ago
  47. aa1d62d radix tree test suite: keep regression test runs short by Ross Zwisler · 9 years ago
  48. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 9 years ago
  49. d42cb1a radix tree test suite: add tests for radix_tree_locate_item() by Matthew Wilcox · 9 years ago
  50. f518b16 radix tree test suite: fix build by Matthew Wilcox · 9 years ago
  51. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  52. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  53. 2600a46 Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  54. 1f716d0 Merge branch 'for-4.7/dsm' into libnvdimm-for-next by Dan Williams · 9 years ago
  55. 2159669 Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-next by Dan Williams · 9 years ago
  56. 594d6d9 Merge branch 'for-4.7/dax' into libnvdimm-for-next by Dan Williams · 9 years ago
  57. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  58. 230e51f Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. 6eab37d tools: testing: define the _GNU_SOURCE macro by Muhammad Falak R Wani · 9 years ago
  60. 2c6c394 kselftests/ftrace: Add a test case for event pid filtering by Namhyung Kim · 9 years ago
  61. 5a614ec kselftests/ftrace: Detect tracefs mount point by Namhyung Kim · 9 years ago
  62. 0ce105b selftests/seccomp: add MIPS self-test support by Matt Redfearn · 9 years ago
  63. 16aab32 selftests/powerpc: Add test to check if TM SPRs are corrupted by Rashmica Gupta · 9 years ago
  64. dbccb49 selftests/powerpc: Add TM test to check if TAR is corrupted by Rashmica Gupta · 9 years ago
  65. d95be4c selftests/powerpc: Add test for forking inside transaction by Rashmica Gupta · 9 years ago
  66. da3ddc3 selftests/powerpc: Standardise TM calls by Rashmica Gupta · 9 years ago
  67. 2d59b3b selftests/powerpc: Make reg.h common to all powerpc selftests by Rashmica Gupta · 9 years ago
  68. 2f67798 selftests/powerpc: Fix subpage_prot test to return !0 on failure by Michael Ellerman · 9 years ago
  69. 438517e selftests/powerpc: Test cp_abort during context switch by Chris Smart · 9 years ago
  70. cd03412 libnvdimm, dax: introduce device-dax infrastructure by Dan Williams · 9 years ago
  71. 91e6f1c ftracetest: Add instance created, delete, read and enable event test by Steven Rostedt (Red Hat) · 9 years ago
  72. 6634fb06 tools/testing/nvdimm: ND_CMD_CALL support by Dan Williams · 9 years ago
  73. 1fb48f8 Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  74. 91c6180 signals/sigaltstack: Change SS_AUTODISARM to (1U << 31) by Andy Lutomirski · 9 years ago
  75. 0318bc8 signals/sigaltstack: Report current flag bits in sigaltstack() by Andy Lutomirski · 9 years ago
  76. 158b67b selftests/sigaltstack: Fix the sigaltstack test on old kernels by Andy Lutomirski · 9 years ago
  77. 19fd286 selftests/sigaltstack: Add new testcase for sigaltstack(SS_ONSTACK|SS_AUTODISARM) by Stas Sergeev · 9 years ago
  78. d63f4b5 selftests/x86/ldt_gdt: Test set_thread_area() deletion of an active segment by Andy Lutomirski · 9 years ago
  79. e3654ec nfit, libnvdimm: clarify "commands" vs "_DSMs" by Dan Williams · 9 years ago
  80. 41ed943 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  81. 200c79d libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup by Dan Williams · 9 years ago
  82. a54062c rcutorture: Add boot-time adjustment of leaf fanout by Paul E. McKenney · 9 years ago
  83. acc1adf rcutorture: Don't rebuild identical kernel by Paul E. McKenney · 9 years ago
  84. 6e524a6 rcutorture: Add OS-jitter capability by Paul E. McKenney · 9 years ago
  85. 93c5f67 kselftests/ftrace: Add a test for log2 modifier of hist trigger by Masami Hiramatsu · 9 years ago
  86. 76929ab kselftests/ftrace: Add hist trigger testcases by Masami Hiramatsu · 9 years ago
  87. cfa0963 kselftests/ftrace : Add event trigger testcases by Masami Hiramatsu · 9 years ago
  88. 6666ea5 Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  89. d6a61f8 soreuseport: test mixed v4/v6 sockets by Craig Gallek · 9 years ago
  90. 0051202 selftests/x86: Test the FSBASE/GSBASE API and context switching by Andy Lutomirski · 9 years ago
  91. baa5127 libnvdimm, test: add mock SMART data payload by Dan Williams · 9 years ago
  92. 480b1eb rcutorture: Convert test duration to seconds early by Paul E. McKenney · 9 years ago
  93. fb2c66a torture: Kill qemu, not parent process by Paul E. McKenney · 9 years ago
  94. dba6f1b rcutorture: Add largish-system rcuperf scenario by Paul E. McKenney · 9 years ago
  95. 2b03d03 rcutorture: Make scripts analyze rcuperf trace data, if present by Paul E. McKenney · 9 years ago
  96. ac2bb27 rcutorture: Make rcuperf collect expedited event-trace data by Paul E. McKenney · 9 years ago
  97. e588f35 rcutorture: Print measure of batching efficiency by Paul E. McKenney · 9 years ago
  98. fd35be6 rcutorture: Update scripting to accommodate rcuperf by Paul E. McKenney · 9 years ago
  99. 505ce68 selftest/seccomp: Fix the seccomp(2) signature by Mickaël Salaün · 9 years ago
  100. 6c045d0 selftest/seccomp: Fix the flag name SECCOMP_FILTER_FLAG_TSYNC by Mickaël Salaün · 9 years ago