linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-20 15:53:32 to 2020-01-12 08:21:16 UTC [more...]

[PATCH 00/13] Modernize Loongson64 Machine
 2020-01-12  8:14 UTC  (9+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] dt-bindings: Document loongson vendor-prefix
  ` [PATCH v3 02/10] irqchip: Add driver for Loongson I/O interrupt controller
  ` [PATCH v3 03/10] dt-bindings: interrupt-controller: Add Loongson IOINTC
  ` [PATCH v3 04/10] irqchip: Add driver for Loongson-3 HyperTransport PIC controller
  ` [PATCH v3 05/10] dt-bindings: interrupt-controller: Add Loongson-3 HTPIC
  ` [PATCH v3 07/10] MIPS: Loongson64: Drop legacy IRQ code
  ` [PATCH v3 08/10] dt-bindings: mips: Add loongson boards

[PATCH] lib: vdso: mark __cvdso_clock_getres() as static
 2020-01-11 19:59 UTC  (2+ messages)

[RFC PATCH v2 00/10] powerpc/32: switch VDSO to C implementation
 2020-01-11 11:33 UTC  (40+ 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
` Surprising code generated for vdso_read_begin()

KASAN: use-after-free Read in lock_sock_nested
 2020-01-11 10:00 UTC 

[PATCH 4.9 20/91] MIPS: Avoid VDSO ABI breakage due to global register variable
 2020-01-11  9:49 UTC 

[PATCH 4.4 16/59] MIPS: Avoid VDSO ABI breakage due to global register variable
 2020-01-11  9:49 UTC 

[PATCH AUTOSEL 4.9 1/6] MIPS: Prevent link failure with kcov instrumentation
 2020-01-10 22:07 UTC 

[PATCH AUTOSEL 4.19 01/11] mips: cacheinfo: report shared CPU map
 2020-01-10 22:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 02/11] MIPS: Prevent link failure with kcov instrumentation

[PATCH AUTOSEL 4.14 1/8] mips: cacheinfo: report shared CPU map
 2020-01-10 22:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 2/8] MIPS: Prevent link failure with kcov instrumentation

[PATCH AUTOSEL 5.4 01/26] mips: cacheinfo: report shared CPU map
 2020-01-10 22:02 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 02/26] mips: Fix gettimeofday() in the vdso library
` [PATCH AUTOSEL 5.4 04/26] MIPS: Prevent link failure with kcov instrumentation

[PATCH] MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()
 2020-01-10 19:36 UTC  (2+ messages)

[PATCH 00/10] use resource_size
 2020-01-10 19:36 UTC  (4+ messages)
` [PATCH 08/10] MIPS: "

[PATCH 00/14] Cleanup SGI-IP27 and prepare for SGI-IP35 support
 2020-01-10 19:25 UTC  (16+ messages)
` [PATCH 01/14] MIPS: SGI-IP27: use nodemask instead of cpumask
` [PATCH 02/14] MIPS: SGI-IP27: use cpu physid already present while scanning for CPUs
` [PATCH 03/14] MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuff
` [PATCH 04/14] MIPS: SGI-IP27: get rid of asm/sn/sn0/ip27.h
` [PATCH 05/14] MIPS: SGI-IP27: move IP27 specific macro to IP27 specific header file
` [PATCH 06/14] MIPS: SGI-IP27: Move get_nasid() to a IP27 specific file
` [PATCH 07/14] MIPS: SGI-IP27: Split kldir.h into generic SN and IP27 parts
` [PATCH 08/14] MIPS: SGI-IP27: Use union instead of typedef
` [PATCH 09/14] MIPS: SGI-IP27: Use structs for decoding error status registers
` [PATCH 10/14] MIPS: SGI-IP27: Use specific get_region_shift
` [PATCH 11/14] MIPS: SGI-IP27: Move all shared IP27 declarations to ip27-common.h
` [PATCH 12/14] MIPS: SGI-IP27: Only reserve interrupts used in Linux
` [PATCH 13/14] MIPS: SGI-IP27: Store cpu speed when scanning for CPUs and use it later
` [PATCH 14/14] MIPS: SGI-IP27: No need for slice_map

[PATCH v12 0/3] Use MFD framework for SGI IOC3 drivers
 2020-01-10 19:25 UTC  (5+ messages)
` [PATCH v12 1/3] MIPS: PCI: Support mapping of INTB/C/D for pci-xtalk-bridge
` [PATCH v12 2/3] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v12 3/3] mfd: ioc3: Add driver for SGI IOC3 chip

[PATCH 1/3] KVM: MIPS: Change KVM_ENTRYHI_ASID to cpu_asid_mask(&current_cpu_data)
 2020-01-10  9:08 UTC  (3+ messages)
` [PATCH 2/3] KVM: MIPS: Fixup VPN2_MASK definition over 32bits virtual address
` [PATCH 3/3] KVM: MIPS: Support kvm modules autoprobed when startup system

[PATCH] MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
 2020-01-10  1:30 UTC 

debian bootup hangs on qemu-system-mips64el
 2020-01-09 21:24 UTC  (2+ messages)

[PATCH -next] MIPS: Loongson2ef: drop pointless static qualifier in loongson_suspend_enter()
 2020-01-09 18:52 UTC  (2+ messages)

[PATCH v2] MIPS: X1830: Add X1830 system type
 2020-01-09 18:52 UTC  (2+ messages)

[PATCH] MIPS: ralink: add missing put_device in ill_acc_of_setup
 2020-01-09 18:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Drop James Hogan as MIPS maintainer
 2020-01-09 18:52 UTC  (2+ messages)

[PATCH 1/3] MIPS: SGI-IP27: Fix node_distance
 2020-01-09 18:52 UTC  (4+ messages)
` [PATCH 2/3] MIPS: Loongson64: Fix node_distance()
` [PATCH 3/3] MIPS: mm: Place per_cpu on different nodes, if NUMA is enabled

[PATCH v8 1/4] MIPS: Ingenic: Add Ingenic X1000 support
 2020-01-09 18:52 UTC  (2+ messages)

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
 2020-01-09 15:49 UTC 

[PATCH 5.4 076/191] MIPS: BPF: Disable MIPS32 eBPF JIT
 2020-01-07 20:53 UTC  (3+ messages)
` [PATCH 5.4 077/191] MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig
` [PATCH 5.4 078/191] MIPS: Avoid VDSO ABI breakage due to global register variable

[PATCH 4.19 047/115] MIPS: Avoid VDSO ABI breakage due to global register variable
 2020-01-07 20:54 UTC 

[PATCH 4.14 25/74] MIPS: Avoid VDSO ABI breakage due to global register variable
 2020-01-07 20:54 UTC 

[PATCH v3 02/22] compat: provide compat_ptr() on all architectures
 2020-01-07 17:51 UTC  (8+ messages)

[mm/debug] 87c4696d57: kernel_BUG_at_include/linux/mm.h
 2020-01-07  6:46 UTC 

Fix bugs in X1000/X1500 and add X1830 pinctrl driver v8
 2020-01-06 22:46 UTC  (3+ messages)
` [PATCH v8 0/5] "

[PATCH v1] firmware: tee_bnxt: Fix multiple call to tee_client_close_context
 2020-01-06 21:52 UTC  (4+ messages)
` [PATCH v1] firmware: tee_bnxt: Reduce shm mem size to 4K

Add I2C support for the Ingenic X1000 SoC v3
 2020-01-06 14:47 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH v3 2/2] I2C: JZ4780: Add support for the X1000

[PATCH INTERNAL v2] firmware: tee_bnxt: Fix multiple call to tee_client_close_context
 2020-01-06  6:25 UTC  (4+ messages)
` [PATCH INTERNAL v2] firmware: tee_bnxt: Reduce shm mem size to 4K

[GIT PULL] MIPS fixes
 2020-01-04 22:55 UTC  (2+ messages)

[git:media_tree/master] media: MAINTAINERS: Orphan img-ir driver
 2020-01-03 15:28 UTC 

[PATCH] MIPS: Don't declare __current_thread_info globally
 2020-01-03  9:15 UTC  (10+ messages)
    ` [PATCH v2] MIPS: Avoid VDSO ABI breakage due to global register variable

[PATCH 5.4 002/191] Revert "MIPS: futex: Emit Loongson3 sync workarounds within asm"
 2020-01-02 22:04 UTC 

vdso-related userspace crashes on 5.5 mips64
 2020-01-01  9:47 UTC  (24+ messages)
` [PATCH] mips: vdso: conditionalize 32-bit time functions on COMPAT_32BIT_TIME

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

[PATCH 5.4 112/434] MIPS: syscall: Emit Loongson3 sync workarounds within asm
 2019-12-29 17:26 UTC  (4+ messages)
` [PATCH 5.4 114/434] MIPS: futex: "
` [PATCH 5.4 306/434] MIPS: ralink: enable PCI support only if driver for mt7621 SoC is selected
` [PATCH 5.4 348/434] mips: fix build when "48 bits virtual memory" is enabled

[PATCH 4.19 060/219] MIPS: syscall: Emit Loongson3 sync workarounds within asm
 2019-12-29 17:19 UTC  (2+ messages)
` [PATCH 4.19 185/219] mips: fix build when "48 bits virtual memory" is enabled

[PATCH 4.14 134/161] mips: fix build when "48 bits virtual memory" is enabled
 2019-12-29 17:19 UTC 

[PATCH AUTOSEL 4.14 22/57] bpf, mips: Limit to 33 tail calls
 2019-12-27 18:01 UTC 

[PATCH AUTOSEL 5.4 072/187] bpf, mips: Limit to 33 tail calls
 2019-12-27 17:39 UTC 

[PATCH AUTOSEL 4.19 34/84] bpf, mips: Limit to 33 tail calls
 2019-12-27 17:43 UTC 

Add dmaengine driver for X1830
 2019-12-26 22:30 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add X1830 bindings

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

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-24 18:19 UTC  (3+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[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  (4+ messages)
` [PATCH v4 1/8] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs

[PATCH v7 0/4] add dsa switch support for ar9331
 2019-12-21  1:06 UTC  (2+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2019-12-20 16:22 UTC  (10+ messages)
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()


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