linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-19 23:41:22 to 2019-08-22 17:11:09 UTC [more...]

next take at setting up a dma mask by default for platform devices v2
 2019-08-22 17:11 UTC  (3+ messages)

[PATCH v9 0/3] arm64 tagged address ABI
 2019-08-22 16:37 UTC  (22+ messages)
` [PATCH v9 1/3] mm: untag user pointers in mmap/munmap/mremap/brk
` [PATCH v9 2/3] arm64: Define Documentation/arm64/tagged-address-abi.rst
` [PATCH v9 3/3] arm64: Relax Documentation/arm64/tagged-pointers.rst

[PATCH v2 08/10] scripts: Coccinelle script for namespace dependencies
 2019-08-22 11:00 UTC  (6+ messages)
` [v2 "

[PATCH v2 0/10] Symbol namespaces - RFC
 2019-08-22  8:32 UTC  (48+ messages)
  ` [PATCH v3 00/11] Symbol Namespaces
    ` [PATCH v3 01/11] module: support reading multiple values per modinfo tag
    ` [PATCH v3 02/11] export: explicitly align struct kernel_symbol
    ` [PATCH v3 03/11] module: add support for symbol namespaces
    ` [PATCH v3 04/11] modpost: "
    ` [PATCH v3 05/11] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
    ` [PATCH v3 06/11] export: allow definition default namespaces in Makefiles or sources
    ` [PATCH v3 07/11] modpost: add support for generating namespace dependencies
    ` [PATCH v3 08/11] scripts: Coccinelle script for "
      ` [v3 "
    ` [PATCH v3 09/11] usb-storage: remove single-use define for debugging
    ` [PATCH v3 10/11] RFC: usb-storage: export symbols in USB_STORAGE namespace
      ` [PATCH v3 11/11] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

Regression in 5.3-rc1 and later
 2019-08-22  6:57 UTC  (2+ messages)

[PATCH V2] csky: Fixup 610 vipt cache flush mechanism
 2019-08-22  3:05 UTC  (2+ messages)

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-21 14:46 UTC  (17+ messages)
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v8 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v8 18/27] mm: Introduce do_mmap_locked()
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

[PATCH] csky: Fixup 610 vipt cache flush mechanism
 2019-08-21 12:18 UTC  (2+ messages)

[RFC PATCH 0/2] ELF: Alternate program property parser
 2019-08-21  9:20 UTC  (10+ 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 0/2] clocksource/Hyper-V: Add Hyper-V specific sched clock function
 2019-08-21  8:54 UTC  (13+ messages)

[PATCH 1/3] csky: Fixup arch_get_unmapped_area() implementation
 2019-08-21  3:44 UTC  (14+ 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-21  1:14 UTC  (17+ messages)
` [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 v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-20 17:27 UTC  (30+ messages)
` [PATCH v2 01/11] asm-generic: add dma_zone_size
` [PATCH v2 03/11] of/fdt: add of_fdt_machine_is_compatible function
  ` [PATCH v2 02/11] arm: use generic dma_zone_size
  ` [PATCH v2 04/11] of/fdt: add early_init_dt_get_dma_zone_size()
  ` [PATCH v2 07/11] arm64: re-introduce max_zone_dma_phys()
` [PATCH v2 05/11] arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys()
` [PATCH v2 06/11] arm64: rename variables used to calculate ZONE_DMA32's size
` [PATCH v2 08/11] arm64: use both ZONE_DMA and ZONE_DMA32
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable
` [PATCH v2 10/11] arm64: edit zone_dma_bits to fine tune dma-direct min mask
` [PATCH v2 11/11] mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type'

[PATCH v2 7/7] bug: Move WARN_ON() "cut here" into exception handler
 2019-08-20 16:47 UTC  (2+ messages)

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

[PATCH v8 00/28] New macros for assembler symbols
 2019-08-20 16:24 UTC  (4+ messages)
` [PATCH v8 11/28] x86/asm/head: annotate data appropriatelly

[PATCH] csky: Fixup ioremap function losing
 2019-08-20  8:26 UTC  (6+ 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  (5+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops


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