summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MIPS: Malta: initialise MAARsPaul Burton2014-08-021-0/+26
| * | | | | MIPS: Initialise MAARsPaul Burton2014-08-022-0/+142
| * | | | | MIPS: detect presence of MAARsPaul Burton2014-08-023-0/+6
| * | | | | MIPS: define MAAR register accessors & bitsPaul Burton2014-08-021-0/+12
| * | | | | MIPS: mark MSA experimentalPaul Burton2014-08-021-2/+1Star
| * | | | | MIPS: Don't build MSA support unless it can be usedPaul Burton2014-08-021-0/+1
| * | | | | MIPS: consistently clear MSA flags when starting & copying threadsPaul Burton2014-08-021-0/+3
| * | | | | MIPS: 16 byte align MSA vector contextPaul Burton2014-08-021-2/+8
| * | | | | MIPS: disable preemption whilst initialising MSAPaul Burton2014-08-022-7/+11
| * | | | | MIPS: ensure MSA gets disabled during bootPaul Burton2014-08-021-3/+2Star
| * | | | | MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchainsPaul Burton2014-08-021-4/+4
| * | | | | MIPS: fix MSA context for tasks which don't use FP firstPaul Burton2014-08-021-0/+2
| * | | | | MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton2014-08-024-9/+56
| * | | | | MIPS: save/disable MSA in lose_fpuPaul Burton2014-08-021-3/+12
| * | | | | MIPS: preserve scalar FP CSR when switching vector contextPaul Burton2014-08-022-1/+8
| * | | | | MIPS: save/restore MSACSR register on context switchPaul Burton2014-08-022-0/+12
| * | | | | MIPS: allow msa.h to be included in assembly filesPaul Burton2014-08-021-9/+13
| * | | | | MIPS: OCTEON: add interface & port definitions for D-Link DSR-1000NAaro Koskinen2014-08-021-0/+21
| * | | | | MIPS: OCTEON: add USB clock type for D-Link DSR-1000NAaro Koskinen2014-08-021-0/+1
| * | | | | MIPS: OCTEON: cvmx-bootinfo: add D-Link DSR-1000NAaro Koskinen2014-08-021-0/+2
| * | | | | MIPS: OCTEON: disable HOTPLUG_CPU if the bootloader version is incorrectAaro Koskinen2014-08-021-3/+9
| * | | | | MIPS: OCTEON: support disabling HOTPLUG_CPU run-timeAaro Koskinen2014-08-021-1/+4
| * | | | | MIPS: OCTEON: SMP: delete redundant checkAaro Koskinen2014-08-021-8/+0Star
| * | | | | MIPS: GIC: Fix GICBIS macroJeffrey Deans2014-08-021-10/+11
| * | | | | MIPS: Malta: Fix dispatching of GIC interruptsJeffrey Deans2014-08-021-7/+18
| * | | | | MIPS: GIC: Generalise check for pending interruptsJeffrey Deans2014-08-022-2/+12
| * | | | | MIPS: GIC: Prevent array overrunJeffrey Deans2014-08-021-2/+4
| * | | | | MIPS: GIC: Remove GIC_FLAG_IPIJeffrey Deans2014-08-023-7/+5Star
| * | | | | MIPS: GIC: Move GIC_NUM_INTRS into platform irq.hJeffrey Deans2014-08-023-2/+4
| * | | | | MIPS: GIC: move GIC interrupt bitmap declarationsJeffrey Deans2014-08-022-12/+12
| * | | | | MIPS: kernel: cpu-probe: Detect unique RI/XI exceptionsLeonid Yegoshin2014-08-022-0/+10
| * | | | | MIPS: Use dedicated exception handler if CPU supports RI/XI exceptionsLeonid Yegoshin2014-08-022-2/+9
| * | | | | MIPS: Add new option for unique RI/XI exceptionsLeonid Yegoshin2014-08-022-0/+4
| * | | | | MIPS: mm: Use the Hardware Page Table Walker if the core supports itMarkos Chandras2014-08-024-0/+140
| * | | | | MIPS: kernel: cpu-probe: Add support for the HardWare Table WalkerMarkos Chandras2014-08-021-0/+23
| * | | | | MIPS: asm: Add register definitions for Hardware Table WalkerMarkos Chandras2014-08-021-0/+44
| * | | | | MIPS: cpu: Add new cpu option for Hardware Table Walker.Markos Chandras2014-08-023-0/+5
| * | | | | MIPS: cpu-info: Change the cpu options variable to unsigned long longMarkos Chandras2014-08-022-29/+29
| * | | | | MIPS: perf: Add hardware events for P5600James Hogan2014-08-021-0/+21
| * | | | | MIPS: perf: Allow for more perf eventsJames Hogan2014-08-021-8/+13
| * | | | | MIPS: asm/reg.h: Move to uapiAlex Smith2014-08-022-206/+207
| * | | | | MIPS: Remove asm/user.hAlex Smith2014-08-025-61/+3Star
| * | | | | MIPS: Remove old core dump functionsAlex Smith2014-08-023-104/+0Star
| * | | | | MIPS: ptrace: Fix user pt_regs definition, use in ptrace_{get, set}regs()Alex Smith2014-08-024-28/+35
| * | | | | MIPS: O32/32-bit: Remove outdated commentAlex Smith2014-08-021-2/+0Star
| * | | | | MIPS: O32/32-bit: Fix bug which can cause incorrect system call restartsAlex Smith2014-08-021-1/+1
| * | | | | MIPS: ptrace: Change GP regset to use correct core dump register layoutAlex Smith2014-07-301-29/+160
| * | | | | MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2014-07-302-110/+182
| * | | | | MIPS: ptrace: Test correct task's flags in task_user_regset_view()Alex Smith2014-07-301-1/+1
| * | | | | MIPS: ptrace: Avoid smp_processor_id() when retrieving FPU IRAlex Smith2014-07-302-3/+3