linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-17 07:23:52 to 2019-12-26 22:30:31 UTC [more...]

Add dmaengine driver for X1830
 2019-12-26 22:30 UTC  (6+ messages)
` [PATCH 0/2] "
` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings
` [PATCH 2/2] dmaengine: JZ4780: Add support for the X1830

[PATCH] MIPS: Use __copy_{to,from}_user() for emulated FP loads/stores
 2019-12-26  3:01 UTC  (5+ messages)

[PATCH v2] MIPS: Scan the DMI system information
 2019-12-26  1:29 UTC  (3+ messages)

[PATCH] MIPS: ralink: add missing put_device in ill_acc_of_setup
 2019-12-25 13:15 UTC 

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

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2019-12-24 14:46 UTC  (25+ messages)
` [RFC PATCH v2 01/10] lib: vdso: ensure all arches have 32bit fallback
` [RFC PATCH v2 02/10] lib: vdso: move call to fallback out of common code
` [RFC PATCH v2 03/10] lib: vdso: Change __cvdso_clock_gettime/getres_common() to __cvdso_clock_gettime/getres()
` [RFC PATCH v2 04/10] lib: vdso: get pointer to vdso data from the arch
` [RFC PATCH v2 05/10] lib: vdso: inline do_hres()
` [RFC PATCH v2 06/10] lib: vdso: make do_coarse() return 0
` [RFC PATCH v2 07/10] lib: vdso: don't use READ_ONCE() in __c_kernel_time()
` [RFC PATCH v2 08/10] lib: vdso: Avoid duplication in __cvdso_clock_getres()
` [RFC PATCH v2 09/10] powerpc/vdso32: inline __get_datapage()
` [RFC PATCH v2 10/10] powerpc/32: Switch VDSO to C implementation

vdso-related userspace crashes on 5.5 mips64
 2019-12-24 14:19 UTC  (6+ messages)
` [PATCH] mips: vdso: conditionalize 32-bit time functions on COMPAT_32BIT_TIME

[PATCH V11 RESEND] mm/debug: Add tests validating architecture page table helpers
 2019-12-24  4:38 UTC 

[BUG] CI20: interrupt-controller@10001000 didn't like hwirq-0x0 to VIRQ8 mapping (rc=-19)
 2019-12-23  8:07 UTC  (6+ messages)

[PATCH] MAINTAINERS: Orphan KVM for MIPS
 2019-12-22 10:46 UTC  (3+ messages)

[PATCH v4 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2019-12-21 13:37 UTC  (11+ messages)
` [PATCH v4 1/8] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs
` [PATCH v4 2/8] ARM: DTS: am33xx: add sgx gpu child node
` [PATCH v4 3/8] ARM: DTS: am3517: "
` [PATCH v4 4/8] ARM: DTS: omap3: "
` [PATCH v4 5/8] ARM: DTS: omap36xx: "
` [PATCH v4 6/8] ARM: DTS: omap4: "
` [PATCH v4 7/8] ARM: DTS: omap5: "
` [PATCH v4 8/8] MIPS: DTS: jz4780: add sgx gpu node

[PATCH v7 0/4] add dsa switch support for ar9331
 2019-12-21  1:06 UTC  (6+ messages)
` [PATCH v7 1/4] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v7 2/4] MIPS: ath79: ar9331: add ar9331-switch node
` [PATCH v7 3/4] net: dsa: add support for Atheros AR9331 TAG format
` [PATCH v7 4/4] net: dsa: add support for Atheros AR9331 built-in switch

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-20 16:22 UTC  (63+ 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 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH v2 06/45] KVM: SVM: "
` [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH v2 08/45] KVM: x86: Move FPU allocation to "
` [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH v2 18/45] KVM: PPC: "
` [PATCH v2 19/45] KVM: arm: "
` [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH v2 28/45] KVM: x86: "
` [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
` [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH v2 39/45] KVM: MIPS: "
` [PATCH v2 40/45] KVM: ARM: "
` [PATCH v2 41/45] KVM: PPC: "
` [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()

hello
 2019-12-19  1:02 UTC 

[PATCH 4.4 049/162] MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definition
 2019-12-19 18:32 UTC 

[PATCH 4.9 065/199] MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definition
 2019-12-19 18:32 UTC 

[PATCH] MAINTAINERS: Orphan img-ir driver
 2019-12-19 14:52 UTC 

[PATCH] MAINTAINERS: Drop James Hogan as MIPS maintainer
 2019-12-19 14:16 UTC 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-19 13:46 UTC  (5+ messages)
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

[PATCH v11 net-next 0/2] Use MFD framework for SGI IOC3 drivers
 2019-12-19  9:35 UTC  (7+ messages)
` [PATCH v11 net-next 2/2] mfd: ioc3: Add driver for SGI IOC3 chip

Add I2C support for the Ingenic X1000 SoC v3
 2019-12-18 22:18 UTC  (5+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH v3 2/2] I2C: JZ4780: Add support for the X1000

[PATCH v6 0/5] add dsa switch support for ar9331
 2019-12-18 20:09 UTC  (7+ messages)
` [PATCH v6 1/5] net: ag71xx: port to phylink
` [PATCH v6 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v6 3/5] MIPS: ath79: ar9331: add ar9331-switch node
` [PATCH v6 4/5] net: dsa: add support for Atheros AR9331 TAG format

[PATCH] MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()
 2019-12-18 17:16 UTC 

[PATCH v17 05/23] mips: mm: Add p?d_leaf() definitions
 2019-12-18 16:23 UTC 

Add initial support for Ingenic X1000 SoC and Y&A CU Neo board v7
 2019-12-18 14:55 UTC  (5+ messages)
` [PATCH v8 2/4] dt-bindings: Document yna vendor-prefix
` [PATCH v8 3/4] dt-bindings: MIPS: Add Ingenic XBurst based boards

[PATCH 01/10] soc: sunxi: convert to devm_platform_ioremap_resource
 2019-12-18  2:45 UTC  (2+ messages)

RFC: kill off ioremap_nocache
 2019-12-17 18:35 UTC  (3+ messages)

[PATCH v3 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2019-12-17 18:01 UTC  (4+ messages)
` [PATCH v3 1/8] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-17 17:55 UTC  (5+ messages)

[PATCH v5 0/5] add dsa switch support for ar9331
 2019-12-17  8:55 UTC  (7+ messages)
` [PATCH v5 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v5 3/5] MIPS: ath79: ar9331: add ar9331-switch node
` [PATCH v5 5/5] net: dsa: add support for Atheros AR9331 built-in switch

[PATCH v4 0/5] add dsa switch support for ar9331
 2019-12-17  8:44 UTC  (6+ messages)
` [PATCH v4 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation

Add I2C support for the Ingenic X1000 SoC v2
 2019-12-17  7:50 UTC  (4+ messages)
` [PATCH v2 2/2] I2C: JZ4780: Add support for the X1000


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