public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-24 11:06:16 to 2013-02-06 22:43:06 UTC [more...]

[PATCH] arm: Include soc.h to fix compiling
 2013-02-06 22:43 UTC 

[PATCH v4 00/43] Meta Linux Kernel Port
 2013-02-06 15:02 UTC  (10+ messages)
  ` [PATCH v4 19/43] metag: Device tree
` [PATCH v4 21/43] metag: Time keeping
` [PATCH v4 26/43] metag: Scheduling/Process management
` [PATCH v4 42/43] tty/metag_da: Add metag DA TTY driver
` [PATCH v4 43/43] fs: imgdafs: Add IMG DAFS filesystem for metag

[PATCH v3 00/44] Meta Linux Kernel Port
 2013-02-06 13:47 UTC  (31+ messages)
` [PATCH v3 19/44] metag: Device tree
` [PATCH v3 21/44] metag: Time keeping
` [PATCH v3 43/44] tty/metag_da: Add metag DA TTY driver
` [PATCH v3 44/44] fs: imgdafs: Add IMG DAFS filesystem for metag
      ` ARC Port for linux-next (was Re: [PATCH v3 00/44] Meta Linux Kernel Port)
        ` linux-net for ARC port

[PATCH 0/9] gpiolib: remove gpio_desc[] static array
 2013-02-06  4:48 UTC  (30+ messages)
` [PATCH 1/9] gpiolib: link all gpio_chips using a list
` [PATCH 2/9] gpiolib: use gpio_chips list in gpiolib_sysfs_init
` [PATCH 3/9] gpiolib: use gpio_chips list in gpiochip_find
` [PATCH 4/9] gpiolib: use gpio_chips list in sysfs ops
` [PATCH 5/9] gpiolib: use gpio_chips list in gpiochip_find_base
` [PATCH 6/9] gpiolib: use descriptors internally
` [PATCH 7/9] gpiolib: let gpio_chip reference its descriptors
` [PATCH 8/9] gpiolib: use gpio_chips list in gpio_to_desc
` [PATCH 9/9] gpiolib: dynamically allocate descriptors array

PROJECT
 2013-02-05 17:27 UTC 

[PATCH 0/2] gpiolib: remove gpiochip_reserve()
 2013-02-04 20:42 UTC  (8+ messages)
` [PATCH 1/2] arm: pxa: tosa: do not use gpiochip_reserve()
` [PATCH 2/2] gpiolib: remove gpiochip_reserve()

[PATCH RESEND 1/1] arch Kconfig: remove references to IRQ_PER_CPU
 2013-02-04 18:30 UTC  (6+ messages)

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-02-04 13:47 UTC  (22+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v5 31/45] blackfin/smp: Use get/put_online_cpus_atomic() to prevent CPU offline

Great Proposal!!
 2013-02-03 20:39 UTC 

Using IO functions across ARM, PPC and Microblaze architectures
 2013-01-30 12:33 UTC  (4+ messages)

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #1)
 2013-01-30 11:56 UTC  (23+ messages)
` [PATCH v3 02/71] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v3 22/71] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v3 32/71] ARC: [DeviceTree] Basic support
      ` [PATCH v4 "
` [PATCH v3 58/71] ARC: UAPI Disintegrate arch/arc/include/asm

[PATCH v3 00/71] Synopsys ARC Linux kernel Port (Part #2)
 2013-01-30 11:46 UTC  (65+ messages)
` [PATCH v3 03/71] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v3 04/71] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v3 05/71] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v3 07/71] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v3 08/71] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v3 09/71] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v3 10/71] ARC: Checksum/byteorder/swab routines
` [PATCH v3 12/71] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v3 13/71] ARC: String library
` [PATCH v3 14/71] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v3 15/71] ARC: Interrupt Handling
` [PATCH v3 16/71] ARC: Non-MMU Exception Handling
` [PATCH v3 24/71] ARC: Page Table Management
` [PATCH v3 25/71] ARC: MMU Context Management
` [PATCH v3 26/71] ARC: MMU Exception Handling
` [PATCH v3 27/71] ARC: TLB flush Handling
` [PATCH v3 28/71] ARC: Page Fault handling
` [PATCH v3 31/71] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v3 35/71] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v3 36/71] ARC: [plat-arcfpga] defconfig
` [PATCH v3 37/71] ARC: [optim] Cache "current" in Register r25
` [PATCH v3 38/71] ARC: ptrace support
` [PATCH v3 39/71] ARC: Futex support
` [PATCH v3 40/71] ARC: OProfile support
` [PATCH v3 41/71] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v3 43/71] ARC: Diagnostics: show_regs() etc
` [PATCH v3 46/71] ARC: stacktracing APIs based on dw2 unwinder
` [PATCH v3 47/71] ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
` [PATCH v3 49/71] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
` [PATCH v3 50/71] ARC: Unaligned access emulation
` [PATCH v3 51/71] ARC: kgdb support
` [PATCH v3 52/71] ARC: Boot #2: Verbose Boot reporting / feature verification
` [PATCH v3 53/71] ARC: [plat-arfpga] BVCI Latency Unit setup
` [PATCH v3 54/71] perf, ARC: Enable building perf tools for ARC
` [PATCH v3 55/71] ARC: perf support (software counters only)
` [PATCH v3 56/71] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v3 60/71] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v3 61/71] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v3 63/71] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v3 64/71] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v3 65/71] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
` [PATCH v3 66/71] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
` [PATCH v3 67/71] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
` [PATCH v3 68/71] ARC: [Review] Multi-platform image #8: platform registers SMP callbacks
` [PATCH v3 71/71] ARC: Add self to MAINTAINERS

linux-next: new arch/metag tree
 2013-01-29 20:51 UTC  (3+ messages)

[PATCH v3 15/31] arm64: SMP support
 2013-01-29 11:03 UTC 

[PATCH] x86: enable ARCH_USE_BUILTIN_BSWAP
 2013-01-28 17:49 UTC  (2+ messages)
` [PATCH] x86: require MOVBE feature in cpuid when we use it

[PATCH v2 0/9] Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-28  9:08 UTC  (20+ messages)
` [PATCH v2 1/9] avr32: "
  ` [PATCH v2 2/9] blackfin: "
    ` [uclinux-dist-devel] "
` [PATCH v2 3/9] c6x: Provide dummy "
` [PATCH v2 4/9] cris: Provide "
` [PATCH v2 5/9] frv: Provide dummy "
` [PATCH v2 6/9] m68k: Provide "
` [PATCH v2 7/9] mn10300: Provide dummy "
` [PATCH v2 8/9] parisc: "
` [PATCH v2 9/9] xtensa: "

Fw: GOOD NEWS YOUR ATM CARD IS READY FOR DELIVERY OPEN ATTACHED FILE
 2013-01-26 10:35 UTC 

COMPLIMENTS FROM DR. J. MBETE PRIVATE AND CONFIDENTIAL READ AND REVERT
 2013-01-26  8:48 UTC 

[PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
 2013-01-24 13:28 UTC  (12+ messages)
` [PATCH v2 00/76] Synopsys ARC Linux kernel Port

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-24 11:14 UTC  (15+ messages)
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox