linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-14 17:59:47 to 2012-02-20 21:12:10 UTC [more...]

[PATCH 21/21] posix_types: Remove fd_set macros
 2012-02-20 21:12 UTC  (26+ messages)
  ` [PATCH 00/21] RFC: Make all arches use <asm-generic/posix_types.h>
    ` [PATCH 11/21] m68k: Use generic posix_types.h
    ` [PATCH 20/21] xtensa: "
    ` [PATCH 13/21] mn10300: "
    ` [PATCH 15/21] powerpc: "
    ` [PATCH 0/3] Eliminating __FD_*() functions from the kernel
      ` [PATCH 1/3] Wrap accesses to the fd_sets in struct fdtable
      ` [PATCH 2/3] Replace the fd_sets in struct fdtable with an array of unsigned longs
      ` [PATCH 3/3] Delete the __FD_*() funcs for operating on fd_set from linux/time.h

[PATCH 00/30] RFC: x32 support
 2012-02-20 20:44 UTC  (52+ 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

[PATCH v8 1/8] sk_run_filter: add support for custom load_pointer
 2012-02-20  2:55 UTC  (89+ 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 4/8] seccomp: add SECCOMP_RET_ERRNO
` [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 v8 7/8] x86: Enable HAVE_ARCH_SECCOMP_FILTER
` [PATCH v8 8/8] Documentation: prctl/seccomp_filter

[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  (11+ messages)
` [PATCH 1/4 V14] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4 V14] Add functions to check if the host has stopped the vm
` [PATCH 3/4 V13] Add ioctl for KVM_KVMCLOCK_CTRL
` [PATCH 4/4 V14] Add check for suspended vm in softlockup detector

[RFC PATCH v2] compat: poll() in 32-bit applications does not handle negative timeout values properly on 64-bit kernels
 2012-02-16 16:22 UTC  (3+ messages)

[PATCH 0/4 V13] Avoid soft lockup message when KVM is stopped by host
 2012-02-16 14:11 UTC  (9+ messages)
` [PATCH 3/4 V13] Add ioctl for KVM_KVMCLOCK_CTRL

[PATCH 20/40] mn10300: Use set_current_blocked() and block_sigmask()
 2012-02-16  9:28 UTC  (26+ messages)
  ` [PATCH 00/40] arch: "
    ` [PATCH 06/40] blackfin: Use "
    ` [PATCH 08/40] cris: "
    ` [PATCH 21/40] OpenRISC: Don't reimplement force_sigsegv()
    ` [PATCH 32/40] sparc: Use block_sigmask()

[PATCH 20/21] xtensa: Use generic posix_types.h
 2012-02-08  5:09 UTC 

[PATCH 15/21] powerpc: 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).