linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-02 08:24:56 to 2018-01-04 13:50:13 UTC [more...]

[PATCH v5 0/3] Add andestech atcpit100 timer
 2018-01-04 13:50 UTC  (5+ messages)
` [PATCH v5 1/3] clocksource/drivers/atcpit100: "

[PATCH 0/5] Remove asm/clkdev.h and privatize __clk{get,put}()
 2018-01-04 13:13 UTC  (15+ messages)
` [PATCH 1/5] blackfin: Use generic clkdev.h header
` [PATCH 2/5] clk: Prepare to remove asm-generic/clkdev.h
` [PATCH 3/5] arch: Remove clkdev.h asm-generic from Kbuild
` [PATCH 4/5] clk: sunxi: Use CLK_IS_CRITICAL flag for critical clks
` [PATCH 5/5] clk: Move __clk_{get,put}() into private clk.h API

[RFC PATCH 0/4] API for inhibiting speculative arbitrary read primitives
 2018-01-04 12:00 UTC  (47+ messages)
` [RFC PATCH 1/4] asm-generic/barrier: add generic nospec helpers
` [RFC PATCH 2/4] Documentation: document "
` [RFC PATCH 3/4] arm64: implement nospec_{load,ptr}()
` [RFC PATCH 4/4] bpf: inhibit speculated out-of-bounds pointers
` [RFC PATCH] asm/generic: introduce if_nospec and nospec_barrier

consolidate direct dma mapping and swiotlb support
 2018-01-04  9:02 UTC  (52+ messages)
` [PATCH 02/67] alpha: mark jensen as broken
` [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops
` [PATCH 16/67] powerpc: rename dma_direct_ to dma_nommu_
` [PATCH 17/67] microblaze: rename dma_direct to dma_microblaze
` [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code
` [PATCH 25/67] dma-direct: rename dma_noop to dma_direct
` [PATCH 26/67] dma-direct: use phys_to_dma
` [PATCH 27/67] dma-direct: add dma address sanity checks
` [PATCH 29/67] dma-direct: use node local allocations for coherent memory
` [PATCH 30/67] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/67] dma-direct: make dma_direct_{alloc,free} available to other implementations
  ` [PATCH 31/67] dma-direct: make dma_direct_{alloc, free} "

[PATCH v5 00/39] Andes(nds32) Linux Kernel Port
 2018-01-04  7:57 UTC  (84+ messages)
` [PATCH v5 01/39] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
` [PATCH v5 02/39] openrisc: add ioremap_nocache declaration before include asm-generic/io.h and sync ioremap prototype with it
` [PATCH v5 03/39] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h
` [PATCH v5 04/39] earlycon: add reg-offset to physical address before mapping
` [PATCH v5 05/39] nds32: Assembly macros and definitions
` [PATCH v5 06/39] nds32: Kernel booting and initialization
` [PATCH v5 07/39] nds32: Exception handling
` [PATCH v5 08/39] nds32: MMU definitions
` [PATCH v5 09/39] nds32: MMU initialization
` [PATCH v5 10/39] nds32: MMU fault handling and page table management
` [PATCH v5 11/39] nds32: Cache and TLB routines
` [PATCH v5 12/39] nds32: Process management
` [PATCH v5 13/39] nds32: IRQ handling
` [PATCH v5 14/39] nds32: Atomic operations
` [PATCH v5 15/39] nds32: Device specific operations
` [PATCH v5 16/39] nds32: DMA mapping API
` [PATCH v5 17/39] nds32: ELF definitions
` [PATCH v5 18/39] nds32: System calls handling
` [PATCH v5 19/39] nds32: VDSO support
` [PATCH v5 20/39] nds32: Signal handling support
` [PATCH v5 21/39] nds32: Library functions
` [PATCH v5 22/39] nds32: Debugging support
` [PATCH v5 23/39] nds32: L2 cache support
` [PATCH v5 24/39] nds32: Loadable modules
` [PATCH v5 25/39] nds32: Generic timers support
` [PATCH v5 26/39] nds32: Device tree support
` [PATCH v5 28/39] nds32: defconfig
` [PATCH v5 29/39] nds32: Build infrastructure
` [PATCH v5 30/39] MAINTAINERS: Add nds32
  ` [PATCH v5 27/39] nds32: Miscellaneous header files
  ` [PATCH v5 31/39] dt-bindings: nds32 CPU Bindings
` [PATCH v5 32/39] dt-bindings: nds32 L2 cache controller Bindings
` [PATCH v5 33/39] dt-bindings: nds32 SoC Bindings
` [PATCH v5 34/39] dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller
` [PATCH v5 35/39] irqchip: Andestech Internal Vector Interrupt Controller driver
` [PATCH v5 36/39] net: faraday add nds32 support
` [PATCH v5 37/39] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
` [PATCH v5 38/39] clocksource/drivers/atcpit100: VDSO support
` [PATCH v5 39/39] dt-bindings: timer: Add andestech atcpit100 timer binding doc

[PATCH v9 0/8] Add io{read|write}64 to io-64-atomic headers
 2018-01-04  7:25 UTC  (15+ messages)
` [PATCH v9 1/8] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v9 2/8] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v9 3/8] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v9 4/8] iomap: "
` [PATCH v9 5/8] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v9 6/8] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v9 7/8] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v9 8/8] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header

[PATCH 4.9 03/39] x86/boot: Add early cmdline parsing for options with arguments
 2018-01-03 20:11 UTC 

[PATCH 4.4 01/37] x86/boot: Add early cmdline parsing for options with arguments
 2018-01-03 20:11 UTC 

[PATCH] mm, x86: pkeys: Introduce PKEY_ALLOC_SIGNALINHERIT and change signal semantics
 2018-01-03 12:31 UTC  (2+ messages)

[PATCH] m32r: fix readl/writel prototypes
 2018-01-02 21:52 UTC  (5+ messages)

[PATCH 0/5] Consolidate init_task handling and expand macros
 2018-01-02 14:33 UTC  (5+ messages)
` [PATCH 4/5] Expand the INIT_SIGNALS and INIT_SIGHAND macros and remove

[PATCH] arc: fix iounmap prototype
 2018-01-02 14:23 UTC  (3+ messages)

[PATCH 1/2] microblaze: fix endian handling
 2018-01-02 11:47 UTC  (4+ messages)
` [PATCH 2/2] microblaze: fix iounmap prototype

[PATCH] xtensa: shut up gcc-8 warnings
 2018-01-02 11:29 UTC  (2+ 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).