linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-13 15:59:10 to 2020-02-19 13:08:58 UTC [more...]

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2020-02-19 13:08 UTC  (9+ messages)
` Surprising code generated for vdso_read_begin()

[RFC v4 0/6] MIPS: CI20: Add efuse driver for Ingenic JZ4780 and attach to DM9000 for stable MAC addresses
 2020-02-19 11:03 UTC  (11+ messages)
` [RFC v4 1/6] nvmem: add driver for JZ4780 efuse
` [RFC v4 2/6] Bindings: nvmem: add bindings "
` [RFC v4 3/6] Documentation: ABI: nvmem: add documentation for JZ4780 efuse ABI
` [RFC v4 4/6] nvmem: MAINTAINERS: add maintainer for JZ4780 efuse driver
` [RFC v4 5/6] MIPS: DTS: JZ4780: define node for JZ4780 efuse
` [RFC v4 6/6] MIPS: DTS: CI20: make DM9000 Ethernet controller use NVMEM to find the default MAC address

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

Add support for TCU of X1000
 2020-02-19  8:29 UTC  (6+ messages)
` [PATCH 0/4] "
` [PATCH 1/4] dt-bindings: timer: Add X1000 bindings
` [PATCH 2/4] clk: Ingenic: Add support for TCU of X1000
` [PATCH 3/4] clocksource: "
` [PATCH 4/4] irqchip: "

Introduce SMP support for CI20 (based on JZ4780) v5
 2020-02-19  7:57 UTC  (14+ messages)
` [PATCH v5 0/7] Introduce SMP support for JZ4780
` [PATCH v5 1/7] clk: JZ4780: Add function for enable the second core
` [PATCH v5 2/7] MIPS: JZ4780: Introduce SMP support
` [PATCH v5 3/7] MIPS: CI20: Modify DTS to support high resolution timer for SMP
` [PATCH v5 4/7] clocksource: Ingenic: Add high resolution timer support "
` [PATCH v5 5/7] dt-bindings: MIPS: Document Ingenic SoCs binding
` [PATCH v5 6/7] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs
` [PATCH v5 7/7] MIPS: CI20: Update defconfig to support SMP

[PATCH v2 0/9] KVM: Move x86 init ops to separate struct
 2020-02-19  7:52 UTC  (11+ messages)
` [PATCH v2 1/9] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH v2 2/9] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH v2 3/9] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH v2 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH v2 5/9] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
` [PATCH v2 6/9] KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
` [PATCH v2 7/9] KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
` [PATCH v2 8/9] KVM: VMX: Annotate vmx_x86_ops as __initdata
` [PATCH v2 9/9] KVM: SVM: Annotate svm_x86_ops "

Add support for the X1830 and fix bugs for X1000 v5
 2020-02-18 21:05 UTC  (11+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 1/6] clk: Ingenic: Remove unnecessary spinlock when reading registers
` [PATCH v5 2/6] clk: Ingenic: Adjust cgu code to make it compatible with X1830
` [PATCH v5 3/6] dt-bindings: clock: Add X1830 bindings
` [PATCH v5 4/6] clk: Ingenic: Add CGU driver for X1830
` [PATCH v5 5/6] dt-bindings: clock: Add and reorder ABI for X1000
` [PATCH v5 6/6] clk: X1000: Add FIXDIV for SSI clock of X1000

[PATCH] MIPS: cavium_octeon: Fix syncw generation
 2020-02-18 18:37 UTC  (6+ messages)

[PATCH] MIPS: vdso: Wrap -mexplicit-relocs in cc-option
 2020-02-18 18:30 UTC  (3+ messages)

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-18 17:10 UTC  (13+ messages)
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions

[PATCH 00/19] Introduce common headers
 2020-02-18 13:03 UTC  (25+ messages)
` [PATCH 01/19] linux/const.h: Extract common header for vDSO
` [PATCH 02/19] linux/bits.h: "
` [PATCH 03/19] linux/limits.h: "
` [PATCH 04/19] linux/math64.h: "
` [PATCH 05/19] linux/time.h: "
` [PATCH 06/19] linux/time32.h: "
` [PATCH 07/19] linux/time64.h: "
` [PATCH 08/19] linux/jiffies.h: "
` [PATCH 09/19] linux/ktime.h: "
` [PATCH 10/19] common: Introduce processor.h
` [PATCH 11/19] linux/elfnote.h: Replace elf.h with UAPI equivalent
` [PATCH 12/19] arm64: Introduce asm/common/processor.h
` [PATCH 13/19] arm64: vdso: Include common headers in the vdso library
` [PATCH 14/19] arm64: vdso32: "
` [PATCH 15/19] mips: vdso: Enable mips to use common headers
` [PATCH 16/19] x86: vdso: Enable x86 "
` [PATCH 17/19] arm: vdso: Enable arm "
` [PATCH 18/19] lib: vdso: Enable "
` [PATCH 19/19] arm64: vdso32: Enable Clang Compilation

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-18  2:21 UTC  (5+ messages)
` [PATCH 2/5] mm/vma: Make vma_is_accessible() available for general use

[PATCH v2] MIPS: configs: Cleanup old Kconfig options
 2020-02-17 16:56 UTC 

