linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-22 13:03:54 to 2016-04-05 22:27:41 UTC [more...]

[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
 2016-04-26 22:59 UTC  (5+ messages)
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption

[RFC6 PATCH v6 00/21] ILP32 for ARM64
 2016-04-05 22:08 UTC  (44+ messages)
` [PATCH 01/25] all: syscall wrappers: add documentation
` [PATCH 02/25] all: introduce COMPAT_WRAPPER option and enable it for s390
` [PATCH 03/25] all: s390: move wrapper infrastructure to generic headers
` [PATCH 04/25] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 05/25] all: wrap needed syscalls in generic unistd
` [PATCH 06/25] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 07/25] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 08/25] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/25] arm64: ensure the kernel is compiled for LP64
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 11/25] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH 12/25] arm64: compat: change config dependences to aarch32
` [PATCH 13/25] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 14/25] thread: move thread bits accessors to separated file
` [PATCH 15/25] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/25] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 17/25] arm64: introduce binfmt_elf32.c
` [PATCH 18/25] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 19/25] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 21/25] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 22/25] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 23/25] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 25/25] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH 12/31] huge tmpfs: extend get_user_pages_fast to shmem pmd
 2016-04-05 21:33 UTC  (2+ messages)

[PATCH 10/10] arch: fix has_transparent_hugepage()
 2016-04-05 21:02 UTC  (2+ messages)

[PATCH V2 01/30] bitops: add parity functions
 2016-04-05 19:04 UTC  (3+ messages)

[PATCH v5 0/4] improvements to the nmi_backtrace code
 2016-04-05 17:26 UTC  (4+ messages)
  ` [PATCH v5 4/4] nmi_backtrace: generate one-line reports for idle cpus

[PATCH][RFC v2] cpufreq: governor: Fix overflow when calculating idle time
 2016-04-05  2:26 UTC  (2+ messages)

[PATCH][RFC] cpufreq: governor: Fix overflow when calculating idle time
 2016-04-04 16:32 UTC  (2+ messages)

[PATCH 0/3] mm/mmap.c: don't unmap the overlapping VMA(s)
 2016-04-04 15:26 UTC  (13+ messages)
` [PATCH 1/3] man/mmap.2: "
` [PATCH 2/3] mm/mremap.c: "
` [PATCH 3/3] man/mremap.2: "

[PATCH 0/11] introduce down_write_killable for rw_semaphore v2
 2016-04-04 10:23 UTC  (34+ messages)
` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
      ` [PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation
        ` [PATCH 2/2] sh, "
` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
` [PATCH 04/11] alpha, rwsem: provide __down_write_killable
` [PATCH 05/11] ia64, "
` [PATCH 06/11] s390, "
` [PATCH 07/11] sh, "
` [PATCH 08/11] sparc, "
` [PATCH 09/11] xtensa, "
` [PATCH 10/11] x86, "
` [PATCH 11/11] locking, rwsem: provide down_write_killable

[PATCH] mm/mmap: kill hook arch_rebalance_pgtables
 2016-04-03  5:46 UTC  (2+ messages)

[PATCH 0/11] introduce down_write_killable for rw_semaphore
 2016-04-01 10:52 UTC  (29+ messages)
` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
  ` [PATCH] "

[PATCH v2 0/6] MIPS seccomp_bpf self test and fixups
 2016-03-31  8:57 UTC  (6+ messages)
` [PATCH v2 4/6] seccomp: Get compat syscalls from asm-generic header

[PATCH 1/2] asm-generic/io.h: provide default ioremap/iounmap for !HAS_IOMEM
 2016-03-31  8:39 UTC  (20+ messages)
` [PATCH 2/2] mfd: remove dependency on HAS_IOMEM

[PATCH v2 4/4] nmi_backtrace: generate one-line reports for idle cpus
 2016-03-30 17:16 UTC  (14+ messages)
` [PATCH v3 0/4] improvements to the nmi_backtrace code
  ` [PATCH v3 4/4] nmi_backtrace: generate one-line reports for idle cpus
          ` [PATCH v4 0/4] improvements to the nmi_backtrace code
            ` [PATCH v4 4/4] nmi_backtrace: generate one-line reports for idle cpus

[PATCH 01/31] bitops: add parity functions
 2016-03-29  2:56 UTC  (15+ messages)

Darlehen Angebot
 2016-03-27 12:43 UTC 

asm-generic changes for 4.6
 2016-03-25 15:17 UTC  (3+ messages)

[PATCH] UAPI: Rename all '__unused' struct fields to '__unused1'
 2016-03-25 13:52 UTC  (2+ messages)

[PATCH v2 00/16] compat: Introduce and use in_compat_syscall
 2016-03-23 18:42 UTC  (8+ messages)
` [PATCH v2 14/16] input: Redefine INPUT_COMPAT_TEST as in_compat_syscall()


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