messages from 2019-08-08 08:17:00 to 2019-09-04 20:16:18 UTC [more...]
[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
2019-09-04 20:16 UTC (6+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "
generic ioremap (and lots of cleanups)
2019-09-03 8:57 UTC (53+ 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 v2 0/9] check the node id consistently across different arches
2019-09-03 8:31 UTC (30+ messages)
` [PATCH v2 1/9] arm64: numa: check the node id consistently for arm64
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
` [PATCH] x86/mm: Fix cpumask_of_node() error condition
` [PATCH v2 3/9] alpha: numa: check the node id consistently for alpha
` [PATCH v2 4/9] powerpc: numa: check the node id consistently for powerpc
` [PATCH v2 5/9] s390: numa: check the node id consistently for s390
` [PATCH v2 6/9] sh: numa: check the node id consistently for sh
` [PATCH v2 7/9] sparc64: numa: check the node id consistently for sparc64
` [PATCH v2 8/9] mips: numa: check the node id consistently for mips ip27
` [PATCH v2 9/9] mips: numa: check the node id consistently for mips loongson64
[PATCH v3 0/7] backlight: gpio: simplify the driver
2019-09-02 12:35 UTC (9+ messages)
[RESEND PATCH v3 0/7] backlight: gpio: simplify the driver
2019-09-02 12:34 UTC (8+ messages)
` [RESEND PATCH v3 1/7] sh: ecovec24: add additional properties to the backlight device
` [RESEND PATCH v3 2/7] backlight: gpio: simplify the platform data handling
` [RESEND PATCH v3 3/7] sh: ecovec24: don't set unused fields in platform data
` [RESEND PATCH v3 4/7] backlight: gpio: remove unused fields from "
` [RESEND PATCH v3 5/7] backlight: gpio: remove dev from struct gpio_backlight
` [RESEND PATCH v3 6/7] backlight: gpio: remove def_value "
` [RESEND PATCH v3 7/7] backlight: gpio: use a helper variable for &pdev->dev
[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro"
2019-08-30 19:46 UTC
[PATCH AUTOSEL 4.4 11/15] ravb: Fix use-after-free ravb_tstamp_skb
2019-08-29 18:17 UTC
remove default fallbacks in dma_map_ops v2
2019-08-29 15:38 UTC (17+ messages)
` 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
[PATCH RESEND v11 0/8] openat2(2)
2019-08-29 13:19 UTC (16+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests
[PATCH 00/11] ftrace: add support for recording function parameters and return value
2019-08-28 23:41 UTC (18+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 02/11] ftrace: introduce new building tool funcprototype
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 04/11] ftrace/hash: add private data field
` [PATCH 05/11] ftrace: create memcache for hash entries
` [PATCH 06/11] ftrace: process function prototype data in vmlinux and modules
` [PATCH 07/11] ftrace: prepare arch specific interfaces for function prototype feature
` [PATCH 08/11] ftrace: introduce core part of function prototype recording
` [PATCH 09/11] x86_64: add function prototype recording support
` [PATCH 10/11] ftrace: add doc for new option record-funcproto
` [PATCH 11/11] MAINTAINERS: make scripts/ftrace/ maintained
[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
2019-08-28 9:34 UTC (10+ messages)
` [RFC V2 1/1] mm/pgtable/debug: Add test validating architecture "
[PATCH RESEND 0/8] Fix mmap base in bottom-up mmap
2019-08-28 4:53 UTC (4+ messages)
(no subject)
2019-08-24 14:14 UTC
MY $25,000,000.00 INVESTMENT PROPOSAL WITH YOU AND IN YOUR COUNTRY
2019-08-22 12:33 UTC
[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)
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).