[RFC v3 0/9] MIPS: CI20: Add efuse driver for Ingenic JZ4780 and attach to DM9000 for stable MAC addresses
 2020-02-17 14:58 UTC  (14+ messages)
` [RFC v3 1/9] nvmem: add driver for JZ4780 efuse
` [RFC v3 2/9] rework to use regmap
` [RFC v3 3/9] Bindings: nvmem: add bindings for JZ4780 efuse
` [RFC v3 4/9] Documentation: ABI: nvmem: add documentation for JZ4780 efuse ABI
` [RFC v3 5/9] nvmem: MAINTAINERS: add maintainer for JZ4780 efuse driver
` [RFC v3 6/9] MIPS: DTS: JZ4780: define node for JZ4780 efuse
` [RFC v3 7/9] MIPS: DTS: CI20: make DM9000 Ethernet controller use NVMEM to find the default MAC address
` [RFC v3 8/9] MIPS: CI20 defconfig: Probe efuse for CI20
` [RFC v3 9/9] MIPS: CI20 defconfig: DEMO HACK: make DM9000 a module

[PATCH 0/2] mips: vdso: fix 'jalr t9' crash in vdso code
 2020-02-17 13:38 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH] MIPS: Loongson64: add header files with pathname
 2020-02-17  3:30 UTC 

[PATCH v3 0/6] MIPS: Fixes and improvements for CI20 board (JZ4780)
 2020-02-16 20:21 UTC  (7+ messages)
` [PATCH v3 1/6] MIPS: DTS: jz4780: add #includes for irq.h and gpio.h
` [PATCH v3 2/6] MIPS: DTS: CI20: add DT node for IR sensor
` [PATCH v3 3/6] MIPS: DTS: CI20: fix PMU definitions for ACT8600
` [PATCH v3 4/6] MIPS: DTS: CI20: fix interrupt for pcf8563 RTC
` [PATCH v3 5/6] MIPS: DTS: CI20: multiple DTS improvements
` [PATCH v3 6/6] MIPS: CI20: defconfig: multiple improvements

Fix clock of X1000 watchdog node
 2020-02-16 12:10 UTC  (3+ messages)
` [PATCH] "
` [PATCH] MIPS: X1000: Fix clock of "

Add missing parts for X1830
 2020-02-16 11:17 UTC  (3+ messages)
` [PATCH] pinctrl: Ingenic: "

[PATCH] MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
 2020-02-15 22:56 UTC  (2+ messages)

[PATCH v2 0/2] mips: vdso: fix 'jalr t9' crash in vdso code
 2020-02-15 22:55 UTC  (2+ messages)

[PATCH] MIPS: configs: Cleanup old Kconfig options
 2020-02-15 22:35 UTC  (2+ messages)

[PATCH] arch/mips: change duplicated word in NUMA help text
 2020-02-15 22:12 UTC  (2+ messages)

[PATCH] MIPS: ingenic: DTS: Fix watchdog nodes
 2020-02-15 22:09 UTC  (2+ messages)

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

[PATCH v2 00/12] MIPS: Fixes and improvements for CI20 board (JZ4780)
 2020-02-14 19:42 UTC  (19+ messages)
` [PATCH v2 01/12] drm: ingenic-drm: add MODULE_DEVICE_TABLE
` [PATCH v2 02/12] MIPS: DTS: jz4780: add #includes for irq.h and gpio.h
` [PATCH v2 03/12] MIPS: CI20: defconfig: configure for supporting modules
` [PATCH v2 04/12] MIPS: CI20: defconfig: compile leds-gpio driver into the kernel and configure for LED triggers
` [PATCH v2 05/12] MIPS: DTS: CI20: fix PMU definitions for ACT8600
` [PATCH v2 06/12] MIPS: CI20: defconfig: configure CONFIG_REGULATOR_ACT8865 for PMU
` [PATCH v2 07/12] MIPS: DTS: CI20: give eth0_power a defined voltage
` [PATCH v2 08/12] MIPS: DTS: CI20: add DT node for IR sensor
` [PATCH v2 09/12] MIPS: CI20: defconfig: compile gpio-ir driver
` [PATCH v2 10/12] MIPS: DTS: CI20: add DT node for SW1 as Enter button
` [PATCH v2 11/12] MIPS: CI20: defconfig: configure for CONFIG_KEYBOARD_GPIO=m
` [PATCH v2 12/12] MIPS: DTS: CI20: fix interrupt for pcf8563 RTC

[PATCH AUTOSEL 5.5 064/542] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 15:45 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 354/542] MIPS: ralink: dts: gardena_smart_gateway_mt7688: Limit UART1

[PATCH AUTOSEL 4.19 025/252] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 16:08 UTC 

[PATCH AUTOSEL 4.14 024/186] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 16:14 UTC 

[PATCH AUTOSEL 4.9 017/141] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 16:19 UTC 

[PATCH AUTOSEL 4.4 009/100] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 16:22 UTC 

[PATCH AUTOSEL 5.4 056/459] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-02-14 15:55 UTC 

[PATCH 4.14 032/173] MIPS: fix indentation of the RELOCS message
 2020-02-13 15:18 UTC 


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).