linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-08 07:44:28 to 2014-10-16 18:10:36 UTC [more...]

[PATCH v12 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-10-16 18:10 UTC  (7+ messages)
` [PATCH v12 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v12 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH v12 03/11] qspinlock: Add pending bit
` [PATCH v12 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v12 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v12 07/11] qspinlock: Revert to test-and-set on hypervisors

[PATCH 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-16 18:05 UTC  (8+ messages)
` [PATCH 2/2] arch/powerpc: Switch to generic RCU get_user_pages_fast

[PATCH v3 00/27] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-10-16 12:13 UTC  (60+ messages)
` [PATCH v3 01/27] MSI: Remove the redundant irq_set_chip_data()
` [PATCH v3 03/27] s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()
` [PATCH v3 04/27] arm/MSI: Save MSI chip in pci_sys_data
` [PATCH v3 05/27] PCI: tegra: Save msi "
` [PATCH v3 06/27] PCI: designware: "
` [PATCH v3 07/27] PCI: rcar: "
` [PATCH v3 08/27] PCI: mvebu: "
` [PATCH v3 09/27] arm/PCI: Clean unused pcibios_add_bus() and pcibios_remove_bus()
` [PATCH v3 10/27] PCI/MSI: Remove useless bus->msi assignment
` [PATCH v3 11/27] PCI/MSI: Refactor struct msi_chip to make it become more common
` [PATCH v3 12/27] x86/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 13/27] x86/xen/MSI: "
` [PATCH v3 14/27] Irq_remapping/MSI: "
` [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata
  ` [PATCH v3 02/27] x86/xen/MSI: Eliminate arch_msix_mask_irq() and arch_msi_mask_irq()
  ` [PATCH v3 15/27] x86/MSI: Remove unused MSI weak arch functions
  ` [PATCH v3 17/27] MIPS/Octeon/MSI: Use MSI chip framework to configure MSI/MSI-X irq
  ` [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error
  ` [PATCH v3 21/27] Powerpc/MSI: Use MSI chip framework to configure MSI/MSI-X irq
` [PATCH v3 19/27] MIPS/Xlp/MSI: "
` [PATCH v3 20/27] MIPS/Xlr/MSI: "
` [PATCH v3 22/27] s390/MSI: "
` [PATCH v3 23/27] arm/iop13xx/MSI: "
` [PATCH v3 24/27] IA64/MSI: "
` [PATCH v3 25/27] Sparc/MSI: "
` [PATCH v3 26/27] tile/MSI: "
` [PATCH v3 27/27] PCI/MSI: Clean up unused MSI arch functions

[PATCH V4 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-10-14 16:30 UTC  (16+ messages)
` [PATCH V4 1/6] mm: Introduce a general RCU get_user_pages_fast

[PATCH 1/2] mm: Introduce a general RCU get_user_pages_fast
 2014-10-14 13:42 UTC  (10+ messages)
` [PATCH 2/2] arch/powerpc: Switch to generic "

Verify Your Account Else It Will Be Blocked
 2014-10-14  2:17 UTC 

[PATCH 0/2] Support CrystalCove PMIC ACPI operation region
 2014-10-13 14:51 UTC  (13+ messages)
` [PATCH 2/2] PMIC / opregion: support PMIC customized operation region for CrystalCove

Please reply
 2014-10-11 19:34 UTC 

[PATCH v4 00/29] nios2 Linux kernel port
 2014-10-09 11:57 UTC  (81+ messages)
` [PATCH v4 01/29] asm-generic: add generic futex for !CONFIG_SMP
` [PATCH v4 02/29] nios2: Assembly macros and definitions
` [PATCH v4 03/29] nios2: Kernel booting and initialization
` [PATCH v4 04/29] nios2: Exception handling
` [PATCH v4 05/29] nios2: Traps exception handling
` [PATCH v4 06/29] nios2: Memory management
` [PATCH v4 07/29] nios2: I/O Mapping
` [PATCH v4 08/29] nios2: MMU Fault handling
` [PATCH v4 09/29] nios2: Page table management
` [PATCH v4 10/29] nios2: Process management
` [PATCH v4 11/29] nios2: Cache handling
` [PATCH v4 12/29] nios2: TLB handling
` [PATCH v4 13/29] nios2: Interrupt handling
` [PATCH v4 14/29] nios2: DMA mapping API
` [PATCH v4 15/29] Add ELF machine define for Nios2
` [PATCH v4 16/29] nios2: ELF definitions
` [PATCH v4 17/29] nios2: System calls handling
` [PATCH v4 18/29] nios2: Signal handling support
` [PATCH v4 19/29] nios2: Library functions
` [PATCH v4 20/29] nios2: Device tree support
` [PATCH v4 21/29] nios2: Time keeping
` [PATCH v4 22/29] nios2: Cpuinfo handling
` [PATCH v4 23/29] nios2: Miscellaneous header files
` [PATCH v4 24/29] nios2: Nios2 registers
` [PATCH v4 25/29] nios2: Module support
` [PATCH v4 26/29] nios2: ptrace support
` [PATCH v4 27/29] MAINTAINERS: Add nios2 maintainer
` [PATCH v4 28/29] Documentation: Add documentation for Nios2 architecture
` [PATCH v4 29/29] nios2: Build infrastructure

[PATCH v13 00/12] Support for creating generic PCI host bridges from DT
 2014-10-08 11:46 UTC  (13+ 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).