linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-13 20:38:16 to 2019-12-18 21:58:50 UTC [more...]

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-18 21:55 UTC  (34+ messages)
` [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()

[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-18 21:16 UTC  (10+ 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 v6 0/5] add dsa switch support for ar9331
 2019-12-18 20:09 UTC  (8+ 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 v6 5/5] net: dsa: add support for Atheros AR9331 built-in switch

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-18 18:10 UTC  (34+ 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

[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 

[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
 2019-12-18 15:30 UTC  (13+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
` [PATCH 2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions
` [PATCH 3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag
` [PATCH 4/7] KVM: arm/arm64: Condition TLB "
` [PATCH 5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2
` [PATCH 6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range

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 v7 0/4] add dsa switch support for ar9331
 2019-12-18  8:02 UTC  (5+ 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 01/10] soc: sunxi: convert to devm_platform_ioremap_resource
 2019-12-18  2:45 UTC  (14+ messages)
` [PATCH 02/10] soc: samsung: "
` [PATCH 03/10] soc: amlogic: "
` [PATCH 04/10] soc: zte: "
` [PATCH 05/10] soc: fsl: "
` [PATCH 06/10] soc: mediatek: "
` [PATCH 07/10] soc: ti: wkup_m3_ipc: "
` [PATCH 08/10] soc: lantiq: "
` [PATCH 09/10] soc: ixp4xx: qmgr: "
` [PATCH 10/10] soc: qcom: "

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  (7+ messages)
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()

Add dmaengine driver for X1830
 2019-12-17 13:59 UTC  (4+ messages)
` [PATCH 0/2] "
` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings
` [PATCH 2/2] dmaengine: JZ4780: Add support for the X1830

[PATCH v5 0/5] add dsa switch support for ar9331
 2019-12-17  8:55 UTC  (12+ messages)
` [PATCH v5 1/5] net: ag71xx: port to phylink
` [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 4/5] net: dsa: add support for Atheros AR9331 TAG format
` [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 v3
 2019-12-17  8:14 UTC  (4+ 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 v11 net-next 0/2] Use MFD framework for SGI IOC3 drivers
 2019-12-17  8:02 UTC  (5+ messages)
` [PATCH v11 net-next 2/2] mfd: ioc3: Add driver for SGI IOC3 chip

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

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-17  6:39 UTC  (3+ messages)
` [PATCH v18 11/13] "

[PATCH v2] MIPS: Scan the DMI system information
 2019-12-17  4:11 UTC  (2+ messages)

[PATCH V3] MIPS: Add get_thread_area syscall
 2019-12-17  1:47 UTC  (3+ messages)
  `  "

[PATCH 3.16 088/136] MIPS: bmips: mark exception vectors as char arrays
 2019-12-17  0:47 UTC  (2+ messages)
` [PATCH 3.16 089/136] MIPS: tlbex: Fix build_restore_pagemask KScratch restore

[PATCH 4.14 106/267] MIPS: OCTEON: cvmx_pko_mem_debug8: use oldest forward compatible definition
 2019-12-16 17:47 UTC 

[PATCH V11] mm/debug: Add tests validating architecture page table helpers
 2019-12-16  4:57 UTC  (2+ messages)

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v8
 2019-12-15 16:21 UTC  (7+ messages)
` [PATCH v8 0/5] "
` [PATCH v8 1/5] pinctrl: Ingenic: Fix bugs in X1000 and X1500
` [PATCH v8 2/5] pinctrl: Ingenic: Add missing parts for "
` [PATCH v8 3/5] pinctrl: Ingenic: Introduce reg_offset and use it instead hard code
` [PATCH v8 4/5] dt-bindings: pinctrl: Add bindings for Ingenic X1830
` [PATCH v8 5/5] pinctrl: Ingenic: Add pinctrl driver for X1830

Add support for the X1830 v4
 2019-12-15 15:21 UTC  (6+ messages)
` [PATCH v4 0/4] "
` [PATCH v4 1/4] clk: Ingenic: Remove unnecessary spinlock when reading registers
` [PATCH v4 2/4] clk: Ingenic: Adjust cgu code to make it compatible with X1830
` [PATCH v4 3/4] dt-bindings: clock: Add X1830 bindings
` [PATCH v4 4/4] clk: Ingenic: Add CGU driver for X1830

Add support for the X1830 v3
 2019-12-15 14:13 UTC  (11+ messages)
` [PATCH v3 0/5] clk: Ingenic: "
` [PATCH v3 1/5] clk: Ingenic: Remove unnecessary spinlock when reading registers
` [PATCH v3 2/5] clk: Ingenic: Adjust cgu code to make it compatible with X1830
` [PATCH v3 3/5] clk: Ingenic: Adjust code to make it compatible with new cgu code
` [PATCH v3 4/5] dt-bindings: clock: Add X1830 bindings
` [PATCH v3 5/5] clk: Ingenic: Add CGU driver for X1830

[PATCH 2/2] I2C: JZ4780: Add support for the X1000
 2019-12-14 12:32 UTC  (3+ messages)

clk: Ingenic: Add support for the X1830 v2
 2019-12-14 12:16 UTC  (6+ messages)
` [PATCH v2 1/5] clk: Ingenic: Adjust cgu code to make it compatible with X1830
` [PATCH v2 2/5] clk: Ingenic: Adjust code to make it compatible with new cgu code
` [PATCH v2 4/5] clk: Ingenic: Add CGU driver for X1830

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v7
 2019-12-14 12:14 UTC  (4+ messages)
` [PATCH v7 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830


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