linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-16 20:19:16 to 2012-02-21 23:13:37 UTC [more...]

[PATCH v10 01/11] sk_run_filter: add support for custom load_pointer
 2012-02-21 23:12 UTC  (33+ messages)
` [PATCH v10 02/11] seccomp: kill the seccomp_t typedef
` [PATCH v10 03/11] asm/syscall.h: add syscall_get_arch
    ` [PATCH v11 "
` [PATCH v10 04/11] arch/x86: add syscall_get_arch to syscall.h
` [PATCH v10 05/11] seccomp: add system call filtering using BPF
` [PATCH v10 06/11] seccomp: add SECCOMP_RET_ERRNO
` [PATCH v10 07/11] signal, x86: add SIGSYS info and make it synchronous
` [PATCH v10 08/11] seccomp: Add SECCOMP_RET_TRAP
` [PATCH v10 09/11] ptrace,seccomp: Add PTRACE_SECCOMP support
` [PATCH v10 10/11] x86: Enable HAVE_ARCH_SECCOMP_FILTER
` [PATCH v10 11/11] Documentation: prctl/seccomp_filter

[PATCH 00/30] RFC: x32 support
 2012-02-21 19:56 UTC  (71+ messages)
` [PATCH 01/30] x86: Factor out TIF_IA32 from 32-bit address space
` [PATCH 02/30] x86-64: Use explicit sizes in sigcontext.h, prepare for x32
` [PATCH 03/30] sysinfo: Move struct sysinfo to a separate header file
` [PATCH 04/30] posix_types: Introduce __kernel_[u]long_t
` [PATCH 05/30] x32: Create posix_types_x32.h
` [PATCH 06/30] sysinfo: Use explicit types in <linux/sysinfo.h>
` [PATCH 07/30] compat: Introduce COMPAT_USE_64BIT_TIME
` [PATCH 08/30] compat: Use COMPAT_USE_64BIT_TIME in the lp driver
    ` [PATCH 0/7] COMPAT_USE_64BIT_TIME v2
      ` [PATCH 1/7] compat: Introduce COMPAT_USE_64BIT_TIME
      ` [PATCH 2/7] compat: Add helper functions to read/write struct timeval, timespec
      ` [PATCH 3/7] compat: Handle COMPAT_USE_64BIT_TIME in the lp driver
      ` [PATCH 4/7] compat: Use COMPAT_USE_64BIT_TIME in the input subsystem
      ` [PATCH 5/7] compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem
      ` [PATCH 6/7] compat: Use COMPAT_USE_64BIT_TIME in net/compat.c
      ` [PATCH 7/7] compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c
` [PATCH 09/30] compat: Use COMPAT_USE_64BIT_TIME in the input subsystem
` [PATCH 10/30] compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem
` [PATCH 11/30] aio: Use __kernel_ulong_t to define aio_context_t
` [PATCH 12/30] compat: Create compat_sys_p{read,write}v64
` [PATCH 13/30] elf: Allow core dump-related fields to be overridden
` [PATCH 14/30] x86-64: Add prototype for old_rsp to a header file
` [PATCH 15/30] x32: Add a thread flag for x32 processes
` [PATCH 16/30] x86-64, ia32: Drop sys32_rt_sigprocmask
` [PATCH 17/30] x32: Add x32 system calls to syscall/syscall_64.tbl
` [PATCH 18/30] x32: Generate <asm/unistd_x32.h>
` [PATCH 19/30] x32: Generate <asm/unistd_64_x32.h>
` [PATCH 20/30] x86: Move some signal-handling definitions to a common header
` [PATCH 21/30] x32: Export setup/restore_sigcontext from signal.c
` [PATCH 22/30] x32: Add struct ucontext_x32
` [PATCH 23/30] x32: Add rt_sigframe_x32
` [PATCH 24/30] x32: Handle the x32 system call flag
` [PATCH 25/30] x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>
` [PATCH 26/30] x32: Signal-related system calls
` [PATCH 27/30] x32: Handle process creation
` [PATCH 28/30] x32: If configured, add x32 system calls to system call tables
` [PATCH 29/30] x32: Allow x32 to be configured
` [PATCH 30/30] x32: Add x32 VDSO support

> 6 kernel arguments?
 2012-02-21 18:06 UTC 

[PATCH v8 1/8] sk_run_filter: add support for custom load_pointer
 2012-02-21 17:31 UTC  (79+ messages)
` [PATCH v8 2/8] seccomp: kill the seccomp_t typedef
` [PATCH v8 3/8] seccomp: add system call filtering using BPF
    ` [kernel-hardening] "
` [PATCH v8 5/8] seccomp: Add SECCOMP_RET_TRAP
      ` [PATCH v9 "
        ` [PATCH v9 8/8] Documentation: prctl/seccomp_filter
` [PATCH v8 6/8] ptrace,seccomp: Add PTRACE_SECCOMP support

[PATCH 1/2] Adjust the comment on get_order() to describe the size==0 case
 2012-02-20 22:39 UTC  (3+ messages)
` [PATCH 2/2] Optimise get_order()

[PATCH 2/3] Adjust the comment on get_order() to describe the size==0 case
 2012-02-20 21:22 UTC  (6+ messages)
` [PATCH 1/3] X86_64: Optimise fls(), ffs() and fls64()

[PATCH 15/21] powerpc: Use generic posix_types.h
 2012-02-20 21:12 UTC  (10+ messages)
` [PATCH 00/21] RFC: Make all arches use <asm-generic/posix_types.h>
  ` [PATCH 11/21] m68k: Use generic posix_types.h
  ` [PATCH 13/21] mn10300: "
  ` [PATCH 07/21] frv: "

[PATCH 0/4 V15] Avoid soft lockup message when KVM is stopped by host
 2012-02-20  2:22 UTC  (8+ messages)
` [PATCH 1/4 V15] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V15] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V15] Add ioctl for KVM_KVMCLOCK_CTRL
` [PATCH 4/4 V15] Add check for suspended vm in softlockup detector

[PATCH 0/4 V14] Avoid soft lockup message when KVM is stopped by host
 2012-02-18 10:30 UTC  (7+ messages)
` [PATCH 3/4 V13] Add ioctl for KVM_KVMCLOCK_CTRL
` [PATCH 4/4 V14] Add check for suspended vm in softlockup detector

[PATCH 07/21] frv: Use generic posix_types.h
 2012-02-08  5:08 UTC 

[PATCH 13/21] mn10300: Use generic posix_types.h
 2012-02-08  5:08 UTC 


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