linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-12 23:38:42 to 2012-03-15 21:00:05 UTC [more...]

[RFC][PATCH 00/38] Disintegrate and kill asm/system.h [ver #3]
 2012-03-15 21:00 UTC  (48+ messages)
` [PATCH 01/38] ARM: Fix missing linux/types.h #inclusion in asm/hardware/iop3xx.h "
` [PATCH 02/38] Disintegrate asm/system.h for X86 "
` [PATCH 03/38] Disintegrate asm/system.h for Alpha "
` [PATCH 04/38] ARM: move CP15 definitions to separate header file "
` [PATCH 05/38] Disintegrate asm/system.h for ARM "
` [PATCH 06/38] Disintegrate asm/system.h for AVR32 "
` [PATCH 07/38] Disintegrate asm/system.h for Blackfin "
` [PATCH 08/38] Fix c6x's entry.S "
` [PATCH 09/38] Disintegrate asm/system.h for C6X "
` [PATCH 10/38] Disintegrate asm/system.h for CRIS "
` [PATCH 11/38] Disintegrate asm/system.h for FRV "
` [PATCH 12/38] Disintegrate asm/system.h for H8300 "
` [PATCH 13/38] Disintegrate asm/system.h for Hexagon "
` [PATCH 14/38] Disintegrate asm/system.h for IA64 "
` [PATCH 15/38] Disintegrate asm/system.h for M32R "
` [PATCH 16/38] Disintegrate asm/system.h for M68K "
` [PATCH 17/38] Disintegrate asm/system.h for Microblaze "
` [PATCH 18/38] Disintegrate asm/system.h for MIPS "
` [PATCH 19/38] Disintegrate asm/system.h for MN10300 "
` [PATCH 20/38] Disintegrate asm/system.h for PA-RISC "
` [PATCH 21/38] Disintegrate asm/system.h for PowerPC "
` [PATCH 22/38] Disintegrate asm/system.h for S390 "
` [PATCH 23/38] Disintegrate asm/system.h for Score "
` [PATCH 24/38] Disintegrate asm/system.h for SH "
` [PATCH 25/38] Disintegrate asm/system.h for Sparc "
` [PATCH 26/38] Disintegrate asm/system.h for Tile "
` [PATCH 27/38] Disintegrate asm/system.h for Unicore32 "
` [PATCH 28/38] Disintegrate asm/system.h for Xtensa "
` [PATCH 29/38] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h "
` [PATCH 30/38] Create asm-generic/barrier.h "
` [PATCH 31/38] Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h "

[PATCH v14 01/13] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
 2012-03-15 20:31 UTC  (32+ messages)
` [PATCH v14 06/13] seccomp: add system call filtering using BPF
    ` [kernel-hardening] "
` [PATCH v14 10/13] ptrace,seccomp: Add PTRACE_SECCOMP support
    ` [kernel-hardening] "
      `  "
    ` [PATCH v16 11/13] "

[RFC][PATCH 00/35] Disintegrate and kill asm/system.h [ver #2]
 2012-03-15 20:18 UTC  (92+ messages)
` [PATCH 05/35] Disintegrate asm/system.h for Blackfin "
` [PATCH 06/35] Disintegrate asm/system.h for C6X "
    ` [Linux-c6x-dev] "
` [PATCH 07/35] Disintegrate asm/system.h for CRIS "
` [PATCH 10/35] Disintegrate asm/system.h for Hexagon "
` [PATCH 12/35] Disintegrate asm/system.h for M32R "
` [PATCH 13/35] Disintegrate asm/system.h for M68K "
` [PATCH 15/35] Disintegrate asm/system.h for MIPS "
` [PATCH 16/35] Disintegrate asm/system.h for MN10300 "
` [PATCH 17/35] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h "
    ` [ORLinux] "
` [PATCH 18/35] Create asm-generic/barrier.h "
` [PATCH 19/35] Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h "
` [PATCH 20/35] Split the switch_to() wrapper out of asm-generic/system.h "
` [PATCH 21/35] Split arch_align_stack() out from "
` [PATCH 22/35] Disintegrate asm/system.h for OpenRISC "
` [PATCH 23/35] Disintegrate asm/system.h for PA-RISC "
` [PATCH 24/35] Disintegrate asm/system.h for PowerPC "
` [PATCH 25/35] Disintegrate asm/system.h for S390 "
` [PATCH 26/35] Disintegrate asm/system.h for Score "
` [PATCH 27/35] Disintegrate asm/system.h for SH "
` [PATCH 28/35] Disintegrate asm/system.h for Sparc "
` [PATCH 29/35] Disintegrate asm/system.h for Tile "
` [PATCH 30/35] Disintegrate asm/system.h for Unicore32 "
` [PATCH 31/35] Disintegrate asm/system.h for Xtensa "
` [PATCH 32/35] Move all declarations of free_initmem() to linux/mm.h "
` [PATCH 33/35] Disintegrate asm/system.h on all arches "
` [PATCH 34/35] Remove all #inclusions of asm/system.h "
` [PATCH 35/35] Delete all instances "

[PATCH v15 00/13] seccomp_filter: syscall filtering using BPF
 2012-03-15 14:40 UTC  (32+ messages)
` [PATCH v15 01/13] sk_run_filter: add BPF_S_ANC_SECCOMP_LD_W
` [PATCH v15 02/13] net/compat.c,linux/filter.h: share compat_sock_fprog
` [PATCH v15 03/13] seccomp: kill the seccomp_t typedef
` [PATCH v15 04/13] arch/x86: add syscall_get_arch to syscall.h
` [PATCH v15 05/13] asm/syscall.h: add syscall_get_arch
` [PATCH v15 06/13] seccomp: add system call filtering using BPF
` [PATCH v15 07/13] seccomp: remove duplicated failure logging
` [PATCH v15 08/13] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v15 09/13] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v15 10/13] seccomp: Add SECCOMP_RET_TRAP
` [PATCH v15 11/13] ptrace,seccomp: Add PTRACE_SECCOMP support
` [PATCH v15 12/13] x86: Enable HAVE_ARCH_SECCOMP_FILTER
` [PATCH v15 13/13] Documentation: prctl/seccomp_filter

[PATCH 0/4 V16] Avoid soft lockup message when KVM is stopped by host
 2012-03-15 13:17 UTC  (7+ messages)
` [PATCH 2/4 V16] Add functions to check if the host has stopped the vm

[PATCH 22/29] Disintegrate asm/system.h for S390
 2012-03-12 23:40 UTC  (5+ messages)
` [RFC][PATCH 00/29] Disintegrate and kill asm/system.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).