linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-10 12:51:55 to 2012-04-20 13:05:54 UTC [more...]

[patch 00/18] SMP: Boot and CPU hotplug refactoring - Part 1
 2012-04-20 13:05 UTC  (20+ 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 15/18] sh: "

[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

[PATCHv9 00/10] ARM: DMA-mapping framework redesign
 2012-04-20  1:51 UTC  (17+ 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] "

[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  (25+ messages)
` [PATCHv8 03/10] ARM: dma-mapping: introduce ARM_DMA_ERROR constant
` [PATCHv8 04/10] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv8 05/10] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv8 07/10] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv8 10/10] ARM: dma-mapping: add support for IOMMU mapper

[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  (27+ messages)
` [PATCH v17 01/15] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
` [PATCH v17 08/15] seccomp: add system call filtering using BPF

[PATCH/RFC] ARM: Exynos4: Integrate IOMMU aware DMA-mapping
 2012-04-12 12:38 UTC  (12+ messages)
` [PATCH] ARM: Exynos4: integrate SYSMMU driver with DMA-mapping interface

[PATCH v15 00/13] seccomp_filter: syscall filtering using BPF
 2012-04-11 15:41 UTC  (11+ messages)
` [PATCH v15 04/13] arch/x86: add syscall_get_arch to syscall.h

x86: faster strncpy_from_user()
 2012-04-11  8:22 UTC  (15+ messages)

[PATCH v17 15/15] Documentation: prctl/seccomp_filter
 2012-04-10 17:49 UTC  (3+ 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).