messages from 2022-02-16 22:03:09 to 2022-02-24 10:36:08 UTC [more...]
cleanup swiotlb initialization
2022-02-24 10:36 UTC (19+ 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 V6 00/20] riscv: compat: Add COMPAT mode support for rv64
2022-02-24 10:30 UTC (25+ 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
Ruch z pierwszej pozycji w Google
2022-02-24 9:05 UTC
[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
2022-02-24 8:45 UTC (63+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 16/18] sh: remove CONFIG_SET_FS support
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users
[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 (25+ 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 4/4] MAINTAINERS: add maintainers for DRM LSDC driver
` [PATCH v10 3/4] drm/lsdc: add drm driver for loongson display controller
[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 (7+ 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)
[PATCH v15 0/7] MIPS: JZ4780 and CI20 HDMI
2022-02-21 8:11 UTC (3+ messages)
` [PATCH v15 4/7] drm/bridge: dw-hdmi: repair interworking with hdmi-connector for jz4780
question on mips/kernel/setup.c
2022-02-21 6:06 UTC (2+ messages)
[PATCH v8 0/3] drm/lsdc: add drm driver for loongson display controller
2022-02-21 1:35 UTC (8+ messages)
` [PATCH v8 2/3] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v8 3/3] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v3 1/1] clk: jz4725b: fix mmc0 clock gating
2022-02-18 1:04 UTC (4+ messages)
` [PATCH v4 0/1] "
` [PATCH v4 1/1] "
[PATCH v4 0/5] clk drivers: Terminate clk_div_table with sentinel element
2022-02-18 0:09 UTC (6+ messages)
` [PATCH v4 1/5] clk: actions: "
` [PATCH v4 2/5] clk: loongson1: "
` [PATCH v4 3/5] clk: hisilicon: "
` [PATCH v4 4/5] clk: clps711x: "
` [PATCH v4 5/5] clk: actions: Make sentinel elements more obvious
[PATCH] MIPS: remove asm/war.h
2022-02-17 20:47 UTC (3+ messages)
[PATCH v9 1/4] drm/lsdc: add drm driver for loongson display controller
2022-02-17 19:46 UTC (3+ messages)
[PATCH v9 0/4] drm/lsdc: add drm driver for loongson display controller
2022-02-17 16:39 UTC (7+ messages)
` [PATCH v9 2/4] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v9 3/4] Documentation/dt: Add descriptions for loongson display controller
` [PATCH v9 4/4] MAINTAINERS: add maintainers for DRM LSDC driver
[PATCH v6 0/3] drm/lsdc: add drm driver for loongson display controller
2022-02-17 8:38 UTC (5+ messages)
` [PATCH v6 2/3] dt-bindings: ls2k1000: add the display controller device node
[PATCH] MIPS: ralink: mt7621: do memory detection on KSEG1
2022-02-17 7:58 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).