linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-20 05:03:26 to 2019-07-12 17:34:27 UTC [more...]

[PATCH 01/12] Documentation: move architectures together
 2019-07-12 17:34 UTC  (13+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 03/12] Documentation/ia64: repointer docs to Documentation/arch/ia64
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 05/12] Documentation/s390: "
` [PATCH 06/12] Documentation/mips: "
` [PATCH 07/12] Documentation/parisc: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-12 15:32 UTC  (28+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 02/10] procfs: switch magic-link modes to be more sane
` [PATCH v9 03/10] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags
` [PATCH v9 06/10] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v9 07/10] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v9 08/10] open: openat2(2) syscall
` [PATCH v9 09/10] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[PATCH] mm/kprobes: Add generic kprobe_fault_handler() fallback definition
 2019-07-11 22:49 UTC  (5+ messages)

[RFC PATCH] mm: remove quicklist page table caches
 2019-07-11 10:36 UTC  (7+ messages)

Greetings!
 2019-07-10  5:07 UTC 

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC 

Здравствуйте! Вас =?utf-8?B?0LjQvdGC0LXRgNC10YHRg9GO0YIg0LrQu
 2019-07-07  5:59 UTC 

[PATCH 18/39] docs: admin-guide: add kdump documentation into it
 2019-07-06 11:46 UTC  (8+ messages)
` [PATCH 28/39] docs: admin-guide: add a series of orphaned documents

Quotes needed For July Shipments
 2019-07-05 21:39 UTC 

[RFC] remove arch/sh?
 2019-07-05 15:14 UTC  (17+ messages)

Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
 2019-07-03  2:12 UTC  (3+ messages)
` Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee!

[PATCH RFT 0/4] backlight: gpio: simplify the driver
 2019-07-02  9:14 UTC  (7+ messages)
` [PATCH RFT 1/4] sh: ecovec24: add additional properties to the backlight device
` [PATCH RFT 2/4] backlight: gpio: simplify the platform data handling
` [PATCH RFT 3/4] sh: ecovec24: don't set unused fields in platform data
` [PATCH RFT 4/4] backlight: gpio: remove unused fields from "

generic gup fixups
 2019-07-01 17:43 UTC  (5+ messages)
` [PATCH 1/2] sh: stub out pud_page
` [PATCH 2/2] MIPS: don't select ARCH_HAS_PTE_SPECIAL

remove asm-generic/ptrace.h v3
 2019-07-01 15:40 UTC  (10+ 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 v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
 2019-07-01 12:48 UTC  (24+ 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

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-30  4:53 UTC  (3+ messages)

[PATCH] Documentation:sh:convert register-banks.txt to register-banks.rst
 2019-06-29 16:48 UTC  (11+ messages)
` [PATCH v2] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format
` [PATCH v4] "
` [PATCH v5] "

switch the remaining architectures to use generic GUP v3
 2019-06-29 15:15 UTC  (53+ 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 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure
` switch the remaining architectures to use generic GUP v4
  ` [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 11/16] mm: reorder code blocks in gup.c
  ` [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 v3] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format
 2019-06-28 17:06 UTC  (2+ messages)

[PATCH] sh: clkfwk: don't pass void pointers to ioread*
 2019-06-28  7:12 UTC  (3+ messages)

[PATCH] sh: use the generic dma coherent remap allocator
 2019-06-28  6:37 UTC 

[PATCH v2 01/27] sh: mm: Remove call to memset after dma_alloc_coherent
 2019-06-28  2:45 UTC 

[PATCH 01/87] sh: mm: Remove call to memset after dma_alloc_coherent
 2019-06-27 17:33 UTC 

[PATCH v3 1/2] pid: add pidfd_open()
 2019-06-27 13:57 UTC  (2+ messages)

Клиентские базы! Em =?utf-8?B?YWlsOiBwcm9kYXdlekBhcm15c3B5LmNvb
 2019-06-27  0:48 UTC  (2+ messages)

binfmt_flat cleanups and RISC-V support v2
 2019-06-26 12:14 UTC  (6+ messages)
` [PATCH 08/17] binfmt_flat: consolidate two version of flat_v2_reloc_t

arch/sh: Check for kprobe trap number before trying to handle a kprobe trap
 2019-06-26 10:12 UTC  (2+ messages)

[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
 2019-06-26  5:20 UTC  (6+ messages)
` [PATCH RESEND 6/8] parisc: Use mmap_base, not mmap_legacy_base, as low_limit for "
` [PATCH RESEND 7/8] x86: Use mmap_*base, not mmap_*legacy_base, "
` [PATCH RESEND 8/8] mm: Remove mmap_legacy_base and mmap_compat_legacy_code fields from mm_struct

[PATCH] sh: prevent warnings when using iounmap
 2019-06-24  7:59 UTC  (2+ messages)

From:Miss: Fatima Yusuf
 2019-06-22 16:29 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).