linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-01 19:29:11 to 2023-05-19 09:52:43 UTC [more...]

W sprawie samochodu
 2023-05-19  9:51 UTC 

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-18 12:12 UTC  (41+ 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/14] mm/init/kernel: missing-prototypes warnings
 2023-05-18  3:54 UTC  (21+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
  ` [PATCH 4/14] "
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
` [PATCH 06/14] locking: add lockevent_read() prototype
` [PATCH 07/14] panic: hide unused global functions
` [PATCH 08/14] panic: make function declarations visible
` [PATCH 09/14] kunit: include debugfs header file
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 11/14] init: consolidate prototypes in linux/init.h
` [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h
` [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso

[PATCH v5 RESEND 11/17] sh: mm: Convert to GENERIC_IOREMAP
 2023-05-18  3:45 UTC  (3+ messages)

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-17 21:50 UTC  (45+ 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] irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
 2023-05-16 10:15 UTC  (3+ messages)

W sprawie samochodu
 2023-05-16  7:50 UTC 

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-16  0:53 UTC  (4+ messages)
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>

[PATCH 5.4 245/282] sh: math-emu: fix macro redefined warning
 2023-05-15 16:30 UTC  (3+ messages)
` [PATCH 5.4 246/282] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 5.4 247/282] sh: nmi_debug: fix return value of __setup handler

[PATCH 5.10 341/381] sh: math-emu: fix macro redefined warning
 2023-05-15 16:29 UTC  (3+ messages)
` [PATCH 5.10 343/381] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 5.10 344/381] sh: nmi_debug: fix return value of __setup handler

[PATCH 5.15 075/134] sh: math-emu: fix macro redefined warning
 2023-05-15 16:29 UTC  (3+ messages)
` [PATCH 5.15 077/134] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 5.15 078/134] sh: nmi_debug: fix return value of __setup handler

[PATCH 6.2 152/242] sh: math-emu: fix macro redefined warning
 2023-05-15 16:28 UTC  (3+ messages)
` [PATCH 6.2 154/242] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 6.2 155/242] sh: nmi_debug: fix return value of __setup handler

[PATCH 6.1 131/239] sh: math-emu: fix macro redefined warning
 2023-05-15 16:26 UTC  (3+ messages)
` [PATCH 6.1 133/239] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 6.1 134/239] sh: nmi_debug: fix return value of __setup handler

[PATCH 6.3 151/246] sh: math-emu: fix macro redefined warning
 2023-05-15 16:26 UTC  (3+ messages)
` [PATCH 6.3 153/246] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 6.3 154/246] sh: nmi_debug: fix return value of __setup handler

[PATCH 4.19 171/191] sh: math-emu: fix macro redefined warning
 2023-05-15 16:26 UTC  (3+ messages)
` [PATCH 4.19 172/191] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 4.19 173/191] sh: nmi_debug: fix return value of __setup handler

[PATCH 4.14 100/116] sh: math-emu: fix macro redefined warning
 2023-05-15 16:26 UTC  (2+ messages)
` [PATCH 4.14 101/116] sh: nmi_debug: fix return value of __setup handler

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

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

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

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

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (6+ 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  (14+ messages)

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ 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).