Linux MIPS
[Prev Page][Next Page]
- [PATCH] staging: octeon-usb: Probe via device tree populated platform device., David Daney
- [RFC V2][PATCH] MIPS: BCM47XX: Add new file for device specific workarounds,
Rafał Miłecki
- Regression since 3.8: a DMA cache change break rtl8187 USB wireless on Loongson, Tom Li
- [RFC][PATCH] MIPS: BCM47XX: Add new file for device specific workarounds, Rafał Miłecki
- [PATCH] MIPS: Alchemy: fix DB1100 GPIO registration, Manuel Lauss
- [PATCH] MIPS: mm: c-r4k: Detect instruction cache aliases,
Markos Chandras
- Re: [target:for-next 51/51] ERROR: "__cmpxchg_called_with_bad_pointer" undefined!,
Nicholas A. Bellinger
- [PATCH 00/58] Add support for Enhanced Virtual Addressing,
Markos Chandras
- [PATCH 01/58] MIPS: Kconfig: Add Kconfig symbols for EVA support, Markos Chandras
- [PATCH 02/58] MIPS: asm: Add prefetch instruction for EVA, Markos Chandras
- [PATCH 03/58] MIPS: asm: Add wrappers for EVA/non-EVA instructions, Markos Chandras
- [PATCH 04/58] MIPS: futex: Add EVA support for futex operations, Markos Chandras
- [PATCH 05/58] MIPS: uapi: inst: Add new EVA opcodes, Markos Chandras
- [PATCH 06/58] MIPS: uapi: inst: Add instruction format for SPECIAL3 instructions, Markos Chandras
- [PATCH 07/58] MIPS: kernel: scall32-o32: Use EVA wrappers to fetch syscall arguments, Markos Chandras
- [PATCH 08/58] MIPS: kernel: traps: Whitespace clean up, Markos Chandras
- [PATCH 09/58] MIPS: traps: Set correct address limit for breakpoints and traps, Markos Chandras
- [PATCH 10/58] MIPS: lib: strnlen_user: Use macro to build the strnlen_user symbol, Markos Chandras
- [PATCH 11/58] MIPS: lib: strnlen_user: Add EVA support, Markos Chandras
- [PATCH 12/58] MIPS: lib: strlen_user: Use macro to build the strlen_user symbol, Markos Chandras
- [PATCH 13/58] MIPS: lib: strlen_user: Add EVA support, Markos Chandras
- [PATCH 14/58] MIPS: lib: strncpy_user: Use macro to build the strncpy_from_user symbol, Markos Chandras
- [PATCH 15/58] MIPS: lib: strncpy_user: Add EVA support, Markos Chandras
- [PATCH 16/58] MIPS: lib: memcpy: Merge EXC and load/store macros, Markos Chandras
- [PATCH 18/58] MIPS: lib: memcpy: Use macro to build the copy_user code, Markos Chandras
- [PATCH 17/58] MIPS: lib: memcpy: Split source and destination prefetch macros, Markos Chandras
- [PATCH 19/58] MIPS: lib: memcpy: Add EVA support, Markos Chandras
- [PATCH 21/58] MIPS: lib: memset: Use macro to build the __bzero symbol, Markos Chandras
- [PATCH 20/58] MIPS: lib: memset: Whitespace fixes, Markos Chandras
- [PATCH 22/58] MIPS: lib: memset: Add EVA support for the __bzero function., Markos Chandras
- [PATCH 23/58] MIPS: asm: uaccess: Add instruction argument to __{put,get}_user_asm, Markos Chandras
- [PATCH 24/58] MIPS: asm: uaccess: Move duplicated code to common function, Markos Chandras
- [PATCH 25/58] MIPS: asm: uaccess: Disable unaligned access macros for EVA, Markos Chandras
- [PATCH 27/58] MIPS: asm: uaccess: Rename {get,put}_user_asm macros, Markos Chandras
- [PATCH 26/58] MIPS: asm: uaccess: Use EVA instructions wrappers, Markos Chandras
- [PATCH 28/58] MIPS: asm: uaccess: Add EVA support to copy_{in, to,from}_user, Markos Chandras
- [PATCH 29/58] MIPS: asm: uaccess: Add EVA support for str*_user operations, Markos Chandras
- [PATCH 30/58] MIPS: kernel: unaligned: Add EVA instruction wrappers, Markos Chandras
- [PATCH 31/58] MIPS: kernel: unaligned: Handle unaligned accesses for EVA, Markos Chandras
- [PATCH 32/58] MIPS: checksum: Split the 'copy_user' symbol, Markos Chandras
- [PATCH 33/58] MIPS: lib: csum_partial: Merge EXC and load/store macros, Markos Chandras
- [PATCH 34/58] MIPS: lib: csum_partial: Add macro to build csum_partial symbols, Markos Chandras
- [PATCH 35/58] MIPS: lib: csum_partial: Add EVA support, Markos Chandras
- [PATCH 36/58] MIPS: asm: checksum: Split kernel and user copy operations, Markos Chandras
- [PATCH 37/58] MIPS: asm: checksum: Add MIPS specific csum_and_copy_from_user function, Markos Chandras
- [PATCH 39/58] MIPS: asm: r4kcache: Build flushing code for instruction cache, Markos Chandras
- [PATCH 38/58] MIPS: kernel: signal: Prevent save/restore FPU context in user memory, Markos Chandras
- [PATCH 40/58] MIPS: asm: r4kcache: Add protected cache operation for EVA, Markos Chandras
- [PATCH 41/58] MIPS: asm: r4kcache: Add EVA cache flushing functions, Markos Chandras
- [PATCH 42/58] MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes, Markos Chandras
- [PATCH 43/58] MIPS: asm: page: Allow __pa_symbol overrides, Markos Chandras
- [PATCH 44/58] MIPS: asm: cpu: Add cpu flag for Enhanced Virtual Addressing, Markos Chandras
- [PATCH 45/58] MIPS: kernel: cpu-probe: Enable EVA option on supported cores, Markos Chandras
- [PATCH 47/58] MIPS: mm: init: Add free_init_pages() callback for EVA, Markos Chandras
- [PATCH 46/58] MIPS: kernel: proc: Add EVA to the list of CPU features, Markos Chandras
- [PATCH 48/58] MIPS: mm: c-r4k: Build EVA {d,i}cache flushing functions, Markos Chandras
- [PATCH 49/58] MIPS: mm: c-r4k: Add support for flushing user pages from cache, Markos Chandras
- [PATCH 50/58] MIPS: mm: c-r4k: Flush scache to avoid cache aliases, Markos Chandras
- [PATCH 51/58] MIPS: malta: Configure Segment Control registers for EVA boot, Markos Chandras
- [PATCH 53/58] MIPS: malta: malta-memory: Add support for the 'ememsize' variable, Markos Chandras
- [PATCH 52/58] MIPS: malta: spaces.h: Add spaces.h file for Malta (EVA), Markos Chandras
- [PATCH 55/58] MIPS: malta: malta-memory: Add free_init_pages_eva() callback, Markos Chandras
- [PATCH 54/58] MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory map, Markos Chandras
- [PATCH 56/58] MIPS: malta: malta-init: Fix System Controller memory mapping for EVA, Markos Chandras
- [PATCH 57/58] MIPS: malta: Add support for SMP EVA, Markos Chandras
- [PATCH 58/58] MIPS: Enable MIPS 3.5 features on Malta, Markos Chandras
- Re: [PATCH 00/58] Add support for Enhanced Virtual Addressing, David Daney
- [PATCH 00/15] Initial MSA support,
Paul Burton
- [PATCH v2 01/15] mips: simplify FP context access, Paul Burton
- [PATCH 02/15] mips: update outdated comment, Paul Burton
- [PATCH 03/15] mips: move & rename fpu_emulator_{save,restore}_context, Paul Burton
- [PATCH 04/15] mips: don't require FPU on sigcontext setup/restore, Paul Burton
- [PATCH 05/15] mips: replace hardcoded 32 with NUM_FPU_REGS in ptrace, Paul Burton
- [PATCH 07/15] mips: don't assume 64-bit FP registers for dump_{,task_}fpu, Paul Burton
- [PATCH 06/15] mips: clear upper bits of FP registers on emulator writes, Paul Burton
- [PATCH 08/15] mips: don't assume 64-bit FP registers for FP regset, Paul Burton
- [PATCH 09/15] mips: don't assume 64-bit FP registers for context switch, Paul Burton
- [PATCH 10/15] mips: add MSA register definitions & access, Paul Burton
- [PATCH 11/15] mips: detect the MSA ASE, Paul Burton
- [PATCH 12/15] mips: basic MSA context switching support, Paul Burton
- [PATCH 13/15] mips: dumb MSA FP exception handler, Paul Burton
- [PATCH 14/15] mips: panic if vector register partitioning is implemented, Paul Burton
- [PATCH 15/15] mips: save/restore MSA context around signals, Paul Burton
- [PATCH] Input: i8042-io - Exclude mips platforms when allocating/deallocating IO regions.,
Raghu Gandham
- [PATCH] gpio: vr41xx: mark GPIO lines used for IRQ,
Linus Walleij
- [PATCH] mips: restore init.h usage to arch/mips/ar7/time.c, Paul Gortmaker
- [PATCH 2/2] clocksource: Make clocksource register functions void,
Yijing Wang
- [PATCH 1/2] clocksource: Remove outdated comments, Yijing Wang
- [PATCH] mips: don't use module_init in non-modular sead3-mtd.c code,
Paul Gortmaker
- [PATCH v2 0/5] Add basic MIPS P5600 core support,
James Hogan
- [PATCH] mips: make loongsoon serial driver explicitly modular,
Paul Gortmaker
- [PATCH 0/8] Improved seccomp-bpf support for MIPS,
Markos Chandras
- MIPS: asm: thread_info: Add _TIF_SECCOMP flag, Markos Chandras
- [PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>,
Paul Gortmaker
- [RFC][PATCH] MIPS: VPE: Remove vpe_getuid and vpe_getgid,
Eric W. Biederman
- [PATCH 1/2] MIPS: add MIPS_L1_CACHE_SHIFT_2,
Florian Fainelli
- [PATCH] MIPS: lib: Optimize partial checksum ops using prefetching.,
Steven J. Hill
- [PATCH] MIPS: Add P5600 PRid and probe support,
James Hogan
- [PATCH] MIPS: Fix possible unbuildable configuration with transparent hugepages enabled, Alex Smith
- [PATCH] MIPS: Add 1074K CPU support explicitly.,
Steven J. Hill
- [PATCH] MIPS: APRP: Fix breakage due to new wait_event interface.,
Steven J. Hill
- [PATCH 0/3] MIPS: CMP: Add CPU hotplug support for CMP platforms.,
Steven J. Hill
- [PATCH v2 0/2] MIPS: KVM: fixes for KVM on ProAptiv cores,
James Hogan
- [PATCH upstream-sfr] MIPS: APRP: Use the new __wait_event*() interface in RTLX,
Deng-Cheng Zhu
[PATCH mips-for-linux-next] MIPS: check for -mfix-cn63xxp1 compiler option,
Florian Fainelli
[PATCH mips-for-linux-next] MIPS: check for D$ line size and CONFIG_MIPS_L1_SHIFT,
Florian Fainelli
[PATCH 00/10] MIPS CPS cpuidle,
Paul Burton
- [PATCH 01/10] MIPS: inst.h: define COP0 wait op, Paul Burton
- [PATCH 02/10] MIPS: inst.h: define missing microMIPS POOL32AXf ops, Paul Burton
- [PATCH 03/10] MIPS: uasm: add sync instruction, Paul Burton
- [PATCH 04/10] MIPS: uasm: add wait instruction, Paul Burton
- [PATCH 05/10] MIPS: uasm: add jr.hb instruction, Paul Burton
- [PATCH 06/10] MIPS: uasm: add mftc0 & mttc0 instructions, Paul Burton
- [PATCH 07/10] MIPS: uasm: add a label variant of beq, Paul Burton
- [PATCH 08/10] MIPS: support use of cpuidle, Paul Burton
- [PATCH 09/10] cpuidle: declare cpuidle_dev in cpuidle.h, Paul Burton
- [PATCH 10/10] cpuidle: cpuidle driver for MIPS CPS, Paul Burton
[PATCH 00/15] MIPS CPS SMP,
Paul Burton
- [PATCH 01/15] MIPS: define Config1 cache field shifts & sizes, Paul Burton
- [PATCH 02/15] MIPS: add CP0 CMGCRBase definitions & accessor, Paul Burton
- [PATCH 03/15] MIPS: add missing includes to gic.h, Paul Burton
- [PATCH 04/15] MIPS: introduce _EXT assembler macro, Paul Burton
- [PATCH 05/15] MIPS: move GIC IPI functions out of smp-cmp.c, Paul Burton
- [PATCH 06/15] MIPS: add generic CM probe & access code, Paul Burton
- [PATCH 07/15] MIPS: add CPC probe, access functions, Paul Burton
- [PATCH 08/15] MIPS: Coherent Processing System SMP implementation, Paul Burton
- [PATCH 10/15] MIPS: Malta: probe CPC when supported, Paul Burton
- [PATCH 09/15] MIPS: Malta: make use of generic CM support, Paul Burton
- [PATCH 11/15] MIPS: Malta: allow use of MIPS CPS SMP implementation, Paul Burton
- [PATCH 12/15] MIPS: remove gcmpregs.h, Paul Burton
- [PATCH 13/15] MIPS: more helpful CONFIG_MIPS_CMP label, help text, Paul Burton
- [PATCH 14/15] MIPS: MIPS_CMP should depend upon !SMTC, not upon SMVP, Paul Burton
- [PATCH 15/15] MIPS: deprecate CONFIG_MIPS_CMP, Paul Burton
[PATCH 0/2] MIPS: KVM: fixes for KVM on ProAptiv cores,
James Hogan
[PATCH v3] MIPS: BCM47XX: fix position of cpu_wait disabling, Hauke Mehrtens
[PATCH] bcma: gpio: use #if instead of "if" for IS_BUILTIN, Rafał Miłecki
[PATCH] ssb: gpio: use #if instead of "if" for IS_ENABLED, Rafał Miłecki
[PATCH 1/7] arch/mips/lantiq/xway: don't check resource with devm_ioremap_resource,
Wolfram Sang
[PATCH v3 0/3] MIPS: L1_CACHE_SHIFT updates,
Florian Fainelli
[PATCH v3] MIPS: ZBOOT: gather string functions into string.c,
Antony Pavlov
[PATCH] bcma: gpio: don't cast u32 to unsigned long, Rafał Miłecki
[3.13-rc regression] Unbreak Loongson2 and r4k-generic flush icache range,
Alexandre Oliva
[PATCH v2 0/3] MIPS: L1_CACHE_SHIFT updates,
Florian Fainelli
[PATCH 0/3] MIPS: L1_CACHE_SHIFT updates,
Florian Fainelli
[PATCH 0/2] Linux 3.13: Fix MIPS/loongson2 regression,
Aaro Koskinen
[PATCH V16 00/12] MIPS: Add Loongson-3 based machines support,
Huacai Chen
[PATCH V16 03/12] MIPS: Loongson 3: Add Lemote-3A machtypes definition, Huacai Chen
[PATCH V16 04/12] MIPS: Loongson: Add UEFI-like firmware interface (LEFI) support, Huacai Chen
Re: [PATCH V16 04/12] MIPS: Loongson: Add UEFI-like firmware interface (LEFI) support, Alex Smith
[PATCH V16 05/12] MIPS: Loongson 3: Add HT-linked PCI support, Huacai Chen
[PATCH V16 06/12] MIPS: Loongson 3: Add IRQ init and dispatch support, Huacai Chen
[PATCH V16 07/12] MIPS: Loongson 3: Add serial port support, Huacai Chen
[PATCH V16 08/12] MIPS: Loongson: Add swiotlb to support big memory (>4GB), Huacai Chen
Re: [PATCH V16 08/12] MIPS: Loongson: Add swiotlb to support big memory (>4GB), Alex Smith
[PATCH V16 09/12] MIPS: Loongson: Add Loongson-3 Kconfig options, Huacai Chen
[PATCH V16 10/12] MIPS: Loongson 3: Add Loongson-3 SMP support, Huacai Chen
[PATCH V16 11/12] MIPS: Loongson 3: Add CPU hotplug support, Huacai Chen
[PATCH V16 12/12] MIPS: Loongson: Add a Loongson-3 default config file, Huacai Chen
Re: [PATCH V16 00/12] MIPS: Add Loongson-3 based machines support, John Crispin
Re: [PATCH V16 00/12] MIPS: Add Loongson-3 based machines support, Andreas Barth
[PATCH] mips: delete non-required instances of include <linux/init.h>, Paul Gortmaker
[PATCH v2 1/3] MIPS: BCM47XX: fix detection for some boards,
Hauke Mehrtens
[PATCH 1/2] ssb: gpio: add own IRQ domain,
Rafał Miłecki
[PATCH] MIPS: BCM47XX: Convert WNDR4500 to new syntax, Rafał Miłecki
[PATCH] MIPS: BCM47XX: Use "timer" trigger for status LEDs, Rafał Miłecki
[PATCH] MIPS: BCM47XX: check length of serial console array, Hauke Mehrtens
[PATCH 1/4] MIPS: BCM47XX: add Belkin F7Dxxxx board detection,
Hauke Mehrtens
[PATCH] MIPS: BCM47XX: fix position of cpu_wait disabling,
Hauke Mehrtens
[PATCH] bcma: prevent irq handler from firing when registered,
Hauke Mehrtens
[PATCH 07/18 UPDATED] MIPS: Netlogic: Core wakeup improvements, Jayachandran C
[PATCH] MIPS: BCM47XX: Drop WGT634U hacks, Rafał Miłecki
[PATCH] MIPS: BCM47XX: Import LEDs database from OpenWrt, Rafał Miłecki
[PATCH] MIPS: BCM47XX: Import buttons database from OpenWrt,
Rafał Miłecki
[PATCH] MIPS: /proc/cpuinfo: always print the supported ISA, Aaro Koskinen
[PATCH] remap_file_pages needs to check for cache coherency,
Matthew Wilcox
[PATCH 2/2] Fix page fault handling on Loongson 2, Petr Písař
[PATCH 1/2] Fix cache flushing on Loongson 2,
Petr Písař
[PATCH] Slightly outdated CONFIG_SMP documentation fix,
Psychedelic Squid
[PATCH 1/3] MIPS: BCM47XX: do not use cpu_wait instruction on BCM4706,
Hauke Mehrtens
[PATCH 00/18] Broadcom XLP Updates for 3.14,
Jayachandran C
- [PATCH 01/18] MIPS: Netlogic: Add MSI support for XLP, Jayachandran C
- [PATCH 02/18] MIPS: Netlogic: Add topology.h for XLP family, Jayachandran C
- [PATCH 05/18] MIPS: Netlogic: Add macro for node present, Jayachandran C
- [PATCH 03/18] MIPS: Netlogic: Some cleanups for assembly code, Jayachandran C
- [PATCH 08/18] MIPS: Netlogic: Identify XLP 9XX chip, Jayachandran C
- [PATCH 06/18] MIPS: Netlogic: Get coremask from FUSE register, Jayachandran C
- [PATCH 04/18] MIPS: Netlogic: L1D cacheflush before thread enable on XLPII, Jayachandran C
- [PATCH 09/18] MIPS: Netlogic: update iomap.h for XLP9XX, Jayachandran C
- [PATCH 07/18] MIPS: Netlogic: Core wakeup improvements, Jayachandran C
- [PATCH 10/18] MIPS: Netlogic: XLP9XX PIC updates, Jayachandran C
- [PATCH 11/18] MIPS: Netlogic: SYS block updates of XLP9XX, Jayachandran C
- [PATCH 12/18] MIPS: Netlogic: XLP9XX UART offset, Jayachandran C
- [PATCH 13/18] MIPS: Netlogic: XLP9XX bridge and DRAM code, Jayachandran C
- [PATCH 14/18] MIPS: Netlogic: Add cpu to node mapping for XLP9XX, Jayachandran C
- [PATCH 15/18] MIPS: PCI: Netlogic XLP9XX support, Jayachandran C
- [PATCH 16/18] MIPS: Netlogic: XLP9XX USB support, Jayachandran C
- [PATCH 17/18] MIPS: Netlogic: XLP9XX PIC OF support, Jayachandran C
- [PATCH 18/18] MIPS: Netlogic: Add default DTB for XLP9XX SoC, Jayachandran C
[PATCH] mips: fix 64-bit compilation error without CONFIG_MIPS32_O32,
Alex Smith
Re: [PATCH 29/40] mips: Replace __get_cpu_var uses,
David Daney
[PATCH] MIPS: Replace __get_cpu_var uses in FPU emulator., David Daney
[PATCH] Update platform data for JZ4740 usb device controller,
Apelete Seketeli
[PATCH v5] provide -fstack-protector-strong build option,
Kees Cook
[PATCH 16/38] mips: sgi-ip22: add missing put_device call, Levente Kurusa
[PATCH 15/38] mips: txx9: 7segled: add missing put_device call, Levente Kurusa
[PATCH 14/38] mips: txx9: add missing put_device call, Levente Kurusa
[PATCH 3.11 206/208] MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000, Luis Henriques
[PATCH] Add defconfig for Ben NanoNote,
Apelete Seketeli
[PATCH 3.10 01/78] MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000, Greg Kroah-Hartman
[PATCH 3.4 01/31] MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000, Greg Kroah-Hartman
[PATCH] rapidio: add modular rapidio core build into powerpc and mips branches, Alexandre Bounine
[PATCH v4] provide -fstack-protector-strong build option,
Kees Cook
[PATCH V2 00/13] MIPS: improve BMIPS support,
Jonas Gorski
- [PATCH V2 02/13] MIPS: allow asm/cpu.h to be included from assembly, Jonas Gorski
- [PATCH V2 01/13] MIPS: BCM63XX: disable SMP also on BCM3368, Jonas Gorski
- [PATCH V2 04/13] MIPS: BMIPS: merge CPU options into one option, Jonas Gorski
- [PATCH V2 03/13] MIPS: BMIPS: change compile time checks to runtime checks, Jonas Gorski
- [PATCH V2 05/13] MIPS: BMIPS: select CPU_SUPPORTS_HIGHMEM, Jonas Gorski
- [PATCH V2 06/13] MIPS: BMIPS: select CPU_HAS_PREFETCH, Jonas Gorski
- [PATCH V2 11/13] MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSB, Jonas Gorski
- [PATCH V2 12/13] MIPS: cpu-type: guard BMIPS variants with SYS_HAS_CPU_BMIPS*, Jonas Gorski
- [PATCH V2 13/13] MIPS: BCM63XX: drop SYS_HAS_CPU_MIPS32R1, Jonas Gorski
- [PATCH V2 07/13] MIPS: BMIPS: extend BMIPS3300 to include BMIPS32, Jonas Gorski
- [PATCH V2 08/13] MIPS: BMIPS: add a smp ops registration helper, Jonas Gorski
- [PATCH V2 09/13] MIPS: BCM63XX: always register bmips smp ops, Jonas Gorski
- [PATCH V2 10/13] MIPS: BCM63XX: let the individual SoCs select the appropriate CPUs, Jonas Gorski
[3.11.y.z extended stable] Patch "MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent" has been added to staging queue, Luis Henriques
[PATCH v3] provide -fstack-protector-strong build option,
Kees Cook
[PATCH 3.5 102/103] MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000, Luis Henriques
[PATCH v2 00/10] Kconfig: cleanup SERIO_I8042 dependencies,
Mark Salter
[3.5.y.z extended stable] Patch "MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent" has been added to staging queue, Luis Henriques
[PATCH V15 00/12] MIPS: Add Loongson-3 based machines support,
Huacai Chen
[PATCH V15 03/12] MIPS: Loongson 3: Add Lemote-3A machtypes definition, Huacai Chen
[PATCH V15 04/12] MIPS: Loongson: Add UEFI-like firmware interface support, Huacai Chen
[PATCH V15 05/12] MIPS: Loongson 3: Add HT-linked PCI support, Huacai Chen
[PATCH V15 06/12] MIPS: Loongson 3: Add IRQ init and dispatch support, Huacai Chen
[PATCH V15 07/12] MIPS: Loongson 3: Add serial port support, Huacai Chen
[PATCH V15 08/12] MIPS: Loongson: Add swiotlb to support big memory (>4GB), Huacai Chen
[PATCH V15 09/12] MIPS: Loongson: Add Loongson-3 Kconfig options, Huacai Chen
[PATCH V15 10/12] MIPS: Loongson 3: Add Loongson-3 SMP support, Huacai Chen
[PATCH V15 11/12] MIPS: Loongson 3: Add CPU hotplug support, Huacai Chen
[PATCH V15 12/12] MIPS: Loongson: Add a Loongson-3 default config file, Huacai Chen
Re: [PATCH V15 00/12] MIPS: Add Loongson-3 based machines support, Aurelien Jarno
[PATCH 04/10] mips: select ARCH_MIGHT_HAVE_PC_SERIO,
Mark Salter
[PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies,
Mark Salter
[PATCH v2] mips/include/asm/mipsregs.h: include linux/types.h,
Qais Yousef
MIPS: BCM47XX patch status?, Hauke Mehrtens
[PATCH] MIPS: BCM47XX: Fix some very confused types and data corruption,
Ilia Mirkin
[PATCH 0/4] sead3 DT improvements,
Qais Yousef
[PATCH] mips/include/asm/mipsregs.h: s/u16/unsigned short/,
Qais Yousef
[PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS,
Florian Fainelli
[PATCH] MIPS: microMIPS: Remove unsupported compiler flag.,
Steven J. Hill
[PATCH V14 00/14] MIPS: Add Loongson-3 based machines support,
Huacai Chen
- [PATCH V14 01/12] MIPS: Loongson: Add basic Loongson-3 definition, Huacai Chen
- [PATCH V14 02/12] MIPS: Loongson: Add basic Loongson-3 CPU support, Huacai Chen
- [PATCH V14 03/12] MIPS: Loongson 3: Add Lemote-3A machtypes definition, Huacai Chen
- [PATCH V14 04/12] MIPS: Loongson: Add UEFI-like firmware interface support, Huacai Chen
- [PATCH V14 05/12] MIPS: Loongson 3: Add HT-linked PCI support, Huacai Chen
- [PATCH V14 06/12] MIPS: Loongson 3: Add IRQ init and dispatch support, Huacai Chen
- [PATCH V14 07/12] MIPS: Loongson 3: Add serial port support, Huacai Chen
- [PATCH V14 08/12] MIPS: Loongson: Add swiotlb to support big memory (>4GB), Huacai Chen
- [PATCH V14 09/12] MIPS: Loongson: Add Loongson-3 Kconfig options, Huacai Chen
- [PATCH V14 10/12] MIPS: Loongson 3: Add Loongson-3 SMP support, Huacai Chen
- [PATCH V14 11/12] MIPS: Loongson 3: Add CPU hotplug support, Huacai Chen
- [PATCH V14 12/12] MIPS: Loongson: Add a Loongson-3 default config file, Huacai Chen
[PATCH] crash_dump: fix compilation error (on MIPS at least),
Qais Yousef
[PATCH 0/2] MIPS/staging: Probe octeon-usb driver via device-tree,
David Daney
[PATCH 0/3] MIPS: Malta: remove some bootloader dependencies,
Paul Burton
[PATCH 0/5] add support for bcm63xx HSSPI controller,
Jonas Gorski
[PATCH 1/2] MIPS: Fix case mismatch in local_r4k_flush_icache_range(),
Aaro Koskinen
[PATCH 1/2] MIPS: Malta: remove unused cpu_khz variable,
Paul Burton
[PATCH V2 1/2] bcma: gpio: add own IRQ domain,
Rafał Miłecki
[RFC][PATCH another try] MIPS: BCM47XX: Prepare support for GPIO buttons,
Rafał Miłecki
[PATCH] MIPS: BCM47XX: Prepare support for GPIO buttons,
Rafał Miłecki
[PATCH] MIPS: cavium-octeon: export symbols needed by octeon-ethernet,
Aaro Koskinen
[PATCH RESEND] MIPS: cavium-octeon: register octeon-hcd platform device, Aaro Koskinen
[PATCH] MIPS: make local_irq_disable macro safe for non-mipsr2,
Jim Quinlan
Fwd: [PATCH] MIPS: Kill CONFIG_MTD_PARTITIONS, Eunbong Song
Users pace crash on Netlogic XLP II processors, Jacky
[PATCH 2/3 v3] mips: remove panic_timeout settings, Jason Baron
[PATCH] mips: Fix build error seen in some configurations,
Guenter Roeck
[PATCH v2 00/11] Consolidate asm/fixmap.h files,
Mark Salter
[PATCH 24/24] asm-generic: Rename int-ll64.h to types.h, Geert Uytterhoeven
[PATCH 13/24] mips: Remove #include <uapi/asm/types.h> from <asm/types.h>, Geert Uytterhoeven
MIPS: 3.13-rc1 regression: initrd/cramfs broken,
Aaro Koskinen
MIPS: 3.13-rc1 regression: Loongson2 broken,
Aaro Koskinen
[PATCH 0/3] Add support for the interAptiv cores,
Markos Chandras
Recall: [PATCH 24/34] PCI: use weak functions for MSI arch-specific functions, Richard Zhu
[PATCH 24/34] PCI: use weak functions for MSI arch-specific functions,
Richard Zhu
[PATCH 0/6] Some (mostly FP) cleanups,
Paul Burton
[PATCH 6/9] mips: Remove unused dt_setup_arch(), Geert Uytterhoeven
[PATCH 7/9] mips: Use NULL as the default DTB, Geert Uytterhoeven
[Index of Archives]
[Linux MIPS Home]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc