messages from 2019-07-19 04:13:00 to 2019-08-19 14:25:16 UTC [more...]
remove default fallbacks in dma_map_ops v2
2019-08-19 14:25 UTC (22+ messages)
` [PATCH 1/7] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 2/7] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 3/7] dma-mapping: add a dma_can_mmap helper
` [PATCH 5/7] m68knommu: add a pgprot_noncached stub
` [PATCH 6/7] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 7/7] dma-mapping: provide a better default ->get_required_mask
` remove default fallbacks in dma_map_ops v3
` [PATCH 1/8] dma-mapping: provide a better default ->get_required_mask
` [PATCH 2/8] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 3/8] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 4/8] dma-mapping: add a dma_can_mmap helper
` [PATCH 5/8] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 6/8] arm-nommu: call dma_mmap_from_dev_coherent directly
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 8/8] dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP
generic ioremap (and lots of cleanups)
2019-08-19 9:18 UTC (40+ messages)
` [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached
` [PATCH 02/26] arm, unicore32: remove ioremap_cached
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 05/26] openrisc: map as uncached in ioremap
` [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 07/26] hexagon: clean up ioremap
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 09/26] alpha: remove the unused __ioremap wrapper
` [PATCH 10/26] nios2: remove __ioremap
` [PATCH 11/26] parisc: "
` [PATCH 12/26] x86: clean up ioremap
` [PATCH 13/26] xtensa: "
` [PATCH 14/26] asm-generic: don't provide __ioremap
` [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap
` [PATCH 20/26] hexagon: "
` [PATCH 21/26] nios2: "
` [PATCH 22/26] sh: "
` [PATCH 23/26] lib: provide a simple generic ioremap implementation
` [PATCH 24/26] riscv: use the generic ioremap code
` [PATCH 25/26] csky: use generic ioremap
` [PATCH 26/26] nds32: "
[PATCH v3 0/7] backlight: gpio: simplify the driver
2019-08-16 15:48 UTC (19+ messages)
` [PATCH v3 1/7] sh: ecovec24: add additional properties to the backlight device
` [PATCH v3 2/7] backlight: gpio: simplify the platform data handling
` [PATCH v3 3/7] sh: ecovec24: don't set unused fields in platform data
` [PATCH v3 4/7] backlight: gpio: remove unused fields from "
` [PATCH v3 5/7] backlight: gpio: remove dev from struct gpio_backlight
` [PATCH v3 6/7] backlight: gpio: remove def_value "
` [PATCH v3 7/7] backlight: gpio: use a helper variable for &pdev->dev
[PATCH] sh: Drop -Werror from kernel Makefile
2019-08-15 3:14 UTC (13+ messages)
TODAY, Wed, Aug 14, 2019 I AM READY FOR COMING TO YOUR ADDRESS WITH THIS ATM CARD
2019-08-14 22:14 UTC
convert sh to the generic dma remap allocator
2019-08-14 13:46 UTC (2+ messages)
` [PATCH] sh: use the generic dma coherent "
PLEASE CONFIRM PURCHASE ORDER
2019-08-14 7:52 UTC
[PATCH 05/16] sh: prefer __section from compiler_attributes.h
2019-08-13 8:51 UTC (2+ messages)
[PATCH v2] sh: kernel: disassemble: Mark expected switch fall-throughs
2019-08-13 8:50 UTC (4+ messages)
[PATCH] sh: kernel: hw_breakpoint: Fix missing break in switch statement
2019-08-13 8:50 UTC (4+ messages)
[PATCH] sh: kernel: disassemble: Mark expected switch fall-throughs
2019-08-10 5:14 UTC (3+ messages)
[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
2019-08-09 13:52 UTC (6+ messages)
` [RFC V2 1/1] mm/pgtable/debug: Add test validating architecture "
[PATCH 0/3] mm: remove quicklist page table caches
2019-08-08 7:52 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ia64: switch to generic version of pte allocation
` [PATCH 3/3] sh: "
[PATCH 4/7] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
2019-08-06 6:00 UTC (4+ messages)
[PATCH v2 0/7] backlight: gpio: simplify the driver
2019-08-05 9:53 UTC (24+ messages)
` [PATCH v2 1/7] sh: ecovec24: add additional properties to the backlight device
` [PATCH v2 2/7] backlight: gpio: simplify the platform data handling
` [PATCH v2 3/7] sh: ecovec24: don't set unused fields in platform data
` [PATCH v2 4/7] backlight: gpio: remove unused fields from "
` [PATCH v2 5/7] backlight: gpio: remove dev from struct gpio_backlight
` [PATCH v2 6/7] backlight: gpio: remove def_value "
` [PATCH v2 7/7] backlight: gpio: use a helper variable for &pdev->dev
remove default fallbacks in dma_map_ops
2019-08-03 11:22 UTC (12+ messages)
` [PATCH 1/5] m68knommu: add a pgprot_noncached stub
` [PATCH 2/5] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 3/5] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 4/5] dma-mapping: provide a better default ->get_required_mask
` [PATCH 5/5] dma-mapping: remove ARCH_NO_COHERENT_DMA_MMAP
[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
2019-07-30 6:12 UTC (2+ messages)
RE
2019-07-29 16:52 UTC
GVD Capital contact notification
2019-07-28 15:19 UTC
[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
2019-07-28 1:02 UTC (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests
[PATCH] sh: remove unneeded uapi asm-generic wrappers
2019-07-27 13:47 UTC (2+ messages)
[PATCH] sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
2019-07-27 13:46 UTC (2+ messages)
[PATCH v2 10/10] docs: remove extra conf.py files
2019-07-26 11:31 UTC
[PATCH 3/5] arch: wire-up pidfd_wait()
2019-07-24 14:46 UTC
[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
2019-07-20 0:09 UTC (12+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v10 9/9] selftests: add openat2(2) selftests
[PATCH 1/2] arch: mark syscall number 435 reserved for clone3
2019-07-19 12:20 UTC (7+ messages)
[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
2019-07-19 10:29 UTC (7+ messages)
` [PATCH v9 08/10] open: openat2(2) syscall
[PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
2019-07-19 6:45 UTC (11+ messages)
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
[PATCH AUTOSEL 4.4 31/35] sh: prevent warnings when using iounmap
2019-07-19 4:14 UTC
[PATCH AUTOSEL 4.9 41/45] sh: prevent warnings when using iounmap
2019-07-19 4:13 UTC
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).