linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-13 09:09:19 to 2018-02-20 14:50:09 UTC [more...]

[PATCH v14 0/9] LPC: legacy ISA I/O support
 2018-02-20 14:50 UTC  (14+ messages)
` [PATCH v14 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v14 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v14 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v14 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v14 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v14 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v14 7/9] ACPI / scan: do not enumerate Indirect IO host children
` [PATCH v14 8/9] HISI LPC: Add ACPI support
` [PATCH v14 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

[RESEND][PATCH 0/3] exec: Pin stack limit during exec
 2018-02-20 13:46 UTC  (9+ messages)
` [PATCH 1/3] exec: Pass stack rlimit into mm layout functions
` [PATCH 2/3] exec: Introduce finalize_exec() before start_thread()
` [PATCH 3/3] exec: Pin stack limit during exec

[PATCH 0/3] nospec: Various fix-ups for include/linux/nospec.h
 2018-02-16 21:20 UTC  (7+ messages)
` [PATCH 1/3] nospec: Kill array_index_nospec_mask_check()
` [PATCH 2/3] nospec: Allow index argument to have const-qualified type
` [PATCH 3/3] nospec: Include asm/barrier.h dependency

[PATCH v13 0/9] LPC: legacy ISA I/O support
 2018-02-16 14:48 UTC  (61+ messages)
` [PATCH v13 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v13 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v13 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v13 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v13 5/9] OF: Add missing I/O range exception for indirect-IO devices
  ` [PATCH v13 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v13 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v13 8/9] LPC, ACPI: Add the HISI LPC ACPI support
` [PATCH v13 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

arc: mm->mmap_sem gets locked in do_page_fault() in case of OOM killer invocation
 2018-02-16 12:40 UTC 

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

[PATCH v6 00/13] spectre variant1 mitigations for tip/x86/pti
 2018-02-16  8:55 UTC  (4+ messages)
` [PATCH v6 02/13] array_index_nospec: sanitize speculative array de-references

[PATCH/RFC] headers: drop 2 #included headers from <linux/interrupt.h>
 2018-02-16  7:59 UTC  (4+ messages)

[PATCH/RFC 0/6] Allow compile-testing NO_DMA
 2018-02-15 13:19 UTC  (7+ messages)
` [PATCH/RFC 3/6] usb: gadget: Add NO_DMA dummies for DMA mapping API
` [PATCH/RFC 6/6] Treewide: Remove depends on HAS_DMA in case of platform dependency

[PATCH v4 00/36] Andes(nds32) Linux Kernel
 2018-02-14 14:56 UTC  (3+ messages)

Regression after commit 19809c2da28a ("mm, vmalloc: use __GFP_HIGHMEM implicitly")
 2018-02-14 14:04 UTC  (3+ messages)

[PATCH v12 0/9] LPC: legacy ISA I/O support
 2018-02-14 11:35 UTC  (6+ messages)
` [PATCH v12 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings

[RFC PATCH v2 0/3] arm64: Fix invalid si_codes for fault signals
 2018-02-13 18:00 UTC  (6+ messages)
` [RFC PATCH v2 3/3] arm64: signal: Ensure si_code is valid for all "

this is what you need
 2018-02-13 13:28 UTC 

[PATCH v7 0/3] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
 2018-02-13  9:13 UTC  (8+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] clocksource/drivers/atcpit100: VDSO support
` [PATCH v7 3/3] dt-bindings: timer: Add andestech atcpit100 timer binding doc


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