Linux-sh Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-19 07:11:35 to 2023-05-15 13:52:40 UTC [more...]

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 13:52 UTC  (5+ messages)

[PATCH v5 RESEND 11/17] sh: mm: Convert to GENERIC_IOREMAP
 2023-05-15  9:08 UTC 

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-14 18:20 UTC  (41+ messages)
` [PATCH 01/23] arm: "
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 04/23] ia64/hugetlb: "
` [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH 06/23] microblaze: allow pte_offset_map() "
` [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 18/23] sparc/hugetlb: "
` [PATCH 19/23] sparc: allow pte_offset_map() to fail
` [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH 21/23] x86: Allow get_locked_pte() to fail
` [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH 0/2] SH7709 DMA fixes
 2023-05-13 15:02 UTC  (23+ messages)
` [PATCH 1/2] sh: dma: fix `dmaor_read_reg`/`dmaor_write_reg` macros
` [PATCH 2/2] sh: dma: Correct the number of DMA channels in SH7709

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-05-12 19:48 UTC  (4+ messages)

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-11 19:34 UTC  (8+ messages)

[PATCH] irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
 2023-05-11 14:47 UTC  (2+ messages)

W sprawie samochodu
 2023-05-10  8:05 UTC 

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-09  7:06 UTC  (2+ messages)

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-05-08 14:41 UTC  (5+ messages)

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

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (7+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA

W sprawie samochodu
 2023-05-05  8:10 UTC 

[PATCH] sh: j2: Use ioremap() to translate device tree address into kernel memory
 2023-05-05  7:30 UTC  (3+ messages)

[PATCH v3] docs: directive `alias` for redirects
 2023-05-04 18:41 UTC  (2+ messages)

Fixing "int-to-pointer-cast" warning in J2 code
 2023-05-03 14:53 UTC  (4+ messages)

[PATCH] Fix J-core aic warning spam
 2023-05-03 12:39 UTC  (23+ messages)

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[GIT PULL] sh updates for v6.4
 2023-04-28  0:50 UTC  (2+ messages)

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-27 13:40 UTC  (14+ messages)
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER

Prezentacja
 2023-04-27  8:05 UTC 

[PATCH v2] sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>
 2023-04-25  7:01 UTC  (6+ messages)

[PATCH v3] sh: Use generic GCC library routines
 2023-04-24  7:45 UTC  (5+ messages)

Nawiązanie współpracy
 2023-04-24  7:30 UTC 

[PATCH v2] sh: sq: Use the bitmap API when applicable
 2023-04-21 10:39 UTC  (4+ messages)

[PATCH 00/33] Split ptdesc from struct page
 2023-04-20 23:32 UTC  (9+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:00 UTC 

Nawiązanie współpracy
 2023-04-20  7:40 UTC 

[PATCH RESEND] sh: sq: Use the bitmap API when applicable
 2023-04-19 21:25 UTC  (5+ messages)

[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
 2023-04-19 17:22 UTC  (4+ messages)

[PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
 2023-04-19 14:22 UTC  (2+ messages)

[PATCH] sh: sq: Fix incorrect element size for allocating bitmap buffer
 2023-04-19 11:58 UTC  (2+ messages)

[PATCH v2] sh: pci: Remove unused variable in SH-7786 PCI Express code
 2023-04-19  9:22 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).