Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-08-08 14:15:39 to 2017-08-13 04:50:06 UTC [more...]

[PATCH 00/38] irqchip: mips-gic: Cleanup & optimisation
 2017-08-13  4:36 UTC  (78+ messages)
` [PATCH 01/38] irqchip: mips-gic: SYNC after enabling GIC region
` [PATCH 02/38] MIPS: GIC: Introduce asm/mips-gic.h with accessor functions
` [PATCH 03/38] clocksource: mips-gic-timer: Use new GIC "
` [PATCH 04/38] irqchip: mips-gic: Remove counter access functions
` [PATCH 05/38] MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driver
` [PATCH 06/38] irqchip: mips-gic: Remove gic_read_local_vp_id()
` [PATCH 07/38] lib/iomap_copy.c: Add __ioread64_copy
` [PATCH 08/38] irqchip: mips-gic: Simplify shared interrupt pending/mask reads
` [PATCH 09/38] irqchip: mips-gic: Simplify gic_local_irq_domain_map()
` [PATCH 10/38] irqchip: mips-gic: Drop gic_(re)set_mask() functions
` [PATCH 11/38] irqchip: mips-gic: Remove gic_set_polarity()
` [PATCH 12/38] irqchip: mips-gic: Remove gic_set_trigger()
` [PATCH 13/38] irqchip: mips-gic: Remove gic_set_dual_edge()
` [PATCH 14/38] irqchip: mips-gic: Remove gic_map_to_pin()
` [PATCH 15/38] irqchip: mips-gic: Remove gic_map_to_vpe()
` [PATCH 16/38] irqchip: mips-gic: Convert remaining shared reg access to new accessors
` [PATCH 17/38] irqchip: mips-gic: Convert local int mask "
` [PATCH 18/38] irqchip: mips-gic: Convert remaining local reg "
` [PATCH 19/38] MIPS: GIC: Move GIC_LOCAL_INT_* to asm/mips-gic.h
` [PATCH 20/38] irqchip: mips-gic: Remove GIC_CPU_INT* macros
` [PATCH 21/38] irqchip: mips-gic: Move various definitions to the driver
` [PATCH 22/38] MIPS: VDSO: Drop gic_get_usm_range() usage
` [PATCH 23/38] irqchip: mips-gic: Remove gic_get_usm_range()
` [PATCH 24/38] irqchip: mips-gic: Remove __gic_irq_dispatch() forward declaration
` [PATCH 25/38] irqchip: mips-gic: Remove gic_init()
` [PATCH 26/38] MIPS: Use mips_gic_present() in place of gic_present
` [PATCH 27/38] irqchip: mips-gic: Remove gic_present
` [PATCH 28/38] irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.h
` [PATCH 29/38] MIPS: VDSO: Avoid use of linux/irqchip/mips-gic.h
` [PATCH 30/38] MIPS: Remove unnecessary inclusions "
` [PATCH 31/38] irqchip: mips-gic: Remove linux/irqchip/mips-gic.h
` [PATCH 32/38] irqchip: mips-gic: Inline __gic_init()
` [PATCH 33/38] irqchip: mips-gic: Inline gic_basic_init()
` [PATCH 34/38] irqchip: mips-gic: Make pcpu_masks a per-cpu variable
` [PATCH 35/38] irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*
` [PATCH 36/38] irqchip: mips-gic: Clean up mti,reserved-cpu-vectors handling
` [PATCH 37/38] irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()
` [PATCH 38/38] irqchip: mips-gic: Let the core set struct irq_common_data affinity

MIPS: VDSO: Drop gic_get_usm_range() usage
 2017-08-13  4:36 UTC 

MIPS: VDSO: Drop gic_get_usm_range() usage
 2017-08-13  4:36 UTC 

[PATCH 00/19] MIPS: Initial multi-cluster support
 2017-08-13  2:49 UTC  (40+ messages)
