linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 19:01:39 to 2020-09-21 23:51:17 UTC [more...]

let import_iovec deal with compat_iovecs as well
 2020-09-21 23:51 UTC  (58+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case 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] 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  (5+ 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] MIPS: malta: remove unused header file
 2020-09-21 20:30 UTC  (2+ messages)

[PATCH V7 1/3] MIPS: context switch: Use save/restore instead of set/clear for Status.CU2
 2020-09-21 20:24 UTC  (5+ messages)
` [PATCH V7 2/3] MIPS: Loongson-3: Enable COP2 usage in kernel
` [PATCH V7 3/3] MIPS: Loongson-3: Calculate ra properly when unwinding the stack

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

Repair Ingenic SoCs L2 cache capacity detection
 2020-09-21 20:13 UTC  (4+ 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 0/1] Add CPU nodes for Ingenic SoCs
 2020-09-21 20:25 UTC  (4+ messages)
` [PATCH 1/1] MIPS: Ingenic: "

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

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-21 19:58 UTC  (36+ messages)
` [patch RFC 01/15] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch RFC 02/15] highmem: Provide generic variant of kmap_atomic*
` [patch RFC 03/15] x86/mm/highmem: Use generic kmap atomic implementation
` [patch RFC 04/15] arc/mm/highmem: "
` [patch RFC 05/15] ARM: highmem: Switch to generic kmap atomic
` [patch RFC 06/15] csky/mm/highmem: "
` [patch RFC 07/15] microblaze/mm/highmem: "
` [patch RFC 08/15] mips/mm/highmem: "
` [patch RFC 09/15] nds32/mm/highmem: "
` [patch RFC 10/15] powerpc/mm/highmem: "
` [patch RFC 11/15] sparc/mm/highmem: "
` [patch RFC 12/15] xtensa/mm/highmem: "
` [patch RFC 13/15] mm/highmem: Remove the old kmap_atomic cruft
` [patch RFC 14/15] sched: highmem: Store temporary kmaps in task struct
` [patch RFC 15/15] mm/highmem: Provide kmap_temporary*

let import_iovec deal with compat_iovecs as well v2
 2020-09-21 16:27 UTC  (25+ 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 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH 0/2] Repair X1000E SoC L2 cache capacity detection
 2020-09-21 12:31 UTC  (4+ messages)
` [PATCH 1/2] MIPS: X1000E: Add X1000E system type
` [PATCH 2/2] MIPS: Ingenic: Fix bugs when detecting X1000E's L2 cache

[PATCH] MIPS: Loongson64: Fix cmdline parsing "mem=" and "memmap="
 2020-09-21 11:56 UTC 

[PATCH] MIPS: kernel: include probes-common.h header in branch.c
 2020-09-21 11:07 UTC 

[PATCH v2 0/4] selftests/seccomp: Refactor change_syscall()
 2020-09-21  7:54 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/seccomp: Record syscall during ptrace entry
` [PATCH v2 2/4] selftests/seccomp: Allow syscall nr and ret value to be set separately
` [PATCH v2 3/4] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH v2 4/4] selftests/clone3: Avoid OS-defined clone_args

a saner API for allocating DMA addressable pages v3
 2020-09-21  6:36 UTC  (2+ messages)

[PATCH v3] mtd: physmap: Add Baikal-T1 physically mapped ROM support
 2020-09-20 11:14 UTC 

[PATCH] clk: baikal-t1: Mark Ethernet PLL as critical
 2020-09-20 11:03 UTC 

[PATCH 0/3] hwmon: bt1-pvt: Fix PVT sensor being unpowered
 2020-09-20 11:09 UTC  (4+ messages)
` [PATCH 1/3] hwmon: bt1-pvt: Test sensor power supply on probe
` [PATCH 2/3] hwmon: bt1-pvt: Cache current update timeout
` [PATCH 3/3] hwmon: bt1-pvt: Wait for the completion with timeout

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-20 11:00 UTC  (3+ messages)
` [PATCH 1/2] mips: Add strong UC ordering config
` [PATCH 2/2] mips: Introduce MIPS CM2 GCR Control register accessors

[PATCH] KVM: MIPS: Change the definition of kvm type
 2020-09-19 15:36 UTC  (4+ messages)

[PATCH] MIPS: make userspace mapping young by default
 2020-09-19  7:39 UTC 

[PATCH V3] MIPS: make userspace mapping young by default
 2020-09-19  7:47 UTC 

[PATCH] MIPS: Loongson64: Add kexec/kdump support
 2020-09-19  3:59 UTC  (10+ messages)

[PATCH -next v2] mips: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  2:51 UTC 

[PATCH] Documentation: kernel-parameters: fix formatting of MIPS "machtype"
 2020-09-19  0:52 UTC 

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-18 22:00 UTC  (7+ messages)
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args

[PATCH v2] MIPS: make userspace mapping young by default
 2020-09-18 14:13 UTC  (2+ messages)

[PATCH v3 00/15] MIPS: Convert Ingenic to a generic board v3
 2020-09-18 14:40 UTC  (2+ messages)

[PATCH V2 1/2] MIPS: Loongson64: Increase NR_IRQS to 320
 2020-09-18 13:51 UTC  (2+ messages)

[PATCH] MIPS: netlogic: Remove unused code
 2020-09-18 13:51 UTC  (2+ messages)

[PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler
 2020-09-18 13:50 UTC  (2+ messages)

[PATCH -next] MIPS: OCTEON: use devm_platform_ioremap_resource
 2020-09-18 13:48 UTC  (2+ messages)

[PATCH -next] MIPS: pci: use devm_platform_ioremap_resource_byname
 2020-09-18 13:56 UTC  (2+ messages)

[PATCH] MIPS: Correct the header guard of r4k-timer.h
 2020-09-18 13:55 UTC  (2+ messages)

[PATCH v13 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-18  6:57 UTC  (3+ messages)
  ` [PATCH v13 2/2] "

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (3+ messages)

[GIT PULL] MIPS fixes for v5.9
 2020-09-17 19:01 UTC  (2+ messages)


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