Linux MIPS
[Prev Page][Next Page]
[PATCH v6 0/7] Per-user clock constraints,
Tomeu Vizoso
[PATCH V4 00/16] Generic BMIPS kernel,
Kevin Cernekee
- [PATCH V4 01/16] irqchip: Update docs regarding irq_domain_add_tree(), Kevin Cernekee
- [PATCH V4 02/16] irqchip: brcmstb-l2: don't clear wakeable interrupts at init time, Kevin Cernekee
- [PATCH V4 03/16] irqchip: brcmstb-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V4 04/16] irqchip: bcm7120-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V4 05/16] irqchip: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsets, Kevin Cernekee
- [PATCH V4 06/16] irqchip: bcm7120-l2: Split STB-specific logic into its own function, Kevin Cernekee
- [PATCH V4 07/16] irqchip: bcm7120-l2: Add support for BCM3380-style controllers, Kevin Cernekee
- [PATCH V4 08/16] irqchip: Add new driver for BCM7038-style level 1 interrupt controllers, Kevin Cernekee
- [PATCH V4 09/16] MIPS: Let __dt_register_buses accept a single bus type, Kevin Cernekee
- [PATCH V4 10/16] MIPS: Fall back to the generic restart notifier, Kevin Cernekee
- [PATCH V4 11/16] MIPS: Reorder MIPS_L1_CACHE_SHIFT priorities, Kevin Cernekee
- [PATCH V4 12/16] MIPS: Create a common <asm/mach-generic/war.h>, Kevin Cernekee
- [PATCH V4 13/16] MIPS: BMIPS: Flush the readahead cache after DMA, Kevin Cernekee
- [PATCH V4 14/16] MIPS: BMIPS: Document the firmware->kernel DTB interface, Kevin Cernekee
- [PATCH V4 15/16] MIPS: Add Generic BMIPS target, Kevin Cernekee
- [PATCH V4 16/16] MIPS: BMIPS: Add DTS files for several platforms, Kevin Cernekee
[PATCH] MIPS: mm: tlbex: Fix potential HTW race on TLBL/M/S handlers,
Markos Chandras
[ADMIN] Gitweb to cgit migration at linux-mips.org, Ralf Baechle
[PATCH 3.4 65/91] MIPS: mcount: Adjust stack pointer for static trace in MIPS32,
lizf
[PATCH 3.4 42/91] MIPS: ZBOOT: add missing <linux/string.h> include,
lizf
[PATCH 0/9] Extend various drivers to run on bi-endian BMIPS hosts,
Kevin Cernekee
- [PATCH 1/9] power/reset: brcmstb: Make the driver buildable on MIPS, Kevin Cernekee
- [PATCH 2/9] power/reset: brcmstb: Use the DT "compatible" string to indicate bit positions, Kevin Cernekee
- [PATCH 3/9] power/reset: brcmstb: Add support for old 65nm chips, Kevin Cernekee
- [PATCH 4/9] bus: brcmstb_gisb: Make the driver buildable on MIPS, Kevin Cernekee
- [PATCH 5/9] bus: brcmstb_gisb: Introduce wrapper functions for MMIO accesses, Kevin Cernekee
- [PATCH 7/9] bus: brcmstb_gisb: Add register offset tables for older chips, Kevin Cernekee
- [PATCH 6/9] bus: brcmstb_gisb: Look up register offsets in a table, Kevin Cernekee
- [PATCH 8/9] bus: brcmstb_gisb: Honor the "big-endian" and "native-endian" DT properties, Kevin Cernekee
- [PATCH 9/9] usb: {ohci,ehci}-platform: Use new OF big-endian helper function, Kevin Cernekee
- Re: [PATCH 0/9] Extend various drivers to run on bi-endian BMIPS hosts, Florian Fainelli
[PATCHv2 00/10] ACCESS_ONCE and non-scalar accesses,
Christian Borntraeger
- [PATCHv2 04/10] x86/spinlock: Replace ACCESS_ONCE with READ_ONCE/ASSIGN_ONCE, Christian Borntraeger
- [PATCHv2 01/10] KVM: s390: Fix ipte locking, Christian Borntraeger
- [PATCHv2 08/10] arm: Replace ACCESS_ONCE for spinlock code with READ_ONCE, Christian Borntraeger
- [PATCHv2 07/10] arm64: Replace ACCESS_ONCE for spinlock code with READ_ONCE, Christian Borntraeger
- [PATCHv2 06/10] mips: Replace ACCESS_ONCE in gup with READ_ONCE, Christian Borntraeger
- [PATCHv2 02/10] kernel: Provide READ_ONCE and ASSIGN_ONCE, Christian Borntraeger
- [PATCHv2 09/10] tighten rules for ACCESS ONCE, Christian Borntraeger
- [PATCHv2 10/10] KVM: s390: change ipte lock from barrier to READ_ONCE, Christian Borntraeger
- [PATCHv2 05/10] x86: Replace ACCESS_ONCE in gup with READ_ONCE, Christian Borntraeger
- [PATCHv2 03/10] mm: replace ACCESS_ONCE with READ_ONCE, Christian Borntraeger
- [PATCHv3 00/10] ACCESS_ONCE and non-scalar accesses, Christian Borntraeger
[PATCH] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2,
Markos Chandras
[PATCH] MIPS: Kconfig: Disable SMP/CPS for 64-bit, Markos Chandras
[PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT,
Kevin Cernekee
- [PATCH V3 1/7] of: Add helper function to check MMIO register endianness, Kevin Cernekee
- [PATCH V3 2/7] of/fdt: Add endianness helper function for early init code, Kevin Cernekee
- [PATCH V3 3/7] of: Document {little,big,native}-endian bindings, Kevin Cernekee
- [PATCH V3 4/7] serial: core: Add big-endian iotype, Kevin Cernekee
- [PATCH V3 5/7] serial: earlycon: Set UPIO_MEM32BE based on DT properties, Kevin Cernekee
- [PATCH V3 6/7] serial: of_serial: Support big-endian register accesses, Kevin Cernekee
- [PATCH V3 7/7] serial: 8250: Add support for big-endian MMIO accesses, Kevin Cernekee
- Re: [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT, Florian Fainelli
- Re: [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT, Arnd Bergmann
- Re: [PATCH V3 0/7] serial: Configure {big,native}-endian MMIO accesses via DT, Grant Likely
Re: [PATCH/RFC 7/7] kernel: Force ACCESS_ONCE to work only on scalar types,
Alexei Starovoitov
[PATCH] MIPS: provide sched_clock based on c0 counter, Rabin Vincent
MIPS_MT_SMP selects MIPS_GIC_IPI, Niklas Cassel
[PATCH] MIPS: octeon: Add support for the UBNT E200 board,
James Cowgill
[PATCH/RFC 0/7] ACCESS_ONCE and non-scalar accesses,
Christian Borntraeger
MIPS: 64BIT_PHYS_ADDR, Paul Bolle
[PATCH V3 00/11] Multiplatform BMIPS kernel,
Kevin Cernekee
- [PATCH V3 01/11] irqchip: Update docs regarding irq_domain_add_tree(), Kevin Cernekee
- [PATCH V3 02/11] irqchip: brcmstb-l2: don't clear wakeable interrupts at init time, Kevin Cernekee
- [PATCH V3 03/11] irqchip: brcmstb-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V3 04/11] irqchip: bcm7120-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V3 05/11] irqchip: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsets, Kevin Cernekee
- [PATCH V3 06/11] irqchip: bcm7120-l2: Change DT binding to allow non-contiguous IRQEN/IRQSTAT, Kevin Cernekee
- [PATCH V3 07/11] irqchip: Add new driver for BCM7038-style level 1 interrupt controllers, Kevin Cernekee
- [PATCH V3 08/11] MIPS: Let __dt_register_buses accept a single bus type, Kevin Cernekee
- [PATCH V3 09/11] MIPS: Fall back to the generic restart notifier, Kevin Cernekee
- [PATCH V3 10/11] MIPS: Reorder MIPS_L1_CACHE_SHIFT priorities, Kevin Cernekee
- [PATCH V3 11/11] MIPS: Add multiplatform BMIPS target, Kevin Cernekee
- Re: [PATCH V3 00/11] Multiplatform BMIPS kernel, Arnd Bergmann
[PATCH V2] MIPS: BCM47XX: Move NVRAM driver to the drivers/soc/,
Rafał Miłecki
git caching(?) issues with http(s),
Jonas Gorski
[PATCH V5 7/7] MIPS: Loongson: Make CPUFreq usable for Loongson-3, Huacai Chen
[PATCH V5 5/7] MIPS: Loongson-3: Add CPU Hwmon platform driver,
Huacai Chen
[PATCH V5 2/7] MIPS: Cleanup Loongson-2F's gpio driver,
Huacai Chen
[PATCH V5 0/7] MIPS: Loongson-3: Improve kernel functionality,
Huacai Chen
[PATCH] MIPS: mips-cm: CM regions are disabled at boot,
Niklas Svensson
[PATCH RESEND] MIPS: loongson: make platform serial setup always built-in, Aaro Koskinen
[PATCH] MIPS: loongson: make platform serial setup always built-in, Aaro Koskinen
[PATCH 0/7] MIPS: loongson: cleanups,
Aaro Koskinen
[PATCH 3.10 51/70] MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches, Greg Kroah-Hartman
Lemote 2F build failure,
Ralf Baechle
[PATCH] MIPS: lib: memset: Clean up some MIPS{EL,EB} ifdefery, Markos Chandras
[PATCH 5/5] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus(),
Yijing Wang
[PATCH 3.12 115/206] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Jiri Slaby
[PATCH 3.12 114/206] MIPS: ftrace: Fix a microMIPS build problem, Jiri Slaby
[PATCH] MIPS: get_user: set the parameter @x to zero on error,
bin.jiang
Re: MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround,
Leonid Yegoshin
[PATCH 1/2] MIPS: jump_label.c: Correct the span of the J instruction,
Maciej W. Rozycki
[RFC] add a struct page* parameter to dma_map_ops.unmap_page,
Stefano Stabellini
[PATCH] MIPS: lib: mips-atomic.c: Remove obsolete ifdefery, Markos Chandras
[PATCH] MIPS: lib: memcpy: Restore NOP on delay slot before returing to caller, Markos Chandras
[PATCH] MIPS: mm: tlb-r4k: Add missing HTW stop/start sequences, Markos Chandras
[PATCH] MIPS: asm: uaccess: Add v1 register to clobber list on EVA, Markos Chandras
[ 05/48] MIPS: asm: thread_info: Add _TIF_SECCOMP flag, Willy Tarreau
[PATCH V3] MIPS: Loongson: Improve LEFI firmware interface,
Huacai Chen
[PATCH] MIPS: c-r4k.c: Fix the 74K D-cache alias erratum workaround,
Maciej W. Rozycki
[PATCH V2 00/22] Multiplatform BMIPS kernel,
Kevin Cernekee
- [PATCH V2 01/22] irqchip: Update docs regarding irq_domain_add_tree(), Kevin Cernekee
- [PATCH V2 02/22] irqchip: brcmstb-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V2 03/22] irqchip: bcm7120-l2: fix error handling of irq_of_parse_and_map, Kevin Cernekee
- [PATCH V2 04/22] irqchip: bcm7120-l2: Refactor driver for arbitrary IRQEN/IRQSTAT offsets, Kevin Cernekee
- [PATCH V2 05/22] irqchip: bcm7120-l2: Change DT binding to allow non-contiguous IRQEN/IRQSTAT, Kevin Cernekee
- [PATCH V2 06/22] irqchip: Add new driver for BCM7038-style level 1 interrupt controllers, Kevin Cernekee
- [PATCH V2 07/22] MIPS: BMIPS: Fix ".previous without corresponding .section" warnings, Kevin Cernekee
- [PATCH V2 08/22] MIPS: BMIPS: Align secondary boot sequence with latest firmware releases, Kevin Cernekee
- [PATCH V2 09/22] MIPS: BMIPS: Introduce helper function to change the reset vector, Kevin Cernekee
- [PATCH V2 10/22] MIPS: BMIPS: Allow BMIPS3300 to utilize SMP ebase relocation code, Kevin Cernekee
- [PATCH V2 11/22] MIPS: BMIPS: Mask off timer IRQs when hot-unplugging a CPU, Kevin Cernekee
- [PATCH V2 12/22] MIPS: BMIPS: Explicitly configure reset vectors prior to secondary boot, Kevin Cernekee
- [PATCH V2 13/22] MIPS: Allow MIPS_CPU_SCACHE to be used with different line sizes, Kevin Cernekee
- [PATCH V2 14/22] MIPS: BMIPS: Fix L1_CACHE_SHIFT when BMIPS5000 is selected, Kevin Cernekee
- [PATCH V2 15/22] MIPS: BMIPS: Let each platform customize the CPU1 IRQ mask, Kevin Cernekee
- [PATCH V2 16/22] MIPS: BMIPS: Add special cache handling in c-r4k.c, Kevin Cernekee
- [PATCH V2 17/22] MIPS: BMIPS: Add PRId for BMIPS5200 (Whirlwind), Kevin Cernekee
- [PATCH V2 18/22] MIPS: Create a helper function for DT setup, Kevin Cernekee
- [PATCH V2 19/22] Documentation: DT: Add "mti" vendor prefix, Kevin Cernekee
- [PATCH V2 20/22] MAINTAINERS: Add entry for bcm63xx/bcm33xx UDC gadget driver, Kevin Cernekee
- [PATCH V2 21/22] MAINTAINERS: Add entry for BMIPS multiplatform kernel, Kevin Cernekee
- [PATCH V2 22/22] MIPS: Add multiplatform BMIPS target, Kevin Cernekee
- Re: [PATCH V2 00/22] Multiplatform BMIPS kernel, Brian Norris
[PATCH 0/7] MIPS: Assorted microMIPS fixes,
Maciej W. Rozycki
[PATCH 00/11] [v11] Intel MPX support,
Dave Hansen
- [PATCH 02/11] mpx: extend siginfo structure to include bound violation information, Dave Hansen
- [PATCH 03/11] mips: sync struct siginfo with general version, Dave Hansen
- [PATCH 07/11] x86, mpx: add MPX-specific mmap interface, Dave Hansen
- [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information, Dave Hansen
- [PATCH 10/11] x86, mpx: cleanup unused bound tables, Dave Hansen
- [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables, Dave Hansen
- [PATCH 01/11] x86, mpx: rename cfg_reg_u and status_reg, Dave Hansen
- [PATCH 04/11] ia64: sync struct siginfo with general version, Dave Hansen
- [PATCH 06/11] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific, Dave Hansen
- [PATCH 11/11] x86, mpx: add documentation on Intel MPX, Dave Hansen
- [PATCH 05/11] x86, mpx: add MPX to disaabled features, Dave Hansen
[patch added to the 3.12 stable tree] MIPS: ftrace: Fix a microMIPS build problem, Jiri Slaby
[patch added to the 3.12 stable tree] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Jiri Slaby
[PATCH 0/3] USB: host: Misc patches to remove hard-coded octeon platform information,
Andreas Herrmann
[PATCH V2 0/8] Add support for eXtended Physical Addressing.,
Steven J. Hill
[PATCH V4 6/6] MIPS: Loongson: Make CPUFreq usable for Loongson-3, Huacai Chen
[PATCH V4 5/6] MIPS: Loongson-3: Add chipset ACPI platform driver, Huacai Chen
[PATCH V4 4/6] MIPS: Loongson-3: Add CPU Hwmon platform driver, Huacai Chen
[PATCH V4 3/6] GPIO: Add Loongson-3A/3B GPIO driver support, Huacai Chen
[PATCH V4 2/6] MIPS: Move Loongson GPIO driver to drivers/gpio,
Huacai Chen
[PATCH V4 1/6] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature, Huacai Chen
[PATCH V4 0/6] MIPS: Loongson-3: Improve kernel functionality, Huacai Chen
Impact of removing VM_EXEC from brk area, Ralf Baechle
[PATCH 1/2] mips: fix __node_distances undefined error on loongson3,
James Cowgill
ftrace function graph with static ftrace does not work on MIPS,
Markos Chandras
[PATCH 00/11] Add support for eXtended Physical Addressing.,
Steven J. Hill
- [PATCH 03/11] MIPS: Rearrange PTE bits into fixed positions for MIPS R2., Steven J. Hill
- [PATCH 05/11] MIPS: mm: c-r4k: Ensure CCA is set to non-coherent on UP kernels., Steven J. Hill
- [PATCH 06/11] MIPS: Add CP0 macros for extended EntryLo registers, Steven J. Hill
- [PATCH 09/11] MIPS: Add MFHC0 and MTHC0 instructions to uasm., Steven J. Hill
- [PATCH 02/11] MIPS: Revert fixrange_init() limiting to the FIXMAP region., Steven J. Hill
- [PATCH 04/11] MIPS: Removal of execute bit in page tables for HEAP/BSS., Steven J. Hill
- [PATCH 08/11] MIPS: Cosmetic cleanups of page table headers., Steven J. Hill
- [PATCH 07/11] MIPS: Fix address type used for early memory detection., Steven J. Hill
- [PATCH 01/11] MIPS: HIGHMEM fixes for cache aliasing and non-DMA I/O., Steven J. Hill
- Re: [PATCH 00/11] Add support for eXtended Physical Addressing., Ralf Baechle
- [PATCH 10/11] MIPS: Add support for XPA., Steven J. Hill
- [PATCH 11/11] MIPS: XPA: Add new configuration file., Steven J. Hill
[PATCH V2 00/10] UART driver support for BMIPS multiplatform kernels,
Kevin Cernekee
- [PATCH V2 01/10] tty: Fallback to use dynamic major number, Kevin Cernekee
- [PATCH V2 02/10] serial: core: Add big-endian iotype, Kevin Cernekee
- [PATCH V2 03/10] of: Fix of_device_is_compatible() comment, Kevin Cernekee
- [PATCH V2 04/10] of: Change of_device_is_available() to return bool, Kevin Cernekee
- [PATCH V2 05/10] of: Add helper function to check MMIO register endianness, Kevin Cernekee
- [PATCH V2 06/10] serial: pxa: Add fifo-size and {big,native}-endian properties, Kevin Cernekee
- [PATCH V2 07/10] serial: pxa: Make the driver buildable for BCM7xxx set-top platforms, Kevin Cernekee
- [PATCH V2 08/10] serial: pxa: Update DT binding documentation, Kevin Cernekee
- [PATCH V2 09/10] serial: earlycon: Set UPIO_MEM32BE based on DT properties, Kevin Cernekee
- [PATCH V2 10/10] serial: pxa: Add OF_EARLYCON support, Kevin Cernekee
- Re: [PATCH V2 00/10] UART driver support for BMIPS multiplatform kernels, Robert Jarzmik
[PATCH V5 0/4] MIPS: GIC device-tree support,
Andrew Bresticker
[PATCH 00/11] [v10] Intel MPX support,
Dave Hansen
- [PATCH 01/11] x86, mpx: rename cfg_reg_u and status_reg, Dave Hansen
- [PATCH 06/11] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific, Dave Hansen
- [PATCH 08/11] x86, mpx: [new code] decode MPX instruction to get bound violation information, Dave Hansen
- [PATCH 04/11] ia64: sync struct siginfo with general version, Dave Hansen
- [PATCH 09/11] x86, mpx: on-demand kernel allocation of bounds tables, Dave Hansen
- [PATCH 02/11] mpx: extend siginfo structure to include bound violation information, Dave Hansen
- [PATCH 05/11] x86, mpx: add MPX to disaabled features, Dave Hansen
- [PATCH 07/11] x86, mpx: add MPX-specific mmap interface, Dave Hansen
- [PATCH 03/11] mips: sync struct siginfo with general version, Dave Hansen
- [PATCH 11/11] x86, mpx: add documentation on Intel MPX, Dave Hansen
- [PATCH 10/11] x86, mpx: cleanup unused bound tables, Dave Hansen
[PATCH V3 5/5] MIPS: Loongson: Make CPUFreq usable for Loongson-3, Huacai Chen
[PATCH V3 4/5] MIPS: Loongson-3: Add chipset ACPI platform driver, Huacai Chen
[PATCH V3 3/5] MIPS: Loongson-3: Add CPU Hwmon platform driver, Huacai Chen
[PATCH V3 2/5] MIPS: Loongson: Add Loongson-3A/3B GPIO support,
Huacai Chen
[PATCH V3 1/5] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature, Huacai Chen
[PATCH V3 0/5] MIPS: Loongson-3: Improve kernel functionality, Huacai Chen
[PATCH/RFC 0/8] UART driver support for BMIPS multiplatform kernels,
Kevin Cernekee
[PATCH] MIPS: Fix a copy & paste error in unistd.h,
Huacai Chen
[PATCH 3.10 063/123] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Greg Kroah-Hartman
[PATCH 3.14 095/203] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Greg Kroah-Hartman
[PATCH 3.14 094/203] MIPS: ftrace: Fix a microMIPS build problem, Greg Kroah-Hartman
[PATCH 3.17 148/319] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Greg Kroah-Hartman
[PATCH 3.17 147/319] MIPS: ftrace: Fix a microMIPS build problem, Greg Kroah-Hartman
[PATCH 3.17 146/319] MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions, Greg Kroah-Hartman
[PATCH 3.17 145/319] MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge, Greg Kroah-Hartman
[PATCH 3.17 144/319] MIPS: ptrace.h: Add a missing include, Greg Kroah-Hartman
[PATCH] MIPS: BCM47XX: Move NVRAM driver to the drivers/misc/,
Rafał Miłecki
[PATCH RESEND 1/3] MIPS: oprofile: fix backtrace on 64-bit kernel,
Aaro Koskinen
[PATCH 3.16.y-ckt 047/170] MIPS: ftrace: Fix a microMIPS build problem, Luis Henriques
[PATCH 3.16.y-ckt 039/170] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Luis Henriques
[PATCH 3.16.y-ckt 038/170] MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge, Luis Henriques
[PATCH 3.16.y-ckt 034/170] MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions, Luis Henriques
[PATCH 0/3] Machine Check exception improvements,
Markos Chandras
[PATCH] MIPS: cpu-probe: Set the FTLB probability bit on supported cores, Markos Chandras
[3.16.y-ckt extended stable] Patch "MIPS: ftrace: Fix a microMIPS build problem" has been added to staging queue, Luis Henriques
[3.16.y-ckt extended stable] Patch "MIPS: tlbex: Properly fix HUGE TLB Refill exception handler" has been added to staging queue, Luis Henriques
[3.16.y-ckt extended stable] Patch "MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismerge" has been added to staging queue, Luis Henriques
[3.16.y-ckt extended stable] Patch "MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructions" has been added to staging queue, Luis Henriques
[PATCH]: R10000: Mark CPU_SUPPORTS_HUGEPAGES as broken, Joshua Kinard
[PATCH v6 40/48] mips: Register with kernel power-off handler, Guenter Roeck
[PATCH v6 08/48] kernel: Move pm_power_off to common code, Guenter Roeck
[PATCH 1/2] of: Fix crash if an earlycon driver is not found,
Kevin Cernekee
[PATCH v2 1/2] MIPS: FW: Fix parsing u-boot environment,
Alban Bedel
[PATCH v7] MIPS: fix build with binutils 2.24.51+, Manuel Lauss
[PATCH 1/2] MIPS: ath79: Use the firmware lib to parse the kernel command line,
Alban Bedel
[PATCH 1/2] MIPS: FW: Fix parsing u-boot environment,
Alban Bedel
[PATCH V4 00/14] genirq endian fixes; bcm7120/brcmstb IRQ updates,
Kevin Cernekee
- [PATCH V4 01/14] sh: Eliminate unused irq_reg_{readl,writel} accessors, Kevin Cernekee
- [PATCH V4 02/14] genirq: Generic chip: Change irq_reg_{readl,writel} arguments, Kevin Cernekee
- [PATCH V4 03/14] genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}, Kevin Cernekee
- [PATCH V4 04/14] genirq: Generic chip: Add big endian I/O accessors, Kevin Cernekee
- [PATCH V4 05/14] irqchip: brcmstb-l2: Eliminate dependency on ARM code, Kevin Cernekee
- [PATCH V4 06/14] irqchip: bcm7120-l2: Eliminate bad IRQ check, Kevin Cernekee
- [PATCH V4 07/14] irqchip: bcm7120-l2, brcmstb-l2: Remove ARM Kconfig dependency, Kevin Cernekee
- [PATCH V4 08/14] irqchip: bcm7120-l2: Make sure all register accesses use base+offset, Kevin Cernekee
- [PATCH V4 09/14] irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask, Kevin Cernekee
- [PATCH V4 10/14] irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functions, Kevin Cernekee
- [PATCH V4 11/14] irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers, Kevin Cernekee
- [PATCH V4 12/14] irqchip: bcm7120-l2: Decouple driver from brcmstb-l2, Kevin Cernekee
- [PATCH V4 13/14] irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel}, Kevin Cernekee
- [PATCH V4 14/14] irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel}, Kevin Cernekee
- Re: [PATCH V4 00/14] genirq endian fixes; bcm7120/brcmstb IRQ updates, Jason Cooper
[PATCH 3.13 095/162] MIPS: ftrace: Fix a microMIPS build problem, Kamal Mostafa
[PATCH 3.13 087/162] MIPS: tlbex: Properly fix HUGE TLB Refill exception handler, Kamal Mostafa
[PATCH v5 40/48] mips: Register with kernel power-off handler, Guenter Roeck
[PATCH v5 08/48] kernel: Move pm_power_off to common code, Guenter Roeck
[RFC PATCH] MIPS: optimise 32-bit do_div() with constant divisor,
Mans Rullgard
[PATCH] MIPS: asm: r4kcache: Add EVA case for protected_writeback_dcache_line, Markos Chandras
Problems of kernel of Loongson 3,
YunQiang Su
[PATCH V2 12/12] MIPS: Loongson: Make CPUFreq usable for Loongson-3,
Huacai Chen
[PATCH V2 11/12] MIPS: Loongson-3: Add RS780/SBX00 HPET support,
Huacai Chen
[PATCH V2 10/12] MIPS: Loongson-3: Add oprofile support, Huacai Chen
[PATCH V2 00/12] MIPS: Loongson-3: Improve kernel functionality,
Huacai Chen
IP30: SMP Help,
Joshua Kinard
[Index of Archives]
[Linux MIPS Home]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc