linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-16 06:37:50 to 2012-12-05 16:09:20 UTC [more...]

[PATCH v2 00/44] Meta Linux Kernel Port
 2012-12-05 16:09 UTC  (44+ messages)
` [PATCH v2 01/44] asm-generic/io.h: remove asm/cacheflush.h include
` [PATCH v2 02/44] asm-generic/unistd.h: handle symbol prefixes in cond_syscall
` [PATCH v2 03/44] Add CONFIG_HAVE_64BIT_ALIGNED_STRUCT for taskstats
` [PATCH v2 04/44] trace/ring_buffer: handle 64bit aligned structs
` [PATCH v2 05/44] Revert some of "binfmt_elf: cleanups"
  ` [PATCH v2 06/44] of/vendor-prefixes: add Imagination Technologies
` [PATCH v2 07/44] metag: Add MAINTAINERS entry
` [PATCH v2 08/44] metag: Headers for core arch constants
` [PATCH v2 09/44] metag: Header for core memory mapped registers
` [PATCH v2 10/44] metag: Boot
` [PATCH v2 11/44] metag; TBX header
` [PATCH v2 12/44] metag: TBX source
` [PATCH v2 13/44] metag: Cache/TLB handling
` [PATCH v2 14/44] metag: Memory management
` [PATCH v2 15/44] metag: Memory handling
` [PATCH v2 16/44] metag: Huge TLB
` [PATCH v2 18/44] metag: TCM support
` [PATCH v2 19/44] metag: Signal handling
` [PATCH v2 20/44] metag: Device tree
` [PATCH v2 21/44] metag: ptrace
` [PATCH v2 23/44] metag: Traps
` [PATCH v2 24/44] metag: IRQ handling
` [PATCH v2 25/44] metag: System Calls
` [PATCH v2 26/44] metag: Scheduling/Process management
` [PATCH v2 28/44] metag: Atomics, locks and bitops
` [PATCH v2 29/44] metag: Basic documentation
` [PATCH v2 30/44] metag: SMP support
` [PATCH v2 31/44] metag: DMA
` [PATCH v2 32/44] metag: Optimised library functions
` [PATCH v2 33/44] metag: Stack unwinding
` [PATCH v2 34/44] metag: Various other headers
` [PATCH v2 36/44] Add metag to various Kconfig dependency lists
` [PATCH v2 37/44] metag: Build infrastructure
` [PATCH v2 38/44] metag: Perf
` [PATCH v2 39/44] metag: ftrace support
` [PATCH v2 40/44] scripts/checkstack.pl: Add metag support
` [PATCH v2 41/44] metag: OProfile
` [PATCH v2 43/44] tty/metag_da: Add metag DA TTY driver

[PATCH 0/4] Use compiler intrinsics for byteswapping
 2012-12-04 14:32 UTC  (7+ messages)
` [PATCH 1/4] byteorder: allow arch to opt to use GCC "
` [PATCH 2/4] powerpc: enable ARCH_USE_BUILTIN_BSWAP
` [PATCH 3/4] x86: "
` [PATCH 4/4] x86: add CONFIG_X86_MOVBE option

[PATCH 1/5] asm-generic/mmu.h: Remove unused vmlist field from mm_context_t
 2012-12-04  7:58 UTC  (8+ messages)
