1. 1179774 MIPS: uaccess: Add micromips clobbers to bzero invocation by Matt Redfearn · 6 years ago
  2. 133d970 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  3. cabca8c MIPS: Enable hardened usercopy by Paul Burton · 8 years ago
  4. 29abfbd mips: separate extable.h, switch module.h to it by Al Viro · 8 years ago
  5. e69d700 mips: copy_from_user() must zero the destination on access_ok() failure by Al Viro · 8 years ago
  6. 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  7. 92a76f6 MIPS: Fix misspellings in comments. by Adam Buchbinder · 8 years ago
  8. 930c0f7 MIPS: Fix bitrot in __get_user_unaligned() by Al Viro · 9 years ago
  9. d6a428f MIPS: uaccess: Take EVA into account in [__]clear_user by James Hogan · 9 years ago
  10. 6f06a2c MIPS: uaccess: Take EVA into account in __copy_from_user() by James Hogan · 9 years ago
  11. 5dc62fd MIPS: uaccess: Fix strlen_user with EVA by James Hogan · 9 years ago
  12. 78c10e5 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  13. 1206066 MIPS: Optimise non-EVA kernel user memory accesses by Paul Burton · 9 years ago
  14. b3c395e mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  15. 80219c6 MIPS: uaccess.h: Fix strnlen_user comment. by Ralf Baechle · 10 years ago
  16. 4ff3fcc MIPS: Remove __strlen_user(). by Ralf Baechle · 10 years ago
  17. 640465b MIPS: Zero variable read by get_user / __get_user in case of an error. by Ralf Baechle · 10 years ago
  18. 5856381 MIPS: asm: uaccess: Add v1 register to clobber list on EVA by Markos Chandras · 10 years ago
  19. e3a9b07 MIPS: asm: uaccess: Add EVA support for str*_user operations by Markos Chandras · 10 years ago
  20. 05c6516 MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user by Markos Chandras · 11 years ago
  21. 0081ad2 MIPS: asm: uaccess: Rename {get,put}_user_asm macros by Markos Chandras · 10 years ago
  22. ac1d859 MIPS: asm: uaccess: Use EVA instructions wrappers by Markos Chandras · 11 years ago
  23. 18e9001 MIPS: asm: uaccess: Disable unaligned access macros for EVA by Leonid Yegoshin · 11 years ago
  24. ec56b1d MIPS: asm: uaccess: Move duplicated code to common function by Markos Chandras · 11 years ago
  25. d84869a MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm by Markos Chandras · 11 years ago
  26. b22d1b6 Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next by Ralf Baechle · 11 years ago
  27. 1658f91 MIPS: microMIPS: Disable LL/SC and fix linker bug. by Steven J. Hill · 11 years ago
  28. 9843b03 KVM/MIPS32: KVM Guest kernel support. by Sanjay Lal · 12 years ago
  29. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 11 years ago
  30. bb0757e MIPS: Unify memcpy.S and memcpy-inatomic.S by David Daney · 12 years ago
  31. 949e51b MIPS: Make TASK_SIZE reflect proper size for both 32 and 64 bit processes. by David Daney · 14 years ago
  32. 63d3892 MIPS: Fix sparse warning in incompatiable argument type of clear_user. by Wu Zhangjin · 15 years ago
  33. ef41f46 MIPS: uaccess: Switch lock annotations to might_fault(). by Ralf Baechle · 15 years ago
  34. ed01b3d MIPS: Make uaccess.h slightly more sparse friendly. by Ralf Baechle · 15 years ago
  35. d0aab92 MIPS: Make access_ok() sideeffect proof. by Ralf Baechle · 15 years ago
  36. 71ec6cc MIPS: Replace use of <asm-generic/uaccess.h> with native implementations. by Ralf Baechle · 18 years ago
  37. 384740d MIPS: Move headfiles to new location below arch/mips/include by Ralf Baechle · 16 years ago[Renamed from include/asm-mips/uaccess.h]
  38. 8d2d91e MIPS: Optimize get_user and put_user for 64-bit by Ralf Baechle · 16 years ago
  39. 619b6e1 [MIPS] R4000/R4400 daddiu erratum workaround by Maciej W. Rozycki · 17 years ago
  40. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  41. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  42. d0c91ae [MIPS] Export __copy_user_inatomic. by Ralf Baechle · 17 years ago
  43. e03b526 [MIPS] Fixup copy_from_user_inatomic by Ralf Baechle · 17 years ago
  44. 6f3aa38 [MIPS] Remove stray instruction from __get_user_asm_ll32. by Ralf Baechle · 17 years ago
  45. cb66fb3 [MIPS] 32-bit: Fix warning about cast for fetching pointer from userspace. by Ralf Baechle · 17 years ago
  46. cd1fb9e Revert "[MIPS] Fix warning in get_user when fetching pointer object from userspace." by Ralf Baechle · 17 years ago
  47. 4ed3a77 [MIPS] Fix warning in get_user when fetching pointer object from userspace. by Ralf Baechle · 17 years ago
  48. 131c1a2 [MIPS] Comment fix by Chris Dearman · 17 years ago
  49. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  50. 8ecbbca [MIPS] Fixes for uaccess.h with gcc >= 4.0.1 by Atsushi Nemoto · 18 years ago
  51. 3218357 [MIPS] More uaccess.h fixes with gcc >= 4.0.1. by Ralf Baechle · 18 years ago
  52. 4feb8f8 [MIPS] Bullet proof uaccess.h against 4.0.1 miss-compilation. by Ralf Baechle · 18 years ago
  53. 27c7c16 Drop might_sleep() calls from get_user() & co. This should fix the issue by Ralf Baechle · 19 years ago
  54. fe00f94 Sparseify MIPS. by Ralf Baechle · 19 years ago
  55. 97de50c [PATCH] remove verify_area(): remove verify_area() from various uaccess.h headers by Jesper Juhl · 19 years ago
  56. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago