linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-09 14:05:29 to 2019-06-04 21:53:26 UTC [more...]

[RFC V2] mm: Generalize notify_page_fault()
 2019-06-04 21:53 UTC  (4+ messages)

[PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
 2019-06-04 21:47 UTC  (20+ messages)
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
` [PATCH v3 03/11] s390x/mm: Implement arch_remove_memory()
` [PATCH v3 04/11] arm64/mm: Add temporary arch_remove_memory() implementation
` [PATCH v3 05/11] drivers/base/memory: Pass a block_id to init_memory_block()
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v3 08/11] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v3 09/11] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v3 11/11] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

RFC: switch the remaining architectures to use generic GUP
 2019-06-04 11:46 UTC  (43+ messages)
` [PATCH 1/6] MIPS: use the generic get_user_pages_fast code
` [PATCH 2/6] sh: add a missing pud_page definition
` [PATCH 3/6] sh: use the generic get_user_pages_fast code
` [PATCH 4/6] mm: add a gup_fixup_start_addr hook
` [PATCH 5/6] sparc64: use the generic get_user_pages_fast code
` [PATCH 6/6] mm: don't allow non-generic get_user_pages_fast implementations
` RFC: switch the remaining architectures to use generic GUP v2
  ` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
  ` [PATCH 02/16] mm: use untagged_addr() for get_user_pages_fast addresses
  ` [PATCH 03/16] mm: simplify gup_fast_permitted
  ` [PATCH 04/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
  ` [PATCH 05/16] MIPS: use the generic get_user_pages_fast code
  ` [PATCH 06/16] sh: add the missing pud_page definition
  ` [PATCH 07/16] sh: use the generic get_user_pages_fast code
  ` [PATCH 08/16] sparc64: add the missing pgd_page definition
  ` [PATCH 09/16] sparc64: define untagged_addr()
  ` [PATCH 10/16] sparc64: use the generic get_user_pages_fast code
  ` [PATCH 11/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
  ` [PATCH 12/16] mm: consolidate the get_user_pages* implementations
  ` [PATCH 13/16] mm: validate get_user_pages_fast flags
  ` [PATCH 14/16] mm: move the powerpc hugepd code to mm/gup.c
  ` [PATCH 15/16] mm: switch gup_hugepte to use try_get_compound_head
  ` [PATCH 16/16] mm: mark the page referenced in gup_hugepte

[PATCH] sh: configs: Remove useless UEVENT_HELPER_PATH
 2019-06-04  7:59 UTC  (2+ messages)

remove asm-generic/ptrace.h v2
 2019-06-04  7:02 UTC  (9+ messages)
` [PATCH 1/5] arm64: don't use asm-generic/ptrace.h
` [PATCH 2/5] powerpc: "
` [PATCH 3/5] sh: "
` [PATCH 4/5] x86: "
` [PATCH 5/5] asm-generic: remove ptrace.h

[PATCH] sh: config: Remove left-over BACKLIGHT_LCD_SUPPORT
 2019-06-03 19:19 UTC 

patch "sh: no need to check return value of debugfs_create functions" added to driver-core-testing
 2019-06-03 18:05 UTC  (2+ messages)
` patch "sh: no need to check return value of debugfs_create functions" added to driver-core-next

[RFC] mm: Generalize notify_page_fault()
 2019-06-03  4:53 UTC  (7+ messages)

[linux-stable-rc:linux-5.0.y 1434/2350] arch/sh/kernel/cpu/sh2/clock-sh7619.o:undefined referenc
 2019-06-02 11:29 UTC  (5+ messages)

€ 2,000,000.00 Euro
 2019-05-30 21:44 UTC 

[PATCH] x86,sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
 2019-05-30 10:50 UTC  (2+ messages)

[PATCH] sh: configs: remove CONFIG_LOGFS from defconfig
 2019-05-30  2:10 UTC 

[PATCH] sh/intc: Fix obsolete function
 2019-05-29 10:16 UTC 

[PATCH] spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait()
 2019-05-28 15:07 UTC  (2+ messages)
` Applied "spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait()" to the spi tree

Purchase_rfq
 2019-05-28 14:42 UTC 

[PATCH] [RFC] Remove bdflush syscall stub
 2019-05-28 11:20 UTC  (5+ messages)

[PATCH RESEND 0/7] entry: preempt_schedule_irq() callers scrub
 2019-05-28 10:48 UTC  (3+ messages)
` [PATCH RESEND 6/7] sh: entry: Remove unneeded need_resched() loop
` [PATCH RESEND 7/7] sh64: "

[PATCH v2 0/2] close_range()
 2019-05-28  9:57 UTC  (8+ messages)
` [PATCH v2 1/2] open: add close_range()
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v3 2/3] arch: wire-up close_range()
 2019-05-28  3:43 UTC  (2+ messages)

[PATCH v3 1/2] pid: add pidfd_open()
 2019-05-24 10:54 UTC  (4+ messages)
` [PATCH v3 2/2] tests: add pidfd_open() tests

[PATCH v1 1/2] open: add close_range()
 2019-05-24 10:31 UTC  (15+ messages)
` [PATCH v1 2/2] tests: add close_range() tests

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-05-24  3:11 UTC  (5+ messages)

[PATCH 1/2] open: add close_range()
 2019-05-22  8:12 UTC  (15+ messages)
` [PATCH 2/2] tests: add close_range() tests

[PATCH v2 1/2] pid: add pidfd_open()
 2019-05-20 14:59 UTC  (6+ messages)
` [PATCH v2 2/2] tests: add pidfd_open() tests

Inquiry 20/May/2019
 2019-05-20 13:32 UTC 

Re:Hello
 2019-05-20 11:14 UTC  (2+ messages)
` hello

[PATCH v1 1/2] pid: add pidfd_open()
 2019-05-18 10:04 UTC  (13+ messages)
` [PATCH v1 2/2] tests: add pidfd_open() tests

[PATCH 1/2] pid: add pidfd_open()
 2019-05-16 14:53 UTC  (18+ messages)
` [PATCH 2/2] tests: add pidfd_open() tests

Zdravstvuyte! Vas interesuyut kliyentskiye bazy dannykh?
 2019-05-15 18:46 UTC 

[PATCH] sh: require --Wl,--hash-style=sysv
 2019-05-12  4:31 UTC  (10+ messages)
` [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption

[PATCH v2 4/8] mm/memory_hotplug: Create memory block devices after arch_add_memory()
 2019-05-09 22:18 UTC  (7+ 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).