1. c819baf Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-next by Ralf Baechle · 14 years ago
  2. 6650df3 MIPS: Move cache setup to setup_arch(). by David Daney · 14 years ago
  3. e3dc81f MIPS: Make set_handler() __cpuinit. by David Daney · 14 years ago
  4. fcbf1df MIPS: Introduce board_cache_error_setup() hook. by David Daney · 14 years ago
  5. f9ded56 MIPS: Fix several implicit uses of export.h/module.h by Paul Gortmaker · 14 years ago
  6. b81947c Disintegrate asm/system.h for MIPS by David Howells · 14 years ago
  7. f232c7e MIPS: traps.c: Fix typo by Masanari Iida · 14 years ago
  8. 4964e06 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 14 years ago
  9. ff2d8b1 treewide: convert uses of ATTRIB_NORETURN to __noreturn by Joe Perches · 14 years ago
  10. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 14 years ago
  11. 7bf6612 Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next by Ralf Baechle · 14 years ago
  12. 6fb97ef MIPS: Add board_ebase_setup() by Kevin Cernekee · 15 years ago
  13. 34bd92e MIPS: Add NMI notifier by Kevin Cernekee · 15 years ago
  14. ab75dc0 MIPS: Fix up inconsistency in panic() string argument. by Ralf Baechle · 15 years ago
  15. 5c20019 MIPS: ASID conflict after CPU hotplug by Maksim Rayskiy · 15 years ago
  16. 848484e mips: remove needless include of module.h from core kernel files. by Paul Gortmaker · 15 years ago
  17. 8742cd2 MIPS: Call oops_enter, oops_exit in die by Nathan Lynch · 15 years ago
  18. 4d85f6a MIPS: Make the die_lock be raw by Wu Zhangjin · 15 years ago
  19. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 15 years ago
  20. 10423c9 MIPS: Fix duplicate invocation of notify_die. by Ralf Baechle · 15 years ago
  21. 3d8bfdd MIPS: Use C0_KScratch (if present) to hold PGD pointer. by David Daney · 15 years ago
  22. 515b029 MIPS: Send proper signal and siginfo on FP emulator faults. by David Daney · 16 years ago
  23. 18d693b MIPS: Allow UserLocal on MIPS_R1 processors by Kevin Cernekee · 16 years ago
  24. 7f788d2 MIPS: add support for software performance events by Deng-Cheng Zhu · 16 years ago
  25. ca4d3e67 MIPS: Add missing #inclusions of <linux/irq.h> by David Howells · 16 years ago
  26. 70dc6f0 MIPS: Clean up notify_die() usage. by David Daney · 16 years ago
  27. 7281cd2 MIPS: Remove unused task_struct.trap_no field. by David Daney · 16 years ago
  28. c1bf207 MIPS: kprobe: Add support. by David Daney · 16 years ago
  29. 4483b15 MIPS: Provide more elevant interface cu2_notifier for CP2 extensions. by Ralf Baechle · 16 years ago
  30. 55dc9d5 MIPS: Return after handling coprocessor 2 exception by Jesper Nilsson · 16 years ago
  31. 6969a43 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  32. ed1bbde MIPS: Use set_cpus_allowed_ptr by Julia Lawall · 16 years ago
  33. 5dd11d5 mips,kgdb: kdb low level trap catch and stack trace by Jason Wessel · 16 years ago
  34. 4f81b01 MIPS: Use CKSEG1ADDR for uncached handler by Sebastian Andrzej Siewior · 16 years ago
  35. ce384d8 MIPS: die() does not call die notifier chain by Yury Polyanskiy · 16 years ago
  36. f6be75d MIPS: Calculate proper ebase value for 64-bit kernels by David Daney · 16 years ago
  37. 92bbe1b MIPS: Deal with larger physical offsets by Florian Fainelli · 16 years ago
  38. 2d1b6e9 MIPS: Annotate set_except_vector with __init by Florian Fainelli · 16 years ago
  39. f4fc580 MIPS: Fixup of the r4k timer by Wu Zhangjin · 16 years ago
  40. 010c108 MIPS: PowerTV: Fix support for timer interrupts with > 64 external IRQs by David VomLehn · 16 years ago
  41. 137f6f3 MIPS: Cleanup signal code initialization by Ralf Baechle · 16 years ago
  42. 69f3a7d MIPS: Modularize COP2 handling by Ralf Baechle · 16 years ago
  43. f1e39a4 MIPS: Rewrite sysmips(MIPS_ATOMIC_SET, ...) in C with inline assembler by Ralf Baechle · 17 years ago
  44. 4bb1a10 MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.h by David Daney · 17 years ago
  45. fbeda19 MIPS: Allow CPU specific overriding of CP0 hwrena impl bits. by David Daney · 17 years ago
  46. b72b709 MIPS: Use BUG_ON() where possible. by Ralf Baechle · 17 years ago
  47. 9fb4c2b MIPS: R2: Fix problem with code that incorrectly modifies ebase. by Chris Dearman · 17 years ago
  48. 8bc6d05 MIPS: Read watch registers with interrupts disabled. by David Daney · 17 years ago
  49. 42fe7ee MIPS: R2: Fix broken installation of cache error handler. by Ralf Baechle · 17 years ago
  50. f9bb4cf MIPS: For Cavium OCTEON set hwrena and lazily restore CP2 state. by David Daney · 17 years ago
  51. ba3049e MIPS: Switch FPU emulator trap to BREAK instruction. by Ralf Baechle · 18 years ago
  52. 566f74f MIPS: Consider value of c0_ebase when computing value of exception base. by David Daney · 18 years ago
  53. b67b2b7 MIPS: Watch exception handling for HARDWARE_WATCHPOINTS. by David Daney · 18 years ago
  54. 9cc1236 [MIPS] SMTC: Fix holes in SMTC and FPU affinity support. by Kevin D. Kissell · 18 years ago
  55. c65a548 [MIPS] Fix potential latency problem due to non-atomic cpu_wait. by Atsushi Nemoto · 19 years ago
  56. e0cee3e [MIPS] Fix WARNING: at kernel/smp.c:290 by Thomas Bogendoerfer · 18 years ago
  57. 0510617 [MIPS] Fix data bus error recovery by Thomas Bogendoerfer · 18 years ago
  58. 8854700 [MIPS] kgdb: add arch support for the kernel's kgdb core by Jason Wessel · 18 years ago
  59. b012cff [MIPS] Replace use of print_symbol with new %sP pointer format. by Ralf Baechle · 18 years ago
  60. cb11dfa [MIPS] Remove board_watchpoint_handler by David Daney · 18 years ago
  61. 10220c8 [MIPS] Fix check for valid stack pointer during backtrace by Thomas Bogendoerfer · 18 years ago
  62. df27005 [MIPS] Fix handling of trap and breakpoint instructions by Ralf Baechle · 18 years ago
  63. 39b8d52 [MIPS] Add support for MIPS CMP platform. by Ralf Baechle · 18 years ago
  64. bdc94eb [MIPS] Add noulri kernel argument to disable "rdhwr $29" usermode support. by Chris Dearman · 19 years ago
  65. 234fcd1 [MIPS] Fix loads of section missmatches by Ralf Baechle · 18 years ago
  66. 1f5826b [MIPS] Added missing cases for rdhwr emulation by Chris Dearman · 20 years ago
  67. bbaf238 [MIPS] Ensure that ST0_FR is never set on a 32 bit kernel by Chris Dearman · 18 years ago
  68. f6771db [MIPS] Fix shadow register support. by Ralf Baechle · 19 years ago
  69. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 19 years ago
  70. 42f7754 [MIPS] time: Move R4000 clockevent device code to separate configurable file by Ralf Baechle · 19 years ago
  71. 60b0d65 [MIPS] SYNC emulation for MIPS I processors by Maciej W. Rozycki · 19 years ago
  72. eae23f2 [MIPS] IP22: Fix warning. by Ralf Baechle · 19 years ago
  73. 9966db25 [MIPS] Make facility to convert CPU types to strings generally available. by Ralf Baechle · 19 years ago
  74. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 19 years ago
  75. 10cc352 [MIPS] Allow hardwiring of the CPU type to a single type for optimization. by Ralf Baechle · 19 years ago
  76. 641e97f [MIPS] Sibyte: Replace SB1 cachecode with standard R4000 class cache code. by Ralf Baechle · 19 years ago
  77. ec70f65 [MIPS] Kill useless volatile keyword by Ralf Baechle · 19 years ago
  78. 948a34c [MIPS] Maintain si_code field properly for FP exceptions by Thiemo Seufer · 19 years ago
  79. 34412c7 [MIPS] SMTC: Fix duplicate status dumps on NMI by Thiemo Seufer · 19 years ago
  80. 293c5bd [MIPS] Fixup secure computing stuff. by Ralf Baechle · 19 years ago
  81. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 19 years ago
  82. e1bb8289 [MIPS] Make show_code static and add __user tag by Atsushi Nemoto · 19 years ago
  83. 5e0373b [MIPS] Add some __user tags by Atsushi Nemoto · 19 years ago
  84. 28fc582 [MIPS] Sparse: Use NULL for pointer by Atsushi Nemoto · 19 years ago
  85. 9267a30 [MIPS] PMC MSP71xx mips common by Marc St-Jean · 19 years ago
  86. a369202 [MIPS] Enable support for the userlocal hardware register by Ralf Baechle · 19 years ago
  87. d223a861 [MIPS] FP affinity: Coding style cleanups by Ralf Baechle · 19 years ago
  88. b63e804 [MIPS] Remove unused watchpoint support and arch/mips/lib-{32,64} by Atsushi Nemoto · 19 years ago
  89. b3f6df9 [MIPS] Transform old-style macros to newer "__noreturn" by Robert P. J. Day · 19 years ago
  90. c3e838a [MIPS] Fix timer/performance interrupt detection by Chris Dearman · 19 years ago
  91. 3b1d4ed [MIPS] Don't drag a platform specific header into generic arch code. by Ralf Baechle · 19 years ago
  92. 6a05888 [MIPS] SMTC: The MT ASE requires to initialize c0_pagemask and c0_wired. by Ralf Baechle · 19 years ago
  93. 8e8a52e [MIPS] SMTC: Don't continue in set_vi_srs_handler on detected bad arguments. by Ralf Baechle · 19 years ago
  94. acaec42 [MIPS] Always install the DSP exception handler. by Chris Dearman · 19 years ago
  95. 6ba07e5 [MIPS] Fix warning by moving do_default_vi into CONFIG_CPU_MIPSR2_SRS by Atsushi Nemoto · 19 years ago
  96. ef300e4 [MIPS] Define and use vi_handler_t for vectored interrupt handlers. by Ralf Baechle · 19 years ago
  97. 856a514 [MIPS] Fix do_default_vi to use get_irq_regs to get the irq register ptr. by Ralf Baechle · 19 years ago
  98. 99af900 [MIPS] Make do_default_vi static by Ralf Baechle · 19 years ago
  99. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 19 years ago
  100. ba755f8 [MIPS] Fix BUG(), BUG_ON() handling by Atsushi Nemoto · 19 years ago