linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-21 08:07:06 to 2019-02-13 23:04:55 UTC [more...]

[PATCH V2 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-13 23:04 UTC  (8+ messages)
  ` [PATCH V2 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
  ` [PATCH V2 2/7] mm/gup: Change write parameter to flags in fast walk
  ` [PATCH V2 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
  ` [PATCH V2 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
  ` [PATCH V2 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
  ` [PATCH V2 6/7] IB/qib: "
  ` [PATCH V2 7/7] IB/mthca: "

[PATCH v4 0/3] locking/rwsem: Rwsem rearchitecture part 0
 2019-02-13 22:00 UTC  (4+ messages)
` [PATCH v4 1/3] locking/rwsem: Remove arch specific rwsem files
` [PATCH v4 2/3] locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
` [PATCH v4 3/3] locking/rwsem: Optimize down_read_trylock()

[PATCH v3 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-13 20:32 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] locking/rwsem: Optimize down_read_trylock()

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-13 19:56 UTC  (39+ messages)
` [PATCH-tip 01/22] locking/qspinlock_stat: Introduce a generic lockevent counting APIs
` [PATCH-tip 02/22] locking/lock_events: Make lock_events available for all archs & other locks
` [PATCH-tip 03/22] locking/rwsem: Relocate rwsem_down_read_failed()
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 05/22] locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
` [PATCH-tip 06/22] locking/rwsem: Rename kernel/locking/rwsem.h
` [PATCH-tip 07/22] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip 08/22] locking/rwsem: Add debug check for __down_read*()
` [PATCH-tip 09/22] locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
` [PATCH-tip 10/22] locking/rwsem: Enable lock event counting
` [PATCH-tip 11/22] locking/rwsem: Implement a new locking scheme
` [PATCH-tip 12/22] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip 13/22] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip 14/22] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip 15/22] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip 16/22] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip 17/22] locking/rwsem: Recheck owner if it is not on cpu
` [PATCH-tip 18/22] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH-tip 19/22] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip 20/22] locking/rwsem: Enable count-based spinning on reader
` [PATCH-tip 21/22] locking/rwsem: Wake up all readers in wait queue
` [PATCH-tip 22/22] locking/rwsem: Ensure an RT task will not spin on reader

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (27+ messages)
` [PATCH 01/12] mfd/sm501: depend on HAS_DMA
` [PATCH 02/12] device.h: dma_mem is only needed for HAVE_GENERIC_DMA_COHERENT
` [PATCH 03/12] of: mark early_init_dt_alloc_reserved_memory_arch static
` [PATCH 04/12] of: select OF_RESERVED_MEM automatically
` [PATCH 05/12] dma-mapping: remove an incorrect __iommem annotation
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability
` [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig
` [PATCH 08/12] dma-mapping: remove dma_mark_declared_memory_occupied
` [PATCH 09/12] dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag
` [PATCH 10/12] dma-mapping: simplify allocations from per-device coherent memory
` [PATCH 11/12] dma-mapping: handle per-device coherent memory mmap in common code
` [PATCH 12/12] dma-mapping: remove dma_assign_coherent_memory

[PATCH] sh: Remove duplicate header
 2019-02-13 16:30 UTC  (4+ messages)

[PATCH v2 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-13 15:33 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] locking/rwsem: Optimize down_read_trylock()

[PATCH] locking/rwsem: Remove arch specific rwsem files
 2019-02-11 17:04 UTC  (13+ messages)

Boot-time warning?
 2019-02-06  7:48 UTC 

[PATCH] sh: migor: Include missing dma-mapping header
 2019-02-05 19:37 UTC 

[alsa-devel] [PATCH] ALSA: hda/ca0132: need CONFIG_PCI for compile
 2019-02-05  8:06 UTC 

[PATCH v2 0/7] sh_eth: implement simple RX checksum offload
 2019-02-05  8:00 UTC  (10+ messages)
` [PATCH v2 1/7] sh_eth: rename sh_eth_cpu_data::hw_checksum
` [PATCH v2 2/7] sh_eth: RX checksum offload support
` [PATCH v2 3/7] sh_eth: offload RX checksum on R7S72100
` [PATCH v2 4/7] sh_eth: offload RX checksum on R8A7740
` [PATCH v2 5/7] sh_eth: offload RX checksum on R8A77980
` [PATCH v2 6/7] sh_eth: offload RX checksum on SH7734
` [PATCH v2 7/7] sh_eth: offload RX checksum on SH7763

[PATCH 0/7] sh_eth: implement simple RX checksum offload
 2019-02-04 15:17 UTC  (30+ messages)
` [PATCH 1/7] sh_eth: rename sh_eth_cpu_data::hw_checksum
` [PATCH 2/7] sh_eth: RX checksum offload support
` [PATCH 3/7] sh_eth: offload RX checksum on R7S72100
` [PATCH 4/7] sh_eth: offload RX checksum on R8A7740
` [PATCH 5/7] sh_eth: offload RX checksum on R8A77980
` [PATCH 6/7] sh_eth: offload RX checksum on SH7734
` [PATCH 7/7] sh_eth: offload RX checksum on SH7763

[PATCH v2] sh: fix build error for invisible CONFIG_BUILTIN_DTB_SOURCE
 2019-02-04  9:10 UTC 

[PATCH] sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE
 2019-02-04  8:55 UTC  (2+ messages)
` [PATCH] sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCE again

[PATCH v2 00/21] Refine memblock API
 2019-02-03 10:04 UTC  (24+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 19/21] treewide: add checks for the return value of memblock_alloc*()
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

Commit 594cc251fdd0 (user_access_begin does access_ok) made arch/sh stop booting on qemu
 2019-01-31 12:42 UTC  (2+ messages)

From Michelle
 2019-01-31 12:35 UTC 

Boot-time warning?
 2019-01-31  6:42 UTC 

[PATCH AUTOSEL 4.19 234/258] arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warni
 2019-01-28 15:59 UTC 

[PATCH AUTOSEL 4.20 277/304] arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warni
 2019-01-28 15:43 UTC 

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (36+ messages)
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls

Request for Quotation
 2019-01-24 20:16 UTC 

[PATCH] sh: no need to check return value of debugfs_create functions
 2019-01-22 14:50 UTC 

Dearest Friend
 2019-01-21 18:25 UTC 

[PATCH] arch/sh/mm/consistent.c: Use dma_zalloc_coherent
 2019-01-21 11:43 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).