1. 4d2804b MIPS: DTS: img: Don't attempt to build-in all .dtb files by Paul Burton · 8 years ago
  2. 6b0fd6c clk: boston: Add a driver for MIPS Boston board clocks by Paul Burton · 8 years ago
  3. 7461279 dt-bindings: Document img,boston-clock binding by Paul Burton · 8 years ago
  4. 828db21 MIPS: Traced negative syscalls should return -ENOSYS by James Hogan · 8 years ago
  5. becddba MIPS: Correct forced syscall errors by James Hogan · 8 years ago
  6. 4f32a39 MIPS: Negate error syscall return in trace by James Hogan · 8 years ago
  7. 54eca7e MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS select by James Hogan · 8 years ago
  8. 65ae8d2 MIPS16e2: Provide feature overrides for non-MIPS16 systems by Maciej W. Rozycki · 8 years ago
  9. 92ecd19 MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfo by Maciej W. Rozycki · 8 years ago
  10. f3235d3 MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructions by Maciej W. Rozycki · 8 years ago
  11. 8d1630f MIPS: MIPS16e2: Identify ASE presence by Maciej W. Rozycki · 8 years ago
  12. bdb94f6 MIPS: VDSO: Fix a mismatch between comment and preprocessor constant by Aleksandar Markovic · 8 years ago
  13. 0b523a8 MIPS: VDSO: Add implementation of gettimeofday() fallback by Goran Ferenc · 8 years ago
  14. 180902e MIPS: VDSO: Add implementation of clock_gettime() fallback by Goran Ferenc · 8 years ago
  15. 8ec7f15 MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse() by Goran Ferenc · 8 years ago
  16. 5f93086 MIPS: Use current_cpu_type() in m4kc_tlbp_war() by Paul Burton · 8 years ago
  17. cebf8c0 MIPS: Allow storing pgd in C0_CONTEXT for MIPSr6 by Paul Burton · 8 years ago
  18. f39878c MIPS: Handle tlbex-tlbp race condition by Paul Burton · 8 years ago
  19. e7bc855 MIPS: Add CPU shared FTLB feature detection by Paul Burton · 8 years ago
  20. fa7a3b4 MIPS: CPS: Handle spurious VP starts more gracefully by Paul Burton · 8 years ago
  21. 4ad755c MIPS: CPS: Handle cores not powering down more gracefully by Paul Burton · 8 years ago
  22. 5570ba2 MIPS: CPS: Prevent multi-core with dcache aliasing by Paul Burton · 8 years ago
  23. c8b7712 MIPS: CPS: Select CONFIG_SYS_SUPPORTS_SCHED_SMT for MIPSr6 by Paul Burton · 8 years ago
  24. 2f93a60 MIPS: CM: WARN on attempt to lock invalid VP, not BUG by Paul Burton · 8 years ago
  25. 516db1c MIPS: CM: Avoid per-core locking with CM3 & higher by Paul Burton · 8 years ago
  26. 9b03d8a MIPS: Skip IPI setup if we only have 1 CPU by Paul Burton · 8 years ago
  27. f259fe2 MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  28. 70f743d MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away by Maciej W. Rozycki · 8 years ago
  29. 27fe220 MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message by Maciej W. Rozycki · 8 years ago
  30. a60b1a5 MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  31. fef40be MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  32. 1f4edde MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  33. 7b82c10 MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  34. 11a3799 MIPS: Fix unaligned PC interpretation in `compute_return_epc' by Maciej W. Rozycki · 8 years ago
  35. a9db101 MIPS: Actually decode JALX in `__compute_return_epc_for_insn' by Maciej W. Rozycki · 8 years ago
  36. 13769eba MIPS: math-emu: Prevent wrong ISA mode instruction emulation by Maciej W. Rozycki · 8 years ago
  37. 0b17c96 MIPS: Use queued spinlocks (qspinlock) by Paul Burton · 8 years ago
  38. 25da4e9 MIPS: Use queued read/write locks (qrwlock) by Paul Burton · 8 years ago
  39. 4843cf8 MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg() by Paul Burton · 8 years ago
  40. 3ba7f44 MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg() by Paul Burton · 8 years ago
  41. b70eb30 MIPS: cmpxchg: Implement 1 byte & 2 byte xchg() by Paul Burton · 8 years ago
  42. 8263db4 MIPS: cmpxchg: Implement __cmpxchg() as a function by Paul Burton · 8 years ago
  43. 62c6081 MIPS: cmpxchg: Drop __xchg_u{32,64} functions by Paul Burton · 8 years ago
  44. d15dc68 MIPS: cmpxchg: Error out on unsupported xchg() calls by Paul Burton · 8 years ago
  45. 77299db MIPS: cmpxchg: Use __compiletime_error() for bad cmpxchg() pointers by Paul Burton · 8 years ago
  46. 5154f3b MIPS: cmpxchg: Pull xchg() asm into a macro by Paul Burton · 8 years ago
  47. 6b1e762 MIPS: cmpxchg: Unify R10000_LLSC_WAR & non-R10000_LLSC_WAR cases by Paul Burton · 8 years ago
  48. 3f88ec6 MIPS: unaligned: Add DSP lwx & lhx missaligned access support by Miodrag Dinic · 8 years ago
  49. 3daf281 MIPS: R6: Fix PREF instruction usage by memcpy for MIPS R6 by Leonid Yegoshin · 8 years ago
  50. 21855a6 MIPS: build: Fix "-modd-spreg" switch usage when compiling for mips32r6 by Miodrag Dinic · 8 years ago
  51. 296a762 MIPS: cmdline: Add support for 'memmap' parameter by Miodrag Dinic · 8 years ago
  52. b9c4dc2 MIPS: Loogson: Make enum loongson_cpu_type more clear by Huacai Chen · 8 years ago
  53. ecc38a0 MIPS: Loongson-3: support irq_set_affinity() in i8259 chip by Huacai Chen · 8 years ago
  54. e1b88ca MIPS: Loongson-3: IRQ balancing for PCI devices by Huacai Chen · 8 years ago
  55. 99b0b5a MIPS: Loongson-3: Support 4 packages in CPU Hwmon driver by Huacai Chen · 8 years ago
  56. b392ee0 MIPS: Loongson: Add NMI handler support by Huacai Chen · 8 years ago
  57. 0a00024 MIPS: Loongson: Add Loongson-3A R3 basic support by Huacai Chen · 8 years ago
  58. d3f6163 MIPS: SEAD-3: Fix GIC interrupt specifiers by Paul Burton · 8 years ago
  59. fbdc674 MIPS: SEAD-3: Set interrupt-parent per-device, not at root node by Paul Burton · 8 years ago
  60. 032a469 MIPS: generic: Add a MAINTAINERS entry by Paul Burton · 8 years ago
  61. ae7ce6b MIPS: generic: Set RTC_ALWAYS_BCD to 0 by Paul Burton · 8 years ago
  62. e889dfc MIPS: generic: Abstract FDT fixup application by Paul Burton · 8 years ago
  63. c3d62fc MIPS: generic/yamon-dt: Use serial* rather than uart* aliases by Paul Burton · 8 years ago
  64. f41d243 MIPS: generic/yamon-dt: Support > 256MB of RAM by Paul Burton · 8 years ago
  65. 571b7e6 MIPS: generic/yamon-dt: Pull YAMON DT shim code out of SEAD-3 board by Paul Burton · 8 years ago
  66. efe4a1a MIPS: SEAD-3: Remove GIC timer from DT by Paul Burton · 8 years ago
  67. 203e090 MIPS: Branch straight to ll in mips_atomic_set() by James Hogan · 8 years ago
  68. 4915e1b MIPS: Fix mips_atomic_set() with EVA by James Hogan · 8 years ago
  69. 49955d8 MIPS: Save static registers before sysmips by James Hogan · 8 years ago
  70. 2ec420b MIPS: Fix mips_atomic_set() retry condition by James Hogan · 8 years ago
  71. 736add2 MIPS: perf: add I6500 handling by Marcin Nowakowski · 8 years ago
  72. 859aeb1 MIPS: Probe the I6500 CPU by Paul Burton · 8 years ago
  73. 498e9ad MIPS: Perform post-DMA cache flushes on systems with MAARs by Paul Burton · 8 years ago
  74. 669c409 MIPS: Give __secure_computing() access to syscall arguments. by David Daney · 8 years ago
  75. f381bf6 MIPS: Add support for eBPF JIT. by David Daney · 8 years ago
  76. dc19012 MIPS: Add some instructions to uasm. by David Daney · 8 years ago
  77. 1f22d59 MIPS: Correctly define DBSHFL type instruction opcodes. by David Daney · 8 years ago
  78. ce807d5 MIPS: Optimize uasm insn lookup. by David Daney · 8 years ago
  79. 430d0b8 MIPS: module: Unify rel & rela reloc handling by Paul Burton · 8 years ago
  80. 351b094 MIPS: module: Ensure we always clean up r_mips_hi16_list by Paul Burton · 8 years ago
  81. 59baa24 MIPS: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 8 years ago
  82. 1259798 MIPS: Sort MIPS Kconfig Alphabetically. by Matt Redfearn · 8 years ago
  83. c0bc126 Linux 4.12-rc7 by Linus Torvalds · 8 years ago
  84. a4fd8b3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  85. 5f4b37d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  86. 35d8d5d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  87. 1a8cca1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  88. 412572b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 8 years ago
  89. d5d5c18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  90. bb9b8fd Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  91. f65013d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  92. 26fcd95 x86/mshyperv: Remove excess #includes from mshyperv.h by Thomas Gleixner · 8 years ago
  93. 94a6df2 Merge tag 'powerpc-4.12-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  94. cd5545a Merge tag 'acpi-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  95. ba6cbdb Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  96. 25b2398 Merge tag 'gpio-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  97. 51c933f Merge tag 'sound-4.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  98. 311548f Merge tag 'drm-fixes-for-v4.12-rc7' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  99. 7139a06 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 8 years ago
  100. 7ec2f7e Merge tag 'for-4.12/dm-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago