linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-16 07:39:15 to 2019-08-20 14:32:35 UTC [more...]

[PATCH 0/2] clocksource/Hyper-V: Add Hyper-V specific sched clock function
 2019-08-20 14:32 UTC  (8+ messages)

[PATCH 1/3] csky: Fixup arch_get_unmapped_area() implementation
 2019-08-20 12:34 UTC  (6+ messages)
` [PATCH 2/3] csky: Fixup defer cache flush for 610
` [PATCH 3/3] csky: Support kernel non-aligned access

[PATCH 0/7] Clean up WARN() "cut here" handling
 2019-08-20 10:58 UTC  (20+ messages)
` [PATCH 1/7] bug: Refactor away warn_slowpath_fmt_taint()
` [PATCH 2/7] bug: Rename __WARN_printf_taint() to __WARN_printf()
` [PATCH 3/7] bug: Consolidate warn_slowpath_fmt() usage
` [PATCH 4/7] bug: Lift "cut here" out of __warn()
` [PATCH 5/7] bug: Clean up helper macros to remove __WARN_TAINT()
` [PATCH 6/7] bug: Consolidate __WARN_FLAGS usage
` [PATCH 7/7] bug: Move WARN_ON() "cut here" into exception handler

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-20 10:02 UTC  (14+ messages)
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v8 18/27] mm: Introduce do_mmap_locked()
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[RFC PATCH 0/2] ELF: Alternate program property parser
 2019-08-20  9:57 UTC  (6+ messages)
` [RFC PATCH 1/2] ELF: UAPI and Kconfig additions for ELF program properties
` [RFC PATCH 2/2] ELF: Add ELF program property parsing support

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20  9:55 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH] csky: Fixup ioremap function losing
 2019-08-20  8:26 UTC  (8+ messages)

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-20  3:34 UTC  (18+ 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 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20  2:51 UTC  (10+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

generic ioremap (and lots of cleanups)
 2019-08-19 20:57 UTC  (82+ 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 13/16] include/asm-generic: prefer __section from compiler_attributes.h
 2019-08-19 17:56 UTC  (5+ messages)

[PATCH v8 0/2] arm64 tagged address ABI
 2019-08-19 16:28 UTC  (20+ messages)
` [PATCH v8 1/5] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v8 2/5] arm64: Tighten the PR_{SET, GET}_TAGGED_ADDR_CTRL prctl() unused arguments
  ` [PATCH v8 2/5] arm64: Tighten the PR_{SET,GET}_TAGGED_ADDR_CTRL "
` [PATCH v8 3/5] arm64: Change the tagged_addr sysctl control semantics to only prevent the opt-in
` [PATCH v8 4/5] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v8 5/5] arm64: Relax Documentation/arm64/tagged-pointers.rst

[PATCH v8 00/28] New macros for assembler symbols
 2019-08-19 14:56 UTC  (13+ messages)
` [PATCH v8 06/28] x86/asm/crypto: annotate local functions
` [PATCH v8 07/28] x86/boot/compressed: "
` [PATCH v8 08/28] x86/uaccess: annotate local function
` [PATCH v8 10/28] x86/asm/entry: annotate interrupt symbols properly

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-19  9:18 UTC  (4+ messages)
` [PATCH v2 3/3] arm: "

[PATCH] kbuild: add CONFIG_ASM_MODVERSIONS
 2019-08-19  9:13 UTC  (4+ messages)

[PATCH V2 0/2] clocksource/Hyper-V: Add Hyper-V specific sched clock
 2019-08-16 15:00 UTC  (4+ messages)
` [PATCH V2 1/2] clocksource/Hyper-v: Allocate Hyper-V tsc page statically

next take at setting up a dma mask by default for platform devices v2
 2019-08-16  7:39 UTC  (4+ messages)
` [PATCH 6/6] driver core: initialize a default DMA mask for platform device


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