linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-21 11:16:44 to 2022-02-28 10:49:03 UTC [more...]

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-28 10:47 UTC  (2+ messages)
` [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage

[PATCH] mips: ralink: fix a refcount leak in ill_acc_of_setup()
 2022-02-28  7:35 UTC 

[PATCH v2 0/4] MIPS: Modify mem= and memmap= parameter
 2022-02-28  6:50 UTC  (6+ 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  6:40 UTC  (22+ 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

cleanup swiotlb initialization v2
 2022-02-28  2:53 UTC  (14+ 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 v16 0/4] MIPS: JZ4780 and CI20 HDMI
 2022-02-26 17:13 UTC  (5+ messages)
` [PATCH v16 1/4] drm/bridge: dw-hdmi: introduce dw_hdmi_enable_poll()
` [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 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  (30+ messages)
` [PATCH V6 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V6 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V6 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V6 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V6 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V6 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V6 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V6 08/20] riscv: Fixup difference with defconfig
` [PATCH V6 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V6 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V6 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V6 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V6 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V6 14/20] riscv: compat: Add elf.h implementation
` [PATCH V6 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V6 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V6 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V6 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V6 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (26+ 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] 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 

[next] mips-mt.c:233:19: error: conflicting types for 'mt_init'
 2022-02-25  7:09 UTC 

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-25  4:33 UTC  (23+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH] MIPS: Refactor early_parse_mem() to fix mem= parameter
 2022-02-25  2:08 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-02-24 23:41 UTC  (2+ messages)
` [PATCH v2 2/2] mips: dts: ingenic: x1000: Add PWM device tree node

[PATCH 1/2] dt-bindings: timer: Add PWM compatible for X1000 SoC
 2022-02-24 15:25 UTC  (5+ messages)
` [PATCH 2/2] pwm: jz4740: Add support "

[PATCH v3 1/3] mips: dts: ingenic: x1000: Add TCU clock to tcu device node
 2022-02-24 15:03 UTC  (3+ messages)
` [PATCH v3 2/3] mips: dts: ingenic: x1830: "
` [PATCH v3 3/3] clk: ingenic-tcu: Fix missing TCU clock for X1000 SoC

[PATCH v2] pinctrl: ingenic: Fix regmap on X series SoCs
 2022-02-24 14:58 UTC 

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[PATCH] mips: Implement "current_stack_pointer"
 2022-02-24  6:04 UTC 

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-24  1:36 UTC  (9+ messages)
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation

[PATCH] MIPS: Modernize READ_IMPLIES_EXEC
 2022-02-23 15:03 UTC  (3+ messages)

[PATCH v10 0/4] drm/lsdc: add drm driver for loongson display controller
 2022-02-23 15:45 UTC  (20+ messages)
` [PATCH v10 1/4] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v10 2/4] Documentation/dt: Add descriptions for loongson display controller
    `  "
  ` [PATCH v10 3/4] drm/lsdc: add drm driver "

[PATCH] MIPS: Remove TX39XX support
 2022-02-23 13:08 UTC  (3+ messages)

[PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
 2022-02-23  9:55 UTC  (3+ messages)

[PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
 2022-02-23  9:21 UTC  (3+ messages)

[PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
 2022-02-23  8:54 UTC  (3+ messages)

[PATCH net-next v3 2/3] net: dev: Makes sure netif_rx() can be invoked in any context
 2022-02-23  7:56 UTC  (3+ messages)

[PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH mips-fixes] MIPS: fix fortify panic when copying asm exception handlers
 2022-02-23  1:30 UTC 

linux-5.17-rc5/arch/mips/cavium-octeon/executive/octeon-model.c bug report
 2022-02-22 21:44 UTC 

[PATCH] MIPS: Handle address errors for accesses above CPU max virtual user address
 2022-02-22 21:42 UTC  (4+ messages)

[PATCH 0/3] MIPS: Constify static irq_domain_ops structs
 2022-02-22  8:47 UTC  (2+ messages)

[PATCH] mips: setup: fix setnocoherentio() boolean setting
 2022-02-22  8:43 UTC  (3+ messages)

[PATCH] MIPS: sibyte: Add missing __user annotations in sb_tbprof.c
 2022-02-22  8:46 UTC  (2+ messages)

[PATCH v2] MIPS: remove asm/war.h
 2022-02-22  8:46 UTC  (2+ messages)

[RFC PATCH 0/3] MIPS: Chaos of barrier misuses
 2022-02-21 16:43 UTC  (7+ messages)
` [RFC PATCH 1/3] MIPS: Loongson64: Clearify IO barriers
` [RFC PATCH 2/3] MIPS: io.h use barrier terminology from asm-generic
` [RFC PATCH 3/3] MIPS: io.h: Remove barriers before MMIO accessors for CPU without WB

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-02-21 14:42 UTC  (3+ messages)
` [PATCH v6 16/21] mips: Use do_kernel_power_off()

[PATCH V2 07/30] mips/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-21  9:55 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).