linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 23:13:19 to 2020-08-20 21:48:32 UTC [more...]

[PATCH v2 0/7] spi: rspi: Bit rate improvements
 2020-08-20 21:48 UTC  (9+ messages)
` [PATCH v2 1/7] spi: rspi: Remove useless .set_config_register() check
` [PATCH v2 2/7] spi: rspi: Clean up Bit Rate Division Setting handling
` [PATCH v2 3/7] spi: rspi: Increase bit rate accuracy on RZ/A
` [PATCH v2 4/7] spi: rspi: Increase bit rate range for RSPI on SH
` [PATCH v2 5/7] spi: rspi: Increase bit rate range for QSPI
` [PATCH v2 6/7] spi: rspi: Fill in spi_transfer.effective_speed_hz
` [PATCH v2 7/7] spi: rspi: Fill in controller speed limits

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (21+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH 1/1] sh: add support for cmpxchg on u8 and u16 pointers
 2020-08-19 13:50 UTC  (4+ messages)

[PATCH v2] sh: boards: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-08-19 12:35 UTC 

[PATCH resend] sh/intc: Restore devm_ioremap() alignment
 2020-08-19 12:35 UTC 

[PATCH -next] sh: mach-sh03: remove duplicate include
 2020-08-19 11:26 UTC 

[PATCH] serial: sh-sci: Make sure status register SCxSR is read in correct sequence
 2020-08-18 15:11 UTC  (6+ messages)
                  ` SCI on R2D+ (was: Re: [PATCH] serial: sh-sci: Make sure status register SCxSR is read in correct seq

[PATCH RESEND v10 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-17 21:53 UTC 

Ping: Pull Request for 5.9
 2020-08-16 17:02 UTC  (12+ messages)

Hello, Please
 2020-08-16 14:28 UTC 

[GIT PULL] arch/sh updates for 5.9
 2020-08-16  1:55 UTC  (2+ messages)

[PATCH] sh: landisk: Add missing initialization of sh_io_port_base
 2020-08-14 13:37 UTC  (2+ messages)

[PATCH 0/3] rtc: rtc-rs5c313: Fix and cleanups
 2020-08-14 11:07 UTC  (4+ messages)
` [PATCH 1/3] rtc: rtc-rs5c313: Drop obsolete platform_set_drvdata() call
` [PATCH 2/3] rtc: rtc-rs5c313: Fix late hardware init
` [PATCH 3/3] rtc: rtc-rs5c313: Convert to module_platform_driver()

BUG: unable to handle kernel paging request in fl_dump_key
 2020-08-14  2:53 UTC 

[PATCH] locking/seqlock, headers: Untangle the spaghetti monster
 2020-08-13 20:02 UTC 

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

[PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
 2020-08-11  3:05 UTC  (6+ messages)
` [PATCH v2 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU

Pull Request for 5.9
 2020-08-10 13:06 UTC  (5+ messages)

[regression fix] Re: "sh: convert to ->regset_get()" breaks linux-sh build
 2020-08-09 20:26 UTC  (4+ messages)

"sh: convert to ->regset_get()" breaks linux-sh build
 2020-08-09 16:14 UTC  (2+ messages)

Bei Interesse antworten
 2020-08-07 16:09 UTC  (3+ messages)

[PATCH v10 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset
 2020-08-05 17:16 UTC 

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-05 17:11 UTC  (34+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v2 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v2 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v2 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v2 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v2 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v2 15/17] memblock: remove unused memblock_mem_size()
  ` [PATCH v2 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v2 17/17] memblock: use separate iterators for memory and reserved regions

SPENDE
 2020-08-04  6:56 UTC 

[PATCH v10 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-03 19:45 UTC 

[PATCH] sh: add missing EXPORT_SYMBOL() for __delay
 2020-08-03 10:01 UTC  (7+ messages)

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (34+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [PATCH 07/15] riscv: drop unneeded node initialization
` [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-31 15:28 UTC  (2+ messages)

Je to naléhavá zpráva,
 2020-07-30 13:58 UTC 

[GIT PULL] arch/sh additional critical fixes 5.8
 2020-07-28 19:05 UTC  (2+ messages)

Your Partnership
 2020-07-28 11:38 UTC 

[PATCH 19/24] sh: use asm-generic/mmu_context.h for no-op implementations
 2020-07-28  3:34 UTC 

Please I want your sincerely and urgent answer
 2020-07-27 14:43 UTC 

[PATCH] lockdep: Fix TRACE_IRQFLAGS vs NMIs
 2020-07-27 13:17 UTC  (2+ messages)

[PATCH 0/3] Drop unused MAX_PHYSADDR_BITS
 2020-07-26  6:48 UTC  (10+ messages)
` [PATCH 1/3] x86/mm: "
` [PATCH 2/3] sh/mm: "
` [PATCH 3/3] sparc: "

[PATCH] sh: sh4: Fix reference count leak in sq_dev_add
 2020-07-25 11:27 UTC  (3+ messages)

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-07-24 20:33 UTC 

INVESTMENT
 2020-07-24 15:23 UTC 

Covid 19 Wohltätigkeitsfonds
 2020-07-24 10:04 UTC  (2+ messages)

Suggested patches for merging
 2020-07-23 18:04 UTC  (6+ messages)

[PATCH] sh: clk: Fix assignment from incompatible pointer type for ioreadX()
 2020-07-23 13:14 UTC  (4+ messages)

Adding support for SECCOMP_FILTER
 2020-07-22 23:31 UTC  (2+ messages)

[PATCH 1/4] sh: Fix validation of system call number
 2020-07-22 23:20 UTC  (8+ messages)
` [PATCH 2/4] sh: Rearrange blocks in entry-common.S
` [PATCH 3/4] sh: Add SECCOMP_FILTER
` [PATCH 4/4] sh: bring syscall_set_return_value in line with other architectures


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