summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | MIPS: kernel: entry.S: Set correct ISA level for mips_ihbMarkos Chandras2015-04-101-1/+2
| | * | | MIPS: asm: spinlock: Fix addiu instruction for R10000_LLSC_WAR caseMarkos Chandras2015-04-101-1/+1
| | * | | MIPS: r4kcache: Use correct base register for MIPS R6 cache flushesMarkos Chandras2015-04-101-44/+45
| | * | | MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameterMarkos Chandras2015-04-101-1/+1
| | * | | MIPS: unaligned: Fix regular load/store instruction emulation for EVAMarkos Chandras2015-04-101-5/+47
| | * | | MIPS: unaligned: Surround load/store macros in do {} while statementsMarkos Chandras2015-04-101-26/+90
| | * | | MIPS: unaligned: Prevent EVA instructions on kernel unaligned accessesMarkos Chandras2015-04-101-78/+94
| | * | | MIPS: asm: asm-eva: Introduce kernel load/store variantsMarkos Chandras2015-04-101-44/+93
| | * | | MIPS: Netlogic: Fix for SATA PHY initGanesan Ramalingam2015-04-101-0/+13
| | * | | MIPS: OCTEON: fix PCI interrupt mapping for D-Link DSR-1000NAaro Koskinen2015-04-101-0/+2
| | * | | MIPS: Octeon: Remove udelay() causing huge IRQ latencyAlexander Sverdlin2015-04-103-17/+0
| | * | | MIPS: Fix race condition in lazy cache flushing.Lars Persson2015-03-252-15/+35
| | * | | Revert "MIPS: Remove race window in page fault handling"Lars Persson2015-03-252-23/+13
| | * | | MIPS: OCTEON: Use correct CSR to soft resetChandrakala Chavva2015-03-252-9/+4
| | * | | MIPS: OCTEON: dma-octeon: fix OHCI USB config checkAaro Koskinen2015-03-251-1/+1
| | * | | MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqactionHuacai Chen2015-03-251-0/+1
| | * | | MIPS: BCM63xx: Move bcm63xx_gpio_init() to bcm63xx_register_devices().Nicolas Schichan2015-03-252-4/+4
| | * | | MIPS: Add support for XPA.Steven J. Hill2015-03-1911-44/+173
| | * | | MIPS: Rearrange PTE bits into fixed positions.Steven J. Hill2015-03-183-49/+76
| | | |/ | | |/|
| * | | Merge branch '4.1-fp' into mips-for-linux-nextRalf Baechle2015-04-138-205/+208
| |\ \ \
| * | | | MIPS: BCM63xx: Provide a plat_post_dma_flush hookFlorian Fainelli2015-04-081-0/+10
| * | | | MIPS: DMA: Allow platforms to override only the post DMA hookFlorian Fainelli2015-04-081-0/+2
| * | | | MIPS: BMIPS: Move post DMA flush implementation to common headerFlorian Fainelli2015-04-082-15/+17
| * | | | MIPS: Octeon: Don't set .owner.Ralf Baechle2015-04-081-1/+0
| * | | | MIPS: Netlogic: Fix double inclusion of <asm/netlogic/common.h>.Ralf Baechle2015-04-081-1/+0
| * | | | MIPS: Fix double inclusion of headers in misalignment emulator.Ralf Baechle2015-04-081-2/+0
| * | | | MIPS: DEC: Do not set up the FPU interrupt if no FPUMaciej W. Rozycki2015-04-081-1/+1
| * | | | MIPS: DEC: Implement FPU interrupt counterMaciej W. Rozycki2015-04-082-4/+19
| * | | | MIPS: Factor out FPU feature probingMaciej W. Rozycki2015-04-081-54/+71
| * | | | MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki2015-04-0810-21/+83
| * | | | MIPS: math-emu: Make ABS.fmt and NEG.fmt arithmetic againMaciej W. Rozycki2015-04-082-72/+38
| * | | | MIPS: math-emu: Define IEEE 754-2008 feature control bitsMaciej W. Rozycki2015-04-083-9/+17
| * | | | MIPS: math-emu: Implement the FCCR, FEXR and FENR registersMaciej W. Rozycki2015-04-082-27/+148
| * | | | MIPS: math-emu: Set FIR feature flags for full emulationMaciej W. Rozycki2015-04-082-3/+25
| * | | | MIPS: Correct ISA masking in FPU feature determinationMaciej W. Rozycki2015-04-081-1/+3
| * | | | MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki2015-04-085-73/+97
| * | | | MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki2015-04-082-1/+20
| * | | | MIPS: Respect the FCSR exception mask for `si_code'Maciej W. Rozycki2015-04-081-1/+10
| * | | | MIPS: math-emu: Move long fixed-point support into an `ar' libraryMaciej W. Rozycki2015-04-081-6/+9
| * | | | MIPS: math-emu: Correct delay-slot exception propagationMaciej W. Rozycki2015-04-082-6/+30
| * | | | MIPS: Correct FP ISA requirementsMaciej W. Rozycki2015-04-083-42/+43
| * | | | MIPS: Correct MIPS I FP context layoutMaciej W. Rozycki2015-04-081-64/+32
| * | | | MIPS: math-emu: Fix delay-slot emulation cache incoherencyMaciej W. Rozycki2015-04-081-1/+1
| * | | | MIPS: Fix BREAK code interpretation heuristicsMaciej W. Rozycki2015-04-081-1/+1
| * | | | MIPS: BREAK instruction interpretation correctionsMaciej W. Rozycki2015-04-081-18/+18
| * | | | MIPS: Correct MIPS16 BREAK code interpretationMaciej W. Rozycki2015-04-081-1/+1
| * | | | MIPS: Correct `nofpu' non-functionalityMaciej W. Rozycki2015-04-087-6/+1
| * | | | MIPS: math-emu: Make NaN classifiers staticMaciej W. Rozycki2015-04-084-4/+2
| * | | | MIPS: math-emu: Optimise qNaN handling in `ieee754sp_fdp'Maciej W. Rozycki2015-04-081-5/+7
| * | | | MIPS: math-emu: Remove dead comparison helpersMaciej W. Rozycki2015-04-081-65/+0
OpenPOWER on IntegriCloud