linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-22 21:02:51 to 2023-06-29 14:59:21 UTC [more...]

[PATCH] MIPS: KVM: Fix NULL pointer dereference
 2023-06-29 14:58 UTC  (9+ messages)

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-06-29 14:42 UTC  (23+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
` [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>

[PATCH 3/8] pwm: jz4740: Put per-channel clk into driver data
 2023-06-29 14:07 UTC 

[PATCH 0/8] pwm: Get rid of pwm_[sg]et_chip_data()
 2023-06-29  9:48 UTC  (2+ messages)
` [PATCH 3/8] pwm: jz4740: Put per-channel clk into driver data

Słowa kluczowe do wypozycjonowania
 2023-06-29  7:30 UTC 

[PATCH] irq-bcm6345-l1: do not assume a fixed block to cpu mapping
 2023-06-29  7:26 UTC 

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-06-28 23:43 UTC  (2+ messages)

[PATCH v6 00/33] Split ptdesc from struct page
 2023-06-28 18:51 UTC  (43+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH V2] MIPS: Loongson: Fix build error when make modules_install
 2023-06-28 15:22 UTC  (2+ messages)

[PATCH v3 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-28 13:30 UTC  (18+ messages)
` [PATCH v3 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v3 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v3 03/13] arm/kexec: "
` [PATCH v3 04/13] ia64/kexec: "
` [PATCH v3 05/13] arm64/kexec: "
` [PATCH v3 06/13] loongarch/kexec: "
` [PATCH v3 07/13] m68k/kexec: "
` [PATCH v3 08/13] mips/kexec: "
` [PATCH v3 09/13] parisc/kexec: "
` [PATCH v3 10/13] powerpc/kexec: "
` [PATCH v3 11/13] riscv/kexec: "
` [PATCH v3 12/13] s390/kexec: "
` [PATCH v3 13/13] sh/kexec: "

[GIT PULL] MIPS changes for v6.5
 2023-06-28 12:02 UTC 

[PATCH V2] MIPS: KVM: Fix NULL pointer dereference
 2023-06-28 11:08 UTC 

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-06-28 10:26 UTC  (3+ messages)
` [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers

[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
 2023-06-28 10:01 UTC  (6+ messages)
` [v3,17/19] "

[PATCH] MIPS: Loongson: Fix build error when make modules_install
 2023-06-28  7:36 UTC  (5+ messages)

[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
 2023-06-28  3:38 UTC  (19+ messages)
` [patch 03/17] ARM: cpu: Switch to arch_cpu_finalize_init()
` [patch 04/17] ia64/cpu: "
` [patch 05/17] loongarch/cpu: "
` [patch 07/17] mips/cpu: "
` [patch 08/17] sh/cpu: "
` [patch 09/17] sparc/cpu: "
` [patch 10/17] um/cpu: "
` [patch 11/17] init: Remove check_bugs() leftovers

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27 21:57 UTC  (22+ messages)
` [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v5 27/33] openrisc: "
` [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v5 29/33] sh: Convert pte_free_tlb() "
` [PATCH v5 30/33] sparc64: Convert various functions "
` [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
 2023-06-27 18:58 UTC  (8+ messages)

[PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
 2023-06-27 17:24 UTC  (14+ messages)
` [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v3 2/7] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v3 3/7] swiotlb: separate memory pool data from other allocator data
` [PATCH v3 4/7] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v3 5/7] swiotlb: determine potential physical address limit
` [PATCH v3 6/7] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v3 7/7] swiotlb: search the software IO TLB only if a device makes use of it

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-06-27 16:52 UTC  (5+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH 00/11] Cleanup Octeon DWC3 glue code
 2023-06-26 23:17 UTC  (9+ messages)
` [PATCH 08/11] usb: dwc3: Move Octeon glue code from arch/mips

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-26 17:48 UTC  (15+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH] drm: gem: add an option for supporting the dma-coherent hardware
 2023-06-26 13:19 UTC  (10+ messages)

[PATCH] MIPS: Loongson: Fix cpu_probe_loongson() again
 2023-06-26  7:50 UTC 

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-26  7:19 UTC  (7+ messages)
` [PATCH V5 4/5] MIPS: Loongson64: DTS: Add RTC support to LS7A PCH
` [PATCH V5 5/5] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000
` (subset) [PATCH V5 0/5] Add rtc driver for the Loongson family chips

[PATCH] MIPS: DTS: CI20: Raise VDDCORE voltage to 1.125 volts
 2023-06-23 20:21 UTC  (6+ messages)

[PATCH][next] MIPS: dec: prom: Address -Warray-bounds warning
 2023-06-23 14:14 UTC  (4+ messages)

[PATCH 1/2] mips: provide unxlate_dev_mem_ptr() in asm/io.h
 2023-06-23 13:16 UTC  (4+ messages)

[PATCH] clk: ralink: mtmips: Fix uninitialized use of ret in mtmips_register_{fixed,factor}_clocks()
 2023-06-23 13:09 UTC  (4+ messages)

[PATCH] mips: ralink: match all supported system controller compatible strings
 2023-06-23 13:08 UTC  (3+ messages)

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-22 21:52 UTC  (8+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support


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