Linux MIPS
[Prev Page][Next Page]
- Re: [PATCH 1/2] KVM: MIPS/Emulate: Fix TLBWR with wired for T&E, (continued)
- [PATCH v4] NI 169445 board support,
Nathan Sullivan
- [PATCH 3.12 10/60] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions, Jiri Slaby
- [PATCH 3.12 11/60] MIPS: Calculate microMIPS ra properly when unwinding the stack, Jiri Slaby
- [PATCH 3.12 12/60] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps, Jiri Slaby
- [PATCH 3.12 09/60] MIPS: Fix get_frame_info() handling of microMIPS function size, Jiri Slaby
- [PATCH 3.12 08/60] MIPS: Prevent unaligned accesses during stack unwinding, Jiri Slaby
- [PATCH 3.12 07/60] MIPS: Clear ISA bit correctly in get_frame_info(), Jiri Slaby
- [PATCH 3.12 06/60] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers, Jiri Slaby
- [PATCH 0/8] KVM: MIPS: Add Cavium Octeon III support,
James Hogan
- [PATCH v2 0/33] KVM: MIPS: Add VZ support,
James Hogan
- [PATCH v2 1/33] MIPS: Add defs & probing of UFR, James Hogan
- [PATCH v2 2/33] MIPS: Separate MAAR V bit into VL and VH for XPA, James Hogan
- [PATCH v2 3/33] MIPS: Probe guest CP0_UserLocal, James Hogan
- [PATCH v2 10/33] KVM: MIPS: Update kvm_lose_fpu() for VZ, James Hogan
- [PATCH v2 4/33] MIPS: Probe guest MVH, James Hogan
- [PATCH v2 11/33] KVM: MIPS: Extend counters & events for VZ GExcCodes, James Hogan
- [PATCH v2 5/33] MIPS: Add some missing guest CP0 accessors & defs, James Hogan
- [PATCH v2 6/33] MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro, James Hogan
- [PATCH v2 12/33] KVM: MIPS: Add VZ & TE capabilities, James Hogan
- [PATCH v2 13/33] KVM: MIPS: Add 64BIT capability, James Hogan
- [PATCH v2 14/33] KVM: MIPS: Init timer frequency from callback, James Hogan
- [PATCH v2 7/33] KVM: MIPS: Implement HYPCALL emulation, James Hogan
- [PATCH v2 15/33] KVM: MIPS: Add callback to check extension, James Hogan
- [PATCH v2 9/33] KVM: MIPS/Emulate: Implement 64-bit MMIO emulation, James Hogan
- [PATCH v2 8/33] KVM: MIPS/Emulate: De-duplicate MMIO emulation, James Hogan
- [PATCH v2 16/33] KVM: MIPS: Add hardware_{enable,disable} callback, James Hogan
- [PATCH v2 17/33] KVM: MIPS: Add guest exit exception callback, James Hogan
- [PATCH v2 18/33] KVM: MIPS: Abstract guest CP0 register access for VZ, James Hogan
- [PATCH v2 19/33] KVM: MIPS/Entry: Update entry code to support VZ, James Hogan
- [PATCH v2 21/33] KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ, James Hogan
- [PATCH v2 20/33] KVM: MIPS/TLB: Add VZ TLB management, James Hogan
- [PATCH v2 23/33] KVM: MIPS: Update exit handler for VZ, James Hogan
- [PATCH v2 22/33] KVM: MIPS/Emulate: Drop CACHE emulation for VZ, James Hogan
- [PATCH v2 25/33] KVM: MIPS: Add VZ support to build system, James Hogan
- [PATCH v2 24/33] KVM: MIPS: Implement VZ support, James Hogan
- [PATCH v2 26/33] KVM: MIPS/VZ: Support guest CP0_BadInstr[P], James Hogan
- [PATCH v2 32/33] KVM: MIPS/VZ: Support hardware guest timer, James Hogan
- [PATCH v2 33/33] KVM: MIPS/VZ: Trace guest mode changes, James Hogan
- [PATCH v2 27/33] KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig, James Hogan
- [PATCH v2 30/33] KVM: MIPS/VZ: Support guest load-linked bit, James Hogan
- [PATCH v2 29/33] KVM: MIPS/VZ: Support guest hardware page table walker, James Hogan
- [PATCH v2 28/33] KVM: MIPS/VZ: Support guest segmentation control, James Hogan
- [PATCH v2 31/33] KVM: MIPS/VZ: Emulate MAARs when necessary, James Hogan
- Re: [PATCH v2 0/33] KVM: MIPS: Add VZ support, Ralf Baechle
- [PATCH] KVM: MIPS/Emulate: Fix preemption warning,
James Hogan
- [RFC PATCH 00/13] Introduce first class virtual address spaces,
Till Smejkal
- [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region', Till Smejkal
- [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff', Till Smejkal
- [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument, Till Smejkal
- [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area', Till Smejkal
- [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate', Till Smejkal
- [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem, Till Smejkal
- [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init', Till Smejkal
- [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork, Till Smejkal
- [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges, Till Smejkal
- [RFC PATCH 10/13] mm: Introduce first class virtual address spaces, Till Smejkal
- [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions, Till Smejkal
- [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces, Till Smejkal
- [RFC PATCH 13/13] fs/proc: Add procfs support for first class virtual address spaces, Till Smejkal
- Re: [RFC PATCH 00/13] Introduce first class virtual address spaces, Richard Henderson
- Re: [RFC PATCH 00/13] Introduce first class virtual address spaces, Andy Lutomirski
- [patch added to 3.12-stable] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps, Jiri Slaby
- [patch added to 3.12-stable] MIPS: Calculate microMIPS ra properly when unwinding the stack, Jiri Slaby
- [patch added to 3.12-stable] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions, Jiri Slaby
- [patch added to 3.12-stable] MIPS: Fix get_frame_info() handling of microMIPS function size, Jiri Slaby
- [patch added to 3.12-stable] MIPS: Prevent unaligned accesses during stack unwinding, Jiri Slaby
- [patch added to 3.12-stable] MIPS: Clear ISA bit correctly in get_frame_info(), Jiri Slaby
- [patch added to 3.12-stable] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers, Jiri Slaby
- [PATCH 0/3] MIPS: Fix some R2/FP emulation issues,
Aleksandar Markovic
- [PATCH] MIPS: generic: fix out-of-tree defconfig target builds,
Marcin Nowakowski
- [PATCH 0/2] cpu-features.h rename,
Marcin Nowakowski
- NFS corruption, fixed by echo 1 > /proc/sys/vm/drop_caches -- next debugging steps?,
Matt Turner
- Re: NFS corruption, fixed by echo 1 > /proc/sys/vm/drop_caches -- next debugging steps?, Matt Turner
[PATCH] MIPS: Lantiq: fix missing xbar kernel panic,
Hauke Mehrtens
[PATCH] MIPS: smp-mt: fix missing task_stack_page compile error,
Hauke Mehrtens
[PATCH V2 1/7] MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2,
Huacai Chen
[PATCH] MIPS: BPF: Add support for SKF_AD_HATYPE,
David Daney
[PATCH 3.16 182/370] KVM: MIPS: Flush KVM entry code from icache globally, Ben Hutchings
[PATCH 4.10 009/167] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions, Greg Kroah-Hartman
[PATCH 4.10 008/167] MIPS: Fix get_frame_info() handling of microMIPS function size, Greg Kroah-Hartman
[PATCH 4.10 007/167] MIPS: Prevent unaligned accesses during stack unwinding, Greg Kroah-Hartman
[PATCH 4.10 006/167] MIPS: Clear ISA bit correctly in get_frame_info(), Greg Kroah-Hartman
[PATCH 4.10 004/167] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers, Greg Kroah-Hartman
[PATCH 4.10 005/167] MIPS: Lantiq: Keep ethernet enabled during boot, Greg Kroah-Hartman
[PATCH 4.10 003/167] MIPS: BCM47XX: Fix button inversion for Asus WL-500W, Greg Kroah-Hartman
[PATCH 4.10 011/167] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps, Greg Kroah-Hartman
[PATCH 4.10 010/167] MIPS: Calculate microMIPS ra properly when unwinding the stack, Greg Kroah-Hartman
[PATCH 4.10 001/167] MIPS: pic32mzda: Fix linker error for pic32_get_pbclk(), Greg Kroah-Hartman
[PATCH 4.9 009/153] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions, Greg Kroah-Hartman
[PATCH 4.9 008/153] MIPS: Fix get_frame_info() handling of microMIPS function size, Greg Kroah-Hartman
[PATCH 4.9 006/153] MIPS: Clear ISA bit correctly in get_frame_info(), Greg Kroah-Hartman
[PATCH 4.9 007/153] MIPS: Prevent unaligned accesses during stack unwinding, Greg Kroah-Hartman
[PATCH 4.9 005/153] MIPS: Lantiq: Keep ethernet enabled during boot, Greg Kroah-Hartman
[PATCH 4.9 004/153] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers, Greg Kroah-Hartman
[PATCH 4.9 003/153] MIPS: BCM47XX: Fix button inversion for Asus WL-500W, Greg Kroah-Hartman
[PATCH 4.9 011/153] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps, Greg Kroah-Hartman
[PATCH 4.9 010/153] MIPS: Calculate microMIPS ra properly when unwinding the stack, Greg Kroah-Hartman
[PATCH 4.9 001/153] MIPS: pic32mzda: Fix linker error for pic32_get_pbclk(), Greg Kroah-Hartman
[PATCH 4.4 09/91] MIPS: Calculate microMIPS ra properly when unwinding the stack, Greg Kroah-Hartman
[PATCH 4.4 08/91] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions, Greg Kroah-Hartman
[PATCH 4.4 07/91] MIPS: Fix get_frame_info() handling of microMIPS function size, Greg Kroah-Hartman
[PATCH 4.4 06/91] MIPS: Prevent unaligned accesses during stack unwinding, Greg Kroah-Hartman
[PATCH 4.4 05/91] MIPS: Clear ISA bit correctly in get_frame_info(), Greg Kroah-Hartman
[PATCH 4.4 04/91] MIPS: Lantiq: Keep ethernet enabled during boot, Greg Kroah-Hartman
[PATCH 4.4 03/91] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers, Greg Kroah-Hartman
[PATCH 4.4 02/91] MIPS: BCM47XX: Fix button inversion for Asus WL-500W, Greg Kroah-Hartman
[PATCH 4.4 10/91] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps, Greg Kroah-Hartman
[PATCH] MIPS: page.h: define virt_to_pfn(), Florian Fainelli
[PATCH] MIPS: Octeon: Remove unused PCIERCX types and macros.,
Steven J. Hill
[PATCH] MIPS: Octeon: Clean up platform code.,
Steven J. Hill
[PATCH] MIPS: Octeon: Fix compile error when USB is not enabled.,
Steven J. Hill
[PATCH] MIPS: Octeon: Remove unused SLI types and macros.,
Steven J. Hill
[PATCH] MIPS: Octeon: Remove unused MIO types and macros.,
Steven J. Hill
[PATCH] MIPS: Octeon: Remove unused L2C types and macros.,
Steven J. Hill
[PATCH] MIPS: Octeon: Remove unused GPIO types and macros.,
Steven J. Hill
[PATCH v3] NI 169445 board support,
Nathan Sullivan
Re: mach-cavium-octeon/cpu-feature-overrides.h, David Daney
Re: next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308),
Arnd Bergmann
[PATCH] mips: add missing include files, Arnd Bergmann
[PATCH 0/2] MIPS: Couple kexec related fixes,
Florian Fainelli
[PATCH] MIPS: enable GENERIC_CPU_AUTOPROBE, Marcin Nowakowski
[PATCH v2] MIPS: NI 169445 board support,
Nathan Sullivan
[PATCH v3] MIPS: Fix build breakage caused by header file changes,
Guenter Roeck
[PATCH v2] MIPS: Fix build breakage caused by header file changes,
Guenter Roeck
[PATCH] MIPS: Fix build breakage caused by header file change, Guenter Roeck
[PATCH] MIPS: reset all task's asid to 0 after asid_cache(cpu) overflows,
Jiwei Sun
RFC: Proper locking tips for IRQ handlers?,
Joshua Kinard
[PATCH] MIPS: Wire up statx system call, James Hogan
[PATCH] MIPS: Include asm/ptrace.h now linux/sched.h doesn't,
James Hogan
[PATCH] MIPS: Fix IRQ tracing & lockdep when rescheduling, Paul Burton
[PATCH 1/3] futex: remove duplicated code,
Jiri Slaby
[PATCH] MIPS: pm-cps: Drop manual cache-line alignment of ready_count,
Paul Burton
[PATCH 0/32] KVM: MIPS: Add VZ support,
James Hogan
- [PATCH 1/32] MIPS: Add defs & probing of UFR, James Hogan
- [PATCH 2/32] MIPS: Separate MAAR V bit into VL and VH for XPA, James Hogan
- [PATCH 3/32] MIPS: Probe guest CP0_UserLocal, James Hogan
- [PATCH 4/32] MIPS: Probe guest MVH, James Hogan
- [PATCH 10/32] KVM: MIPS: Extend counters & events for VZ GExcCodes, James Hogan
- [PATCH 5/32] MIPS: Add some missing guest CP0 accessors & defs, James Hogan
- [PATCH 6/32] MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro, James Hogan
- [PATCH 13/32] KVM: MIPS: Init timer frequency from callback, James Hogan
- [PATCH 15/32] KVM: MIPS: Add hardware_{enable,disable} callback, James Hogan
- [PATCH 8/32] KVM: MIPS/Emulate: Implement 64-bit MMIO emulation, James Hogan
- [PATCH 9/32] KVM: MIPS: Update kvm_lose_fpu() for VZ, James Hogan
- [PATCH 7/32] KVM: MIPS/Emulate: De-duplicate MMIO emulation, James Hogan
- [PATCH 14/32] KVM: MIPS: Add callback to check extension, James Hogan
- [PATCH 16/32] KVM: MIPS: Add guest exit exception callback, James Hogan
- [PATCH 11/32] KVM: MIPS: Add VZ capability, James Hogan
- [PATCH 12/32] KVM: MIPS: Add 64BIT capability, James Hogan
- [PATCH 17/32] KVM: MIPS: Abstract guest CP0 register access for VZ, James Hogan
- [PATCH 18/32] KVM: MIPS/Entry: Update entry code to support VZ, James Hogan
- [PATCH 19/32] KVM: MIPS/TLB: Add VZ TLB management, James Hogan
- [PATCH 20/32] KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ, James Hogan
- [PATCH 21/32] KVM: MIPS/Emulate: Drop CACHE emulation for VZ, James Hogan
- [PATCH 25/32] KVM: MIPS/VZ: Support guest CP0_BadInstr[P], James Hogan
- [PATCH 22/32] KVM: MIPS: Update exit handler for VZ, James Hogan
- [PATCH 24/32] KVM: MIPS: Add VZ support to build system, James Hogan
- [PATCH 23/32] KVM: MIPS: Implement VZ support, James Hogan
- [PATCH 32/32] KVM: MIPS/VZ: Trace guest mode changes, James Hogan
- [PATCH 31/32] KVM: MIPS/VZ: Support hardware guest timer, James Hogan
- [PATCH 26/32] KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig, James Hogan
- [PATCH 27/32] KVM: MIPS/VZ: Support guest segmentation control, James Hogan
- [PATCH 28/32] KVM: MIPS/VZ: Support guest hardware page table walker, James Hogan
- [PATCH 29/32] KVM: MIPS/VZ: Support guest load-linked bit, James Hogan
- [PATCH 30/32] KVM: MIPS/VZ: Emulate MAARs when necessary, James Hogan
[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error,
Dmitry V. Levin
[PATCH 3/3] uapi: fix asm/shmbuf.h userspace compilation errors,
Dmitry V. Levin
[PATCH 2/3] uapi: fix asm/sembuf.h userspace compilation errors, Dmitry V. Levin
[PATCH 1/3] uapi: fix asm/msgbuf.h userspace compilation errors, Dmitry V. Levin
[PATCH] module: set __jump_table alignment to 8,
David Daney
Re: [PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used,
Andy Shevchenko
[PATCH v2 0/5] MIPS: Further microMIPS stack unwinding fixes,
Matt Redfearn
[PATCH 0/4] MIPS: Further microMIPS stack unwinding fixes,
Matt Redfearn
Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52),
Arnd Bergmann
Re: stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13),
Arnd Bergmann
Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1),
Arnd Bergmann
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), gregkh
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Arnd Bergmann
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Arnaldo Carvalho de Melo
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Jiri Olsa
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Arnd Bergmann
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Jiri Olsa
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Arnd Bergmann
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Arnaldo Carvalho de Melo
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Jiri Olsa
- Re: stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1), Josh Poimboeuf
[PATCH] jump_label: align jump_entry table to at least 4-bytes,
Jason Baron
[PATCH] net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettings,
Philippe Reynes
[PATCH] uapi: fix asm/signal.h userspace compilation errors,
Dmitry V. Levin
[PATCH V2] arch: mips: ralink: fix typos in rt3883 pinctrl,
John Crispin
[PATCH] MIPS: Octeon: Cleanup of core PCIe file.,
Steven J. Hill
[PATCH] MIPS: Octeon: Enable PCIe for little endian., Steven J. Hill
[PATCH] MIPS: End spinlocks with .insn,
James Hogan
[GIT PULL] MIPS changes for 4.11, James Hogan
[PATCH 1/2] uapi: fix definition of struct sockaddr_nfc_llcp on x32 and mips n32,
Dmitry V. Levin
[PATCH 0/3] arch: mips: pci: cleanups and fixes for mt7620 driver,
John Crispin
[PATCH] arch: mips: ralink: fix typo in pinctrl lna_g_func,
John Crispin
[PATCH] MIPS:wrong usage of l_exc_copy in octeon-memcpy.S,
jianchao.wang
[PATCH] MIPS: BCM63XX: fix ENETDMA_6345_MAXBURST_REG offset, Jonas Gorski
[PATCH v2] MAINTAINERS: cpufreq: add bmips-cpufreq.c,
Markus Mayer
[PATCH] MIPS: cavium-octeon: Remove vestiges of CONFIG_CAVIUM_OCTEON_2ND_KERNEL,
David Daney
[PATCH] MAINTAINERS: cpufreq: add bmips-cpufreq.c,
Markus Mayer
[PATCH] MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.,
David Daney
[GIT PULL] MIPS fixes for 4.10,
James Hogan
[PATCH] MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels,
James Hogan
[PATCH] MIPS: DTS: add img directory to Makefile,
Ian Pozella
[PATCH RESEND v5 0/8] MIPS: Loongson: Add the Loongson-1A processor support,
Binbin Zhou
[PATCH 3.16 163/306] KVM: MIPS: Make ERET handle ERL before EXL, Ben Hutchings
[PATCH 3.16 164/306] MIPS: KVM: Fix unused variable build warning, Ben Hutchings
[PATCH 3.16 113/306] MIPS: ptrace: Fix regs_return_value for kernel context, Ben Hutchings
[PATCH 3.16 165/306] KVM: MIPS: Precalculate MMIO load resume PC, Ben Hutchings
[PATCH] MIPS: bcm47xx: Fix button inversion for Asus WL-500W,
Mirko Parthey
[PATCH] MIPS: OCTEON: Enable DEVTMPFS,
James Hogan
[PATCH v2 1/2] pwm: loongson1: Add PWM driver for Loongson1 SoC,
Yang Ling
Re: next build: 208 builds: 3 failed, 205 passed, 5 errors, 23 warnings (next-20170215),
Arnd Bergmann
[PATCH] soc: bcm: brcmstb: Match additional compatible strings,
Florian Fainelli
[PATCH 1/4] MIPS: SMP: Constify smp ops,
Matt Redfearn
[PATCH 0/3] MIPS: random Alchemy stuff,
Manuel Lauss
[PATCH] MIPS: ath79: Use the IRQ based GPIO key driver for the buttons, Alban
[PATCH v5 3/3] MIPS: ath79: Fix the USB PHY reset names,
Alban
[PATCH v2] MIPS: Allow compressed images to be loaded at any address,
Alban
[PATCH 2/2] MIPS: loongson1: Add PWM support for Loongson1 board, Yang Ling
[PATCH 1/2] pwm: loongson1: Add PWM driver for Loongson1 SoC,
Yang Ling
[PATCH RESEND] Kbuild: add cpp_its_S in ksym_dep_filter,
Marcin Nowakowski
[PATCH] add a const to ioread* routines to fix compile testing, Cédric Le Goater
v4.11 Merge window, Ralf Baechle
[PATCH] MIPS: ralink: fix mt7628 alternative functions names,
André Draszik
[PATCH v2] MIPS: Fix protected_cache(e)_op() for microMIPS,
James Hogan
Crash in -next due to 'MIPS: Add cacheinfo support',
Guenter Roeck
[PATCH] MIPS: Fix protected_cache(e)_op() for microMIPS,
James Hogan
[PATCH v5 0/8] MIPS: Loongson: Add the Loongson-1A processor support,
Binbin Zhou
[PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include,
Florian Fainelli
- [PATCH net-next v2 01/12] net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 02/12] net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 03/12] net: macb: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 04/12] net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 05/12] net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 06/12] net: fman: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 07/12] net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 08/12] iscsi: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 09/12] MIPS: Octeon: Remove unnecessary MODULE_*(), Florian Fainelli
- [PATCH net-next v2 10/12] net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 11/12] net: ath5k: fix build errors when linux/phy*.h is removed from net/dsa.h, Florian Fainelli
- [PATCH net-next v2 12/12] net: dsa: remove unnecessary phy*.h includes, Florian Fainelli
- Re: [PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include, David Miller
[PATCH v3 0/4] cpufreq: bmips-cpufreq: Add CPUfreq driver for Broadcom's BMIPS SoCs,
Markus Mayer
[PATCH v4 0/8] MIPS: Loongson: Add the Loongson-1A processor support,
Binbin Zhou
[PATCH 00/12] MIPS: BRIDGE Updates,
Joshua Kinard
- [PATCH 01/12] MIPS: BRIDGE: Rename pci-ip27.c to pci-bridge.c, Joshua Kinard
- [PATCH 02/12] MIPS: IP27: Add pcibr.h header for IP27, Joshua Kinard
- [PATCH 03/12] MIPS: PCI: Minor clean-ups to pci-legacy.c, Joshua Kinard
- [PATCH 04/12] MIPS: PCI: Add BRIDGE 'pre_enable' hook, Joshua Kinard
- [PATCH 05/12] MIPS: BRIDGE: Clean-up bridge.h header file, Joshua Kinard
- [PATCH 07/12] MIPS: BRIDGE: Add XBRIDGE revs and SWAP bit, Joshua Kinard
- [PATCH 09/12] MIPS: BRIDGE: Use !pci_is_root_bus(bus) to check for bus->number > 0, Joshua Kinard
- [PATCH 08/12] MIPS: BRIDGE: Update ops-bridge.c, Joshua Kinard
- [PATCH 06/12] MIPS: BRIDGE: Overhaul bridge.h header file, Joshua Kinard
- [PATCH 10/12] MIPS: BRIDGE: Overhaul pci-bridge.c driver, Joshua Kinard
- [PATCH 11/12] MIPS: IP27: Update IRQ code to work with the new BRIDGE code, Joshua Kinard
- [PATCH 12/12] MIPS: PCI: Fix IP27 for the PCI_PROBE_ONLY case, Joshua Kinard
[PATCH 0/3] MIPS: Xtalk: Updates/clean-ups,
Joshua Kinard
[PATCH v2 0/4] cpufreq: bmips-cpufreq: Add CPUfreq driver for Broadcom's BMIPS SoCs,
Markus Mayer
[RFC] mips: ath79: clock:- Unmap region obtained by of_iomap, Marion & Christophe JAILLET
[PATCH -next] MIPS: sysmips: Remove duplicated include from syscall.c,
Wei Yongjun
[PATCH] MIPS: Unify perf counter register definitions, James Hogan
[PATCH 0/4] KVM: MIPS: Hypercalls,
James Hogan
[PATCH] MIPS: Allow compressed images to be loaded at the usual address,
Alban
[PATCH v4 3/3] MIPS: ath79: Fix the USB PHY reset names,
Alban
[PATCH 3.10 063/319] MIPS: ptrace: Fix regs_return_value for kernel context, Willy Tarreau
[PATCH 3.10 062/319] MIPS: Malta: Fix IOCU disable switch read for MIPS64, Willy Tarreau
[PATCH 3.10 022/319] MIPS: KVM: Fix unused variable build warning, Willy Tarreau
[PATCH 3.10 023/319] KVM: MIPS: Precalculate MMIO load resume PC,
Willy Tarreau
Is it time to move drivers/staging/netlogic/ out of staging?,
Joe Perches
[Index of Archives]
[Linux MIPS Home]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc