public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-25 19:01:32 to 2021-02-05 05:59:50 UTC [more...]

[PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-02-05  5:58 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
` [PATCH v3 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry

[PATCH] mm/memtest: Add ARCH_USE_MEMTEST
 2021-02-05  4:10 UTC 

[PATCH v2 1/2] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
 2021-02-05  1:55 UTC  (4+ messages)
` [PATCH v2 2/2] MIPS: relocatable: Use __kaslr_offset in show_kernel_relocation

[PATCH v2 0/3] Add some perf support for mips
 2021-02-04 20:59 UTC  (5+ messages)
` [PATCH v2 1/3] MIPS: kernel: Support extracting off-line stack traces from user-space with perf
` [PATCH v2 2/3] perf tools: Support mips unwinding and dwarf-regs
` [PATCH v2 3/3] perf tools: Generate mips syscalls_n64.c syscall table

[PATCH v4 0/5] Add support for Realtek RTL838x/RTL839x switch SoCs
 2021-02-04 20:59 UTC  (4+ messages)
` [PATCH v4 5/5] mips: dts: Add support for Cisco SG220-26 switch

[PATCH mips-next] MIPS: pistachio: remove obsolete include/asm/mach-pistachio
 2021-02-04 21:00 UTC  (2+ messages)

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-04 19:31 UTC  (11+ messages)
` [PATCH RFC v1 1/6] swiotlb: define new enumerated type
` [PATCH RFC v1 2/6] swiotlb: convert variables to arrays
` [PATCH RFC v1 3/6] swiotlb: introduce swiotlb_get_type() to calculate swiotlb buffer type
` [PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays
` [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb

[PATCH V2] cpufreq: Remove CPUFREQ_STICKY flag
 2021-02-04 18:24 UTC  (2+ messages)

[PATCH] MIPS: make userspace mapping young by default
 2021-02-04 15:22 UTC  (6+ messages)

[PATCH] MIPS: of: Introduce helper function to get DTB
 2021-02-04 14:00 UTC  (3+ messages)

[PATCH] MIPS: ralink: manage low reset lines
 2021-02-04 13:59 UTC  (3+ messages)

[Question] How to save_stack_trace_tsk_reliable() on mips?
 2021-02-04 12:31 UTC 

[PATCH] MIPS: Use common way to parse elfcorehdr
 2021-02-04  4:21 UTC  (5+ messages)

[PATCH] mm/memory.c: Remove pte_sw_mkyoung()
 2021-02-04  3:23 UTC  (3+ messages)

memory_model.h:64:14: error: implicit declaration of function 'page_to_section'
 2021-02-03 19:55 UTC  (2+ messages)

[PATCH 0/3] Add some perf support for mips
 2021-02-03 13:41 UTC  (14+ messages)
` [PATCH 1/3] MIPS: kernel: Support extracting off-line stack traces from user-space with perf

KVM Guest
 2021-02-03 12:52 UTC  (2+ messages)

[PATCH] MIPS: malta-time: remove unneeded semicolon
 2021-02-03 10:37 UTC  (2+ messages)

[PATCH] KVM: MIPS: remove unneeded semicolon
 2021-02-03 10:37 UTC  (3+ messages)

[PATCH V2] arch: mips: kernel: Fix two spelling in smp.c
 2021-02-03 10:38 UTC  (3+ messages)

[PATCH] MIPS: fix kernel_stack_pointer()
 2021-02-03 10:36 UTC  (4+ messages)

[PATCH bpf-next] samples/bpf: Add include dir for MIPS Loongson64 to fix build errors
 2021-02-02 22:40 UTC  (4+ messages)

[PATCH 1/3] MIPS: ftrace: Fix N32 save registers
 2021-02-02 12:21 UTC  (7+ messages)
` [PATCH 2/3] MIPS: ftrace: Combine ftrace_modify_code* into one function
` [PATCH 3/3] MIPS: ftrace: Add DYNAMIC_FTRACE_WITH_REGS support

[PATCH] MIPS: relocatable: Provide kaslr_offset() to get the kernel offset
 2021-02-02  5:55 UTC  (3+ messages)

[PATCH] arch: mips: kernel: Made couple of spelling fixes and a sentence construction in smp.c
 2021-02-01 23:39 UTC  (5+ messages)

[PATCH] cpufreq: Remove CPUFREQ_STICKY flag
 2021-02-01 14:02 UTC  (4+ messages)

[PATCH 0/6] MIPS: qspinlock: Try to reduce reduce the spinlock regression
 2021-01-28 15:26 UTC  (22+ messages)
` [PATCH 1/6] MIPS: Octeon: Implement __smp_store_release()
` [PATCH 2/6] MIPS: Implement atomic_cmpxchg_relaxed()
` [PATCH 3/6] MIPS: Octeon: qspinlock: Flush write buffer
` [PATCH 4/6] MIPS: Octeon: qspinlock: Exclude mmiowb()
` [PATCH 5/6] MIPS: Provide {atomic_}xchg_relaxed()
` [PATCH 6/6] MIPS: cmpxchg: Use cmpxchg_local() for {cmp_}xchg_small()

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  8:17 UTC  (34+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[PATCH 2/3] kbuild: LD_VERSION redenomination
 2021-01-28  6:38 UTC  (2+ messages)

[PATCH] mips: cacheinfo: Remove unnecessary increment of level
 2021-01-27 21:05 UTC  (2+ messages)

[PATCH] MIPS: Fix inline asm input/output type mismatch in checksum.h used with Clang
 2021-01-27 21:07 UTC  (2+ messages)

[PATCH] MIPS: vpe: Remove vpe_getcwd
 2021-01-27 21:06 UTC  (2+ messages)

[PATCH] MIPS: asm: spram: remove unneeded semicolon
 2021-01-27 21:06 UTC  (2+ messages)

[PATCH v3 1/2] MIPS: loongson2ef: remove function __uncached_access()
 2021-01-27 21:07 UTC  (5+ messages)
` [PATCH v3 2/2] MIPS: mm:remove "

[PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
 2021-01-27 18:23 UTC  (2+ messages)

[PATCH] remoteproc: ingenic: Add module parameter 'auto_boot'
 2021-01-26 22:50 UTC  (2+ messages)

[PATCH RFC 0/4] Fix arm64 crash for accessing unmapped IO port regions (reboot)
 2021-01-26 17:56 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-27  0:04 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: dma: ingenic: Add compatible strings for JZ4760(B) SoCs
 2021-01-26 17:16 UTC  (4+ messages)
` [PATCH 2/2] dma: jz4780: Add support for the JZ4760(B)

[PATCH 0/9] n64: small cleanups
 2021-01-26  8:53 UTC  (12+ messages)
` [PATCH 1/9] n64: use pr_fmt to avoid duplicate string
` [PATCH 2/9] n64: move module info at the end
` [PATCH 3/9] n64: move module param at the top
` [PATCH 4/9] n64: use enums for reg
` [PATCH 5/9] n64: use sector SECTOR_SHIFT instead 512
` [PATCH 6/9] n64: remove curly brackets
` [PATCH 7/9] n64: cosmetics changes
` [PATCH 8/9] n64: cleanup n64cart_probe()
` [PATCH 9/9] n64: store dev instance into disk private data

[PATCH 2/3 v7] sound: Add n64 driver
 2021-01-25 11:25 UTC  (5+ messages)

[PATCH v2 0/4] MIPS: process: Some fixes and improvements about get_frame_info()
 2021-01-25 11:24 UTC  (2+ messages)

[PATCH v2 08/11] drm: Rename plane->state variables in atomic update and disable
 2021-01-26 13:24 UTC  (5+ messages)
` [PATCH v2 10/11] drm: Use state helper instead of the plane state pointer

[PATCH v2] MIPS: mm: remove function __uncached_access()
 2021-01-26 14:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update my e-mail address throughout
 2021-01-25 11:25 UTC  (2+ messages)

[PATCH bpf-next v2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
 2021-01-25 23:30 UTC  (2+ messages)

[PATCH v11] block: Add n64 cart driver
 2021-01-25 23:16 UTC  (2+ messages)

[PATCH v3 0/4] Fixes to bridge/panel and ingenic-drm
 2021-01-25 18:56 UTC  (6+ messages)
` [PATCH v3 4/4] drm/ingenic: Fix non-OSD mode


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox