messages from 2019-06-11 09:46:18 to 2019-06-29 16:02:42 UTC [more...]
[PATCH] Documentation:sh:convert register-banks.txt to register-banks.rst
2019-06-29 16:02 UTC (8+ messages)
` [PATCH v2] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format
` [PATCH v4] "
switch the remaining architectures to use generic GUP v3
2019-06-29 15:15 UTC (67+ 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
` switch the remaining architectures to use generic GUP v4
` [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] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
2019-06-29 14:50 UTC (5+ messages)
[PATCH v3] Documentation:sh:convert register-banks.txt and new-machine.txt to rst format
2019-06-28 17:06 UTC (2+ messages)
[PATCH 18/39] docs: admin-guide: add kdump documentation into it
2019-06-28 12:54 UTC (4+ messages)
` [PATCH 28/39] docs: admin-guide: add a series of orphaned documents
[PATCH RFT 0/4] backlight: gpio: simplify the driver
2019-06-28 10:15 UTC (6+ 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 "
[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)
[RFC] remove arch/sh?
2019-06-26 15:56 UTC (14+ messages)
binfmt_flat cleanups and RISC-V support v2
2019-06-26 12:14 UTC (24+ 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
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 (15+ messages)
` [PATCH RESEND 1/8] s390: Start fallback of top-down mmap at mm->mmap_base
` [PATCH RESEND 2/8] sh: "
` [PATCH RESEND 3/8] sparc: "
` [PATCH RESEND 4/8] x86, hugetlbpage: "
` [PATCH RESEND 5/8] mm: Start fallback "
` [PATCH RESEND 6/8] parisc: Use mmap_base, not mmap_legacy_base, as low_limit for bottom-up mmap
` [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
remove asm-generic/ptrace.h v3
2019-06-24 20:33 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: prevent warnings when using iounmap
2019-06-24 7:59 UTC (2+ messages)
From:Miss: Fatima Yusuf
2019-06-22 16:29 UTC
Klientskie bazy. Email: prodawez@armyspy.com Uznajte podrobnee
2019-06-22 0:38 UTC (3+ messages)
[PATCH 0/8] Fix mmap base in bottom-up mmap
2019-06-19 5:08 UTC (6+ messages)
` [PATCH 1/8] s390: Start fallback of top-down mmap at mm->mmap_base
` [PATCH 2/8] sh: "
` [PATCH 3/8] sparc: "
` [PATCH 4/8] x86, hugetlbpage: "
` [PATCH 5/8] mm: Start fallback "
[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
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)
remove asm-generic/ptrace.h v2
2019-06-14 7:49 UTC (3+ messages)
[PATCH v4 13/28] docs: kdump: convert docs to ReST and rename to *.rst
2019-06-12 17:52 UTC
[PATCH v2] sh: dma: Add missing IS_ERR_OR_NULL test
2019-06-12 8:34 UTC
[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
2019-06-11 17:31 UTC (6+ messages)
binfmt_flat cleanups and RISC-V support
2019-06-11 13:07 UTC (26+ messages)
` [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 11/15] binfmt_flat: provide an asm-generic/flat.h
[PATCH] sh: dma: Add missing IS_ERR test
2019-06-11 10:20 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).