linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-30 06:24:27 to 2012-11-07 09:59:28 UTC [more...]

[RFC Patch v1 00/31] Synopsys ARC Linux kernel Port
 2012-11-07  9:47 UTC  (60+ messages)
` [RFC PATCH v1 01/31] ARC: Generic Headers
` [RFC PATCH v1 02/31] ARC: irqflags
` [RFC PATCH v1 03/31] ARC: atomic/bitops/cmpxchg/barriers
` [RFC PATCH v1 04/31] asm-generic headers: uaccess.h to conditionally define segment_eq()
` [RFC PATCH v1 05/31] ARC: uaccess friends
` [RFC PATCH v1 06/31] asm-generic headers: Allow yet more arch overrides in checksum.h
` [RFC PATCH v1 07/31] ARC: checksum/byteorder/swab routines
` [RFC PATCH v1 08/31] ARC: Fundamental ARCH data-types/defines
` [RFC PATCH v1 09/31] ARC: spinlock/rwlock/mutex primitives
` [RFC PATCH v1 10/31] ARC: string library
` [RFC PATCH v1 11/31] ARC: Low level IRQ/Trap/Exception(non-MMU) Handling
` [RFC PATCH v1 12/31] ARC: Interrupt Handling
` [RFC PATCH v1 13/31] ARC: Non-MMU Exception Handling
` [RFC PATCH v1 14/31] ARC: syscall support
` [RFC PATCH v1 15/31] ARC: Process/scheduling/clock/Timers/Delay Management
` [RFC PATCH v1 16/31] ARC: Signal handling
` [RFC PATCH v1 17/31] ARC: Cache Flush Management
` [RFC PATCH v1 18/31] ARC: Page Table Management
` [RFC PATCH v1 19/31] ARC: MMU Context Management
` [RFC PATCH v1 20/31] ARC: MMU Exception Handling
` [RFC PATCH v1 21/31] ARC: TLB flush Handling
` [RFC PATCH v1 22/31] ARC: Page Fault handling (incl uaccess fixup)
` [RFC PATCH v1 23/31] ARC: I/O and DMA Mappings
` [RFC PATCH v1 24/31] ARC: startup #1: low-level, setup_arch(), /proc/cpuinfo, mem init
` [RFC PATCH v1 25/31] ARC: [plat-arcfpga] Hooking up platform to ARC UART
` [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script
` [RFC PATCH v1 27/31] ARC: Last bits (stubs) to get to a running kernel with UART
` [RFC PATCH v1 28/31] ARC: split ret_from_fork, simplify kernel_thread()
` [RFC PATCH v1 29/31] ARC: switch to generic kernel_thread()
` [RFC PATCH v1 30/31] ARC: switch to generic kernel_execve() and sys_execve()
` [RFC PATCH v1 31/31] ARC: [plat-arcfpga] defconfig

tools, perf: Fix up for x86 UAPI disintegration
 2012-11-07  8:55 UTC  (5+ messages)

[PATCH] mm: memmap_init_zone() performance improvement
 2012-11-06 16:03 UTC  (14+ messages)
            ` [PATCH v2] "

Business Relationship
 2012-11-05 18:25 UTC 

[RFC PATCH] Use __builtin_bswap32() et al where available
 2012-11-05 14:02 UTC 

[v2 PATCH 1/2] Add new uio device for dynamic memory allocation
 2012-11-05  2:34 UTC  (3+ messages)

[RFC PATCH v1 00/40] Meta Linux Kernel Port
 2012-11-02 17:01 UTC  (69+ messages)
` [RFC PATCH v1 01/40] asm-generic/io.h: remove asm/cacheflush.h include
` [RFC PATCH v1 02/40] asm-generic/unistd.h: handle symbol prefixes in cond_syscall
` [RFC PATCH v1 03/40] Add CONFIG_HAVE_64BIT_ALIGNED_STRUCT for taskstats
` [RFC PATCH v1 04/40] trace/ring_buffer: handle 64bit aligned structs
` [RFC PATCH v1 05/40] Revert some of "binfmt_elf: cleanups"
` [RFC PATCH v1 06/40] of/vendor-prefixes: add Imagination Technologies
` [RFC PATCH v1 07/40] metag: Add MAINTAINERS entry
` [RFC PATCH v1 08/40] metag: Boot
` [RFC PATCH v1 11/40] metag: Signal handling
` [RFC PATCH v1 12/40] metag: Build infrastructure
` [RFC PATCH v1 13/40] metag: Device tree
` [RFC PATCH v1 14/40] metag: Ptrace
` [RFC PATCH v1 15/40] metag: Time keeping
` [RFC PATCH v1 16/40] metag: Traps
` [RFC PATCH v1 17/40] metag: IRQ handling
` [RFC PATCH v1 18/40] metag: System Calls
` [RFC PATCH v1 19/40] metag: Scheduling/Process management
` [RFC PATCH v1 20/40] metag: Module support
` [RFC PATCH v1 21/40] metag: Atomics, locks and bitops
` [RFC PATCH v1 22/40] metag: Basic documentation
` [RFC PATCH v1 23/40] metag: SMP support
` [RFC PATCH v1 24/40] metag: DMA
` [RFC PATCH v1 25/40] metag: optimised library functions
` [RFC PATCH v1 26/40] metag: Stack unwinding
` [RFC PATCH v1 27/40] metag: various other headers
` [RFC PATCH v1 28/40] metag: Perf
` [RFC PATCH v1 29/40] metag: ftrace support
` [RFC PATCH v1 30/40] scripts/checkstack.pl: Add metag support
` [RFC PATCH v1 31/40] char: don't build rtc or genrtc on METAG
` [RFC PATCH v1 32/40] i8042: don't build "
` [RFC PATCH v1 33/40] parport: "
` [RFC PATCH v1 34/40] musb: don't redefine {read,write}s{l,w,b} on metag
` [RFC PATCH v1 35/40] vga console: don't build on METAG
` [RFC PATCH v1 36/40] metag: OProfile
` [RFC PATCH v1 37/40] metag: Various sysfs drivers
` [RFC PATCH v1 38/40] metag: add JTAG Debug Adapter (DA) support
` [RFC PATCH v1 39/40] tty/metag_da: add metag DA TTY driver
` [RFC PATCH v1 40/40] fs: dafs: Add DAFS filesystem for metag

[PATCH V5 1/2] kbuild: centralize .dts->.dtb rule
 2012-11-02 15:00 UTC  (8+ messages)
` [PATCH V5 2/2] kbuild: run the pre-processor on *.dts files

[balbi-usb:xceiv 3/3] drivers/usb/phy/rcar-phy.c:75:3: error: implicit declaration of function 'iowrite32'
 2012-11-02 10:05 UTC  (15+ messages)

[PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
 2012-11-01 14:56 UTC  (11+ messages)
` [PATCH 2/5] asm-generic/mmu.h: Add support for FDPIC
` [PATCH 3/5] h8300: Use generic asm/mmu.h
` [PATCH 4/5] c6x: "
` [PATCH 5/5] xtensa: Use generic asm/mmu.h for nommu

[GIT PULL] User API Disintegrate: Preparatory patches
 2012-11-01 10:41 UTC  (5+ messages)
    ` UAPI for new arches (was Re: [GIT PULL] User API Disintegrate: Preparatory patches)

[PATCH v3 00/11] m68k: use asm-generic headers when possible
 2012-10-30  6:24 UTC  (20+ messages)
` [PATCH v3 01/11] m68k: switch to using the asm-generic hw_irq.h
` [PATCH v3 02/11] m68k: switch to using the asm-generic spinlock.h
` [PATCH v3 03/11] m68k: switch to using the asm-generic shmparam.h
` [PATCH v3 04/11] m68k: switch to using the asm-generic auxvec.h
` [PATCH v3 05/11] m68k: switch to using the asm-generic msgbuf.h
` [PATCH v3 06/11] m68k: switch to using the asm-generic sembuf.h
` [PATCH v3 07/11] m68k: switch to using the asm-generic shmbuf.h
` [PATCH v3 08/11] m68k: switch to using the asm-generic socket.h
` [PATCH v3 09/11] m68k: switch to using the asm-generic sockios.h
` [PATCH v3 10/11] m68k: switch to using the asm-generic termbits.h
` [PATCH v3 11/11] m68k: switch to using the asm-generic termios.h


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