Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2014-10-10 20:56:08 to 2014-10-20 19:09:40 UTC [more...]

[PATCH 00/19] MIPS GIC cleanup, part 2
 2014-10-20 19:04 UTC  (20+ messages)
` [PATCH 01/19] MIPS: Malta: Use gic_read_count() to read GIC timer
` [PATCH 02/19] irqchip: mips-gic: Export function to read counter width
` [PATCH 03/19] MIPS: sead3: Stop using GIC REG macros
` [PATCH 04/19] MIPS: Malta: "
` [PATCH 05/19] irqchip: mips-gic: Use proper iomem accessors
` [PATCH 06/19] MIPS: Move gic.h to include/linux/irqchip/mips-gic.h
` [PATCH 07/19] irqchip: mips-gic: Clean up header file
` [PATCH 08/19] irqchip: mips-gic: Clean up #includes
` [PATCH 09/19] irqchip: mips-gic: Remove gic_{pending,itrmask}_regs
` [PATCH 10/19] irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macros
` [PATCH 11/19] MIPS: Move GIC clocksource driver to drivers/clocksource/
` [PATCH 12/19] clocksource: mips-gic: Combine with GIC clockevent driver
` [PATCH 13/19] clocksource: mips-gic: Staticize local symbols
` [PATCH 14/19] clocksource: mips-gic: Move gic_frequency to clocksource driver
` [PATCH 15/19] clocksource: mips-gic: Remove gic_event_handler
` [PATCH 16/19] clocksource: mips-gic: Use percpu_dev_id
` [PATCH 17/19] clocksource: mips-gic: Use CPU notifiers to setup the timer
` [PATCH 18/19] clocksource: mips-gic: Use clockevents_config_and_register
` [PATCH 19/19] clocksource: mips-gic: Bump up rating of GIC timer

[PATCH v3 00/27] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-10-20 17:21 UTC  (65+ messages)
` [PATCH v3 01/27] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
` [PATCH v3 03/27] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
` [PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
` [PATCH v3 05/27] PCI: tegra: Save msi "
` [PATCH v3 06/27] PCI: designware: "
` [PATCH v3 07/27] PCI: rcar: "
` [PATCH v3 08/27] PCI: mvebu: "
` [PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v3 11/27] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v3 12/27] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 13/27] x86/xen/MSI: "
` [PATCH v3 14/27] Irq_remapping/MSI: "
` [PATCH v3 15/27] x86/MSI: Remove unused MSI weak arch functions
` [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
` [PATCH v3 17/27] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
` [PATCH v3 19/27] MIPS/Xlp/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 20/27] MIPS/Xlr/MSI: "
` [PATCH v3 21/27] Powerpc/MSI: "
` [PATCH v3 22/27] s390/MSI: "
` [PATCH v3 23/27] arm/iop13xx/MSI: "
` [PATCH v3 24/27] IA64/MSI: "
` [PATCH v3 25/27] Sparc/MSI: "
` [PATCH v3 26/27] tile/MSI: "
` [PATCH v3 27/27] PCI/MSI: Clean up unused MSI arch functions

[PATCH] MIPS: MSP71xx: remove compilation error when CONFIG_MIPS_MT is present
 2014-10-20 16:33 UTC 

[PATCH V3 0/8] MIPS: Loongson-3: Add NUMA and Loongson-3B support
 2014-10-20 15:27 UTC  (3+ messages)
` [PATCH V3 4/8] MIPS: Add NUMA support for Loongson-3

[PATCH v4 0/8] Per-user clock constraints
 2014-10-20 13:40 UTC  (3+ messages)
` [PATCH v4 1/8] MIPS: Alchemy: Remove direct access to prepare_count field of struct clk
` [PATCH v4 6/8] clk: Change clk_ops->determine_rate to return a clk_hw as the best parent

[PATCH] MIPS: ath79: fix compilation error when CONFIG_PCI is disabled
 2014-10-20 13:19 UTC  (5+ messages)

[PATCH] Documentation: ptp: Fix build failure on MIPS cross builds
 2014-10-20  8:42 UTC  (2+ messages)

[PATCH] MIPS: ftrace: Fix a microMIPS build problem
 2014-10-20  8:39 UTC  (2+ messages)

MIPS: ftrace: Fix a microMIPS build problem
 2014-10-20  8:39 UTC 

MIPS: ftrace: Fix a microMIPS build problem
 2014-10-20  8:39 UTC 

[PATCH] MIPS: MSP71xx: remove compilation error
 2014-10-20  7:21 UTC  (2+ messages)

[PATCH 1/5] DT: Add documentation for gpio-rt2880
 2014-10-20  6:27 UTC  (11+ messages)
` [PATCH 2/5] GPIO: MIPS: ralink: add gpio driver for ralink rt2880 SoC
` [PATCH 3/5] DT: Add documentation for gpio-mt7621
` [PATCH 4/5] GPIO: MIPS: ralink: add gpio driver for ralink MT762x SoC
` [PATCH 5/5] MIPS: ralink: we require gpiolib

[PATCH 1/3] tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
 2014-10-19 18:22 UTC  (6+ messages)
` [PATCH 2/3] tty: serial: bcm63xx: Update the Kconfig help text
` [PATCH 3/3] MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver

[PATCH 4/3] tty: serial: bcm63xx: Enable DT earlycon support
 2014-10-19 17:26 UTC  (2+ messages)

[PATCH 1/3] MIPS: oprofile: fix backtrace on 64-bit kernel
 2014-10-17 15:10 UTC  (3+ messages)
` [PATCH 2/3] MIPS: oprofile: enable backtrace on timer-based profiling
` [PATCH 3/3] MIPS: oprofile: backtrace: don't fail on leaf functions

MIPS: oprofile: Fix backtrace on 64-bit kernel
 2014-10-17 15:10 UTC 

MIPS: oprofile: Fix backtrace on 64-bit kernel
 2014-10-17 15:10 UTC 

[PATCH V3 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B
 2014-10-17 10:37 UTC  (2+ messages)

[PATCH] MIPS: sibyte: Include the swarm subdir to the sb1250 LittleSur builds
 2014-10-17  9:49 UTC  (2+ messages)

[PATCH V2 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B
 2014-10-17  9:48 UTC  (3+ messages)

[PATCH 3.12 076/197] MIPS: ZBOOT: add missing <linux/string.h> include
 2014-10-17  8:09 UTC  (2+ messages)
  ` [PATCH 3.12 077/197] MIPS: mcount: Adjust stack pointer for static trace in MIPS32

[PATCH V2 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B
 2014-10-17  6:27 UTC 

[PATCH 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B (UPDATED)
 2014-10-17  4:46 UTC  (4+ messages)

[PATCH V3] watchdog: add MT7621 watchdog support
 2014-10-16 20:29 UTC  (4+ messages)
` [PATCH] watchdog: rt2880_wdt: minor clean up

[PATCH] MIPS: disabling CM regions deadlocks mt7621
 2014-10-16 19:53 UTC  (2+ messages)

[PATCH V2] watchdog: add MT7621 watchdog support
 2014-10-16 17:39 UTC  (7+ messages)

[PATCH v1 04/10] MIPS: Remove "weak" from platform_maar_init() declaration
 2014-10-16 13:49 UTC  (4+ messages)
    ` [PATCH v1 03/10] MIPS: CPC: Make mips_cpc_phys_base() static
  ` [PATCH v1 05/10] MIPS: MT: Move "weak" from vpe_run() declaration to definition

[PATCH V2] watchdog: add MT7621 watchdog support
 2014-10-13 12:15 UTC 

[PATCH 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B (UPDATED)
 2014-10-16  9:52 UTC 

[PATCH 1/2] MIPS: ralink: add gic support
 2014-10-16  9:06 UTC  (3+ messages)

incomplete mips patch made 3.10.55, remains broken in 3.10.58
 2014-10-16  6:57 UTC 

[PATCH 00/16] MIPS: support for the Atheros AR231X SoCs
 2014-10-15 11:12 UTC  (6+ messages)
` [PATCH 09/16] gpio: add driver for Atheros AR5312 SoC GPIO controller
` [PATCH 10/16] gpio: add driver for Atheros AR2315 "

[PATCH 6/6] cpufreq: Loongson1: Add cpufreq driver for Loongson1B
 2014-10-14  7:22 UTC 

[PATCH 00/44] kernel: Add support for poweroff handler call chain
 2014-10-14  4:29 UTC  (4+ messages)
` [PATCH 08/44] kernel: Move pm_power_off to common code

[PATCH] MIPS: uapi/asm/ptrace.h: add a missing include
 2014-10-13 21:42 UTC 

[patch added to the 3.12 stable tree] MIPS: ZBOOT: add missing <linux/string.h> include
 2014-10-13 13:49 UTC  (2+ messages)
` [patch added to the 3.12 stable tree] MIPS: mcount: Adjust stack pointer for static trace in MIPS32

[PATCH v9 00/12] Intel MPX support
 2014-10-12  4:41 UTC  (13+ messages)
` [PATCH v9 01/12] x86, mpx: introduce VM_MPX to indicate that a VMA is MPX specific
` [PATCH v9 02/12] x86, mpx: rename cfg_reg_u and status_reg
` [PATCH v9 03/12] x86, mpx: add MPX specific mmap interface
` [PATCH v9 04/12] x86, mpx: add MPX to disaabled features
` [PATCH v9 05/12] x86, mpx: on-demand kernel allocation of bounds tables
` [PATCH v9 06/12] mpx: extend siginfo structure to include bound violation information
` [PATCH v9 07/12] mips: sync struct siginfo with general version
` [PATCH v9 08/12] ia64: "
` [PATCH v9 09/12] x86, mpx: decode MPX instruction to get bound violation information
` [PATCH v9 10/12] x86, mpx: add prctl commands PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT
` [PATCH v9 11/12] x86, mpx: cleanup unused bound tables
` [PATCH v9 12/12] x86, mpx: add documentation on Intel MPX

[RFC PATCH v3] MIPS: fix build with binutils 2.24.51+
 2014-10-11 10:09 UTC 

[RFC PATCH V2] MIPS: fix build with binutils 2.24.51+
 2014-10-11  6:53 UTC  (7+ messages)

[PATCH v2 0/3] MIPS executable stack protection
 2014-10-10 23:40 UTC  (12+ messages)
` [PATCH v2 2/3] MIPS: Setup an instruction emulation in VDSO protected page instead of user stack

[PATCH 00/10] MIPS: lantiq: various fixes
 2014-10-10 22:02 UTC  (11+ messages)
` [PATCH 01/10] MIPS: lantiq: handle vmmc memory reservation
` [PATCH 02/10] MIPS: lantiq: add reset-controller api support
` [PATCH 03/10] MIPS: lantiq: reboot gphy on restart
` [PATCH 04/10] MIPS: lantiq: add support for xrx200 firmware depending on soc type
` [PATCH 05/10] MIPS: lantiq: export "
` [PATCH 06/10] MIPS: lantiq: move eiu init after irq_domain register
` [PATCH 07/10] MIPS: lantiq: copy the commandline from the devicetree
` [PATCH 08/10] MIPS: lantiq: the detection of the gpe clock is broken
` [PATCH 09/10] MIPS: lantiq: add missing spi clock on falcon SoC
` [PATCH 10/10] MIPS: lantiq: refactor the falcon sysctrl code


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox