linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 07:53:33 to 2022-03-03 19:18:15 UTC [more...]

[GIT PULL] MIPS fixes for v5.17
 2022-03-03 19:18 UTC  (2+ messages)

cleanup swiotlb initialization v4
 2022-03-03 19:06 UTC  (24+ messages)
` [PATCH 01/12] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/12] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/12] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/12] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/12] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/12] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/12] x86: remove the IOMMU table infrastructure
` [PATCH 08/12] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/12] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/12] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 12/12] x86: remove cruft from <asm/dma-mapping.h>

[PATCH v16 0/4] MIPS: JZ4780 and CI20 HDMI
 2022-03-03 17:59 UTC  (27+ messages)
` [PATCH v16 1/4] drm/bridge: dw-hdmi: introduce dw_hdmi_enable_poll()
      ` [Letux-kernel] "
` [PATCH v16 2/4] drm/ingenic: Add dw-hdmi driver specialization for jz4780
` [PATCH v16 3/4] drm/bridge: display-connector: add ddc-en gpio support
` [PATCH v16 4/4] drm/bridge: dw-hdmi: fix bus formats negotiation for 8 bit modes

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-03 15:28 UTC  (47+ messages)
` [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 05/30] arm64/mm: "
` [PATCH V3 06/30] sparc/mm: "
` [PATCH V3 07/30] mips/mm: "
` [PATCH V3 08/30] m68k/mm: "
` [PATCH V3 09/30] arm/mm: "
` [PATCH V3 10/30] x86/mm: "
` [PATCH V3 11/30] mm/mmap: Drop protection_map[]
` [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 15/30] riscv/mm: "
` [PATCH V3 16/30] alpha/mm: "
` [PATCH V3 17/30] sh/mm: "
` [PATCH V3 18/30] arc/mm: "
` [PATCH V3 19/30] csky/mm: "
` [PATCH V3 20/30] xtensa/mm: "
` [PATCH V3 21/30] parisc/mm: "
` [PATCH V3 22/30] openrisc/mm: "
` [PATCH V3 23/30] um/mm: "
` [PATCH V3 24/30] microblaze/mm: "
` [PATCH V3 25/30] nios2/mm: "
` [PATCH V3 26/30] hexagon/mm: "
` [PATCH V3 27/30] nds32/mm: "
` [PATCH V3 28/30] ia64/mm: "
` [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] firmware: tee_bnxt: remove redundant assignment to variable nbytes
 2022-03-03  9:15 UTC 

[PATCH] drm/ingenic: Use resource_size function on resource object
 2022-03-03  8:08 UTC 

[PATCH v4 0/4] MIPS: Modify mem= and memmap= parameter
 2022-03-02 12:50 UTC  (12+ messages)
` [PATCH v4 1/4] MIPS: Refactor early_parse_mem() to fix mem= parameter
` [PATCH v4 2/4] memblock: Introduce memblock_mem_range_remove_map()
` [PATCH v4 3/4] MIPS: Refactor early_parse_memmap() to fix memmap= parameter
` [PATCH v4 4/4] MIPS: Remove not used variable usermem

[PATCH v1 0/3] Ingenic DRM bridge_atomic_enable proposal
 2022-03-02 10:40 UTC  (6+ messages)
` [PATCH v1 1/3] drm/ingenic : add ingenic_drm_bridge_atomic_enable
` [PATCH v1 2/3] drm/panel: Add panel driver for NewVision NV3052C based LCDs
` [PATCH v1 3/3] drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable

[RFC PATCH 5/7] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-03-02  9:56 UTC  (2+ messages)
` [RFC PATCH 6/7] serial: General support for multipoint addresses

cleanup swiotlb initialization v2
 2022-03-02  9:22 UTC  (20+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH RFC v0] random: block in /dev/urandom
 2022-03-01 19:27 UTC  (3+ messages)
  `  "

[PATCH mips-fixes] MIPS: fix fortify panic when copying asm exception handlers
 2022-03-01 16:34 UTC  (2+ messages)

[PATCH] mips: Implement "current_stack_pointer"
 2022-03-01 16:30 UTC  (2+ messages)

[PATCH] mips: ralink: fix a refcount leak in ill_acc_of_setup()
 2022-03-01 16:29 UTC  (2+ messages)

[PATCH] MIPS: Remove TX39XX support
 2022-03-01  9:09 UTC 

[PATCH] MIPS: ralink: mt7621: use bitwise NOT instead of logical
 2022-03-01  9:10 UTC  (3+ messages)

[PATCH v3 0/4] MIPS: Modify mem= and memmap= parameter
 2022-02-28 17:36 UTC  (7+ messages)
` [PATCH v3 1/4] MIPS: Refactor early_parse_mem() to fix mem= parameter
` [PATCH v3 2/4] memblock: Introduce memblock_mem_range_remove_map()
` [PATCH v3 3/4] MIPS: Refactor early_parse_memmap() to fix memmap= parameter
` [PATCH v3 4/4] MIPS: Remove not used variable usermem

[PATCH v2 0/4] MIPS: Modify mem= and memmap= parameter
 2022-02-28 17:34 UTC  (7+ messages)
` [PATCH v2 1/4] MIPS: Refactor early_parse_mem() to fix mem= parameter
` [PATCH v2 2/4] memblock: Introduce memblock_mem_range_remove_map()
` [PATCH v2 3/4] MIPS: Refactor early_parse_memmap() to fix memmap= parameter
` [PATCH v2 4/4] MIPS: Remove not used variable usermem

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-28 12:51 UTC  (27+ messages)
` [PATCH V7 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V7 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V7 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V7 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V7 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V7 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V7 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V7 08/20] riscv: Fixup difference with defconfig
` [PATCH V7 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V7 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V7 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V7 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V7 14/20] riscv: compat: Add elf.h implementation
` [PATCH V7 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V7 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V7 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V7 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V7 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V7 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v15 0/7] MIPS: JZ4780 and CI20 HDMI
 2022-02-26 17:12 UTC  (4+ messages)
` [PATCH v15 4/7] drm/bridge: dw-hdmi: repair interworking with hdmi-connector for jz4780

[PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-25 16:07 UTC  (6+ messages)
` [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (8+ messages)

[PATCH] nvmem: brcm_nvram: parse NVRAM content into NVMEM cells
 2022-02-25 10:42 UTC  (3+ messages)
` [PATCH V2] "

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 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).