1. 9b26616 MIPS: Respect the ISA level in FCSR handling by Maciej W. Rozycki · 9 years ago
  2. 232b6ec MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic again by Maciej W. Rozycki · 9 years ago
  3. f1f3b7e MIPS: math-emu: Define IEEE 754-2008 feature control bits by Maciej W. Rozycki · 9 years ago
  4. c491cfa MIPS: math-emu: Implement the FCCR, FEXR and FENR registers by Maciej W. Rozycki · 9 years ago
  5. f684362 MIPS: math-emu: Set FIR feature flags for full emulation by Maciej W. Rozycki · 9 years ago
  6. 9cb60e2 MIPS: Correct ISA masking in FPU feature determination by Maciej W. Rozycki · 9 years ago
  7. 304acb7 MIPS: Set `si_code' for SIGFPE signals sent from emulation too by Maciej W. Rozycki · 9 years ago
  8. 443c440 MIPS: Always clear FCSR cause bits after emulation by Maciej W. Rozycki · 9 years ago
  9. ed2d72c MIPS: Respect the FCSR exception mask for `si_code' by Maciej W. Rozycki · 9 years ago
  10. cfafc4f MIPS: math-emu: Move long fixed-point support into an `ar' library by Maciej W. Rozycki · 9 years ago
  11. 9ab4471 MIPS: math-emu: Correct delay-slot exception propagation by Maciej W. Rozycki · 9 years ago
  12. 2d83fea MIPS: Correct FP ISA requirements by Maciej W. Rozycki · 9 years ago
  13. 80cbfad MIPS: Correct MIPS I FP context layout by Maciej W. Rozycki · 9 years ago
  14. 7737b20 MIPS: math-emu: Fix delay-slot emulation cache incoherency by Maciej W. Rozycki · 9 years ago
  15. c987503 MIPS: Fix BREAK code interpretation heuristics by Maciej W. Rozycki · 9 years ago
  16. f6a31da MIPS: BREAK instruction interpretation corrections by Maciej W. Rozycki · 9 years ago
  17. 68893e0 MIPS: Correct MIPS16 BREAK code interpretation by Maciej W. Rozycki · 9 years ago
  18. 18a2c2c MIPS: Correct `nofpu' non-functionality by Maciej W. Rozycki · 9 years ago
  19. e06b530 MIPS: math-emu: Make NaN classifiers static by Maciej W. Rozycki · 9 years ago
  20. b0c2f8f MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp' by Maciej W. Rozycki · 9 years ago
  21. 42fa242 MIPS: math-emu: Remove dead comparison helpers by Maciej W. Rozycki · 9 years ago
  22. bd267a5 MIPS: math-emu: Remove redundant code from NaN comparison by Maciej W. Rozycki · 9 years ago
  23. c9a1084 MIPS: math-emu: Optimise NaN handling in comparisons by Maciej W. Rozycki · 9 years ago
  24. d5afa7e MIPS: math-emu: Reinstate sNaN quieting handlers by Maciej W. Rozycki · 9 years ago
  25. 539bfb5 MIPS: math-emu: Don't pass qNaNs through quieting handlers by Maciej W. Rozycki · 9 years ago
  26. d19cf86 MIPS: math-emu: Factor out NaN FP format conversions by Maciej W. Rozycki · 9 years ago
  27. ec98f9a MIPS: math-emu: Update sNaN quieting handlers by Maciej W. Rozycki · 9 years ago
  28. 1f6d2c2 MIPS: Use `FPU_CSR_ALL_X' in `__build_clear_fpe' by Maciej W. Rozycki · 9 years ago
  29. 27e28e8 MIPS: Normalise code flow in the CpU exception handler by Maciej W. Rozycki · 9 years ago
  30. d4f5b08 MIPS: math-emu: Factor out CFC1/CTC1 emulation by Maciej W. Rozycki · 9 years ago
  31. cb5d4aa MIPS: bitops.h: Avoid inline asm for constant FLS by Maciej W. Rozycki · 9 years ago
  32. 2cfcf8a MIPS: math-emu: Remove `modeindex' macro by Maciej W. Rozycki · 9 years ago
  33. 4a7c237 MIPS: Reindent R6 RI exception emulation by Maciej W. Rozycki · 9 years ago
  34. fad0bfd MIPS: mips-r2-to-r6-emul.h: Inline empty `mipsr2_decoder' by Maciej W. Rozycki · 9 years ago
  35. a49dc42 MIPS: ELF: Drop `get_fp_abi' by Maciej W. Rozycki · 9 years ago
  36. b844bc78 MIPS: math-emu: Fix oversize lines in comparisons by Maciej W. Rozycki · 9 years ago
  37. 241e9c4 MIPS: Correct the comment for and reformat `movf_func' by Maciej W. Rozycki · 9 years ago
  38. 5d77cf2 MIPS: math-emu: Reindent `bc_op' emulation by Maciej W. Rozycki · 9 years ago
  39. f6c70ff MIPS: Clarify the comment for `__cpu_has_fpu' by Maciej W. Rozycki · 9 years ago
  40. 1f44377 MIPS: Correct the comment for FPU emulator traps by Maciej W. Rozycki · 9 years ago
  41. 1796ec7 MIPS: ieee754.h: Supplement comments for special values by Maciej W. Rozycki · 9 years ago
  42. b3fea96 MIPS: ieee754.h: Correct comments for special values by Maciej W. Rozycki · 9 years ago
  43. 1054533 MIPS: mipsregs.h: Reindent CP0 Cause macros by Maciej W. Rozycki · 9 years ago
  44. e08384c MIPS: mipsregs.h: Move TX39 macros out of the way by Maciej W. Rozycki · 9 years ago
  45. fda5190 MIPS: mipsregs.h: Reorder CP1 macro definitions by Maciej W. Rozycki · 9 years ago
  46. 124f43d MIPS: mipsregs.h: Remove broken comments by Maciej W. Rozycki · 9 years ago
  47. fab43ef DOC: kernel-parameters.txt: Mark `nofpu' for MIPS too by Maciej W. Rozycki · 9 years ago
  48. 612544f MIPS: SEAD3: Combine all platform device registrations in one file. by Ralf Baechle · 9 years ago
  49. 21c784b MIPS: SEAD3: Make static in sead3-ehci what can be made static. by Ralf Baechle · 9 years ago
  50. 6b09adc MIPS: SEAD3: sead3-ehci should not be a module. by Ralf Baechle · 9 years ago
  51. 85f215c MIPS: SEAD3: sead3-platform is not a module. by Ralf Baechle · 9 years ago
  52. 9d4b5b9 MIPS: SEAD3: sead3-net is not a module. by Ralf Baechle · 9 years ago
  53. e754dfc MIPS: BCM47xx: Move filling most of SPROM to the generic function by Rafał Miłecki · 9 years ago
  54. d55a52c MIPS: BCM47xx: Add generic function filling SPROM entries by Rafał Miłecki · 9 years ago
  55. 7ae7ef3 MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOT by Wu Zhangjin · 14 years ago
  56. 160f143 MIPS: BCM47xx: Devices database update for 4.1 (or 4.2?) by Rafał Miłecki · 9 years ago
  57. 7515c6f MIPS: BCM47xx: Keep ID entries for non-standard devices together by Rafał Miłecki · 9 years ago
  58. 5db7ccd MIPS: AR7: Replace mac address parsing by Daniel Walter · 10 years ago
  59. 1f8d271 MIPS: Lasat: Remove unused function from sysctl code. by Rickard Strandqvist · 9 years ago
  60. 40d1217 MIPS: BCM47XX: Don't try guessing NVRAM size on MTD partition by Rafał Miłecki · 9 years ago
  61. 6ab7c29 MIPS: BCM47XX: Increase NVRAM buffer size to 64 KiB by Rafał Miłecki · 9 years ago
  62. 50c9791 MIPS: BCM47XX: Include io.h directly and fix brace indent by Rafał Miłecki · 9 years ago
  63. e2e7f29 MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround by Maciej W. Rozycki · 10 years ago
  64. 12a8471 MIPS: Remove prototype for copy_user_page by Guenter Roeck · 9 years ago
  65. 9c057b3 MIPS: Loongson-3: Add chipset ACPI platform driver by Huacai Chen · 9 years ago
  66. 64f09aa MIPS: Loongson-3: Add CPU Hwmon platform driver by Huacai Chen · 9 years ago
  67. f14ceff MIPS: perf: Add hardware perf events support for Loongson-3 by Huacai Chen · 9 years ago
  68. a2e50f5 MIPS: PCI: Add a hook for IORESOURCE_BUS in pci_controller/bridge_controller by Joshua Kinard · 9 years ago
  69. 3db2742 MIPS: Use bool function return values of true/false not 1/0 by Joe Perches · 9 years ago
  70. 97b290b MIPS: Octeon: Fix to IP checksum offloading in Little Endian by Paul Martin · 9 years ago
  71. d2a948d MIPS: Octeon: Make octeon-md5 driver endian-agnostic by Paul Martin · 9 years ago
  72. 8a5cc92 MIPS: Octeon: Set up ethernet hardware for little endian by Paul Martin · 9 years ago
  73. f1e770c MIPS: Octeon: Reverse the order of register accesses to the FAU by Paul Martin · 9 years ago
  74. b0abf36 MIPS: Octeon: Set appropriate endianness in L2C registers by Paul Martin · 9 years ago
  75. 11db04c MIPS: Octeon: Turn hardware bitfields and structures inside out. by Paul Martin · 9 years ago
  76. 0a1cd2c MIPS: IP32: ip32-platform is not a module. by Ralf Baechle · 9 years ago
  77. 3057739 MIPS: Add R16000 detection by Joshua Kinard · 9 years ago
  78. 5b4e845 CLOCKSOURCE: mips-gic: Allow GIC clock to be specified in device-tree by Andrew Bresticker · 9 years ago
  79. 615eb60 MIPS: csum_partial: Improve instruction parallelism. by Chen Jie · 9 years ago
  80. d548ca6 MIPS: BCM47XX: Fix coding style to match kernel standards by Rafał Miłecki · 10 years ago
  81. 05f5507 MIPS: OCTEON: add GPIO LED support for DSR-1000N by Aaro Koskinen · 9 years ago
  82. f8fd30e MIPS: Hibernate: Restructure files and functions by Huacai Chen · 9 years ago
  83. 2a21dc7 MIPS: Hibernate: flush TLB entries earlier by Huacai Chen · 9 years ago
  84. 4c9164b MIPS: SEAD3: Nuke remaining I2C bits. by Ralf Baechle · 9 years ago
  85. 968c94b MIPS: SEAD3: Nuke I2C driver that never was wired up in Makefile. by Ralf Baechle · 9 years ago
  86. e598e47 MIPS: SEAD3: Use symbolic addresses from sead-addr.h in I2C driver. by Ralf Baechle · 9 years ago
  87. fbacc8d MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver. by Ralf Baechle · 9 years ago
  88. be2d960 MIPS: SEAD3: New header file sead3-addr.h with hardware addresses. by Ralf Baechle · 9 years ago
  89. 2c0916d MIPS: SEAD3: Get rid of DRVNAME from LED driver for readability. by Ralf Baechle · 9 years ago
  90. 2ead2d7 MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver. by Ralf Baechle · 9 years ago
  91. 50a73f1 MIPS: SEAD3: Convert I2C driver to module_platform_driver. by Ralf Baechle · 9 years ago
  92. 4558e09 MIPS: SEAD3: Convert LED driver to module_platform_driver. by Ralf Baechle · 9 years ago
  93. 01f7ab3 MIPS: SEAD3: Collect LED platform device registration in a single file. by Ralf Baechle · 10 years ago
  94. 8a5f1ef MIPS: BMIPS: restrict DTB selection to BMIPS_GENERIC by Florian Fainelli · 9 years ago
  95. 554b7f5 MIPS: BMIPS: Flush the readahead cache after DMA. by Ralf Baechle · 9 years ago
  96. 0acbfc6 MIPS: DMA: Implement platform hook to perform post-DMA cache flushes. by Ralf Baechle · 9 years ago
  97. 2530738 MIPS: ath25: Remove unused DMA helper functions. by Ralf Baechle · 9 years ago
  98. eec99f2 MIPS: Loongson-3: remove deprecated IRQF_DISABLED by Michael Opdenacker · 9 years ago
  99. 138173d MIPS: BCM47xx: Move NVRAM header to the include/linux/. by Rafał Miłecki · 10 years ago
  100. 5ae03b1 MIPS: Expand __swp_offset() to carry 40 significant bits for 64-bit kernel. by David Daney · 9 years ago