linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-13 23:02:24 to 2019-08-19 08:50:54 UTC [more...]

generic ioremap (and lots of cleanups)
 2019-08-19  8:50 UTC  (74+ 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 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-19  6:28 UTC  (4+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH] kbuild: add CONFIG_ASM_MODVERSIONS
 2019-08-19  5:54 UTC  (2+ messages)

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

[PATCH v8 00/28] New macros for assembler symbols
 2019-08-17  9:17 UTC  (13+ messages)
` [PATCH v8 03/28] x86/asm: annotate relocate_kernel
` [PATCH v8 04/28] x86/asm/entry: annotate THUNKs
` [PATCH v8 05/28] x86/asm: annotate local pseudo-functions
` [PATCH v8 06/28] x86/asm/crypto: annotate local functions

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-08-16 19:59 UTC  (35+ messages)
` [PATCH v8 01/27] Documentation/x86: Add CET description
` [PATCH v8 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v8 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v8 15/27] mm: Handle shadow stack page fault
` [PATCH v8 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

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

next take at setting up a dma mask by default for platform devices v2
 2019-08-16  7:39 UTC  (16+ messages)
` [PATCH 1/6] usb: don't create dma pools for HCDs with a localmem_pool
` [PATCH 2/6] usb: add a hcd_uses_dma helper
` [PATCH 3/6] usb: add a HCD_DMA flag instead of guestimating DMA capabilities
` [PATCH 4/6] usb/max3421: remove the dummy {un,}map_urb_for_dma methods
` [PATCH 5/6] dma-mapping: remove is_device_dma_capable
` [PATCH 6/6] driver core: initialize a default DMA mask for platform device

[PATCH v2] asm-generic: fix variable 'p4d' set but not used
 2019-08-15 17:38 UTC  (3+ messages)

[PATCH v8 0/2] arm64 tagged address ABI
 2019-08-15 16:54 UTC  (14+ 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

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

[PATCH 0/6] Symbol namespaces
 2019-08-15 13:50 UTC  (18+ messages)
` [PATCH v2 0/10] Symbol namespaces - RFC
  ` [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
  ` [PATCH v2 08/10] scripts: Coccinelle script for namespace dependencies
    ` [Cocci] "
    ` [v2 "

[PATCH RFC memory-model 0/31] LKMM updates for review
 2019-08-14 23:24 UTC  (12+ messages)
` [PATCH RFC memory-model 27/31] tools/memory-model: Add data-race capabilities to judgelitmus.sh
      ` [PATCH 0/2] tools/memory-model: Update comment of jugdelitmus.sh
        ` Subject: [PATCH 1/2] tools/memory-model: Reflect updated file name convention in judgelitmus.sh
        ` [PATCH 2/2] tools/memory-model: Mention data-race capability in jugdelitmus.sh's header


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