linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 06:28:59 to 2020-09-18 12:47:14 UTC [more...]

let import_iovec deal with compat_iovecs as well
 2020-09-18 12:45 UTC  (9+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [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 v13 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-18  6:57 UTC  (4+ messages)
` [PATCH v13 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
  ` [PATCH v13 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH] MIPS: Loongson64: Add kexec/kdump support
 2020-09-18  6:20 UTC  (9+ messages)

[PATCH] MIPS: Correct the header guard of r4k-timer.h
 2020-09-18  1:41 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (15+ messages)
` [Intel-gfx] "
` [oss-drivers] "

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

[PATCH] MIPS: Increase range of CONFIG_FORCE_MAX_ZONEORDER
 2020-09-17 13:35 UTC 

[PATCH] MIPS: SNI: Fix spurious interrupts
 2020-09-17 13:55 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Add UART node for LS7A PCH
 2020-09-17 12:39 UTC 

[PATCH] MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT
 2020-09-17  9:41 UTC  (2+ messages)

[PATCH -next] MIPS: pci: use devm_platform_ioremap_resource_byname
 2020-09-17  7:46 UTC 

[PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-16 21:59 UTC  (5+ messages)

[RFC PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-16 17:30 UTC  (3+ messages)

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

[PATCH -next] MIPS: OCTEON: use devm_platform_ioremap_resource
 2020-09-16  6:21 UTC 

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-15 16:25 UTC  (37+ messages)
` [PATCH 01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case
` [PATCH 02/15] selftests/seccomp: Provide generic syscall setting macro
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 04/15] selftests/seccomp: arm: "
` [PATCH 05/15] selftests/seccomp: arm64: "
` [PATCH 06/15] selftests/seccomp: mips: Remove O32-specific macro
` [PATCH 07/15] selftests/seccomp: Remove syscall setting #ifdefs
` [PATCH 08/15] selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG
` [PATCH 09/15] selftests/seccomp: Convert REGSET calls "
` [PATCH 10/15] selftests/seccomp: Avoid redundant register flushes
` [PATCH 11/15] selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET
` [PATCH 12/15] selftests/seccomp: powerpc: Fix seccomp return value testing
` [PATCH 13/15] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args
` [PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod

a saner API for allocating DMA addressable pages v2
 2020-09-15 14:10 UTC  (27+ messages)
` [PATCH 01/17] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/17] mm: turn alloc_pages into an inline function
` [PATCH 03/17] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/17] drm/nouveau/gk20a: "
` [PATCH 05/17] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/17] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/17] 53c700: improve non-coherent DMA handling
` [PATCH 08/17] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/17] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/17] hal2: "
` [PATCH 11/17] sgiseeq: "
` [PATCH 12/17] 53c700: "
` [PATCH 13/17] dma-mapping: remove dma_cache_sync
` [PATCH 14/17] dma-mapping: add a new dma_alloc_pages API
` [PATCH 15/17] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 16/17] dma-iommu: implement ->alloc_noncoherent
` [PATCH 17/17] firewire-ohci: use dma_alloc_pages

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [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 16/18] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

[RESEND PATCH v1] MIPS: uasm: false warning on use of uasm_i_lui()
 2020-09-14 17:02 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 22/22] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:04 UTC 

[PATCH AUTOSEL 5.8 29/29] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:03 UTC 

[PATCH AUTOSEL 4.19 19/19] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:05 UTC 

[PATCH AUTOSEL 4.14 15/15] KVM: MIPS: Change the definition of kvm type
 2020-09-14 13:05 UTC 

[PATCH] MIPS: Remove unused BOOT_MEM_INIT_RAM
 2020-09-14 11:08 UTC  (4+ messages)

[PATCH -next] irqchip/ti-sci-intr: Fix unsigned comparison to zero
 2020-09-13 15:20 UTC 

[PATCH -next] irqchip/ti-sci-inta: Fix unsigned comparison to zero
 2020-09-13 15:20 UTC 

[PATCH V2 1/2] MIPS: Loongson64: Increase NR_IRQS to 320
 2020-09-13 15:20 UTC  (3+ messages)
` [PATCH V2 2/2] irqchip/loongson-htvec: Fix initial interrupts clearing

[PATCH] MIPS: remove the obsolete RM7000 extended interrupts handler
 2020-09-12 14:23 UTC 

[PATCH 1/3] MIPS: DTS: img: marduk: Add SPI NAND flash
 2020-09-12  6:46 UTC  (3+ messages)
` [PATCH 3/3] MIPS: DTS: img: marduk: Add NXP SC16IS752IPW

Introduce SMP support for CI20 (based on JZ4780) v8
 2020-09-12  6:17 UTC  (4+ messages)
` [PATCH v8 5/6] MIPS: Ingenic: Add 'cpus' node for Ingenic SoCs

[PATCH] MIPS: netlogic: Remove unused code
 2020-09-12  1:54 UTC 

[PATCH] KVM: MIPS: Change the definition of kvm type
 2020-09-11 17:22 UTC  (6+ messages)

[PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry
 2020-09-11 15:38 UTC  (2+ messages)

[PATCH 1/3] MIPS: Loongson64: Increase NR_IRQS to 320
 2020-09-11 10:12 UTC  (18+ messages)
` [PATCH 3/3] irqchip/loongson-pch-pic: Reserve legacy LPC irqs

dma-mapping cleanups
 2020-09-11  7:17 UTC  (24+ messages)
` [PATCH 04/12] dma-mapping: fix DMA_OPS dependencies
` [PATCH 06/12] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 07/12] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 08/12] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 09/12] dma-direct: remove __dma_to_phys
` [PATCH 10/12] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 11/12] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 12/12] dma-mapping: move the dma_declare_coherent_memory documentation
  ` [PATCH 03/12] MIPS/jazzdma: decouple from dma-direct

[RESEND PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-11  6:48 UTC  (4+ messages)
` [RESEND PATCH v12 2/2] "

[PATCH] MIPS: Make setup_elfcorehdr and setup_elfcorehdr_size static
 2020-09-11  2:01 UTC 

Undust unknown hardware / Algo P-6064
 2020-09-10 10:07 UTC 


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