linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-19 00:56:41 to 2016-08-23 07:34:04 UTC [more...]

[PATCH] asm-generic: page.h: fix comment typo
 2016-08-23  7:33 UTC 

[PATCH 0/6 v2] kbuild changes, thin archives, --gc-sections
 2016-08-23  6:17 UTC  (3+ messages)

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-23  1:26 UTC  (64+ messages)
` [PATCH v4 01/16] x86: remove LTO_REFERENCE_INITCALL()
` [PATCH v4 02/16] dell-smo8800: include uaccess.h
` [PATCH v4 03/16] scripts/module-common.lds: enable generation
` [PATCH v4 04/16] generic-sections: add section core helpers
` [PATCH v4 05/16] xtensa: skip adding literal when SORT() is used
` [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges
` [PATCH v4 07/16] tables.h: add linker table support
` [PATCH v4 08/16] kbuild: enable option to force compile force-obj-y and force-lib-y
` [PATCH v4 09/16] firmware/Makefile: force recompilation if makefile changes
` [PATCH v4 10/16] firmware: port built-in section to linker table
` [PATCH v4 11/16] jump_label: move guard #endif down where it belongs
` [PATCH v4 12/16] jump_label: port __jump_table to linker tables
` [PATCH v4 13/16] dynamic_debug: port to use "
` [PATCH v4 14/16] kprobes: move kprobe declarations to asm-generic/kprobes.h
` [PATCH v4 15/16] kprobes: port .kprobes.text to section range
` [PATCH v4 16/16] kprobes: port blacklist kprobes to linker table
` [PATCH v1 0/7] tools: add linker table userspace sandbox
  ` [PATCH v1 1/7] tools: add a userspace tools bug.h
  ` [PATCH v1 2/7] tools: add a basic tools printk.h
  ` [PATCH v1 3/7] tools: add init.h for tools
  ` [PATCH v1 4/7] tools: add __used and enable to override
  ` [PATCH v1 5/7] tools: expand export.h with VMLINUX_SYMBOL()
  ` [PATCH v1 6/7] tools: add __section() to compiler.h
  ` [PATCH v1 7/7] tools: add userspace linker table sandbox

[PATCH] ARC: uaccess: get_user to zero out dest in cause of fault
 2016-08-23  0:17 UTC  (26+ messages)

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-22 23:59 UTC  (32+ messages)
` [PATCH v4 01/16] x86: remove LTO_REFERENCE_INITCALL()
` [PATCH v4 02/16] dell-smo8800: include uaccess.h
` [PATCH v4 03/16] scripts/module-common.lds: enable generation
` [PATCH v4 04/16] generic-sections: add section core helpers
` [PATCH v4 05/16] xtensa: skip adding literal when SORT() is used
` [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges
` [PATCH v4 07/16] tables.h: add linker table support
` [PATCH v4 08/16] kbuild: enable option to force compile force-obj-y and force-lib-y
` [PATCH v4 09/16] firmware/Makefile: force recompilation if makefile changes
` [PATCH v4 10/16] firmware: port built-in section to linker table

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-22 22:39 UTC  (42+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
  ` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
  ` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
  ` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 06/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 08/20] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU support for memory encryption
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 17/20] x86: Do not specify encrypted memory for VGA mapping
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[PATCH v05 14/72] include/uapi/asm-generic/ipcbuf.h: include linux/posix_types.h
 2016-08-22 18:33 UTC  (13+ messages)
` [PATCH v05 15/72] include/uapi/asm-generic/msgbuf.h: include asm/ipcbuf.h
` [PATCH v05 16/72] include/uapi/asm-generic/shmbuf.h: include fixes
` [PATCH v05 17/72] asm-generic/sembuf.h: include asm/posix_types.h and asm/ipcbuf.h
` [PATCH v05 18/72] include/uapi/asm-generic/signal.h: use __kernel_size_t instead of size_t
` [PATCH v05 35/72] include/uapi/asm-generic/ucontext.h: include asm/signal.h and asm/sigcontext.h
` [PATCH v05 65/72] uapi fcntl.h: glibc fcntl.h header file compatibility fixes
` [PATCH v05 71/72] uapi term*.h: glibc termios.h "

cmpxchg and x86 flags output
 2016-08-22 15:13 UTC  (9+ messages)

[RFC PATCH-tip v4 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-08-22  2:15 UTC  (23+ messages)
` [RFC PATCH-tip v4 01/10] locking/osq: Make lock/unlock proper acquire/release barrier
` [RFC PATCH-tip v4 02/10] locking/rwsem: Stop active read lock ASAP
` [RFC PATCH-tip v4 05/10] locking/rwsem: move down rwsem_down_read_failed function
` [RFC PATCH-tip v4 06/10] locking/rwsem: Move common rwsem macros to asm-generic/rwsem_types.h
` [RFC PATCH-tip v4 07/10] locking/rwsem: Change RWSEM_WAITING_BIAS for better disambiguation
` [RFC PATCH-tip v4 08/10] locking/rwsem: Enable spinning readers
` [RFC PATCH-tip v4 09/10] locking/rwsem: Enable reactivation of reader spinning
` [RFC PATCH-tip v4 10/10] locking/rwsem: Add a boot parameter to reader spinning threshold

Important Message
 2016-08-18 21:32 UTC 

[PATCH v8 4/4] nmi_backtrace: generate one-line reports for idle cpus
 2016-08-18 15:46 UTC  (5+ messages)
` [PATCH v8 0/4] improvements to the nmi_backtrace code


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