linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-13 19:11:12 to 2020-01-22 21:34:09 UTC [more...]

[PATCH V4 0/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers
 2020-01-22 21:33 UTC  (4+ messages)
` [PATCH V4 1/3] dt: bindings: brcmnand: Add support for flash-edu
` [PATCH V4 2/3] arch: mips: brcm: Add 7425 flash-edu support
` [PATCH V4 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers

[PATCH V3 2/3] arch: mips: brcm: Add 7425 flash-edu support
 2020-01-22 20:46 UTC  (2+ messages)

[PATCH] MIPS: Introduce aligned IO memory operations
 2020-01-22 18:45 UTC  (4+ messages)

[PATCH] MIPS: SGI-IP30: Check for valid pointer before using it
 2020-01-22 13:13 UTC 

[PATCH] MIPS: sync-r4k: do slave counter synchronization with disabled HW interrupts
 2020-01-22 12:39 UTC 

[PATCH mips-next 0/5] MIPS: a set of misc Kconfig/Kbuild improvements
 2020-01-22 10:58 UTC  (6+ messages)
` [PATCH mips-next 1/5] MIPS: don't explicitly select LIBFDT in Kconfig
` [PATCH mips-next 2/5] MIPS: generic: don't unconditionally select PINCTRL
` [PATCH mips-next 3/5] MIPS: make CPU_HAS_LOAD_STORE_LR opt-out
` [PATCH mips-next 4/5] MIPS: sort MIPS and MIPS_GENERIC Kconfig selects alphabetically (again)
` [PATCH mips-next 5/5] Revert "MIPS: Add custom serial.h with BASE_BAUD override for generic kernel"

[bug report] MIPS: add support for SGI Octane (IP30)
 2020-01-22 10:03 UTC 

[PATCH 4.9 46/97] MIPS: Prevent link failure with kcov instrumentation
 2020-01-22  9:28 UTC 

[PATCH mips-fixes 0/3] MIPS: a set of tiny Kbuild fixes
 2020-01-22  8:02 UTC  (6+ messages)
` [PATCH mips-fixes 1/3] MIPS: fix indentation of the 'RELOCS' message
` [PATCH mips-fixes 2/3] MIPS: boot: fix typo in 'vmlinux.lzma.its' target
` [PATCH mips-fixes 3/3] MIPS: syscalls: fix indentation of the 'SYSNR' message

[PATCH v2 0/2] microblaze: Enable CMA
 2020-01-22  6:47 UTC  (9+ messages)
` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header

[PATCH V2 2/3] arch: mips: brcm: Add 7425 flash-edu support
 2020-01-21 23:41 UTC  (6+ messages)
` [PATCH V2 1/3] dt: bindings: brcmnand: Add support for flash-edu
  ` Fwd: [PATCH V2 3/3] mtd: rawnand: brcmnand: Add support for flash-edu for dma transfers

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-21 23:18 UTC  (17+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-01-21 22:31 UTC  (20+ messages)
` [PATCH v5 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v5 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v5 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v5 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v5 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v5 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v5 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v5 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v5 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v5 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v5 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v5 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v5 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH] [Loongson2F] adjust cpufreq uses of LOONGSON_CHIPCFG
 2020-01-21 12:30 UTC  (4+ messages)

[RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation
 2020-01-20 17:27 UTC  (24+ messages)
` [RFC PATCH v4 01/11] powerpc/64: Don't provide time functions in compat VDSO32
` [RFC PATCH v4 02/11] powerpc/vdso: Switch VDSO to generic C implementation
` [RFC PATCH v4 03/11] lib: vdso: only read hrtimer_res when needed in __cvdso_clock_getres()
` [RFC PATCH v4 04/11] powerpc/vdso: simplify __get_datapage()
` [RFC PATCH v4 05/11] lib: vdso: allow arches to provide vdso data pointer
` [RFC PATCH v4 06/11] powerpc/vdso: provide inline alternative to __get_datapage()
` [RFC PATCH v4 07/11] powerpc/vdso: provide vdso data pointer from the ASM caller
` [RFC PATCH v4 08/11] lib: vdso: allow fixed clock mode
` [RFC PATCH v4 09/11] powerpc/vdso: override __arch_vdso_capable()
` [RFC PATCH v4 10/11] lib: vdso: Allow arches to override the ns shift operation
` [RFC PATCH v4 11/11] powerpc/32: provide vdso_shift_ns()

Introduce SMP support for CI20 (based on JZ4780) v2
 2020-01-17 16:31 UTC  (12+ messages)
` [PATCH v2 0/6] Introduce SMP support for JZ4780
` [PATCH v2 1/6] MIPS: JZ4780: Introduce SMP support
` [PATCH v2 2/6] clocksource: Ingenic: Add high resolution timer support for SMP
` [PATCH v2 3/6] dt-bindings: MIPS: Document Ingenic SoCs binding
` [PATCH v2 4/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs
` [PATCH v2 5/6] MIPS: CI20: Modify DTS to support high resolution timer for SMP
` [PATCH v2 6/6] MIPS: CI20: Update defconfig to support SMP

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-01-17  8:11 UTC  (6+ messages)
    ` [PATCH 1/3] ide: "
    ` [PATCH 2/3] MIPS: Alchemy: remove no longer used au1xxx_ide.h header
    ` [PATCH 3/3] docs: mips: remove no longer needed au1xxx_ide.rst documentation

[PATCH RESEND v4] reboot: support offline CPUs before reboot
 2020-01-17  4:20 UTC  (5+ messages)

[PATCH] irqchip: mips-cpu: Remove eoi operation
 2020-01-17  2:23 UTC  (10+ messages)
` [PATCH v1 1/2] genirq: Check for level based percpu irq
  ` [PATCH v1 2/2] irqchip: mips-cpu: Drop unnecessary ack/eoi operations

[PATCH 5.4 140/203] MIPS: PCI: remember nasid changed by set interrupt affinity
 2020-01-16 23:18 UTC  (6+ messages)
` [PATCH 5.4 141/203] MIPS: Loongson: Fix return value of loongson_hwmon_init
` [PATCH 5.4 142/203] MIPS: SGI-IP27: Fix crash, when CPUs are disabled via nr_cpus parameter
` [PATCH 5.4 187/203] mips: cacheinfo: report shared CPU map
` [PATCH 5.4 188/203] mips: Fix gettimeofday() in the vdso library
` [PATCH 5.4 190/203] MIPS: Prevent link failure with kcov instrumentation

[PATCH 4.19 77/84] mips: cacheinfo: report shared CPU map
 2020-01-16 23:18 UTC  (2+ messages)
` [PATCH 4.19 78/84] MIPS: Prevent link failure with kcov instrumentation

[PATCH 4.14 65/71] mips: cacheinfo: report shared CPU map
 2020-01-16 23:19 UTC  (2+ messages)
` [PATCH 4.14 66/71] MIPS: Prevent link failure with kcov instrumentation

[RFC PATCH v3 00/12] powerpc: switch VDSO to C implementation
 2020-01-16 20:22 UTC  (9+ messages)
` [RFC PATCH v3 06/12] lib: vdso: __iter_div_u64_rem() is suboptimal for 32 bit time
` [RFC PATCH v3 08/12] lib: vdso: allow arches to provide vdso data pointer

[PATCH v2 0/8] vdso: Complete the conversion to 32bit syscalls
 2020-01-16 20:11 UTC  (10+ messages)
` [PATCH v2 2/8] lib: vdso: Build 32 bit specific functions in the right context
  ` [PATCH] MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernel

[PATCH AUTOSEL 4.19 508/671] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-16 17:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 633/671] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH AUTOSEL 4.14 276/371] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-16 17:23 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 343/371] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH AUTOSEL 4.9 187/251] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-16 17:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 234/251] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH AUTOSEL 4.4 126/174] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-16 17:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 160/174] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH AUTOSEL 4.14 049/371] MIPS: BCM63XX: drop unused and broken DSP platform device
 2020-01-16 17:11 UTC 

[PATCH AUTOSEL 4.19 098/671] MIPS: BCM63XX: drop unused and broken DSP platform device
 2020-01-16 16:45 UTC 

[PATCH AUTOSEL 5.4 098/205] MIPS: Loongson: Fix return value of loongson_hwmon_init
 2020-01-16 16:41 UTC 

[PATCH v2,RESEND] MIPS: Scan the DMI system information
 2020-01-16 13:26 UTC 

[PATCH v5] reboot: support offline CPUs before reboot
 2020-01-16 11:10 UTC  (8+ messages)

[PATCH v2] MIPS: perf: Initial annotation support
 2020-01-15 21:54 UTC 

[PATCH v3 01/10] dt-bindings: Document loongson vendor-prefix
 2020-01-15 18:59 UTC  (2+ messages)

[PATCH V2] mips/vdso: Support mremap() for vDSO
 2020-01-15 18:59 UTC  (2+ messages)

Add HWMON and WiFi support for CU1000-Neo
 2020-01-15 18:59 UTC  (5+ messages)
` [PATCH 0/2] "
` [PATCH 1/2] MIPS: Ingenic: Add missing nodes for X1000 and CU1000-Neo
` [PATCH 2/2] MIPS: CU1000-Neo: Refresh defconfig to support HWMON and WiFi

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2020-01-15 18:10 UTC  (3+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()

[PATCH 1/3] MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node
 2020-01-15  0:24 UTC  (4+ messages)
` [PATCH 2/3] MIPS: ralink: dts: gardena_smart_gateway_mt7688: Enable WMAC
` [PATCH 3/3] MIPS: ralink: dts: gardena_smart_gateway_mt7688: Limit UART1

[PATCH] mips/vdso: Support mremap() for vDSO
 2020-01-15  0:08 UTC  (2+ messages)

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-01-14 18:25 UTC  (4+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PATCH 1/6] MIPS: JZ4780: Introduce SMP support
 2020-01-14 13:48 UTC  (6+ messages)
  ` [PATCH 3/6] dt-bindings: MIPS: Document Ingenic SoCs binding

[PATCH] MIPS: Use __copy_{to,from}_user() for emulated FP loads/stores
 2020-01-14  5:39 UTC  (7+ messages)

[PATCH 1/2] MIPS: Define pgprot_dmacoherent according to coherentio status
 2020-01-14  3:30 UTC  (4+ messages)
` [PATCH 2/2] MIPS: Loongson64: Add dma iocoherency detection support

[PATCH 08/10] soc: lantiq: convert to devm_platform_ioremap_resource
 2020-01-13 19:10 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).