Show patches with: Submitter = Dave Martin       |    State = Action Required       |    Archived = No       |   170 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/27] regset: Add support for dynamically sized regsets - - 1 - --- 2017-08-09 Dave Martin New
[02/27] arm64: KVM: Hide unsupported AArch64 CPU features from guests - - - - --- 2017-08-09 Dave Martin New
[03/27] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON - - 1 - --- 2017-08-09 Dave Martin New
[04/27] arm64: Port deprecated instruction emulation to new sysctl interface - - 1 - --- 2017-08-09 Dave Martin New
[05/27] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag() 1 - 1 - --- 2017-08-09 Dave Martin New
[06/27] arm64/sve: System register and exception syndrome definitions - - - - --- 2017-08-09 Dave Martin New
[07/27] arm64/sve: Low-level SVE architectural state manipulation functions - - - - --- 2017-08-09 Dave Martin New
[08/27] arm64/sve: Kconfig update and conditional compilation support - - 1 - --- 2017-08-09 Dave Martin New
[09/27] arm64/sve: Signal frame and context structure definition - - - - --- 2017-08-09 Dave Martin New
[10/27] arm64/sve: Low-level CPU setup - - 1 - --- 2017-08-09 Dave Martin New
[11/27] arm64/sve: Core task context handling - - - - --- 2017-08-09 Dave Martin New
[12/27] arm64/sve: Support vector length resetting for new processes - - - - --- 2017-08-09 Dave Martin New
[13/27] arm64/sve: Signal handling support - - - - --- 2017-08-09 Dave Martin New
[14/27] arm64/sve: Backend logic for setting the vector length - - - - --- 2017-08-09 Dave Martin New
[15/27] arm64/sve: Probe SVE capabilities and usable vector lengths 1 - - - --- 2017-08-09 Dave Martin New
[16/27] arm64/sve: Preserve SVE registers around kernel-mode NEON use - - 1 - --- 2017-08-09 Dave Martin New
[17/27] arm64/sve: Preserve SVE registers around EFI runtime service calls - - 1 - --- 2017-08-09 Dave Martin New
[18/27] arm64/sve: ptrace and ELF coredump support - - - - --- 2017-08-09 Dave Martin New
[19/27] arm64/sve: Add prctl controls for userspace vector length management - - - - --- 2017-08-09 Dave Martin New
[20/27] arm64/sve: Add sysctl to set the default vector length for new processes - - - - --- 2017-08-09 Dave Martin New
[21/27] arm64/sve: KVM: Prevent guests from using SVE - - - - --- 2017-08-09 Dave Martin New
[22/27] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution - - - - --- 2017-08-09 Dave Martin New
[23/27] arm64/sve: KVM: Hide SVE from CPU features exposed to guests - - - - --- 2017-08-09 Dave Martin New
[24/27] arm64/sve: Detect SVE and activate runtime support - - 1 - --- 2017-08-09 Dave Martin New
[25/27] arm64/sve: Add documentation - - - - --- 2017-08-09 Dave Martin New
[RFC,01/10] prctl: Add skeleton for PR_SVE_{SET,GET}_VL controls - - - - --- 2017-01-12 Dave Martin New
[RFC,01/29] arm64: signal: Refactor sigcontext parsing in rt_sigreturn - - - - --- 2016-11-25 Dave Martin New
[RFC,02/10] arm64/sve: Track vector length for each task - - - - --- 2017-01-12 Dave Martin New
[RFC,02/29] arm64: signal: factor frame layout and population into separate passes - - - - --- 2016-11-25 Dave Martin New
[RFC,03/10] arm64/sve: Set CPU vector length to match current task - - - - --- 2017-01-12 Dave Martin New
[RFC,03/29] arm64: signal: factor out signal frame record allocation - - - - --- 2016-11-25 Dave Martin New
[RFC,04/10] arm64/sve: Factor out clearing of tasks' SVE regs - - - - --- 2017-01-12 Dave Martin New
[RFC,04/29] arm64: signal: Allocate extra sigcontext space as needed - - - - --- 2016-11-25 Dave Martin New
[RFC,05/10] arm64/sve: Wire up vector length control prctl() calls - - - - --- 2017-01-12 Dave Martin New
[RFC,05/29] arm64: signal: Parse extra_context during sigreturn - - - - --- 2016-11-25 Dave Martin New
[RFC,06/10] arm64/sve: Disallow VL setting for individual threads by default - - - - --- 2017-01-12 Dave Martin New
[RFC,07/10] arm64/sve: Add vector length inheritance control - - - - --- 2017-01-12 Dave Martin New
[RFC,08/10] arm64/sve: ptrace: Wire up vector length control and reporting - - - - --- 2017-01-12 Dave Martin New
[RFC,09/10] arm64/sve: Enable default vector length control via procfs - - - - --- 2017-01-12 Dave Martin New
[RFC,1/2] ARM: iwmmxt: Add missing __user annotations to sigframe accessors - - - - --- 2017-06-21 Dave Martin New
[RFC,1/5] arm64: signal: Refactor sigcontext parsing in rt_sigreturn - - - - --- 2016-09-09 Dave Martin New
[RFC,10/10] Revert "arm64/sve: Limit vector length to 512 bits by default" - - - - --- 2017-01-12 Dave Martin New
[RFC,16/29] arm64/sve: signal: Add SVE state record to sigcontext - - - - --- 2016-11-25 Dave Martin New
[RFC,17/29] arm64/sve: signal: Dump Scalable Vector Extension registers to user stack - - - - --- 2016-11-25 Dave Martin New
[RFC,18/29] arm64/sve: signal: Restore FPSIMD/SVE state in rt_sigreturn - - - - --- 2016-11-25 Dave Martin New
[RFC,2/2] ARM: signal: Remove unparseable iwmmxt_sigframe from uc_regspace[] - - - - --- 2017-06-21 Dave Martin New
[RFC,2/5] arm64: signal: factor frame layout and population into separate passes - - - - --- 2016-09-09 Dave Martin New
[RFC,24/29] arm64/sve: Discard SVE state on system call - - - - --- 2016-11-25 Dave Martin New
[RFC,26/27] arm64: signal: Report signal frame size to userspace via auxv - - - - --- 2017-08-09 Dave Martin New
[RFC,27/27] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ - - - - --- 2017-08-09 Dave Martin New
[RFC,3/5] arm64: signal: factor out signal frame record allocation - - - - --- 2016-09-09 Dave Martin New
[RFC,4/5] arm64: signal: Allocate extra sigcontext space as needed - - - - --- 2016-09-09 Dave Martin New
[RFC,5/5] arm64: signal: Parse extra_context during sigreturn - - - - --- 2016-09-09 Dave Martin New
[RFC,v2,1/2] ARM: iwmmxt: Add missing __user annotations to sigframe accessors - - - - --- 2017-06-27 Dave Martin New
[RFC,v2,2/2] ARM: signal: Fix unparseable iwmmxt_sigframe in uc_regspace[] - - - - --- 2017-06-27 Dave Martin New
[RFC,v2,27/28] arm64: signal: Report signal frame size to userspace via auxv ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[RFC,v2,28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[RFC,v2,41/41] arm64/sve: Documentation: Add overview of the SVE userspace ABI - - - - --- 2017-03-22 Dave Martin New
[RFC,v3,27/28] arm64: signal: Report signal frame size to userspace via auxv ARM Scalable Vector Extension (SVE) - - - - --- 2017-10-10 Dave Martin New
[RFC,v3,28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ ARM Scalable Vector Extension (SVE) - - - - --- 2017-10-10 Dave Martin New
[RFC,v4,27/28] arm64: signal: Report signal frame size to userspace via auxv ARM Scalable Vector Extension (SVE) - - - - --- 2017-10-27 Dave Martin New
[RFC,v4,28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ ARM Scalable Vector Extension (SVE) - - - - --- 2017-10-27 Dave Martin New
[RFC,v5,29/30] arm64: signal: Report signal frame size to userspace via auxv [v5,01/30] regset: Add support for dynamically sized regsets - - - - --- 2017-10-31 Dave Martin New
[RFC,v5,30/30] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ [v5,01/30] regset: Add support for dynamically sized regsets - - - - --- 2017-10-31 Dave Martin New
[v2,01/28] regset: Add support for dynamically sized regsets ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[v2,03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,04/28] arm64: Port deprecated instruction emulation to new sysctl interface ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,05/28] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag() ARM Scalable Vector Extension (SVE) 1 - 1 - --- 2017-08-31 Dave Martin New
[v2,06/28] arm64/sve: System register and exception syndrome definitions ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,07/28] arm64/sve: Low-level SVE architectural state manipulation functions ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,08/28] arm64/sve: Kconfig update and conditional compilation support ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,09/28] arm64/sve: Signal frame and context structure definition ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[v2,10/28] arm64/sve: Low-level CPU setup ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,11/28] arm64/sve: Core task context handling ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[v2,12/28] arm64/sve: Support vector length resetting for new processes ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,13/28] arm64/sve: Signal handling support ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,14/28] arm64/sve: Backend logic for setting the vector length ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[v2,15/28] arm64: cpufeature: Move sys_caps_initialised declarations ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-08-31 Dave Martin New
[v2,16/28] arm64/sve: Probe SVE capabilities and usable vector lengths ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-08-31 Dave Martin New
[v2,18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,19/28] arm64/sve: ptrace and ELF coredump support ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,20/28] arm64/sve: Add prctl controls for userspace vector length management ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,21/28] arm64/sve: Add sysctl to set the default vector length for new processes ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,22/28] arm64/sve: KVM: Prevent guests from using SVE ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,25/28] arm64/sve: Detect SVE and activate runtime support ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-08-31 Dave Martin New
[v2,26/28] arm64/sve: Add documentation ARM Scalable Vector Extension (SVE) - - - - --- 2017-08-31 Dave Martin New
[v3,01/28] regset: Add support for dynamically sized regsets ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-10-10 Dave Martin New
[v3,02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests ARM Scalable Vector Extension (SVE) 1 - 1 - --- 2017-10-10 Dave Martin New
[v3,03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON ARM Scalable Vector Extension (SVE) 1 - 1 - --- 2017-10-10 Dave Martin New
[v3,04/28] arm64: Port deprecated instruction emulation to new sysctl interface ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-10-10 Dave Martin New
[v3,05/28] arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag() ARM Scalable Vector Extension (SVE) 1 - 2 - --- 2017-10-10 Dave Martin New
[v3,06/28] arm64/sve: System register and exception syndrome definitions ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-10-10 Dave Martin New
[v3,07/28] arm64/sve: Low-level SVE architectural state manipulation functions ARM Scalable Vector Extension (SVE) 1 - 1 - --- 2017-10-10 Dave Martin New
[v3,08/28] arm64/sve: Kconfig update and conditional compilation support ARM Scalable Vector Extension (SVE) - - 2 - --- 2017-10-10 Dave Martin New
[v3,09/28] arm64/sve: Signal frame and context structure definition ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-10-10 Dave Martin New
[v3,10/28] arm64/sve: Low-level CPU setup ARM Scalable Vector Extension (SVE) - - 1 - --- 2017-10-10 Dave Martin New
« 1 2 »