Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2018-04-09 00:32:09 to 2018-04-17 23:09:41 UTC [more...]

[PATCH v6 1/4] Add notrace to lib/ucmpdi2.c
 2018-04-17 23:09 UTC  (9+ messages)
` [PATCH v6 2/4] lib: Rename compiler intrinsic selects to GENERIC_LIB_*
` [PATCH v6 3/4] MIPS: vmlinuz: Use generic ashldi3
` [PATCH v6 4/4] MIPS: use generic GCC library routines from lib/

[PATCH] MIPS: dts: avoid unneeded built-in.a creation in vendor DTS directories
 2018-04-17 21:37 UTC  (2+ messages)

[PATCH v3 0/3] MIPS: Override barrier_before_unreachable() to fix microMIPS
 2018-04-17 21:04 UTC  (7+ messages)
` [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
` [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
` [PATCH v3 3/3] MIPS: Workaround GCC __builtin_unreachable reordering bug

centralize SWIOTLB config symbol and misc other cleanups
 2018-04-17 19:55 UTC  (25+ messages)
` [PATCH 01/12] iommu-common: move to arch/sparc
` [PATCH 02/12] iommu-helper: unexport iommu_area_alloc
` [PATCH 03/12] iommu-helper: mark iommu_is_span_boundary as inline
` [PATCH 04/12] iommu-helper: move the IOMMU_HELPER config symbol to lib/
` [PATCH 05/12] scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
` [PATCH 06/12] dma-mapping: move the NEED_DMA_MAP_STATE "
` [PATCH 07/12] arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
` [PATCH 08/12] arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
` [PATCH 09/12] PCI: remove CONFIG_PCI_BUS_ADDR_T_64BIT
` [PATCH 10/12] arm: don't build swiotlb by default
` [PATCH 11/12] swiotlb: move the SWIOTLB config symbol to lib/Kconfig
` [PATCH 12/12] swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs

[PATCH 0/2] MIPS: memset.S: Fix 2 issues with __clear_user
 2018-04-17 15:43 UTC  (14+ messages)
` [PATCH 1/2] MIPS: memset.S: EVA & fault support for small_memset
` [PATCH 2/2] MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v2 1/4] MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC  (8+ messages)
` [PATCH v2 2/4] MIPS: uaccess: Add micromips clobbers to bzero invocation
` [PATCH v2 3/4] MIPS: memset.S: Reinstate delay slot indentation
` [PATCH v2 4/4] MIPS: memset.S: Add comments to fault fixup handlers

MIPS: uaccess: Add micromips clobbers to bzero invocation
 2018-04-17 15:40 UTC 

MIPS: uaccess: Add micromips clobbers to bzero invocation
 2018-04-17 15:40 UTC 

MIPS: uaccess: Add micromips clobbers to bzero invocation
 2018-04-17 15:40 UTC 

MIPS: uaccess: Add micromips clobbers to bzero invocation
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 15:40 UTC 

MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
 2018-04-17 14:52 UTC 

MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
 2018-04-17 14:52 UTC 

MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
 2018-04-17 14:52 UTC 

MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
 2018-04-17 14:52 UTC 

MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
 2018-04-17 14:52 UTC 

[PATCH 1/3] MIPS: memset.S: Fix clobber of v1 in last_fixup
 2018-04-17 14:06 UTC  (6+ messages)
` [PATCH 2/3] MIPS: uaccess: Add micromips clobbers to bzero invocation
` [PATCH 3/3] MIPS: memset.S: Reinstate delay slot indentation

[PATCH 00/32] docs/vm: convert to ReST format
 2018-04-16 20:35 UTC  (9+ messages)

[PATCH 0/4] Formatting cleanups post-CPU hotplug and PCIe
 2018-04-16 15:26 UTC  (7+ messages)
` [PATCH 1/4] MIPS: Octeon: Remove unused CIU types and macros
` [PATCH 2/4] MIPS: Octeon: Remove extern declarations
` [PATCH 3/4] MIPS: Octeon: Properly use sysinfo header file
` [PATCH 4/4] MIPS: Octeon: Whitespace and formatting clean-ups

[PATCH 0/7] MIPS: boot: fix various problems in arch/mips/boot/Makefile
 2018-04-16 14:47 UTC  (8+ messages)
` [PATCH 1/7] Revert "MIPS: boot: Define __ASSEMBLY__ for its.S build"
` [PATCH 2/7] MIPS: boot: do not include $(cpp_flags) for preprocessing ITS
` [PATCH 3/7] MIPS: boot: fix build rule of vmlinux.its.S
` [PATCH 4/7] MIPS: boot: correct prerequisite image of vmlinux.*.its
` [PATCH 5/7] MIPS: boot: add missing targets for vmlinux.*.its
` [PATCH 6/7] MIPS: boot: merge build rules of vmlinux.*.itb by using pattern rule
` [PATCH 7/7] MIPS: boot: rebuild ITB when contained DTB is updated

FAILED: patch "[PATCH] earlycon: add reg-offset to physical address before mapping" failed to apply to 4.9-stable tree
 2018-04-16 10:36 UTC 

[PATCH AUTOSEL for 4.14 041/161] MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
 2018-04-15 14:44 UTC  (5+ messages)
` [PATCH AUTOSEL for 4.14 043/161] MIPS: JZ4770: Work around config2 misreporting associativity

[PATCH AUTOSEL for 4.15 048/189] clk: ingenic: Fix recalc_rate for clocks with fixed divider
 2018-04-15 14:39 UTC  (4+ messages)

[PATCH v4 1/2] MIPS: io: prevent compiler reordering on the default writeX() implementation
 2018-04-13 23:52 UTC  (4+ messages)
` [PATCH v4 2/2] MIPS: io: add a barrier after register read in readX()

[PATCH v3 1/2] MIPS: io: prevent compiler reordering on the default writeX() implementation
 2018-04-13 16:36 UTC  (20+ messages)
` [PATCH v3 2/2] MIPS: io: add a barrier after register read in readX()

[PATCH 1/3] gpio: loongson: Use right include
 2018-04-13 10:24 UTC  (3+ messages)
` [PATCH 2/3] gpio: loongson: Create a dynamic platform device
` [PATCH 3/3] gpio: loongson: Use BIT() macros

[PATCH] MIPS: dts: Boston: Fix PCI bus dtc warnings:
 2018-04-13  8:50 UTC  (2+ messages)

MIPS: dts: Boston: Fix PCI bus dtc warnings:
 2018-04-13  8:50 UTC 

MIPS: dts: Boston: Fix PCI bus dtc warnings:
 2018-04-13  8:50 UTC 

MIPS: io: Add barrier after register read in readX()
 2018-04-13  2:30 UTC 

MIPS: io: Add barrier after register read in readX()
 2018-04-13  2:30 UTC 

MIPS: io: Add barrier after register read in readX()
 2018-04-13  2:30 UTC 

[PATCH v2 00/13] y2038: convert IPC syscalls
 2018-04-12 14:20 UTC 

[PATCH v2 0/6] MIPS: perf: MT fixes and improvements
 2018-04-12  9:36 UTC  (14+ messages)
` [PATCH v2 1/6] MIPS: perf: More robustly probe for the presence of per-tc counters
` [PATCH v2 2/6] MIPS: perf: Use correct VPE ID when setting up VPE tracing
` [PATCH v2 3/6] MIPS: perf: Fix perf with MT counting other threads
` [PATCH v2 4/6] MIPS: perf: Allocate per-core counters on demand
` [PATCH v2 5/6] MIPS: perf: Fold vpe_id() macro into it's one last usage
` [PATCH v2 6/6] MIPS: perf: Fix BMIPS5000 system mode counting

[PATCH 4.9 218/310] MIPS: mm: fixed mappings: correct initialisation
 2018-04-11 18:35 UTC  (3+ messages)
` [PATCH 4.9 219/310] MIPS: mm: adjust PKMAP location
` [PATCH 4.9 220/310] MIPS: kprobes: flush_insn_slot should flush only if probe initialised

[PATCH 4.4 131/190] MIPS: mm: fixed mappings: correct initialisation
 2018-04-11 18:36 UTC  (3+ messages)
` [PATCH 4.4 132/190] MIPS: mm: adjust PKMAP location
` [PATCH 4.4 133/190] MIPS: kprobes: flush_insn_slot should flush only if probe initialised

[PATCH 3.18 077/121] MIPS: mm: fixed mappings: correct initialisation
 2018-04-11 18:36 UTC  (2+ messages)
` [PATCH 3.18 078/121] MIPS: kprobes: flush_insn_slot should flush only if probe initialised