` [PATCH 5/5] xtensa: Use generic asm/mmu.h for nommu

new execve/kernel_thread design
 2012-12-04  3:03 UTC  (25+ messages)
              ` sigaltstack fun (was Re: new execve/kernel_thread design)
                  ` sigaltstack fun

[PATCH V7 1/7] kbuild: centralize .dts->.dtb rule
 2012-12-03 17:27 UTC  (27+ messages)
` [PATCH V7 2/7] ARM: dt: change .dtb build rules to build in dts directory
` [PATCH V7 3/7] arm64: use new common dtc rule
` [PATCH V7 4/7] openrisc: "
` [PATCH V7 5/7] c6x: "
` [PATCH V7 6/7] microblaze: "
` [PATCH V7 7/7] xtensa: "

What's the deal with the different boot command lines?
 2012-12-03 17:08 UTC 

(unknown),
 2012-12-03  6:49 UTC 

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

[GIT PULL 0/8] perf/urgent fixes
 2012-12-01 11:05 UTC  (8+ messages)
` [PATCH 7/8] perf kvm: Rename perf_kvm to perf_kvm_stat
` [PATCH 8/8] perf kvm: Fix building perf kvm on non x86 arches

[PATCH V3 00/11] ARM: delete struct sys_timer
 2012-11-26 21:26 UTC  (32+ messages)
` [PATCH V3 01/11] cris: move usec/nsec conversion to do_slow_gettimeoffset
` [PATCH V3 02/11] time: convert arch_gettimeoffset to a pointer
` [PATCH V3 03/11] m68k: set arch_gettimeoffset directly
` [PATCH V3 04/11] ARM: "
` [PATCH V3 05/11] ARM: at91: convert timer suspend/resume to clock_event_device
` [PATCH V3 06/11] ARM: pxa: "
` [PATCH V3 07/11] ARM: sa1100: "
` [PATCH V3 08/11] ARM: ux500: "
` [PATCH V3 09/11] ARM: samsung: register syscore_ops for timer resume directly
` [PATCH V3 10/11] ARM: remove struct sys_timer suspend and resume fields
` [PATCH V3 11/11] ARM: delete struct sys_timer

Onze Ref: G20/CT/GA12
 2012-11-23 12:11 UTC 

[RFC PATCH v1 00/40] Meta Linux Kernel Port
 2012-11-23 16:47 UTC  (27+ messages)
` [RFC PATCH v1 12/40] metag: Build infrastructure
` [RFC PATCH v1 17/40] metag: IRQ handling
` [RFC PATCH v1 18/40] metag: System Calls
` [RFC PATCH v1 24/40] metag: DMA
` [RFC PATCH v1 32/40] i8042: don't build on METAG

[PATCH 022/493] ARM: remove CONFIG_HOTPLUG ifdefs
 2012-11-21 18:35 UTC  (5+ messages)
` [PATCH 291/493] asm-generic: remove use of __devinit

[PATCH V5 1/2] kbuild: centralize .dts->.dtb rule
 2012-11-20 22:00 UTC  (6+ messages)

[PATCH] UAPI: Strip the _UAPI prefix from header guards during header installation
 2012-11-20 21:10 UTC  (3+ messages)

[PATCH 0/2] RFC only - allow arches to over-ride unit sized user copies
 2012-11-20 15:55 UTC  (7+ messages)
` [PATCH 1/2] asm-generic: uaccess: allow arch to over-ride __get_user_fn()
` [PATCH 2/2] ARC: provide optimal __get_user_fn()

[RFC Patch v1 00/31] Synopsys ARC Linux kernel Port
 2012-11-20 14:17 UTC  (12+ messages)
` [RFC PATCH v1 26/31] ARC: Build system: Makefiles, Kconfig, Linker script
` [RFC PATCH v1 30/31] ARC: switch to generic kernel_execve() and sys_execve()

[GIT PULL] UAPI: perf fixes on top of perf/urgent
 2012-11-19 22:45 UTC 

[PATCH 2/2] perf kvm: fix building perf kvm on PowerPC
 2012-11-19 22:22 UTC  (10+ messages)
` [GIT PULL] UAPI: perf fixes
          ` [PATCH 1/2] perf kvm: rename perf_kvm to perf_kvm_stat

[PATCH RFT RESEND linux-next] openrisc: dma-mapping: support debug_dma_mapping_error
 2012-11-19 16:28 UTC  (2+ messages)

Williams
 2012-11-16 12:56 UTC 

[next:akpm 205/376] mm/huge_memory.c:716:2: error: implicit declaration of function 'pfn_pmd'
 2012-11-16  9:52 UTC  (2+ 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).