linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 22:33:33 to 2020-02-06 21:09:57 UTC [more...]

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-06 21:09 UTC  (38+ 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 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 17/19] KVM: Terminate memslot walks via used_slots

[PATCH] MIPS: c-r4k: Invalidate BMIPS5000 ZSCM prefetch lines
 2020-02-06 19:30 UTC 

[PATCH v2,RESEND] MIPS: Scan the DMI system information
 2020-02-06  7:04 UTC  (10+ messages)

[PATCH 0/3] Improve MIPS Magnum support
 2020-02-05 22:18 UTC  (10+ messages)
` [PATCH 2/3] mips/jazz: Remove redundant settings and shrink jazz_defconfig
` [PATCH 3/3] mips/jazz: Update jazz_defconfig for MIPS Magnum
` [PATCH 1/3] fbdev/g364fb: Fix build failure

[PATCH 0/2] KVM: MIPS: Bug fix and cleanup
 2020-02-05 14:30 UTC  (4+ messages)
` [PATCH 1/2] KVM: MIPS: Fix a build error due to referencing not-yet-defined function
` [PATCH 2/2] KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()

[PATCH v2 net] net: sgi: ioc3-eth: Remove leftover free_irq()
 2020-02-05 12:54 UTC  (2+ messages)

[PATCH v3 1/2] firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_START
 2020-02-05  4:26 UTC  (2+ messages)

[PATCH v3 1/2] firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_START
 2020-02-05  4:08 UTC  (2+ messages)
` [PATCH v3 2/2] MIPS: Add support for Desktop Management Interface (DMI)

[PATCH v3 1/2] firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_START
 2020-02-05  4:05 UTC 

[PATCH 0/6] Re-instate octeon staging drivers
 2020-02-05  0:11 UTC  (5+ messages)
` [PATCH 3/6] MIPS: octeon: remove typedef declaration for cvmx_wqe
` [PATCH 4/6] MIPS: octeon: remove typedef declaration for cvmx_helper_link_info
` [PATCH 5/6] MIPS: octeon: remove typedef declaration for cvmx_pko_command_word0
` [PATCH 6/6] Revert "staging/octeon: Mark Ethernet driver as BROKEN"

[PATCH net] net: sgi: ioc3-eth: Remove leftover free_irq()
 2020-02-04 13:42 UTC  (4+ messages)

[PATCH v2 0/2] microblaze: Enable CMA
 2020-02-04 10:30 UTC  (5+ messages)
` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header

[PATCH 0/2] mips: vdso: fix 'jalr t9' crash in vdso code
 2020-02-03 23:31 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mips: vdso: add build time check that no 'jalr t9' calls left

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-03 15:48 UTC  (33+ messages)

[PATCH v5 0/6] powerpc: switch VDSO to C implementation
 2020-02-03 11:59 UTC  (9+ messages)
` [PATCH v5 1/6] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
` [PATCH v5 2/6] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v5 3/6] lib/vdso: Allow architectures to provide the vdso data pointer
` [PATCH v5 4/6] lib/vdso: Allow fixed clock mode
` [PATCH v5 5/6] lib/vdso: Allow architectures to override the ns shift operation
` [PATCH v5 6/6] powerpc/vdso: Switch VDSO to generic C implementation

[PATCH 1/2] MIPS: loongson3-llsc-check: Downgrade failures to notices
 2020-02-02 17:00 UTC  (2+ messages)
` [PATCH 2/2] Revert "MIPS: asm: local: add barriers for Loongson"

[PATCH] MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
 2020-02-02 20:19 UTC 

[PATCH] arch/mips: change duplicated word in NUMA help text
 2020-02-01  1:55 UTC 

[GIT PULL] MIPS changes
 2020-01-31 19:35 UTC  (2+ messages)

[PATCH 0/5] KVM: Move x86 init ops to separate struct
 2020-01-31 18:55 UTC  (9+ messages)
` [PATCH 1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH 2/5] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH 3/5] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH 4/5] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH 5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes

[PATCH] MIPS: configs: Cleanup old Kconfig options
 2020-01-30 19:29 UTC 

[PATCH 0/3] ide/MIPS/docs: remove no longer used au1xxx-ide driver
 2020-01-30 10:02 UTC  (4+ messages)
    ` [PATCH 1/3] ide: "

[PATCH v4 0/8] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-01-29 23:08 UTC  (3+ messages)
` [PATCH v4 4/8] ARM: DTS: omap3: add sgx gpu child node

[PATCH 0/5] kdb: Don't implicitly change tasks; plus misc fixups
 2020-01-29 15:23 UTC  (4+ messages)

[RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation
 2020-01-29  7:26 UTC  (7+ messages)
` [RFC PATCH v4 10/11] lib: vdso: Allow arches to override the ns shift operation

[PATCH 4.4 126/183] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-28 14:06 UTC  (2+ messages)
` [PATCH 4.4 153/183] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH 4.9 187/271] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-28 14:06 UTC  (2+ messages)
` [PATCH 4.9 224/271] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-28 12:30 UTC 

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

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-26  3:02 UTC  (7+ messages)
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code

[PATCH] MIPS: Introduce aligned IO memory operations
 2020-01-25  3:31 UTC  (4+ messages)

[PATCH] MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and Fuel
 2020-01-24 19:38 UTC  (2+ messages)

[RFC] On the Current Troubles of Mainlining Loongson Platform Drivers
 2020-01-24 18:58 UTC  (13+ messages)

[PATCH 4.19 522/639] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-24  9:33 UTC  (2+ messages)
` [PATCH 4.19 622/639] MIPS: Loongson: Fix return value of loongson_hwmon_init

[PATCH 4.14 281/343] mips: avoid explicit UB in assignment of mips_io_port_base
 2020-01-24  9:32 UTC  (2+ messages)
` [PATCH 4.14 331/343] MIPS: Loongson: Fix return value of loongson_hwmon_init

Introduce SMP support for CI20 (based on JZ4780) v2
 2020-01-24  4:56 UTC  (6+ messages)
` [PATCH v2 1/6] MIPS: JZ4780: Introduce SMP support

[PATCH] MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH] MIPS: asm: local: add barriers for Loongson
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH] MIPS: sync-r4k: do slave counter synchronization with disabled HW interrupts
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH] MIPS: SGI-IP30: Check for valid pointer before using it
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH mips-next 0/5] MIPS: a set of misc Kconfig/Kbuild improvements
 2020-01-23 19:44 UTC  (7+ 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"

[PATCH 1/2] MIPS: Add MAC2008 Support
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH 1/3] MIPS: Make DIEI support as a config option
 2020-01-23 19:44 UTC  (2+ messages)

[PATCH 0/1] KB3310B MFD Driver for Lemote Yeeloong laptops
 2020-01-23  0:22 UTC  (3+ messages)
` [PATCH 1/1] mfd: yeeloong_kb3310b: support KB3310B EC "

[PATCH] [Loongson2F] adjust cpufreq uses of LOONGSON_CHIPCFG
 2020-01-22 23:46 UTC  (5+ messages)

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

[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  (3+ messages)

[PATCH V2 2/3] arch: mips: brcm: Add 7425 flash-edu support
 2020-01-21 23:41 UTC  (4+ 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


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