[PATCH v4 00/14] Enable SD/MMC on JZ4780 SoCs
 2018-04-11 14:58 UTC  (3+ messages)
` [PATCH v4 15/15] MIPS: configs: ci20: Enable ext4

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:19 UTC  (9+ messages)

[GIT PULL] MIPS changes for 4.17
 2018-04-09 21:25 UTC 

[PATCH AUTOSEL for 4.9 160/293] MIPS: Give __secure_computing() access to syscall arguments
 2018-04-09 20:42 UTC  (12+ messages)
` [PATCH AUTOSEL for 4.9 170/293] MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()
` [PATCH AUTOSEL for 4.9 171/293] MIPS: CPS: Handle spurious VP starts more gracefully
` [PATCH AUTOSEL for 4.9 173/293] MIPS: Handle tlbex-tlbp race condition
` [PATCH AUTOSEL for 4.9 172/293] MIPS: CPS: Handle cores not powering down more gracefully
` [PATCH AUTOSEL for 4.9 174/293] MIPS: VDSO: Add implementation of clock_gettime() fallback
` [PATCH AUTOSEL for 4.9 175/293] MIPS: VDSO: Add implementation of gettimeofday() fallback
` [PATCH AUTOSEL for 4.9 230/293] clk: ingenic: Fix recalc_rate for clocks with fixed divider
` [PATCH AUTOSEL for 4.9 273/293] MIPS: generic: Fix machine compatible matching
` [PATCH AUTOSEL for 4.9 274/293] MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS

[PATCH v2] MIPS: Add basic R5900 support
 2018-04-09 15:51 UTC  (11+ messages)
              ` [RFC] MIPS: PS2: Interrupt request (IRQ) support

[PATCH v4 7/8] clocksource: Add a new timer-ingenic driver
 2018-04-09 15:32 UTC 

[PATCH AUTOSEL for 3.18 055/101] MIPS: CPS: Prevent multi-core with dcache aliasing
 2018-04-09  0:41 UTC  (3+ messages)
` [PATCH AUTOSEL for 3.18 056/101] MIPS: Handle tlbex-tlbp race condition
` [PATCH AUTOSEL for 3.18 092/101] MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS

[PATCH AUTOSEL for 3.18 004/101] MIPS: mm: fixed mappings: correct initialisation
 2018-04-09  0:35 UTC  (2+ messages)
` [PATCH AUTOSEL for 3.18 005/101] MIPS: kprobes: flush_insn_slot should flush only if probe initialised

[PATCH AUTOSEL for 4.4 004/162] MIPS: mm: fixed mappings: correct initialisation
 2018-04-09  0:29 UTC  (9+ messages)
` [PATCH AUTOSEL for 4.4 005/162] MIPS: kprobes: flush_insn_slot should flush only if probe initialised
` [PATCH AUTOSEL for 4.4 085/162] MIPS: CPS: Prevent multi-core with dcache aliasing
` [PATCH AUTOSEL for 4.4 086/162] MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse()
` [PATCH AUTOSEL for 4.4 087/162] MIPS: Handle tlbex-tlbp race condition
` [PATCH AUTOSEL for 4.4 088/162] MIPS: VDSO: Add implementation of clock_gettime() fallback
` [PATCH AUTOSEL for 4.4 089/162] MIPS: VDSO: Add implementation of gettimeofday() fallback
` [PATCH AUTOSEL for 4.4 118/162] clk: ingenic: Fix recalc_rate for clocks with fixed divider
` [PATCH AUTOSEL for 4.4 148/162] MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS


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