linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-30 18:39:17 to 2017-12-08 09:39:06 UTC [more...]

[PATCH v3 00/33] Andes(nds32) Linux Kernel Port
 2017-12-08  9:12 UTC  (42+ messages)
` [PATCH v3 01/33] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
` [PATCH v3 02/33] earlycon: add reg-offset to physical address before mapping
` [PATCH v3 04/33] nds32: Kernel booting and initialization
` [PATCH v3 05/33] nds32: Exception handling
` [PATCH v3 06/33] nds32: MMU definitions
` [PATCH v3 08/33] nds32: MMU fault handling and page table management
` [PATCH v3 09/33] nds32: Cache and TLB routines
` [PATCH v3 10/33] nds32: Process management
` [PATCH v3 11/33] nds32: IRQ handling
` [PATCH v3 14/33] nds32: DMA mapping API
` [PATCH v3 15/33] nds32: ELF definitions
` [PATCH v3 16/33] nds32: System calls handling
` [PATCH v3 17/33] nds32: VDSO support
` [PATCH v3 18/33] nds32: Signal handling support
` [PATCH v3 20/33] nds32: Debugging support
` [PATCH v3 22/33] nds32: Loadable modules
` [PATCH v3 24/33] nds32: Device tree support
` [PATCH v3 26/33] nds32: defconfig
` [PATCH v3 28/33] MAINTAINERS: Add nds32
` [PATCH v3 29/33] dt-bindings: nds32 CPU Bindings
  ` [PATCH v3 03/33] nds32: Assembly macros and definitions
  ` [PATCH v3 07/33] nds32: MMU initialization
  ` [PATCH v3 12/33] nds32: Atomic operations
  ` [PATCH v3 13/33] nds32: Device specific operations
  ` [PATCH v3 19/33] nds32: Library functions
  ` [PATCH v3 32/33] irqchip: Andestech Internal Vector Interrupt Controller driver

[PATCH 0/2] mm: introduce MAP_FIXED_SAFE
 2017-12-08  8:33 UTC  (48+ messages)
` [PATCH 1/2] "
` [PATCH] mmap.2: document new MAP_FIXED_SAFE flag
  ` [PATCH v2] "

[PATCH v2 00/35] Andes(nds32) Linux Kernel Port
 2017-12-08  5:27 UTC  (30+ messages)
` [PATCH v2 06/35] nds32: MMU fault handling and page table management
` [PATCH v2 08/35] nds32: Process management
` [PATCH v2 22/35] nds32: Device tree support
` [PATCH v2 33/35] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
` [PATCH v2 34/35] clocksource/drivers/Kconfig: Support "
` [PATCH v2 35/35] dt-bindings: timer: Add andestech atcpit100 timer binding doc

[PATCH v5 00/30] ARM Scalable Vector Extension (SVE)
 2017-12-07 18:50 UTC  (6+ messages)
` [PATCH v5 15/30] arm64/sve: Signal handling support

[PATCH v9 0/8] Add io{read|write}64 to io-64-atomic headers
 2017-12-07 16:15 UTC  (17+ 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 v2] mmap.2: MAP_FIXED updated documentation
 2017-12-07 14:02 UTC  (25+ messages)

[PATCH 4.14 57/75] locking/refcounts, x86/asm: Use unique .text section for refcount exceptions
 2017-12-07 13:08 UTC  (4+ messages)
` [PATCH 4.14 64/75] locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT

[PATCH] frv: fix build failure
 2017-12-06 22:00 UTC  (4+ messages)

Patch "locking/refcounts, x86/asm: Use unique .text section for refcount exceptions" has been added to the 4.14-stable tree
 2017-12-06 17:26 UTC  (2+ messages)

Patch "locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNT" has been added to the 4.14-stable tree
 2017-12-06 17:25 UTC  (2+ messages)

[PATCH v4] mmap.2: MAP_FIXED updated documentation
 2017-12-06  3:14 UTC 

[PATCH v3] mmap.2: MAP_FIXED updated documentation
 2017-12-05  3:12 UTC 

replace PCI_DMA_BUS_IS_PHYS with a per-instance flag
 2017-12-04 16:36 UTC  (8+ messages)
  ` [PATCH 1/3] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
  ` [PATCH 2/3] arm64: don't override dma_max_pfn
  ` [PATCH 3/3] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops

[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
 2017-12-04 12:49 UTC  (5+ messages)
` [PATCHv2 12/12] arm64: docs: document pointer authentication

[PATCH 0/5] bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
 2017-12-04  4:00 UTC  (14+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] s390/bpf: "
` [PATCH 3/5] arm64/bpf: "
` [PATCH 4/5] selftests/bpf: sync kernel headers and introduce arch support in Makefile
` [PATCH 5/5] perf s390: add regs_query_register_offset()

[PATCH] mmap.2: MAP_FIXED is no longer discouraged
 2017-12-03  4:06 UTC  (11+ messages)

[PATCH] audit: Avoid build failures on systems without renameat
 2017-12-02  0:16 UTC  (2+ messages)

21729f81ce ("x86/mm: Provide general kernel support for memory encryption"): BUG: kernel reboot-without-warning in early-boot stage, last printk: early console in setup code
 2017-12-01 22:31 UTC  (3+ 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).