messages from 2017-10-04 21:19:39 to 2017-10-10 18:39:13 UTC [more...]
[PATCH v3 00/28] ARM Scalable Vector Extension (SVE)
2017-10-10 18:38 UTC (24+ messages)
` [PATCH v3 01/28] regset: Add support for dynamically sized regsets
` [PATCH v3 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v3 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v3 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v3 05/28] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
` [PATCH v3 05/28] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()
` [PATCH v3 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v3 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v3 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v3 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v3 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v3 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v3 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v3 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v3 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v3 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v3 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v3 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v3 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v3 26/28] arm64/sve: Add documentation
[PATCH RFC tip/core/rcu 0/15] Remove to-be-unneeded smp_read_barrier_depends()
2017-10-10 16:05 UTC (51+ messages)
` [PATCH RFC tip/core/rcu 01/15] doc: READ_ONCE() now implies smp_barrier_depends()
` [PATCH RFC tip/core/rcu 02/15] mn10300: READ_ONCE() now implies smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 03/15] drivers/net/ethernet/qlogic/qed: Fix __qed_spq_block() ordering
` [PATCH RFC tip/core/rcu 04/15] fs/dcache: Use release-acquire for name/length update
` [PATCH RFC tip/core/rcu 05/15] percpu: READ_ONCE() now implies smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 06/15] rcu: Adjust read-side accessor comments for READ_ONCE()
` [PATCH RFC tip/core/rcu 07/15] rtnetlink: Update now-misleading smp_read_barrier_depends() comment
` [PATCH RFC tip/core/rcu 08/15] seqlock: Remove now-redundant smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 09/15] uprobes: "
` [PATCH RFC tip/core/rcu 10/15] locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()
` [PATCH RFC tip/core/rcu 11/15] tracepoint: Remove smp_read_barrier_depends() from comment
` [PATCH RFC tip/core/rcu 12/15] lib/assoc_array: Remove smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 13/15] mm/ksm: Remove now-redundant smp_read_barrier_depends()
` [PATCH RFC tip/core/rcu 14/15] netfilter: "
` [PATCH RFC tip/core/rcu 15/15] keyring: "
[PATCH] bitfield: Use __ffs64(x) to fix missing __ffsdi2()
2017-10-10 15:06 UTC (12+ messages)
[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
2017-10-09 16:20 UTC (35+ messages)
` [PATCH v2 10/28] arm64/sve: Low-level CPU setup
` [PATCH v2 11/28] arm64/sve: Core task context handling
` [PATCH v2 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v2 26/28] arm64/sve: Add documentation
[RFC PATCH v3] membarrier: provide core serialization
2017-10-09 8:32 UTC (4+ messages)
[renesas:topic/rcar-gen3-z-clk-v3 2/6] rcar-gen3-cpg.c:undefined reference to `__ffsdi2'
2017-10-09 8:26 UTC (4+ messages)
[PATCH tip/core/rcu 1/3] membarrier: Provide register expedited private command
2017-10-07 15:10 UTC (34+ messages)
` [PATCH tip/core/rcu 2/3] membarrier: selftest: Test private expedited cmd
[RFC PATCH for 4.14 1/2] membarrier: Remove unused code for architectures without membarrier hooks
2017-10-06 21:53 UTC (5+ messages)
` [RFC PATCH v2 for 4.14 2/2] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc
x86: PIE support and option to extend KASLR randomization
2017-10-06 10:39 UTC (11+ messages)
(unknown),
2017-10-06 2:19 UTC
[RFC PATCH for 4.14 1/2] membarrier: Remove unused code for architectures without membarrier hooks
2017-10-05 22:32 UTC (4+ messages)
` [RFC PATCH for 4.14 2/2] Fix: membarrier: Handle CLONE_VM + !CLONE_THREAD correctly on powerpc
[RFC PATCH 1/2] arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
2017-10-05 20:09 UTC (16+ messages)
[RFC PATCH 0/2] Missing READ_ONCE in core and arch-specific pgtable code leading to crashes
2017-10-05 16:54 UTC (5+ messages)
x86: PIE support and option to extend KASLR randomization
2017-10-05 16:14 UTC (30+ messages)
` [RFC v3 03/27] x86: Use symbol name in jump table for PIE support
` [RFC v3 04/27] x86: Add macro to get symbol address "
` [RFC v3 05/27] x86: relocate_kernel - Adapt assembly "
` [RFC v3 06/27] x86/entry/64: "
` [RFC v3 07/27] x86: pm-trace - "
` [RFC v3 08/27] x86/CPU: "
` [RFC v3 09/27] x86/acpi: "
` [RFC v3 10/27] x86/boot/64: "
` [RFC v3 11/27] x86/power/64: "
` [RFC v3 12/27] x86/paravirt: "
` [RFC v3 13/27] x86/boot/64: Use _text in a global "
` [RFC v3 14/27] x86/percpu: Adapt percpu "
` [RFC v3 15/27] compiler: Option to default to hidden symbols
` [RFC v3 16/27] x86/relocs: Handle PIE relocations
` [RFC v3 17/27] xen: Adapt assembly for PIE support
` [RFC v3 18/27] kvm: "
` [RFC v3 19/27] x86: Support global stack cookie
` [RFC v3 20/27] x86/ftrace: Adapt function tracing for PIE support
` [RFC v3 21/27] x86/mm/dump_pagetables: Fix address markers index on x86_64
` [RFC v3 22/27] x86/modules: Add option to start module section after kernel
` [RFC v3 23/27] x86/modules: Adapt module loading for PIE support
` [RFC v3 24/27] x86/mm: Make the x86 GOT read-only
` [RFC v3 25/27] x86/pie: Add option to build the kernel as PIE
` [RFC v3 26/27] x86/relocs: Add option to generate 64-bit relocations
` [RFC v3 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
[GIT PULL membarrier/urgent] membarrier commits for 4.14
2017-10-04 22:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).