linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-14 09:48:53 to 2013-01-18 14:54:39 UTC [more...]

[PATCH v2 00/76] Synopsys ARC Linux kernel Port
 2013-01-18 14:54 UTC  (161+ messages)
` [PATCH v2 01/76] ARC: Generic Headers
` [PATCH v2 02/76] ARC: irqflags - Interrupt enabling/disabling at in-core intc
` [PATCH v2 03/76] ARC: Atomic/bitops/cmpxchg/barriers
` [PATCH v2 04/76] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [PATCH v2 05/76] ARC: uaccess friends
` [PATCH v2 06/76] asm-generic: uaccess: Allow arches to over-ride __{get,put}_user_fn()
` [PATCH v2 07/76] ARC: [optim] uaccess __{get,put}_user() optimised
` [PATCH v2 08/76] asm-generic headers: Allow yet more arch overrides in checksum.h
` [PATCH v2 09/76] ARC: Checksum/byteorder/swab routines
` [PATCH v2 10/76] ARC: Fundamental ARCH data-types/defines
` [PATCH v2 11/76] ARC: Spinlock/rwlock/mutex primitives
` [PATCH v2 12/76] ARC: String library
` [PATCH v2 13/76] ARC: Low level IRQ/Trap/Exception Handling
` [PATCH v2 14/76] ARC: Interrupt Handling
` [PATCH v2 15/76] ARC: Non-MMU Exception Handling
` [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)
` [PATCH v2 17/76] ARC: Process-creation/scheduling/idle-loop
` [PATCH v2 18/76] ARC: Timers/counters/delay management
` [PATCH v2 19/76] ARC: Signal handling
` [PATCH v2 20/76] ARC: [Review] Preparing to fix incorrect syscall restarts due to signals
` [PATCH v2 21/76] ARC: [Review] Prevent incorrect syscall restarts
` [PATCH v2 22/76] ARC: Cache Flush Management
` [PATCH v2 23/76] ARC: Page Table Management
` [PATCH v2 24/76] ARC: MMU Context Management
` [PATCH v2 25/76] ARC: MMU Exception Handling
` [PATCH v2 26/76] ARC: TLB flush Handling
` [PATCH v2 27/76] ARC: Page Fault handling
` [PATCH v2 28/76] ARC: I/O and DMA Mappings
` [PATCH v2 29/76] ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [PATCH v2 30/76] ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC
` [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script
` [PATCH v2 32/76] ARC: [DeviceTree] Basic support
` [PATCH v2 33/76] ARC: [DeviceTree] Convert some Kconfig items to runtime values
` [PATCH v2 34/76] ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board
` [PATCH v2 35/76] ARC: Last bits (stubs) to get to a running kernel with UART
` [PATCH v2 36/76] ARC: Switch to generic kernel_thread() - split ret_from_fork
` [PATCH v2 37/76] ARC: Switch to generic kernel_execve() and sys_execve()
` [PATCH v2 38/76] ARC: Switch to saner kernel_execve() semantics #1
` [PATCH v2 39/76] ARC: Switch to saner kernel_execve() semantics #2
` [PATCH v2 40/76] ARC: Switch to generic sys_clone, fork, vfork
` [PATCH v2 41/76] ARC: [3.8 tracking] altstack consolidation, trace_clock, cacheflush.h
` [PATCH v2 42/76] ARC: [plat-arcfpga] defconfig
` [PATCH v2 43/76] ARC: [optim] Cache "current" in Register r25
` [PATCH v2 44/76] ARC: ptrace support
` [PATCH v2 45/76] ARC: Futex support
` [PATCH v2 46/76] ARC: OProfile support
` [PATCH v2 47/76] ARC: Support for high priority interrupts in the in-core intc
` [PATCH v2 48/76] ARC: Module support
` [PATCH v2 49/76] ARC: Diagnostics: show_regs() etc
` [PATCH v2 50/76] ARC: SMP support
` [PATCH v2 51/76] ARC: DWARF2 .debug_frame based stack unwinder
` [PATCH v2 52/76] ARC: stacktracing APIs based on dw2 unwinder
` [PATCH v2 53/76] ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)
` [PATCH v2 54/76] ARC: kprobes support
` [PATCH v2 55/76] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch
` [PATCH v2 56/76] ARC: Unaligned access emulation
` [PATCH v2 57/76] ARC: kgdb support
` [PATCH v2 58/76] ARC: Boot #2: Verbose Boot reporting / feature verification
` [PATCH v2 59/76] ARC: [plat-arfpga] BVCI Latency Unit setup
` [PATCH v2 60/76] perf, ARC: Enable building perf tools for ARC
` [PATCH v2 61/76] ARC: perf support (software counters only)
` [PATCH v2 62/76] ARC: Support for single cycle Close Coupled Mem (CCM)
` [PATCH v2 63/76] ARC: Hostlink Pseudo-Driver for Metaware Debugger
` [PATCH v2 64/76] ARC: Add self to MAINTAINERS
` [PATCH v2 65/76] ARC: UAPI Disintegrate arch/arc/include/asm
` [PATCH v2 66/76] ARC: Add support for ioremap_prot API
` [PATCH v2 67/76] ARC: [Review] Multi-platform image #1: Kconfig enablement
` [PATCH v2 68/76] ARC: Fold boards sub-menu into platform/SoC menu
` [PATCH v2 69/76] ARC: [Review] Multi-platform image #2: Board callback Infrastructure
` [PATCH v2 70/76] ARC: [Review] Multi-platform image #3: switch to board callback
` [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers
` [PATCH v2 72/76] ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
  ` [PATCH v2 73/76] ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional
  ` [PATCH v2 74/76] ARC: [Review] Multi-platform image #7: SMP common code to use callbacks
  ` [PATCH v2 75/76] ARC: [Review] Multi-platform image #8: platform registers SMP callbacks
  ` [PATCH v2 76/76] ARC: [plat-arcfpga] defconfig for fully loaded ARC Linux

