1. abefbf4 powerpc/selftests: Wait all threads to join by Breno Leitao · 6 years ago
  2. 82e1e87 selftests/powerpc: Kill child processes on SIGINT by Breno Leitao · 6 years ago
  3. be00ce5 selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable by Michael Ellerman · 6 years ago
  4. 35253ff selftests/powerpc: Fix TM resched DSCR test with some compilers by Michael Ellerman · 7 years ago
  5. cd662c8 selftest/powerpc: Fix false failures for skipped tests by Sachin Sant · 7 years ago
  6. fa555d0 selftest/powerpc: Wrong PMC initialized in pmc56_overflow test by Madhavan Srinivasan · 7 years ago
  7. 8321564 selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes by Michael Ellerman · 8 years ago
  8. 2ae342e selftests/powerpc: Add missing binaries to .gitignores by Michael Ellerman · 8 years ago
  9. dd9bda4 selftests/powerpc: Add checks for transactional VSXs in signal contexts by Cyril Bur · 8 years ago
  10. 7bb0e7e selftests/powerpc: Add checks for transactional VMXs in signal contexts by Cyril Bur · 8 years ago
  11. 5ca4ffc selftests/powerpc: Add checks for transactional FPUs in signal contexts by Cyril Bur · 8 years ago
  12. f10d442 selftests/powerpc: Add checks for transactional GPRs in signal contexts by Cyril Bur · 8 years ago
  13. ef18633 selftests/powerpc: Check that signals always get delivered by Cyril Bur · 8 years ago
  14. 8e03bd4 selftests/powerpc: Add TM tcheck helpers in C by Cyril Bur · 8 years ago
  15. 0886c6d selftests/powerpc: Allow tests to extend their kill timeout by Cyril Bur · 8 years ago
  16. babcd9c selftests/powerpc: Introduce GPR asm helper header file by Cyril Bur · 8 years ago
  17. 2b40937 selftests/powerpc: Move VMX stack frame macros to header file by Cyril Bur · 8 years ago
  18. be4a9f5 selftests/powerpc: Rework FPU stack placement macros and move to header file by Cyril Bur · 8 years ago
  19. 65ca668 selftests/powerpc: Check for VSX preservation across userspace preemption by Cyril Bur · 8 years ago
  20. 96c4470 selftests/powerpc: Compile selftests against headers without AT_HWCAP2 by Cyril Bur · 8 years ago
  21. ca49e64f selftests/powerpc: Specify we expect to build with std=gnu99 by Michael Ellerman · 8 years ago
  22. a431b94 selftests/powerpc: exec() with suspended transaction by Cyril Bur · 8 years ago
  23. 24af8c5 selftests/powerpc: Add a test for PROT_SAO by Michael Ellerman · 8 years ago
  24. bc5c0a0 selftests/powerpc: Use "Delta" rather than "Error" in normal output by Michael Ellerman · 8 years ago
  25. 4375088 selftests/powerpc: Test unaligned copy and paste by Chris Smart · 8 years ago
  26. 0c63e8b selftests/powerpc: Import Anton's mmap & futex micro benchmarks by Michael Ellerman · 8 years ago
  27. f2418ae selftests/powerpc: Fix generation of vector instructions/types in context_switch by Cyril Bur · 8 years ago
  28. 94fa56a selftests/powerpc: Fix usage message in context_switch by Cyril Bur · 8 years ago
  29. d4ecdff selftests/powerpc/pmu: Use signed long to read perf_event_paranoid by Cyril Bur · 8 years ago
  30. 16c19a2 selftests/powerpc: Load Monitor Register Tests by Jack Miller · 8 years ago
  31. 16aab32 selftests/powerpc: Add test to check if TM SPRs are corrupted by Rashmica Gupta · 8 years ago
  32. dbccb49 selftests/powerpc: Add TM test to check if TAR is corrupted by Rashmica Gupta · 8 years ago
  33. d95be4c selftests/powerpc: Add test for forking inside transaction by Rashmica Gupta · 8 years ago
  34. da3ddc3 selftests/powerpc: Standardise TM calls by Rashmica Gupta · 8 years ago
  35. 2d59b3b selftests/powerpc: Make reg.h common to all powerpc selftests by Rashmica Gupta · 8 years ago
  36. 2f67798 selftests/powerpc: Fix subpage_prot test to return !0 on failure by Michael Ellerman · 8 years ago
  37. 438517e selftests/powerpc: Test cp_abort during context switch by Chris Smart · 8 years ago
  38. 48e8c57 selftests/powerpc: Test FPU and VMX regs in signal ucontext by Cyril Bur · 8 years ago
  39. e5ab8be selftests/powerpc: Test preservation of FPU and VMX regs across preemption by Cyril Bur · 8 years ago
  40. 01127f1 selftests/powerpc: Test the preservation of FPU and VMX regs across syscall by Cyril Bur · 8 years ago
  41. a4cf0a2 selftests/powerpc: Remove -flto from common CFLAGS by Suraj Jitindar Singh · 8 years ago
  42. 501e279 selftests/powerpc: Fix out of bounds access in TM signal test by Michael Ellerman · 8 years ago
  43. a8da474 selftests/powerpc: Add script to test HMI functionality by Daniel Axtens · 8 years ago
  44. 51c21e7 selftests/powerpc: Make context_switch touch FP/altivec/vector by default by Michael Ellerman · 9 years ago
  45. ea0c321 selftests/powerpc: Make context_switch do something with no args by Michael Ellerman · 9 years ago
  46. 00b7ec5 selftests/powerpc: Import Anton's context_switch2 benchmark by Michael Ellerman · 9 years ago
  47. d1301af selftests/powerpc: Move pick_online_cpu() up into utils.c by Michael Ellerman · 8 years ago
  48. 5f337e3 selftests/powerpc: Add test to check if VSRs are corrupted by Rashmica Gupta · 8 years ago
  49. a26f415 selftests/powerpc: Add TM signal with invalid stack test by Michael Neuling · 9 years ago
  50. 25007a6 selftests/powerpc: Add TM signal return test by Michael Neuling · 9 years ago
  51. b319ee8 selftests/powerpc: Skip tm-resched-dscr if we don't have TM by Michael Ellerman · 9 years ago
  52. 34dc8b2 selftests/powerpc: Move TM helpers into tm.h by Michael Ellerman · 9 years ago
  53. ede8ef3 selftests/powerpc: Add have_hwcap2() helper by Michael Ellerman · 9 years ago
  54. fcb45ec selftests/powerpc: Move get_auxv_entry() into utils.c by Michael Ellerman · 9 years ago
  55. db1231d powerpc: Fix DSCR inheritance over fork() by Anton Blanchard · 8 years ago
  56. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  57. 39fcfb9 selftests/powerpc: Run EBB tests only on POWER8 by Denis Kirjanov · 9 years ago
  58. 20d0992 selftests/powerpc: Allow the tm-syscall test to build with old headers by Michael Ellerman · 9 years ago
  59. 65b6ba6 selftests/powerpc: Sort the list of SUB_DIRS to build by Michael Ellerman · 9 years ago
  60. 0b824f2 selftests/powerpc: Add tests of unmuxed IPC calls by Michael Ellerman · 9 years ago
  61. abb39bc selftests/powerpc: Fix build failure of load_unaligned_zeropad test by Michael Ellerman · 9 years ago
  62. d17475d powerpc/selftest: Add gettimeofday() benchmark by Michael Neuling · 9 years ago
  63. 281786e selftests/powerpc: Install tempfile so the subpage_prot_file test works by Michael Ellerman · 9 years ago
  64. b4b56f9 powerpc/tm: Abort syscalls in active transactions by Sam bobroff · 9 years ago
  65. 809fac6 selftests/powerpc: Add gitignore file for the new DSCR tests by Anshuman Khandual · 9 years ago
  66. af0be08 selftests/powerpc: Add thread based stress test for DSCR sysfs interfaces by Michael Ellerman · 9 years ago
  67. ebd5858 selftests/powerpc: Add test for all DSCR sysfs interfaces by Anshuman Khandual · 9 years ago
  68. 6f84426 selftests/powerpc: Add test for DSCR inheritence across fork & exec by Anshuman Khandual · 9 years ago
  69. cf9c4a5 selftests/powerpc: Add test for DSCR value inheritence across fork by Anshuman Khandual · 9 years ago
  70. cc6a93f selftests/powerpc: Add test for DSCR SPR numbers by Anshuman Khandual · 9 years ago
  71. 1554f21 selftests/powerpc: Add test for explicitly changing DSCR value by Anshuman Khandual · 9 years ago
  72. 4c6315f selftests/powerpc: Add test for system wide DSCR default by Anshuman Khandual · 9 years ago
  73. 989898b selftests/powerpc: Add install support to more powerpc tests by Michael Ellerman · 9 years ago
  74. 2fa30fe selftests/powerpc: Fix the pmu install rule by Michael Ellerman · 9 years ago
  75. 68fc378 Revert "powerpc/tm: Abort syscalls in active transactions" by Michael Ellerman · 9 years ago
  76. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  77. 215ba78 mm, selftests: test return value of munmap for MAP_HUGETLB memory by David Rientjes · 9 years ago
  78. 7fe924d selftests/powerpc: Add transactional syscall test by Sam bobroff · 9 years ago
  79. 2b03fc1 selftests/powerpc: Move get_auxv_entry() to harness.c by Sam bobroff · 9 years ago
  80. 4cd968e selftests/powerpc: Add a test of the switch_endian() syscall by Michael Ellerman · 9 years ago
  81. 84f887b selftests: Set CC using CROSS_COMPILE once in lib.mk by Michael Ellerman · 9 years ago
  82. 6faeeea selftests: Add install support for the powerpc tests by Michael Ellerman · 9 years ago
  83. a908f5d selftests/powerpc: Rename TARGETS in powerpc selftests makefile by Michael Ellerman · 9 years ago
  84. 58dae82 selftests/powerpc: Add test for VPHN by Greg Kurz · 9 years ago
  85. 8edcee0e selftests/powerpc: Build the copyloops with -maltivec by Michael Ellerman · 9 years ago
  86. c2ce6f9 powerpc: Change vrX register defines to vX to match gcc and glibc by Anton Blanchard · 9 years ago
  87. 521adf5 selftests/powerpc: Add memcmp testcase by Anton Blanchard · 9 years ago
  88. 3776c20 selftests/powerpc: Add subpage protection self test. by Paul Mackerras · 9 years ago
  89. b64eedb selftests/powerpc: Make git ignore all binaries in powerpc test suite by Anshuman Khandual · 9 years ago
  90. fe2a1bb selftests/powerpc: Add test of load_unaligned_zero_pad() by Michael Ellerman · 10 years ago
  91. f929a46 selftests/powerpc: Add test of per-event excludes by Michael Ellerman · 10 years ago
  92. bd8bbd8 selftests/powerpc: Add a routine for retrieving an AUXV entry by Michael Ellerman · 10 years ago
  93. 985ac68 selftests/powerpc: Add cycles test with MMCR2 handling by Michael Ellerman · 10 years ago
  94. c418a67 selftests/powerpc: Dump MMCR2 as part of the EBB HW state by Michael Ellerman · 10 years ago
  95. 7d3fa96 selftests/powerpc: Count more instructions & use decimal by Michael Ellerman · 10 years ago
  96. 86450f2 selftests/powerpc: Count instructions under scheduler pressure by Michael Ellerman · 10 years ago
  97. 1feaa87 selftests/powerpc: Add test of L3 bank handling by Michael Ellerman · 10 years ago
  98. 6873def selftests/powerpc: Move core_busy_loop() into asm by Michael Ellerman · 10 years ago
  99. 6861b44 selftests/powerpc: Fix parse_proc_maps() by Michael Ellerman · 10 years ago
  100. cbfd7da selftests/powerpc: Don't ignore errors from sub Makefiles by Michael Ellerman · 10 years ago