1. 4936084 MIPS: Cleanup R10000_LLSC_WAR logic in atomic.h by Joshua Kinard · 7 years ago
  2. a0a5ac3 MIPS: Fix delay slot bug in `atomic*_sub_if_positive' for R10000_LLSC_WAR by Joshua Kinard · 7 years ago
  3. 4ec4585 locking/atomic, arch/mips: Convert to _relaxed atomics by Peter Zijlstra · 9 years ago
  4. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  5. 4edac52 locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  6. b84da9f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  7. f25319d MIPS: atomic: Fix comment describing atomic64_add_unless's return value. by Ralf Baechle · 9 years ago
  8. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  9. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  10. 27782f2 mips: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  11. 0038df2 MIPS: asm: atomic: Update ISA constraints for MIPS R6 support by Markos Chandras · 10 years ago
  12. 94bfb75 MIPS: asm: Rename GCC_OFF12_ASM to GCC_OFF_SMALL_ASM by Markos Chandras · 10 years ago
  13. ddb3108 MIPS: atomic.h: Reformat to fit in 79 columns by Maciej W. Rozycki · 10 years ago
  14. b0984c4 MIPS: Fix microMIPS LL/SC immediate offsets by Maciej W. Rozycki · 10 years ago
  15. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  16. da4c544 locking, mips: Fix atomics by Peter Zijlstra · 10 years ago
  17. ef31563 locking,arch,mips: Fold atomic_ops by Peter Zijlstra · 11 years ago
  18. 91bbefe arch,mips: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
  19. a809d46 MIPS: Fix gigaton of warning building with microMIPS. by Ralf Baechle · 11 years ago
  20. edf7b93 MIPS: Random whitespace clean-ups by Maciej W. Rozycki · 11 years ago
  21. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  22. b4f2a17 Improve atomic.h robustness by Joshua Kinard · 13 years ago
  23. b81947c Disintegrate asm/system.h for MIPS by David Howells · 13 years ago
  24. 7847777 atomic: cleanup asm-generic atomic*.h inclusion by Arun Sharma · 13 years ago
  25. f24219b atomic: move atomic_add_unless to generic code by Arun Sharma · 13 years ago
  26. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  27. 7837314 MIPS: Get rid of branches to .subsections. by Ralf Baechle · 14 years ago
  28. 2b78920 MIPS: Use generic atomic64 for 32-bit kernels by Deng-Cheng Zhu · 15 years ago
  29. f2a6827 MIPS: Quit using undefined behavior of ADDU in 64-bit atomic operations. by David Daney · 14 years ago
  30. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 15 years ago
  31. f252ffd MIPS: New macro smp_mb__before_llsc. by David Daney · 15 years ago
  32. b791d11 MIPS: Allow kernel use of LL/SC to be separate from the presence of LL/SC. by David Daney · 16 years ago
  33. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 16 years ago
  34. 915ec1e MIPS: atomic_*(): Change type of intermediate variables. by Ralf Baechle · 16 years ago
  35. ea435467 atomic_t: unify all arch definitions by Matthew Wilcox · 16 years ago
  36. 384740d MIPS: Move headfiles to new location below arch/mips/include by Ralf Baechle · 16 years ago[Renamed from include/asm-mips/atomic.h]
  37. 5095202 [MIPS] Fix bug in atomic_sub_if_positive. by Ralf Baechle · 17 years ago
  38. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  39. 17099b1 [MIPS] Make support for weakly ordered LL/SC a config option. by Ralf Baechle · 18 years ago
  40. 7b239bb [MIPS] Fix build error in atomic64_cmpxchg by Atsushi Nemoto · 18 years ago
  41. 2856f5e atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependency by Mathieu Desnoyers · 18 years ago
  42. e12f644 atomic.h: add atomic64 cmpxchg, xchg and add_unless to mips by Mathieu Desnoyers · 18 years ago
  43. 49edd09 [MIPS] Lockdep: Fix recursion bug. by Ralf Baechle · 18 years ago
  44. f65e4fa [MIPS] Improve branch prediction in ll/sc atomic operations. by Ralf Baechle · 18 years ago
  45. 0004a9d [MIPS] Cleanup memory barriers for weakly ordered systems. by Ralf Baechle · 18 years ago
  46. 4f8b5c7 [MIPS] Fix atomic.h build errors. by Ralf Baechle · 18 years ago
  47. e303e08 [MIPS] Remove old junk left from old atomic_lock. by Ralf Baechle · 18 years ago
  48. 192ef36 [MIPS] TRACE_IRQFLAGS_SUPPORT support. by Ralf Baechle · 19 years ago
  49. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  50. 92f22c1 [MIPS] Fix atomic*_sub_if_positive return value. by Ralf Baechle · 19 years ago
  51. b2d28b7 MIPS: Get rid of atomic_lock. by Ralf Baechle · 19 years ago
  52. ffbf670 [PATCH] mutex subsystem, add atomic_xchg() to all arches by Ingo Molnar · 19 years ago
  53. d3cb487 [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 by Christoph Lameter · 19 years ago
  54. f10d14d [MIPS] Fix documentation typos. by Arnaud Giersch · 19 years ago
  55. 8426e1f [PATCH] atomic: inc_not_zero by Nick Piggin · 19 years ago
  56. 4a6dae6 [PATCH] atomic: cmpxchg by Nick Piggin · 19 years ago
  57. c4559f6 Always use ".set mips3" rather than select between "mips2" or "mips3" by Maciej W. Rozycki · 20 years ago
  58. aac8aa7 Enable a suitable ISA for the assembler around ll/sc so that code by Maciej W. Rozycki · 20 years ago
  59. 875d43e [PATCH] mips: clean up 32/64-bit configuration by Ralf Baechle · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago