linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-30 21:07:05 to 2019-06-18 21:05:46 UTC [more...]

[PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir
 2019-06-18 21:05 UTC  (2+ messages)
` [PATCH v1 22/22] admin-guide: add kdump documentation into it

Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
 2019-06-18  0:46 UTC 

PRODUCT INQUIRY FOR EXPORT SHIPMENT
 2019-06-17  7:08 UTC 

Linux SH kernel currently broken on qemu-system
 2019-06-16 10:05 UTC  (4+ messages)

binfmt_flat cleanups and RISC-V support v2
 2019-06-14  8:35 UTC  (20+ messages)
` [PATCH 01/17] binfmt_flat: remove flat_reloc_valid
` [PATCH 02/17] binfmt_flat: remove flat_set_persistent
` [PATCH 03/17] binfmt_flat: provide a default version of flat_get_relocate_addr
` [PATCH 04/17] binfmt_flat: remove flat_old_ram_flag
` [PATCH 05/17] binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable
` [PATCH 06/17] binfmt_flat: remove the uapi <linux/flat.h> header
` [PATCH 07/17] binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition
` [PATCH 08/17] binfmt_flat: consolidate two version of flat_v2_reloc_t
` [PATCH 09/17] binfmt_flat: use fixed size type for the on-disk format
` [PATCH 10/17] binfmt_flat: add endianess annotations
` [PATCH 11/17] binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
` [PATCH 12/17] binfmt_flat: make support for old format binaries optional
` [PATCH 13/17] binfmt_flat: provide an asm-generic/flat.h
` [PATCH 14/17] binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
` [PATCH 15/17] binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c
` [PATCH 16/17] binfmt_flat: don't offset the data start
` [PATCH 17/17] riscv: add binfmt_flat support

remove asm-generic/ptrace.h v2
 2019-06-14  7:49 UTC  (3+ messages)

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-14  5:27 UTC  (4+ messages)

[PATCH v4 13/28] docs: kdump: convert docs to ReST and rename to *.rst
 2019-06-12 17:52 UTC 

arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
 2019-06-12 13:35 UTC 

[PATCH v2] sh: dma: Add missing IS_ERR_OR_NULL test
 2019-06-12  8:34 UTC 

switch the remaining architectures to use generic GUP v3
 2019-06-12  1:27 UTC  (24+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 05/16] sh: add the missing pud_page definition
` [PATCH 06/16] sh: use the generic get_user_pages_fast code
` [PATCH 07/16] sparc64: add the missing pgd_page definition
` [PATCH 08/16] sparc64: define untagged_addr()
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations
` [PATCH 12/16] mm: validate get_user_pages_fast flags
` [PATCH 13/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 14/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 15/16] mm: mark the page referenced in gup_hugepte
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-11 17:31 UTC  (16+ messages)

binfmt_flat cleanups and RISC-V support
 2019-06-11 13:07 UTC  (38+ messages)
` [PATCH 01/15] binfmt_flat: remove flat_reloc_valid
` [PATCH 02/15] binfmt_flat: remove flat_set_persistent
` [PATCH 03/15] binfmt_flat: provide a default version of flat_get_relocate_addr
` [PATCH 04/15] binfmt_flat: remove flat_old_ram_flag
` [PATCH 05/15] binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable
` [PATCH 06/15] binfmt_flat: remove the uapi <linux/flat.h> header
` [PATCH 07/15] binfmt_flat: use __be32 for the on-disk format
` [PATCH 08/15] binfmt_flat: add endianess annotations
` [PATCH 09/15] binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
` [PATCH 10/15] binfmt_flat: make support for old format binaries optional
` [PATCH 11/15] binfmt_flat: provide an asm-generic/flat.h
` [PATCH 12/15] binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
` [PATCH 13/15] binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c
` [PATCH 14/15] binfmt_flat: don't offset the data start
` [PATCH 15/15] riscv: add binfmt_flat support

[PATCH] sh: dma: Add missing IS_ERR test
 2019-06-11 10:20 UTC  (5+ messages)

Quation needed For June Inquiry
 2019-06-11  4:50 UTC  (2+ messages)

[PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
 2019-06-10 17:07 UTC  (30+ messages)
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_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

[PATCH] sh: configs: Remove useless UEVENT_HELPER_PATH
 2019-06-10  6:50 UTC  (3+ messages)

[PATCH v3 15/33] docs: kdump: convert docs to ReST and rename to *.rst
 2019-06-09  2:27 UTC 

Thanks and I wait for your answer
 2019-06-07  6:43 UTC 

RFC: switch the remaining architectures to use generic GUP
 2019-06-06  7:44 UTC  (33+ messages)
` 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

[RFC V2] mm: Generalize notify_page_fault()
 2019-06-06  2:52 UTC  (9+ messages)

[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 


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