1. 95bf9d6 signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT by Eric W. Biederman · 3 years, 2 months ago
  2. 256ec48 MIPS: Convert R10000_LLSC_WAR info a config option by Thomas Bogendoerfer · 4 years, 4 months ago
  3. e84957e MIPS: syscall: Emit Loongson3 sync workarounds within asm by Paul Burton · 5 years ago
  4. 0671c5b MIPS: Wire up clone3 syscall by Paul Burton · 5 years ago
  5. 1c6c1ca mips/atomic: Fix loongson_llsc_mb() wreckage by Peter Zijlstra · 6 years ago
  6. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  7. 378ed6f MIPS: Avoid using .set mips0 to restore ISA by Paul Burton · 6 years ago
  8. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  9. 203e090 MIPS: Branch straight to ll in mips_atomic_set() by James Hogan · 8 years ago
  10. 4915e1b MIPS: Fix mips_atomic_set() with EVA by James Hogan · 8 years ago
  11. 49955d8 MIPS: Save static registers before sysmips by James Hogan · 8 years ago
  12. 2ec420b MIPS: Fix mips_atomic_set() retry condition by James Hogan · 8 years ago
  13. f0a955f mips: sanitize __access_ok() by Al Viro · 8 years ago
  14. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  15. 9606de3 MIPS: sysmips: Remove duplicated include from syscall.c by Wei Yongjun · 8 years ago
  16. c9d3fdf MIPS: syscall: Return directly in mips_mmap() by Markus Elfring · 8 years ago
  17. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  18. fee313d MIPS: kernel: syscall: Set the appropriate ISA level for MIPS R6 by Markos Chandras · 10 years ago
  19. 0e525e4 MIPS: Apply `.insn' to fixup labels throughout by Maciej W. Rozycki · 10 years ago
  20. a809d46 MIPS: Fix gigaton of warning building with microMIPS. by Ralf Baechle · 11 years ago
  21. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  22. 50150d2 mips: switch to generic sys_fork() and sys_clone() by Al Viro · 12 years ago
  23. 64b3122 mips: take the "zero newsp means inherit the parent's one" to copy_thread() by Al Viro · 12 years ago
  24. 974fdb3 mips: no magic arguments for sysm_pipe() by Al Viro · 12 years ago
  25. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  26. bc4f297 MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3(). by Ralf Baechle · 12 years ago
  27. 33722a2 MIPS: sysmips: Use unreachable(). by Ralf Baechle · 12 years ago
  28. 12890d0 MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3(). by Ralf Baechle · 12 years ago
  29. f2ace93 MIPS: sysmips: Use unreachable(). by Ralf Baechle · 12 years ago
  30. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  31. baf9ff7 MIPS: Switch over to generic sys_execve and kernel_execve. by Ralf Baechle · 12 years ago
  32. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  33. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  34. 6f6c3c33 MIPS: Move arch_get_unmapped_area and gang to new file. by Ralf Baechle · 14 years ago
  35. 9c1e8a9 MIPS: Cleanup arch_get_unmapped_area by Ralf Baechle · 14 years ago
  36. 7a6e4ca MIPS: Remove unused code from arch/mips/kernel/syscall.c by David Daney · 14 years ago
  37. e56293b MIPS: Clear the correct flag in sysmips(MIPS_FIXADE, ...). by Stefan Oberhumer · 14 years ago
  38. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  39. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  40. 652b14a MIPS: Enable heap randomization. by David Daney · 14 years ago
  41. 1091458 MIPS: Randomize mmap if randomize_va_space is set by David Daney · 14 years ago
  42. c52d0d3 MIPS: Preliminary VDSO by David Daney · 15 years ago
  43. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  44. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 15 years ago
  45. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  46. e77414e fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh by Al Viro · 15 years ago
  47. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  48. a91be9e MIPS: Fix MIPS I build. by Ralf Baechle · 15 years ago
  49. f1e39a4 MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assembler by Ralf Baechle · 15 years ago
  50. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  51. 9d5a9e7 Remove asm/a.out.h files for all architectures without a.out support. by Adrian Bunk · 17 years ago
  52. ed8cae8 flag parameters: pipe by Ulrich Drepper · 16 years ago
  53. 8213bbf [MIPS] Rename MIPS sys_pipe syscall entry point to something MIPS-specific. by Ralf Baechle · 16 years ago
  54. 098362e7 [MIPS] Add len and addr validation for MAP_FIXED mappings. by David Daney · 17 years ago
  55. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  56. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  57. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  58. 293c5bd [MIPS] Fixup secure computing stuff. by Ralf Baechle · 17 years ago
  59. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  60. f5dbeaf [MIPS] Replace __attribute_used__ with __used by David Rientjes · 17 years ago
  61. a369202 [MIPS] Enable support for the userlocal hardware register by Ralf Baechle · 17 years ago
  62. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  63. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 18 years ago
  64. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  65. 06be375 [MIPS] TLS: set_thread_area returns asmlinkage int not void. by Ralf Baechle · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  67. fc10334 [MIPS] Remove BSD and Sys V compat data types. by Ralf Baechle · 19 years ago
  68. ecf52d3 [MIPS] Fix compiler warnings (field width, unused variable) by Atsushi Nemoto · 19 years ago
  69. 235a9d3 [MIPS] Remove support for sysmips(2) SETNAME and MIPS_RDNVRAM operations. by Ralf Baechle · 19 years ago
  70. 947df17 [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT. by H. Peter Anvin · 19 years ago
  71. 219ac73 [MIPS] Further sparsification for 32-bit compat code. by Atsushi Nemoto · 19 years ago
  72. be6e518 [MIPS] Sparse: Add __user tags to syscall.c by Atsushi Nemoto · 19 years ago
  73. dc8f602 [PATCH] mips: task_thread_info() by Al Viro · 19 years ago
  74. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 19 years ago
  75. 3c37026 NPTL, round one. by Ralf Baechle · 20 years ago
  76. 9ff77c4 Export shm_align_mask and flush_data_cache_page. by Ralf Baechle · 20 years ago
  77. 048eb58 kbuild: mips use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  78. 7d87e14c [PATCH] consolidate sys_shmat by Stephen Rothwell · 20 years ago
  79. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago