linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-12 21:48:02 to 2012-04-24 16:47:59 UTC [more...]

[patch 00/18] SMP: Boot and CPU hotplug refactoring - Part 1
 2012-04-24 16:47 UTC  (71+ messages)
` [patch 01/18] m32r: Remove pointless function prototypes
` [patch 02/18] smp: Add task_struct argument to __cpu_up()
` [patch 03/18] smp: Add generic smpboot facility
` [patch 04/18] smp: Provide generic idle thread allocation
` [patch 05/18] x86: Add task_struct argument to smp_ops.cpu_up
` [patch 06/18] x86: Use generic idle thread allocation
` [patch 07/18] powerpc: "
` [patch 08/18] ia64: "
` [patch 09/18] arm: "
` [patch 11/18] hexagon: "
` [patch 10/18] mips: "
` [patch 12/18] s390: "
` [patch 13/18] blackfin: "
` [patch 14/18] cris: "
` [patch 15/18] sh: "
` [patch 16/18] alpha: "
` [patch 17/18] parisc: "
` [patch 18/18] sparc: "

[RFC][PATCH 0/3] gcc work-around and math128
 2012-04-24 16:36 UTC  (9+ messages)
` [RFC][PATCH 1/3] kernel,sched,time: Clean up gcc work-arounds
` [RFC][PATCH 2/3] math128: Introduce {mult,add,cmp}_u128
` [RFC][PATCH 3/3] math128, x86_64: Implement {mult,add}_u128 in 64bit asm

[RFC] TIF_NOTIFY_RESUME, arch/*/*/*signal*.c and all such
 2012-04-24  7:26 UTC  (4+ messages)

[PATCH] Move most arches to asm-generic/current.h
 2012-04-24  3:30 UTC  (2+ messages)

[PATCH] C6X: change main arch kbuild symbol
 2012-04-23 15:33 UTC  (2+ messages)

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-04-23 10:42 UTC  (18+ messages)
` [PATCHv9 01/10] common: add dma_mmap_from_coherent() function
` [PATCHv9 02/10] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv9 03/10] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
` [PATCHv9 04/10] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv9 05/10] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv9 06/10] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv9 07/10] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv9 08/10] ARM: dma-mapping: remove redundant code and cleanup
  ` [PATCHv9 09/10] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv9 10/10] ARM: dma-mapping: add support for IOMMU mapper
  ` [Linaro-mm-sig] "

[RFC] move link of vmlinux to a script
 2012-04-23  5:10 UTC  (5+ messages)

[PATCH v6 0/6] task_work_add: generic process-context callbacks
 2012-04-20  8:48 UTC  (17+ messages)
` [PATCH v6 1/6] "
` [PATCH v6 2/6] genirq: reimplement exit_irq_thread() hook via task_work_add()
` [PATCH v6 3/6] hexagon: do_notify_resume() needs tracehook_notify_resume()
` [PATCH v6 4/6] keys: change keyctl_session_to_parent() to use task_work_add()
` [PATCH v6 5/6] keys: kill the dummy key_replace_session_keyring()
` [PATCH v6 6/6] keys: kill task_struct->replacement_session_keyring

[PATCH 00/10] Hexagon cleanup and misc patches
 2012-04-18 23:57 UTC  (4+ messages)

[PATCHv8 00/10] ARM: DMA-mapping framework redesign
 2012-04-18  7:14 UTC  (3+ messages)

[PATCH v18 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
 2012-04-18  2:53 UTC  (54+ messages)
` [PATCH v18 02/15] Fix execve behavior apparmor for PR_{GET,SET}_NO_NEW_PRIVS
` [PATCH v18 03/15] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
` [PATCH v18 04/15] net/compat.c,linux/filter.h: share compat_sock_fprog
` [PATCH v18 05/15] seccomp: kill the seccomp_t typedef
` [PATCH v18 06/15] asm/syscall.h: add syscall_get_arch
` [PATCH v18 07/15] arch/x86: add syscall_get_arch to syscall.h
` [PATCH v18 08/15] seccomp: add system call filtering using BPF
` [PATCH v18 09/15] seccomp: remove duplicated failure logging
` [PATCH v18 10/15] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v18 11/15] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v18 12/15] seccomp: Add SECCOMP_RET_TRAP
` [PATCH v18 13/15] ptrace,seccomp: Add PTRACE_SECCOMP support
` [PATCH v18 14/15] x86: Enable HAVE_ARCH_SECCOMP_FILTER
` [PATCH v18 15/15] Documentation: prctl/seccomp_filter

[PATCH 10/10] hexagon: add missing cpu.h include
 2012-04-12 20:57 UTC  (2+ messages)

[PATCH 05/10] hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault
 2012-03-20 13:23 UTC  (2+ messages)

[PATCH 08/10] hexagon: use renamed tick_nohz_idle_* functions
 2012-03-07 21:27 UTC 

[PATCH 04/10] arch/hexagon/kernel/dma.c: make function static
 2012-01-24 13:31 UTC  (2+ messages)

[PATCH 03/10] Remove unneeded include of version.h from arch/hexagon/include/asm/spinlock_types.h
 2011-11-20 20:59 UTC 

[PATCH 07/10] Hexagon: misc compile warning/error cleanup due to missing headers
 2011-11-15 22:58 UTC  (2+ messages)

[PATCH 06/10] various Kconfig cleanup and old platform build code removal
 2011-11-15 22:31 UTC  (2+ messages)

[PATCH 02/10] hexagon: drop selects of bogus Kconfig symbols
 2011-11-10 20:07 UTC  (2+ messages)

[PATCH 01/10] Hexagon: Use resource_size function
 2011-11-08 18:49 UTC  (2+ messages)

[PATCH] gpiolib/arches: Centralise bolierplate asm/gpio.h
 2012-04-17 18:49 UTC  (11+ messages)
    ` [ORLinux] "

[PATCH v17 00/15] seccomp_filter: BPF-based syscall filtering
 2012-04-16 19:11 UTC  (8+ messages)
` [PATCH v17 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs


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