linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 16:53:16 to 2023-03-30 12:59:37 UTC [more...]

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-03-30 12:59 UTC  (39+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-29 15:55 UTC  (19+ messages)
` [PATCH v3 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH v3 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH v3 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 07/14] nios2: "
` [PATCH v3 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v3 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v3 14/14] xtensa: "

Słowa kluczowe do wypozycjonowania
 2023-03-29  7:34 UTC 

[PATCH v3] sh: Use generic GCC library routines
 2023-03-27 14:26 UTC  (2+ messages)

[PATCH v2 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-24 16:48 UTC  (19+ messages)
` [PATCH v2 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH v2 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH v2 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 07/14] nios2: "
` [PATCH v2 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 14/14] xtensa: "

[PATCH v7 0/6] Add pci_dev_for_each_resource() helper and update users
 2023-03-24  9:20 UTC  (12+ messages)
` [PATCH v7 1/6] kernel.h: Split out COUNT_ARGS() and CONCATENATE()
` [PATCH v7 2/6] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v7 4/6] EISA: Convert to use less arguments in pci_bus_for_each_resource()
` [PATCH v7 5/6] pcmcia: "
` [PATCH v7 6/6] PCI: Make use of pci_resource_n()

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (16+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-23 17:11 UTC  (24+ messages)
` [PATCH 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 07/14] nios2: "
` [PATCH 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 14/14] xtensa: "

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-03-23 16:33 UTC 

[PATCH v6 0/4] Add pci_dev_for_each_resource() helper and update users
 2023-03-23 16:28 UTC  (11+ messages)
` [PATCH v6 1/4] PCI: Introduce pci_dev_for_each_resource()
` [PATCH v6 2/4] PCI: Split pci_bus_for_each_resource_p() out of pci_bus_for_each_resource()
` [PATCH v6 3/4] EISA: Convert to use pci_bus_for_each_resource_p()
` [PATCH v6 4/4] pcmcia: "

[PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-03-23 13:23 UTC  (3+ messages)

[PATCH v2] sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>
 2023-03-23 10:22 UTC 

[PATCH 0/7 v4] sh: various doc, build, init fixes
 2023-03-23  9:41 UTC  (20+ messages)
` [PATCH 1/7 v4] sh: SH2007: drop the bad URL info
` [PATCH 2/7 v4] sh: nmi_debug: fix return value of __setup handler
` [PATCH 3/7 v4] sh: init: use OF_EARLY_FLATTREE for early init
` [PATCH 4/7 v4] sh: math-emu: fix macro redefined warning
` [PATCH 5/7 v4] sh: remove sh5/sh64 last fragments
` [PATCH 6/7 v4] sh: fix Kconfig entry for NUMA => SMP
  ` [PATCH 7/7 v4] sh: mcount.S: fix build error when PRINTK is not enabled

[PATCH] mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP
 2023-03-23  8:36 UTC  (13+ messages)

[PATCH 6/7 v5] sh: fix Kconfig entry for NUMA => SMP
 2023-03-21 15:16 UTC  (11+ messages)

[PATCH] pinctrl: renesas: r8a7779: Add bias pinconf support
 2023-03-21  8:38 UTC  (2+ messages)

Renovace podlahy
 2023-03-20  8:36 UTC 

[PATCH AUTOSEL 4.14 9/9] sh: sanitize the flags on sigreturn
 2023-03-20  0:57 UTC 

[PATCH AUTOSEL 4.19 9/9] sh: sanitize the flags on sigreturn
 2023-03-20  0:57 UTC 

[PATCH AUTOSEL 5.10 15/15] sh: sanitize the flags on sigreturn
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 5.4 12/12] sh: sanitize the flags on sigreturn
 2023-03-20  0:56 UTC 

[PATCH AUTOSEL 5.15 17/17] sh: sanitize the flags on sigreturn
 2023-03-20  0:55 UTC 

[PATCH AUTOSEL 6.1 27/29] sh: sanitize the flags on sigreturn
 2023-03-20  0:54 UTC 

[PATCH AUTOSEL 6.2 28/30] sh: sanitize the flags on sigreturn
 2023-03-20  0:52 UTC 

[PATCH] tty: serial: sh-sci: Fix transmit end interrupt handler
 2023-03-17 14:40 UTC  (4+ messages)

[PATCH 5/7 v4] sh: remove sh5/sh64 last fragments
 2023-03-17  7:51 UTC  (6+ messages)

[PATCH v5 1/4] PCI: Introduce pci_dev_for_each_resource()
 2023-03-16 19:03 UTC  (2+ 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).