linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-19 05:54:20 to 2019-08-21 11:55:03 UTC [more...]

[PATCH v2 0/10] Symbol namespaces - RFC
 2019-08-21 11:49 UTC  (23+ 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 "
    ` [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

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-21 10:20 UTC  (12+ messages)
` [PATCH v8 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [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-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  (26+ 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 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 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 03/11] of/fdt: add of_fdt_machine_is_compatible function
` [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  (13+ messages)
` [PATCH v8 07/28] x86/boot/compressed: annotate local functions
` [PATCH v8 08/28] x86/uaccess: annotate local function
` [PATCH v8 10/28] x86/asm/entry: annotate interrupt symbols properly
` [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  (10+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

generic ioremap (and lots of cleanups)
 2019-08-19 20:57 UTC  (18+ messages)
` [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache
` [PATCH 04/26] mips: remove ioremap_cachable
` [PATCH 08/26] m68k: simplify ioremap_nocache
` [PATCH 18/26] m68k: rename __iounmap and mark it static
` [PATCH 19/26] arm64: remove __iounmap

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


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