linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 14:35:10 to 2020-09-25 04:53:14 UTC [more...]

let import_iovec deal with compat_iovecs as well v4
 2020-09-25  4:51 UTC  (9+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

a saner API for allocating DMA addressable pages v3
 2020-09-25  4:21 UTC  (20+ messages)
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-25  3:54 UTC  (3+ messages)
` [PATCH 1/2] mips: Add strong UC ordering config

[PATCH 1/3] mips/mm: Add NUMA balancing support
 2020-09-25  1:16 UTC  (2+ messages)

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2020-09-24 23:39 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (31+ messages)
` [patch RFC 06/15] csky/mm/highmem: Switch to generic kmap atomic

[PATCH] Documentation: kernel-parameters: fix formatting of MIPS "machtype"
 2020-09-24 16:39 UTC  (2+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (3+ messages)

mips: allmodconfig build failed on linux next
 2020-09-24 14:47 UTC 

[PATCH V7 1/3] MIPS: context switch: Use save/restore instead of set/clear for Status.CU2
 2020-09-24 13:53 UTC  (6+ messages)
` [PATCH V7 2/3] MIPS: Loongson-3: Enable COP2 usage in kernel

[PATCH] MIPS: BCM47XX: Remove the needless check with the 1074K
 2020-09-24 13:55 UTC  (3+ messages)

[PATCH 4.19 66/81] MIPS: Disable Loongson MMI instructions for kernel build
 2020-09-24 13:54 UTC  (5+ messages)

[PATCH] MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()
 2020-09-24 13:55 UTC  (2+ messages)

[PATCH] MIPS: Loongson2ef: Disable Loongson MMI instructions
 2020-09-24 13:51 UTC  (2+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 13:50 UTC 

[RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
 2020-09-24 12:34 UTC  (6+ messages)
` [RFC PATCH 1/3] KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged
` [RFC PATCH 2/3] KVM: Add infrastructure and macro to mark VM "
` [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM

[PATCH V2 1/3] MIPS: Crash kernel should be able to see old memories
 2020-09-24 10:07 UTC  (3+ messages)
` [PATCH V2 2/3] MIPS: Reserve extra memory for crash dump
` [PATCH V2 3/3] MIPS: Loongson64: Add kexec/kdump support

[PATCH -next] MIPS: OCTEON: fix error - use 'ret' after remove it
 2020-09-24  8:20 UTC  (3+ messages)

[PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoC
 2020-09-24  8:48 UTC 

[PATCH v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-24  8:42 UTC  (2+ messages)
` [PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "

[PATCH] KVM: Enable hardware before doing arch VM initialization
 2020-09-24  7:45 UTC  (5+ messages)

[PATCH 0/4] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2020-09-24  7:32 UTC  (9+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] dt-bindings: rtc: Add bindings for LS2X RTC
` [PATCH 3/4] MIPS: Loongson64: DTS: Add RTC support to LS7A
` [PATCH 4/4] MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig

[PATCH 1/3] MIPS: Crash kernel should be able to see old memories
 2020-09-24  2:15 UTC  (14+ messages)
` [PATCH 2/3] MIPS: Reserve extra memory for crash dump
` [PATCH 3/3] MIPS: Loongson64: Add kexec/kdump support

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (14+ messages)

[PATCH] perf annotate mips: Add perf arch instructions annotate handlers
 2020-09-23 13:11 UTC  (2+ messages)

[PATCH] MIPS: Convert cpuinfo options field to bitops based
 2020-09-23 11:03 UTC 

[PATCH] MIPS: cevt-r4k: Enable intimer for Loongson64 CPUs with extimer
 2020-09-23 11:02 UTC 

[PATCH] MIPS: irq: Add missing prototypes for init_IRQ()
 2020-09-23  3:26 UTC 

[PATCH] MIPS: Increase range of CONFIG_FORCE_MAX_ZONEORDER
 2020-09-22 17:11 UTC  (3+ messages)

[PATCH] MIPS: Loongson-3: Fix fp register access if MSA enabled
 2020-09-22 11:26 UTC  (5+ messages)

[PATCH] MIPS: malta: remove unused header file
 2020-09-22  7:49 UTC  (3+ messages)

[PATCH] MIPS: idle: Add prototype for function check_wait
 2020-09-22  6:54 UTC 

[PATCH v3] mtd: parsers: bcm63xx: simplify CFE detection
 2020-09-22  3:26 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v3 0/3] Repair Ingenic SoCs L2 cache capacity detection
 2020-09-22  1:24 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: MIPS: Add X2000E based CU2000-Neo
` [PATCH v3 2/3] MIPS: Ingenic: Add system type for new Ingenic SoCs
` [PATCH v3 3/3] MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E

Repair Ingenic SoCs L2 cache capacity detection
 2020-09-22  0:59 UTC  (5+ messages)
` [PATCH v2 1/2] MIPS: Ingenic: Add system type for new Ingenic SoCs
` [PATCH v2 2/2] MIPS: Ingenic: Fix bugs when detecting L2 cache of JZ4775 and X1000E

[PATCH] MIPS: malta: remove mach-malta/malta-dtshim.h header file
 2020-09-21 20:31 UTC  (2+ messages)

[PATCH] MIPS: kexec: Add crashkernel=YM handling
 2020-09-21 20:41 UTC  (2+ messages)

[PATCH 1/2] MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1300
 2020-09-21 20:30 UTC  (4+ messages)
` [PATCH 2/2] MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1000

[PATCH] MIPS: SGI-IP30: Move irq bits to better header files
 2020-09-21 20:29 UTC  (2+ messages)

[PATCH v2] MIPS: kernel: include probes-common.h header in branch.c
 2020-09-21 20:23 UTC  (2+ messages)

[PATCH] MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static
 2020-09-21 20:26 UTC  (2+ messages)

[PATCH 0/1] Add CPU nodes for Ingenic SoCs
 2020-09-21 20:25 UTC  (3+ messages)
` [PATCH 1/1] MIPS: Ingenic: "

[PATCH] MIPS: Loongson64: Add UART node for LS7A PCH
 2020-09-21 20:25 UTC  (2+ messages)

let import_iovec deal with compat_iovecs as well
 2020-09-21 16:31 UTC  (14+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (23+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov


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