linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-12 17:35:42 to 2016-08-19 21:55:43 UTC [more...]

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-19 21:55 UTC  (24+ 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 00/16] linux: generalize sections, ranges and linker tables
 2016-08-19 21:41 UTC  (48+ 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-19 21:24 UTC 

[RFC PATCH-tip v4 00/10] locking/rwsem: Enable reader optimistic spinning
 2016-08-19 16:21 UTC  (25+ 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 03/10] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [RFC PATCH-tip v4 04/10] locking/rwsem: Enable count-based spinning on reader
` [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

cmpxchg and x86 flags output
 2016-08-19 17:22 UTC  (8+ messages)

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  (6+ messages)
` [PATCH v8 0/4] improvements to the nmi_backtrace code

[RFC2 nowrap: PATCH v7 00/18] ILP32 for ARM64
 2016-08-18  9:45 UTC  (50+ messages)
` [PATCH 01/18] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 02/18] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 03/18] arm64: ensure the kernel is compiled for LP64
` [PATCH 04/18] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 05/18] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 06/18] thread: move thread bits accessors to separated file
` [PATCH 07/18] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 08/18] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 09/18] arm64: introduce binfmt_elf32.c
` [PATCH 10/18] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 11/18] arm64: ilp32: share aarch32 syscall handlers
` [PATCH 12/18] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 13/18] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 14/18] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 15/18] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 16/18] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 17/18] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 18/18] arm64:ilp32: add ARM64_ILP32 to Kconfig

[PATCH 0/6 v2] kbuild changes, thin archives, --gc-sections
 2016-08-18  0:17 UTC  (9+ messages)
` [PATCH 3/6] kbuild: add arch specific post-link pass

[PATCH v2 0/2] arm64 live patching
 2016-08-17  9:38 UTC  (8+ messages)
` [PATCH v2 2/2] arm64: implement "
    `  "
        ` [PATCH] arm64: take SHN_LIVEPATCH syms into account when calculating plt_max_entries

[PATCH v7 0/4] improvements to the nmi_backtrace code
 2016-08-16  8:04 UTC  (8+ messages)
` [PATCH v7 4/4] nmi_backtrace: generate one-line reports for idle cpus

[RFC][PATCHSET] allowing exports in *.S
 2016-08-16  5:57 UTC  (7+ messages)
` [RFC][PATCHSET v2] "

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-08-15 22:44 UTC  (12+ messages)

[RFC nowrap: PATCH v7 00/19] ILP32 for ARM64
 2016-08-15 14:30 UTC  (19+ messages)
` [PATCH 01/19] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 12/19] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
  ` [PATCH] ilp32: fix {GET,SET}SIGMASK request for ptrace
` [PATCH 18/19] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 05/19] arm64: rename COMPAT to AARCH32_EL0 in Kconfig

[RFC v3 07/13] tables.h: add linker table support
 2016-08-13 17:54 UTC  (23+ messages)


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