` [PATCH 01/19] MIPS: CM: Rename mips_cm_base to mips_gcr_base
` [PATCH 02/19] MIPS: CM: Specify register size when generating accessors
` [PATCH 03/19] MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
` [PATCH 04/19] MIPS: CPC: Use common CPS accessor generation macros
` [PATCH 05/19] MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts
` [PATCH 06/19] MIPS: CPS: Introduce register modify (set/clear/change) accessors
` [PATCH 07/19] MIPS: CPS: Use change_*, set_* & clear_* where appropriate
` [PATCH 08/19] MIPS: CPS: Add CM/CPC 3.5 register definitions
` [PATCH 09/19] MIPS: Add accessor & bit definitions for GlobalNumber
` [PATCH 10/19] MIPS: CPS: Use GlobalNumber macros rather than magic numbers
` [PATCH 11/19] MIPS: Abstract CPU core & VP(E) ID access through accessor functions
` [PATCH 12/19] MIPS: Store core & VP IDs in GlobalNumber-style variable
` [PATCH 13/19] MIPS: Unify checks for sibling CPUs
` [PATCH 14/19] MIPS: Add CPU cluster number accessors
` [PATCH 15/19] MIPS: CM: Add cluster & block args to mips_cm_lock_other()
` [PATCH 16/19] MIPS: SMP: Allow boot_secondary SMP op to return errors
` [PATCH 17/19] MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
` [PATCH 18/19] MIPS: CPS: Cluster support for topology functions
` [PATCH 19/19] MIPS: CPS: Detect CPUs in secondary clusters

Update PS2 R5900 to kernel 4.x?
 2017-08-12 13:32 UTC  (7+ messages)

[PATCH 000/102] Convert drivers to explicit reset API
 2017-08-12 11:43 UTC  (9+ messages)

[PATCH 0/4] MIPS: syscall tracing fixes
 2017-08-11 22:23 UTC  (13+ messages)
` [PATCH 1/4] MIPS/seccomp: Fix indirect syscall args
` [PATCH 2/4] MIPS/ptrace: Pick up ptrace/seccomp changed syscalls
` [PATCH 3/4] MIPS/ptrace: Update syscall nr on register changes
` [PATCH 4/4] MIPS/ptrace: Add PTRACE_SET_SYSCALL operation

[PATCH v3 0/8] MIPS: Add virtual Ranchu board as a generic-based board
 2017-08-11 16:46 UTC  (4+ messages)
` [PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver

[PATCH v9 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-08-11 10:23 UTC  (24+ messages)
` [PATCH v9 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v9 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v9 03/16] mtd: spi-falcon: "
` [PATCH v9 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v9 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v9 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v9 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v9 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v9 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v9 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v9 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v9 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v9 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v9 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v9 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v9 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

clock_gettime() may return timestamps out of order
 2017-08-10 21:34 UTC  (4+ messages)

[PATCH 0/4] mips: fix various issues around backtrace
 2017-08-10 18:27 UTC  (5+ messages)
` [PATCH 1/4] mips: Fix issues in backtraces
` [PATCH 2/4] mips: Make SAVE_SOME more standard
` [PATCH 3/4] mips: Add DWARF unwinding to assembly
` [PATCH 4/4] mips: Save all registers when saving the frame

[PATCH] MIPS: usercopy: Implement stack frame object validation
 2017-08-10 17:32 UTC  (7+ messages)

[PATCH 0/8] MIPS: BCM63XX: add and use clkdev lookup support
 2017-08-10 16:25 UTC  (3+ messages)
` [PATCH 4/8] tty/bcm63xx_uart: allow naming clock in device tree

[PATCH 0/5] MIPS: FP cleanup & no-FP support
 2017-08-10  8:46 UTC  (5+ messages)
` [PATCH v2 5/5] MIPS: Allow floating point support to be disabled

[PATCH] mips: Fix using smp_processor_id() when preemptible
 2017-08-10  7:57 UTC  (3+ messages)

[PATCH 0/8] MIPS: Loongson: new features and improvements
 2017-08-10  2:15 UTC  (9+ messages)
` [PATCH 1/8] MIPS: Loongson-3: Enable Store Fill Buffer at runtime
` [PATCH 2/8] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
  ` [PATCH 3/8] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()
  ` [PATCH 4/8] MIPS: Add __cpu_full_name[] to make CPU names more human-readable
  ` [PATCH 5/8] MIPS: Align kernel load address to 64KB
  ` [PATCH 6/8] MIPS: Loongson: Add kexec/kdump support
` [PATCH 7/8] MIPS: Loongson: Make CPUFreq usable for Loongson-3
  ` [PATCH 8/8] MIPS: Loongson: Introduce and use WAR_LLSC_MB

[PATCH] mtd: nand: Rename nand.h into rawnand.h
 2017-08-10  0:58 UTC  (4+ messages)

[PATCH 0/7] MIPS: generic kernel config improvements
 2017-08-09 16:59 UTC  (7+ messages)
` [PATCH 3/7] MIPS: NI 169445: Only include in 32r2el kernels

[PATCH 4.12 040/106] MIPS: ralink: Fix build error due to missing header
 2017-08-09 16:52 UTC 

[RFC PATCH] MIPS: math-emu: do not use bools for arithmetic
 2017-08-09 10:53 UTC  (4+ messages)

[RFC PATCH] exec: Avoid recursive modprobe for binary format handlers
 2017-08-09  0:09 UTC  (7+ messages)

[PATCH v8 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-08-08 22:54 UTC  (4+ messages)
` [PATCH v8 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module

[PATCH v6 0/6] PCI: xilinx: Fixes, optimisation & MIPS support
 2017-08-08 21:01 UTC  (6+ messages)
` [PATCH v6 1/6] PCI: Move enum pci_interrupt_pin to a new common header
` [PATCH v6 2/6] PCI: Introduce pci_irqd_intx_xlate()


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