1. e3a9b07 MIPS: asm: uaccess: Add EVA support for str*_user operations by Markos Chandras · 11 years ago
  2. 05c6516 MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user by Markos Chandras · 11 years ago
  3. 0081ad2 MIPS: asm: uaccess: Rename {get,put}_user_asm macros by Markos Chandras · 11 years ago
  4. ac1d859 MIPS: asm: uaccess: Use EVA instructions wrappers by Markos Chandras · 11 years ago
  5. 18e9001 MIPS: asm: uaccess: Disable unaligned access macros for EVA by Leonid Yegoshin · 11 years ago
  6. ec56b1d MIPS: asm: uaccess: Move duplicated code to common function by Markos Chandras · 11 years ago
  7. d84869a MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm by Markos Chandras · 11 years ago
  8. fd9720e MIPS: lib: memset: Add EVA support for the __bzero function. by Markos Chandras · 11 years ago
  9. 6d5155c MIPS: lib: memset: Use macro to build the __bzero symbol by Markos Chandras · 11 years ago
  10. 8483b14 MIPS: lib: memset: Whitespace fixes by Markos Chandras · 11 years ago
  11. cd26cb4 MIPS: lib: memcpy: Add EVA support by Markos Chandras · 11 years ago
  12. cf62a8b MIPS: lib: memcpy: Use macro to build the copy_user code by Markos Chandras · 11 years ago
  13. bda4d98 MIPS: lib: memcpy: Split source and destination prefetch macros by Markos Chandras · 11 years ago
  14. 5bc0597 MIPS: lib: memcpy: Merge EXC and load/store macros by Markos Chandras · 11 years ago
  15. b3c3025 MIPS: lib: strncpy_user: Add EVA support by Markos Chandras · 11 years ago
  16. cc59fe5 MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol by Markos Chandras · 11 years ago
  17. 05397054 MIPS: lib: strlen_user: Add EVA support by Markos Chandras · 11 years ago
  18. 5cc4949 MIPS: lib: strlen_user: Use macro to build the strlen_user symbol by Markos Chandras · 11 years ago
  19. 4968db4 MIPS: lib: strnlen_user: Add EVA support by Markos Chandras · 11 years ago
  20. c48be43 MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol by Markos Chandras · 11 years ago
  21. 078dde5 MIPS: traps: Set correct address limit for breakpoints and traps by Leonid Yegoshin · 11 years ago
  22. b08a9c9 MIPS: kernel: traps: Whitespace clean up by Markos Chandras · 11 years ago
  23. 86bdb27 MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments by Markos Chandras · 11 years ago
  24. aa1af47 MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions by Leonid Yegoshin · 11 years ago
  25. a442c9e MIPS: uapi: inst: Add new EVA opcodes by Leonid Yegoshin · 11 years ago
  26. a6813fe MIPS: futex: Add EVA support for futex operations by Markos Chandras · 11 years ago
  27. 9324494 MIPS: asm: Add wrappers for EVA/non-EVA instructions by Markos Chandras · 11 years ago
  28. 5b736cd MIPS: asm: Add prefetch instruction for EVA by Leonid Yegoshin · 11 years ago
  29. a6e1878 MIPS: Kconfig: Add Kconfig symbols for EVA support by Leonid Yegoshin · 11 years ago
  30. 8c7f6ba MIPS: OProfile: Add CPU_P5600 cases by James Hogan · 11 years ago
  31. d83b0e8 MIPS: Allow FTLB to be turned on for CPU_P5600 by James Hogan · 11 years ago
  32. 829dcc0 MIPS: Add MIPS P5600 probe support by James Hogan · 11 years ago
  33. aced4cb MIPS: Add cases for CPU_P5600 by James Hogan · 11 years ago
  34. f43e4df MIPS: Add MIPS P5600 PRid and cputype identifiers by James Hogan · 11 years ago
  35. eec43a2 MIPS: Save/restore MSA context around signals by Paul Burton · 11 years ago
  36. a8ad136 MIPS: Warn if vector register partitioning is implemented by Paul Burton · 11 years ago
  37. 2bcb3fb MIPS: Dumb MSA FP exception handler by Paul Burton · 11 years ago
  38. 1db1af8 MIPS: Basic MSA context switching support by Paul Burton · 11 years ago
  39. a5e9a69 MIPS: Detect the MSA ASE by Paul Burton · 11 years ago
  40. 7f65afb MIPS: Add MSA register definitions & access by Paul Burton · 11 years ago
  41. 0298763 MIPS: Don't assume 64-bit FP registers for context switch by Paul Burton · 11 years ago
  42. 72b22bb MIPS: Don't assume 64-bit FP registers for FP regset by Paul Burton · 11 years ago
  43. 6cec7c4 MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu by Paul Burton · 11 years ago
  44. ef1c47a MIPS: Clear upper bits of FP registers on emulator writes by Paul Burton · 11 years ago
  45. 6bbfd65 MIPS: Replace hardcoded 32 with NUM_FPU_REGS in ptrace by Paul Burton · 11 years ago
  46. ff3aa5f MIPS: Don't require FPU on sigcontext setup/restore by Paul Burton · 11 years ago
  47. b2ead52 MIPS: Move & rename fpu_emulator_{save,restore}_context by Paul Burton · 11 years ago
  48. e87ce94 MIPS: Update outdated comment by Paul Burton · 11 years ago
  49. bbd426f MIPS: Simplify FP context access by Paul Burton · 11 years ago
  50. 490b004 MIPS: Select HAVE_ARCH_SECCOMP_FILTER by Markos Chandras · 11 years ago
  51. 4c21b8f MIPS: seccomp: Handle indirect system calls (o32) by Markos Chandras · 11 years ago
  52. 9d37c40 MIPS: kernel: scalls: Skip the syscall if denied by the seccomp filter by Markos Chandras · 11 years ago
  53. 1225eb8 MIPS: ptrace: Move away from secure_computing_strict by Markos Chandras · 11 years ago
  54. 137f7df MIPS: asm: thread_info: Add _TIF_SECCOMP flag by Markos Chandras · 11 years ago
  55. 6e34574 MIPS: asm: syscall: Define syscall_get_arch by Markos Chandras · 11 years ago
  56. 22feadb MIPS: asm: syscall: Add the syscall_rollback function by Markos Chandras · 11 years ago
  57. 5cac93b MIPS: Deprecate CONFIG_MIPS_CMP by Paul Burton · 11 years ago
  58. a6ce202 MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVP by Paul Burton · 11 years ago
  59. 044505c MIPS: More helpful CONFIG_MIPS_CMP label, help text by Paul Burton · 11 years ago
  60. 9d98127 MIPS: Remove gcmpregs.h by Paul Burton · 11 years ago
  61. e56b6aa MIPS: Malta: Allow use of MIPS CPS SMP implementation by Paul Burton · 11 years ago
  62. 7dc2834 MIPS: Malta: Probe CPC when supported by Paul Burton · 11 years ago
  63. 237036d MIPS: Malta: Make use of generic CM support by Paul Burton · 11 years ago
  64. 0ee958e MIPS: Coherent Processing System SMP implementation by Paul Burton · 11 years ago
  65. b86c224 MIPS: Add cpu_vpe_id macro by Paul Burton · 11 years ago
  66. 9c38cf4 MIPS: Add CPC probe, access functions by Paul Burton · 11 years ago
  67. 9f98f3d MIPS: Add generic CM probe & access code by Paul Burton · 11 years ago
  68. 72e2014 MIPS: Move GIC IPI functions out of smp-cmp.c by Paul Burton · 11 years ago
  69. 1d68808 MIPS: Introduce _EXT assembler macro by Paul Burton · 11 years ago
  70. 6d9727a MIPS: Add missing includes to gic.h by Paul Burton · 11 years ago
  71. 4dd8ee5 MIPS: Add CP0 CMGCRBase definitions & accessor by Paul Burton · 11 years ago
  72. 20a8d5d MIPS: Define Config1 cache field shifts & sizes by Paul Burton · 11 years ago
  73. 442e14a MIPS: Add 1074K CPU support explicitly. by Steven J. Hill · 11 years ago
  74. 02dc6bf MIPS: mm: c-r4k: Detect instruction cache aliases by Markos Chandras · 11 years ago
  75. 0414855 Linux 3.14-rc5 by Linus Torvalds · 11 years ago
  76. c59224d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  77. a53c8ce Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  78. 3751c97 Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  79. 9ff7aeb Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  80. d668ca1c Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  81. 9f4a9b8 Merge iio fixes into staging-linus by Greg Kroah-Hartman · 11 years ago
  82. 3154da3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 49e893b Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 11 years ago
  84. 6950e23 drm/vmwgfx: avoid null pointer dereference at failure paths by Alexey Khoroshilov · 11 years ago
  85. a34417f drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date. by Thomas Hellstrom · 11 years ago
  86. ae20456 drm/vmwgfx: Remove some unused surface formats by Thomas Hellstrom · 11 years ago
  87. 55de1ed Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  88. 702256e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  89. 3750c14 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  90. 751a03c Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  91. af76815 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  92. d3dae4a Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  93. 8427def MAINTAINERS: add maintainer entry for Armada DRM driver by Russell King · 11 years ago
  94. ebb7c19 Merge tag 'dm-3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  95. 7aa4835 Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  96. 04b5225 Merge tag 'edac_fixes_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  97. d8efcf3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  98. 78d9e93 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  99. f94def7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  100. b57fc9e arm64: Fix !CONFIG_SMP kernel build by Catalin Marinas · 11 years ago