Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 22:33:32 to 2021-06-22 16:55:31 UTC [more...]

[PATCH 08/15] drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default
 2021-06-22 16:55 UTC 

[PATCH v2 0/3] Misc Ingenic patches
 2021-06-22 15:55 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: X1830: Respect cell count of common properties
` [PATCH v2 2/3] MIPS: Ingenic: Add MAC syscon nodes for Ingenic SoCs
` [PATCH v2 3/3] MIPS: CI20: Add second percpu timer for SMP

[PATCH v2 0/6] clk: Ingenic JZ4760(B) support
 2021-06-22 14:48 UTC  (2+ messages)

[PATCH 0/4] Misc Ingenic patches
 2021-06-22 14:41 UTC  (13+ messages)
` [PATCH 1/4] MIPS: X1830: Respect cell count of common properties
` [PATCH 2/4] MIPS: Ingenic: Add MAC syscon nodes for Ingenic SoCs
` [PATCH 3/4] MIPS: GCW0: Adjust pinctrl related code in device tree
` [PATCH 4/4] MIPS: CI20: Reduce MSC0 frequency and add second percpu timer for SMP

[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
 2021-06-22 10:44 UTC  (2+ messages)

[PATCH 1/4] stmmac: pci: Add dwmac support for Loongson
 2021-06-22  2:10 UTC  (7+ messages)
` [PATCH 2/4] MIPS: Loongson64: Add GMAC support for Loongson-2K1000
` [PATCH 3/4] MIPS: Loongson64: DTS: Add GMAC support for LS7A PCH
` [PATCH 4/4] dt-bindings: dwmac: Add bindings for new Loongson SoC and bridge chip

[to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch removed from -mm tree
 2021-06-21 23:38 UTC  (2+ messages)

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (16+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH] MIPS: tools: fix build on macOS
 2021-06-21 14:59 UTC  (2+ messages)

[PATCH 0/7] check Makefile and Kconfigs for SPDX tag
 2021-06-21  9:46 UTC  (3+ messages)
` [PATCH 4/7] MIPS: Loongson64: fix spelling of "

[PATCH] mips/kvm: Use BUG_ON instead of if condition followed by BUG
 2021-06-21  9:53 UTC  (2+ messages)

[PATCH -next] MIPS: OCTEON: octeon-usb: Use devm_platform_get_and_ioremap_resource()
 2021-06-21  9:44 UTC  (2+ messages)

[PATCH V2]: MIPS: add PMD table accounting into
 2021-06-21  9:46 UTC  (3+ messages)
` [PATCH] MIPS: add PMD table accounting into MIPS'pmd_alloc_one

[PATCH v3 0/6] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2021-06-20 22:15 UTC  (3+ messages)
` [PATCH v3 1/6] "

Help with SLT insn under MIPS R6
 2021-06-20 10:22 UTC  (2+ messages)

Mutual Beneficial Proposal
 2021-06-19 22:17 UTC 

[PATCH v2 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-06-18 21:08 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mt7621-pci: PCIe binding documentation for MT7621 SoCs

switch the block layer to use kmap_local_page v2
 2021-06-18 18:12 UTC  (25+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
  ` [dm-devel] "
` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 17:57 UTC  (24+ messages)
` [PATCH v11 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v11 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v11 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v11 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v11 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v11 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH bpf v2] bpf: fix libelf endian handling in resolv_btfids
 2021-06-18 15:10 UTC  (2+ messages)

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (29+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-17  9:56 UTC  (6+ messages)

[to-be-updated] mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

[PATCH v9 0/5] KVM statistics data fd-based binary interface
 2021-06-16 21:35 UTC  (20+ messages)
` [PATCH v9 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v9 3/5] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM "

Add SMP/SMT support for sysost driver
 2021-06-16 14:57 UTC  (10+ messages)
` [PATCH v2 1/2] clocksource: Ingenic: Rename unreasonable array names
` [PATCH v2 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver

[PATCH 1/4] KVM: stats: Make sure no missing or mismatched binary stats definition
 2021-06-16 12:55 UTC  (2+ messages)

Kernel Oops in test_verifier "#828/p reference tracking: bpf_sk_release(btf_tcp_sock)"
 2021-06-16  6:13 UTC  (8+ messages)

+ mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

[PATCH v5 0/8] tee: Improve support for kexec and kdump
 2021-06-15 14:15 UTC  (16+ messages)
` [PATCH v5 1/8] optee: Fix memory leak when failing to register shm pages
` [PATCH v5 2/8] optee: Refuse to load the driver under the kdump kernel
` [PATCH v5 3/8] optee: fix tee out of memory failure seen during kexec reboot
` [PATCH v5 4/8] optee: Clear stale cache entries during initialization
` [PATCH v5 5/8] tee: add tee_shm_alloc_kernel_buf()
` [PATCH v5 6/8] tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
` [PATCH v5 7/8] tpm_ftpm_tee: Free and unregister TEE shared memory during kexec
` [PATCH v5 8/8] firmware: tee_bnxt: Release TEE shm, session, and context "

[PATCH v2 0/3] staging: mt7621-pci: define ralink PCI_IOBASE to avoid manually ranges parsing
 2021-06-15 13:24 UTC  (7+ messages)
` [PATCH v2 1/3] MIPS: ralink: Define PCI_IOBASE

[PATCH 0/5] serial, Malta: Fixes to magic multipliers for SMSC Super I/O UARTs
 2021-06-15 13:19 UTC  (3+ messages)
` [PATCH 4/5] serial: core, 8250: Add a hook for extra port property reporting

[PATCH v4 0/8] tee: Improve support for kexec and kdump
 2021-06-15 13:04 UTC  (3+ messages)
` [PATCH v4 7/8] tpm_ftpm_tee: Free and unregister TEE shared memory during kexec

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[PATCH] USB: DWC2: Add VBUS overcurrent detection control
 2021-06-15 10:06 UTC  (8+ messages)

switch the block layer to use kmap_local_page
 2021-06-15  5:02 UTC  (6+ messages)
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec


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 read-only IMAP folder(s) and NNTP newsgroup(s).