1. 3f7cac4 MIPS: math-emu: Cleanup coding style. by Ralf Baechle · 10 years ago
  2. 49548b0 MIPS: math-emu: Cleanup definition of structs describe sp/dp floats. by Ralf Baechle · 10 years ago
  3. de2fc34 MIPS: math-emu: Rename get_rounding() functions. by Ralf Baechle · 10 years ago
  4. 90efba3 MIPS: math-emu: Get rid of the useless parts of exception handling. by Ralf Baechle · 10 years ago
  5. 593d33f MIPS: math-emu: Move various objects into an ar library. by Ralf Baechle · 10 years ago
  6. f71baa1 MIPS: math-emu: Inline ieee754sp_issnan and ieee754dp_issnan. by Ralf Baechle · 10 years ago
  7. dfbf42b MIPS: math-emu: Remove unused code. by Ralf Baechle · 10 years ago
  8. 1bc3320 MIPS: math-emu: Remove unused ieee754sp_bestnan() and ieee754dp_bestnan(). by Ralf Baechle · 10 years ago
  9. 3a33db2 MIPS: math-emu: Inline ieee754dp_finite and ieee754dp_finite(). by Ralf Baechle · 10 years ago
  10. b3a7ad2 MIPS: math-emu: Eleminate duplicate definitions of identical macros. by Ralf Baechle · 10 years ago
  11. 3e160aa MIPS: math-emu: Use SPSIGN() rather than DPSIGN() in ieee754sp_sub(). by Ralf Baechle · 10 years ago
  12. ad8fb55 MIPS: math-emu: Replace DP_MBITS with DP_FBITS and SP_MBITS with SP_FBITS. by Ralf Baechle · 10 years ago
  13. f5410d1 MIPS: math-emu: Call ieee754di_xcpt, not ieee754si_xcpt in ieee754dp_cmp. by Ralf Baechle · 10 years ago
  14. 1eaf198 MIPS: math-emu: Cleanup stdarg usage including apparently bogus comment. by Ralf Baechle · 10 years ago
  15. 08f1faa MIPS: math-emu: Remove #if 1 and dead code from its #else branch. by Ralf Baechle · 10 years ago
  16. e812a73 MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef(). by Ralf Baechle · 10 years ago
  17. 92df0f8 MIPS: math-emu: Convert debug printks to pr_debug getting. by Ralf Baechle · 10 years ago
  18. fcfe228 MIPS: math-emu: Get rid of unuable extended precision support. by Ralf Baechle · 10 years ago
  19. 66b047d MIPS: IP22: This platform may come with either MIPS III or MIPS IV CPUs. by Ralf Baechle · 10 years ago
  20. 08a0790 MIPS: math-emu: Remove most ifdefery. by Ralf Baechle · 10 years ago
  21. 9e8bad1 MIPS: math-emu: Turn macros into functions where possible. by Ralf Baechle · 10 years ago
  22. bee1653 MIPS: math-emu: Harden ieee754int.h against multiple inclusion. by Ralf Baechle · 10 years ago
  23. 47fa0c0 MIPS: math-emu: Reformat code according to coding style. by Ralf Baechle · 10 years ago
  24. 85c51c5 MIPS: math-emu: Move all debug fs code to a separate file. by Ralf Baechle · 10 years ago
  25. 6d18b62 MIPS: math-emu: Remove fine example of cargo cult programming. by Ralf Baechle · 10 years ago
  26. cd8ee34 MIPS: math-emu: Header file weeding. by Ralf Baechle · 10 years ago
  27. 5160d45 MIPS: branch: Make inclusion of <asm/branch.h> safe. by Ralf Baechle · 10 years ago
  28. e7e9cae MIPS: math-emu: Use helpers to manipulate CAUSEF_BD flag. by Ralf Baechle · 10 years ago
  29. 5a7ebbf MIPS: branch: New helpers to modify branch delay slot flag in struct pt_regs by Ralf Baechle · 10 years ago
  30. 2209bcb MIPS: math-emu: Get rid of typedefs. by Ralf Baechle · 10 years ago
  31. 2370881 MIPS: math-emu: Use English spelling of `constant' rather than Danish. by Ralf Baechle · 10 years ago
  32. cae5506 MIPS: math-emu: Mark exception handling functions as __cold. by Ralf Baechle · 10 years ago
  33. f80cc08 MIPS: math-emu: Use __BITFIELD_FIELD to eleminate redundant definitions. by Ralf Baechle · 10 years ago
  34. 64a17a0 MIPS: Move definition of __BITFIELD_FIELD to sharable header. by Ralf Baechle · 10 years ago
  35. 7bb3940 MIPS: mm: Fix broken microMIPS kernel regression. by Steven J. Hill · 10 years ago
  36. f2d0801 MIPS: Add new AUDIT_ARCH token for the N32 ABI on MIPS64 by Markos Chandras · 10 years ago
  37. 367f0b5 MIPS: Wire up renameat2 syscall. by Ralf Baechle · 10 years ago
  38. 8471ac1 MIPS: inst.h: Rename BITFIELD_FIELD to __BITFIELD_FIELD. by Ralf Baechle · 10 years ago
  39. cdbb03b MIPS: Remove file missed when removing rm9k support a while ago. by Ralf Baechle · 10 years ago
  40. 8e8acb3 MIPS/loongson2_cpufreq: Fix CPU clock rate setting by Aaro Koskinen · 10 years ago
  41. 3deff25 MIPS: Loongson: No need to select GENERIC_HARDIRQS_NO__DO_IRQ by Paul Bolle · 10 years ago
  42. 44ba138 MIPS: csum_partial.S CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  43. 465ca5d6 MIPS: __strncpy_from_user_asm CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  44. 2db4bc3 MIPS: __delay CPU_DADDI_WORKAROUNDS bug fix by Maciej W. Rozycki · 10 years ago
  45. 824122a MIPS: DEC/SNI: O32 wrapper stack switching fixes by Maciej W. Rozycki · 10 years ago
  46. af37530 MIPS: DEC: Bus error handler <asm/cpu-type.h> fixes by Maciej W. Rozycki · 10 years ago
  47. 5508d45 Revert "MIPS: MT: proc: Add support for printing VPE and TC ids" by Ralf Baechle · 10 years ago
  48. d9e9e8e Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. 8229f1a mips: export flush_icache_range by Kees Cook · 10 years ago
  50. 01f8fa4 genirq: Allow forcing cpu affinity of interrupts by Thomas Gleixner · 10 years ago
  51. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  52. eeb91e4 Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  53. fe10739 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  54. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 10 years ago
  55. 7f4b046 cpufreq: create another field .flags in cpufreq_frequency_table by Viresh Kumar · 10 years ago
  56. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  57. 7cbb39d Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  58. bdfc7cb Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr by Linus Torvalds · 10 years ago
  59. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  60. 683b6c6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 190f918 Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  62. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  63. 462bf23 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  65. 9a1724c MIPS: CPC: Use __raw_ memory access functions by Paul Burton · 10 years ago
  66. cd21754 MIPS: CM: use __raw_ memory access functions by Paul Burton · 10 years ago
  67. b966087 MIPS: Fix warning when including smp-ops.h with CONFIG_SMP=n by Paul Burton · 10 years ago
  68. 45b2957 MIPS: Malta: GIC IPIs may be used without MT by Paul Burton · 10 years ago
  69. 0c2cb00 MIPS: smp-mt: Use common GIC IPI implementation by Paul Burton · 10 years ago
  70. f0cff5c MIPS: smp-cmp: Remove incorrect core number probe by Paul Burton · 10 years ago
  71. a809d46 MIPS: Fix gigaton of warning building with microMIPS. by Ralf Baechle · 10 years ago
  72. 30ee615 MIPS: Fix core number detection for MT cores by Paul Burton · 10 years ago
  73. 968a073 MIPS: MT: core_nvpes function to retrieve VPE count by Paul Burton · 10 years ago
  74. d94c90f MIPS: Provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=n by Paul Burton · 10 years ago
  75. 49992cb MIPS: Lasat: Replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  76. fa12b77 MIPS: Malta: Setup PM I/O region on boot by Paul Burton · 10 years ago
  77. 024e6a8 MIPS: Loongson: Add a Loongson-3 default config file by Huacai Chen · 10 years ago
  78. c4a987d MIPS: Loongson 3: Add CPU hotplug support by Huacai Chen · 10 years ago
  79. 300459d MIPS: Loongson 3: Add Loongson-3 SMP support by Huacai Chen · 10 years ago
  80. 0e476d9 MIPS: Loongson: Add Loongson-3 Kconfig options by Huacai Chen · 10 years ago
  81. 1299b0e MIPS: Loongson: Add swiotlb to support All-Memory DMA by Huacai Chen · 10 years ago
  82. 7546d2f MIPS: Loongson 3: Add serial port support by Huacai Chen · 10 years ago
  83. d788bfa MIPS: Loongson 3: Add IRQ init and dispatch support by Huacai Chen · 10 years ago
  84. c7d3555 MIPS: Loongson 3: Add HT-linked PCI support by Huacai Chen · 10 years ago
  85. 1a08f15 MIPS: Loongson: Add UEFI-like firmware interface (LEFI) support by Huacai Chen · 10 years ago
  86. 5f6d693 MIPS: Loongson 3: Add Lemote-3A machtypes definition by Huacai Chen · 10 years ago
  87. c579d31 MIPS: Loongson: Add basic Loongson-3 CPU support by Huacai Chen · 10 years ago
  88. 152ebb4 MIPS: Loongson: Add basic Loongson-3 definition by Huacai Chen · 10 years ago
  89. d6d3c9a MIPS: MT: proc: Add support for printing VPE and TC ids by Ralf Baechle · 11 years ago
  90. a2bec07 MIPS: BCM47XX: Add new file for device specific workarounds by Rafał Miłecki · 10 years ago
  91. dab75dd MIPS: Simplify ptrace_getfpregs FPU IR retrieval by Paul Burton · 11 years ago
  92. 3351047 MIPS: Simplify PTRACE_PEEKUSR for FPC_EIR by Paul Burton · 11 years ago
  93. d7b1205 MIPS: Use current_cpu_type() instead of c->cputype by Wu Zhangjin · 14 years ago
  94. e009189 MIPS: Octeon: Remove SYS_HAS_DMA_OPS by Richard Weinberger · 10 years ago
  95. f698a3b MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c code by Paul Gortmaker · 11 years ago
  96. a9dde28 MIPS: Malta: Fix CONFIG_BLK_DEV_IDE vestiges. by Ralf Baechle · 10 years ago
  97. 2685919 MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2 by Huacai Chen · 10 years ago
  98. 9b3384b MIPS: No need to select ARCH_SUPPORTS_MSI by Paul Bolle · 10 years ago
  99. 9597e43 MIPS: perf: Add interAptiv support by Deng-Cheng Zhu · 10 years ago
  100. c52068b MIPS: perf: Add proAptiv support by Deng-Cheng Zhu · 10 years ago