OSDN Git Service

Merge branch '4.0-fixes' into mips-for-linux-next
[uclinux-h8/linux.git] / arch / mips /
2015-04-13 Ralf BaechleMerge branch '4.0-fixes' into mips-for-linux-next
2015-04-13 Ralf BaechleMerge branch '4.1-fp' into mips-for-linux-next
2015-04-10 Markos ChandrasMIPS: Makefile: Fix MIPS ASE detection code
2015-04-10 Markos ChandrasMIPS: asm: elf: Set O32 default FPU flags
2015-04-10 Rafał MiłeckiMIPS: BCM47XX: Fix detecting Microsoft MN-700 & Asus...
2015-04-10 Markos ChandrasMIPS: Kconfig: Disable SMP/CPS for 64-bit
2015-04-10 Huacai ChenMIPS: Hibernate: flush TLB entries earlier
2015-04-10 Niklas CasselMIPS: smp-cps: cpu_set FPU mask if FPU present
2015-04-10 James HoganMIPS: lose_fpu(): Disable FPU when MSA enabled
2015-04-10 John CrispinMIPS: ralink: add missing symbol for RALINK_ILL_ACC
2015-04-10 John CrispinMIPS: ralink: Fix bad config symbol in PCI makefile.
2015-04-10 Markos ChandrasMIPS: Malta: Detect and fix bad memsize values
2015-04-10 Ralf BaechleRevert "MIPS: Avoid pipeline stalls on some MIPS32R2...
2015-04-10 Ralf BaechleMIPS: Octeon: Delete override of cpu_has_mips_r2_exec_h...
2015-04-10 Ralf BaechleMIPS: Fix cpu_has_mips_r2_exec_hazard.
2015-04-10 Markos ChandrasMIPS: kernel: entry.S: Set correct ISA level for mips_ihb
2015-04-10 Markos ChandrasMIPS: asm: spinlock: Fix addiu instruction for R10000_L...
2015-04-10 Markos ChandrasMIPS: r4kcache: Use correct base register for MIPS...
2015-04-10 Markos ChandrasMIPS: Kconfig: Fix typo for the r2-to-r6 emulator kerne...
2015-04-10 Markos ChandrasMIPS: unaligned: Fix regular load/store instruction...
2015-04-10 Markos ChandrasMIPS: unaligned: Surround load/store macros in do ...
2015-04-10 Markos ChandrasMIPS: unaligned: Prevent EVA instructions on kernel...
2015-04-10 Markos ChandrasMIPS: asm: asm-eva: Introduce kernel load/store variants
2015-04-10 Ganesan RamalingamMIPS: Netlogic: Fix for SATA PHY init
2015-04-10 Aaro KoskinenMIPS: OCTEON: fix PCI interrupt mapping for D-Link...
2015-04-10 Alexander SverdlinMIPS: Octeon: Remove udelay() causing huge IRQ latency
2015-04-08 Florian FainelliMIPS: BCM63xx: Provide a plat_post_dma_flush hook
2015-04-08 Florian FainelliMIPS: DMA: Allow platforms to override only the post...
2015-04-08 Florian FainelliMIPS: BMIPS: Move post DMA flush implementation to...
2015-04-07 Ralf BaechleMIPS: Octeon: Don't set .owner.
2015-04-07 Ralf BaechleMIPS: Netlogic: Fix double inclusion of <asm/netlogic...
2015-04-07 Ralf BaechleMIPS: Fix double inclusion of headers in misalignment...
2015-04-07 Maciej W. RozyckiMIPS: DEC: Do not set up the FPU interrupt if no FPU
2015-04-07 Maciej W. RozyckiMIPS: DEC: Implement FPU interrupt counter
2015-04-07 Maciej W. RozyckiMIPS: Factor out FPU feature probing
2015-04-07 Maciej W. RozyckiMIPS: Respect the ISA level in FCSR handling
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic...
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Define IEEE 754-2008 feature control...
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Implement the FCCR, FEXR and FENR registers
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Set FIR feature flags for full emulation
2015-04-07 Maciej W. RozyckiMIPS: Correct ISA masking in FPU feature determination
2015-04-07 Maciej W. RozyckiMIPS: Set `si_code' for SIGFPE signals sent from emulat...
2015-04-07 Maciej W. RozyckiMIPS: Always clear FCSR cause bits after emulation
2015-04-07 Maciej W. RozyckiMIPS: Respect the FCSR exception mask for `si_code'
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Move long fixed-point support into...
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Correct delay-slot exception propagation
2015-04-07 Maciej W. RozyckiMIPS: Correct FP ISA requirements
2015-04-07 Maciej W. RozyckiMIPS: Correct MIPS I FP context layout
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Fix delay-slot emulation cache incoherency
2015-04-07 Maciej W. RozyckiMIPS: Fix BREAK code interpretation heuristics
2015-04-07 Maciej W. RozyckiMIPS: BREAK instruction interpretation corrections
2015-04-07 Maciej W. RozyckiMIPS: Correct MIPS16 BREAK code interpretation
2015-04-07 Maciej W. RozyckiMIPS: Correct `nofpu' non-functionality
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Make NaN classifiers static
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp'
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Remove dead comparison helpers
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Remove redundant code from NaN comparison
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Optimise NaN handling in comparisons
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Reinstate sNaN quieting handlers
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Don't pass qNaNs through quieting handlers
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Factor out NaN FP format conversions
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Update sNaN quieting handlers
2015-04-07 Maciej W. RozyckiMIPS: Use `FPU_CSR_ALL_X' in `__build_clear_fpe'
2015-04-07 Maciej W. RozyckiMIPS: Normalise code flow in the CpU exception handler
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Factor out CFC1/CTC1 emulation
2015-04-07 Maciej W. RozyckiMIPS: bitops.h: Avoid inline asm for constant FLS
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Remove `modeindex' macro
2015-04-07 Maciej W. RozyckiMIPS: Reindent R6 RI exception emulation
2015-04-07 Maciej W. RozyckiMIPS: mips-r2-to-r6-emul.h: Inline empty `mipsr2_decoder'
2015-04-07 Maciej W. RozyckiMIPS: ELF: Drop `get_fp_abi'
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Fix oversize lines in comparisons
2015-04-07 Maciej W. RozyckiMIPS: Correct the comment for and reformat `movf_func'
2015-04-07 Maciej W. RozyckiMIPS: math-emu: Reindent `bc_op' emulation
2015-04-07 Maciej W. RozyckiMIPS: Clarify the comment for `__cpu_has_fpu'
2015-04-07 Maciej W. RozyckiMIPS: Correct the comment for FPU emulator traps
2015-04-07 Maciej W. RozyckiMIPS: ieee754.h: Supplement comments for special values
2015-04-07 Maciej W. RozyckiMIPS: ieee754.h: Correct comments for special values
2015-04-07 Maciej W. RozyckiMIPS: mipsregs.h: Reindent CP0 Cause macros
2015-04-07 Maciej W. RozyckiMIPS: mipsregs.h: Move TX39 macros out of the way
2015-04-07 Maciej W. RozyckiMIPS: mipsregs.h: Reorder CP1 macro definitions
2015-04-07 Maciej W. RozyckiMIPS: mipsregs.h: Remove broken comments
2015-04-02 Ralf BaechleMIPS: SEAD3: Combine all platform device registrations...
2015-04-02 Ralf BaechleMIPS: SEAD3: Make static in sead3-ehci what can be...
2015-04-02 Ralf BaechleMIPS: SEAD3: sead3-ehci should not be a module.
2015-04-02 Ralf BaechleMIPS: SEAD3: sead3-platform is not a module.
2015-04-02 Ralf BaechleMIPS: SEAD3: sead3-net is not a module.
2015-04-02 Rafał MiłeckiMIPS: BCM47xx: Move filling most of SPROM to the generi...
2015-04-02 Rafał MiłeckiMIPS: BCM47xx: Add generic function filling SPROM entries
2015-04-02 Wu ZhangjinMIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOT
2015-04-02 Rafał MiłeckiMIPS: BCM47xx: Devices database update for 4.1 (or...
2015-04-02 Rafał MiłeckiMIPS: BCM47xx: Keep ID entries for non-standard devices...
2015-04-02 Daniel WalterMIPS: AR7: Replace mac address parsing
2015-04-02 Rickard StrandqvistMIPS: Lasat: Remove unused function from sysctl code.
2015-04-02 Rafał MiłeckiMIPS: BCM47XX: Don't try guessing NVRAM size on MTD...
2015-04-02 Rafał MiłeckiMIPS: BCM47XX: Increase NVRAM buffer size to 64 KiB
2015-04-02 Rafał MiłeckiMIPS: BCM47XX: Include io.h directly and fix brace...
2015-04-02 Maciej W. RozyckiMIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround
2015-04-02 Guenter RoeckMIPS: Remove prototype for copy_user_page
2015-04-01 Huacai ChenMIPS: Loongson-3: Add chipset ACPI platform driver
2015-04-01 Huacai ChenMIPS: Loongson-3: Add CPU Hwmon platform driver
next