request_mem_region() for noPCI devices
 2013-01-18 14:46 UTC  (2+ messages)

[PATCH 0/4] gpio: introduce descriptor-based interface
 2013-01-17 19:22 UTC  (22+ messages)
` [PATCH 1/4] gpiolib: introduce descriptor-based GPIO interface
            ` [PATCH] Proposed removal of IS_ERR_OR_NULL() (was: Re: [PATCH 1/4] gpiolib: introduce descriptor-based GPIO interface)

[RFC Patch v1 00/55] Addons to Synopsys ARC Linux kernel Port
 2013-01-17 10:53 UTC  (8+ messages)
` [RFC Patch v1 48/55] ARC: [plat-arfpga] BVCI Latency Unit setup
` [RFC Patch v1 52/55] ARC: Support for single cycle Close Coupled Mem (CCM)

[RFC Patch v1 00/31] Synopsys ARC Linux kernel Port
 2013-01-17 10:52 UTC  (13+ messages)
` [RFC PATCH v1 25/31] ARC: [plat-arcfpga] Hooking up platform to ARC UART
    ` early init dt for earlyprintk (was Re: [RFC PATCH v1 25/31] ARC: [plat-arcfpga] Hooking up platform to ARC UART)
` [RFC PATCH v1 14/31] ARC: syscall support

[PATCH] iomux-mx25: add UART3 and UART5 PAD macros
 2013-01-16 19:07 UTC 

architecture problems with SPARSEMEM and page iteration functions
 2013-01-16 16:09 UTC 

[RFC Patch v1 45/55] ARC: unaligned access emulation
 2013-01-15 22:03 UTC  (5+ messages)
` [RESEND PATCH] Convert PARISC sysctl to be generic
  ` [RESEND PATCH] sysctl: Enable PARISC "unaligned-trap" to be used cross-arch

arm64: Request to add error code
 2013-01-15 19:27 UTC  (3+ messages)

[PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
 2013-01-15 16:56 UTC  (9+ messages)
` [PATCH 2/9] blackfin: "
  ` [uclinux-dist-devel] "
` [PATCH 3/9] c6x: "
  ` [Linux-c6x-dev] "

[PATCH] consolidate per-arch stack overflow debugging options
 2013-01-14 17:11 UTC  (3+ messages)

[PATCH v3 00/44] Meta Linux Kernel Port
 2013-01-14 10:54 UTC  (7+ messages)
` [PATCH v3 43/44] tty/metag_da: Add metag DA TTY driver


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