Show patches with: Submitter = Andrew Pinski       |    State = Action Required       |    Archived = No       |   54 patches
Patch Series S/W/F Date Submitter Delegate State
[3/5] ARM64: Add Needs software prefetching cap --- 2016-01-13 Andrew Pinski New
[PATCHv2] ARM64: Add AT_ARM64_MIDR to the aux vector --- 2015-08-29 Andrew Pinski New
ARM64: Add AT_ARM64_MIDR to the aux vector --- 2015-08-29 Andrew Pinski New
ARM64: Add AT_ARM64_MIDR to the aux vector --- 2015-08-29 Andrew Pinski New
[24/24] Add documentation about ARM64 ILP32 ABI --- 2014-09-03 Andrew Pinski New
[23/24] ARM64: Add ARM64_ILP32 to Kconfig --- 2014-09-03 Andrew Pinski New
[22/24] ARM64:ILP32: Fix signal return for ILP32 when the user modified the signal stack --- 2014-09-03 Andrew Pinski New
[21/24] ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using the compat syscalls --- 2014-09-03 Andrew Pinski New
[20/24] ARM64:ILP32: The native siginfo is used instead of the compat siginfo --- 2014-09-03 Andrew Pinski New
[19/24] ptrace: Allow compat to use the native siginfo --- 2014-09-03 Andrew Pinski New
[18/24] ARM64: Add vdso for ILP32 and use it for the signal return --- 2014-09-03 Andrew Pinski New
[17/24] ARM64: Add loading of ILP32 binaries --- 2014-09-03 Andrew Pinski New
[16/24] ARM64:ILP32: Support core dump for ILP32 --- 2014-09-03 Andrew Pinski New
[15/24] compat_binfmt_elf: coredump: Allow some core dump macros be overridden for compat. --- 2014-09-03 Andrew Pinski New
[14/24] ARM64:ILP32 use the standard start_thread for ILP32 so the processor state is not AARCH32 --- 2014-09-03 Andrew Pinski New
[13/24] ARM64:ILP32: Use the non compat HWCAP for ILP32 --- 2014-09-03 Andrew Pinski New
[12/24] ARM64:ILP32: COMPAT_USE_64BIT_TIME is true for ILP32 tasks --- 2014-09-03 Andrew Pinski New
[11/24] ARM64: Add is_ilp32_compat_task and is_ilp32_compat_thread --- 2014-09-03 Andrew Pinski New
[10/24] ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in the correct locations --- 2014-09-03 Andrew Pinski New
[09/24] ARM64:ILP32: Use the same syscall names as LP64 --- 2014-09-03 Andrew Pinski New
[08/24] Allow a 32bit ABI to use the naming of the 64bit ABI syscalls to avoid confusion of not splitting the registers --- 2014-09-03 Andrew Pinski New
[07/24] ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 as for LP64 --- 2014-09-03 Andrew Pinski New
[06/24] Allow for some signal structures to be the same between a 32bit ABI and the 64bit ABI --- 2014-09-03 Andrew Pinski New
[05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32 --- 2014-09-03 Andrew Pinski New
[04/24] ARM64:ILP32: Set kernel_long to long long so we can reuse most of the same syscalls as LP64 --- 2014-09-03 Andrew Pinski New
[03/24] ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead --- 2014-09-03 Andrew Pinski New
[02/24] ARM64: Rename COMPAT to AARCH32_EL0 in Kconfig --- 2014-09-03 Andrew Pinski New
[01/24] ARM64: Force LP64 to compile the kernel --- 2014-09-03 Andrew Pinski New
[24/24] Add documentation about ARM64 ILP32 ABI. --- 2014-05-24 Andrew Pinski New
[23/24] ARM64:ILP32: Fix signal return for ILP32 when the user modified the signal stack. --- 2014-05-24 Andrew Pinski New
[22/24] ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using the compat syscalls. --- 2014-05-24 Andrew Pinski New
[21/24] ARM64:ILP32: The native siginfo is used instead of the compat siginfo. --- 2014-05-24 Andrew Pinski New
[20/24] ptrace: Allow compat to use the native siginfo. --- 2014-05-24 Andrew Pinski New
[19/24] ARM64: Add vdso for ILP32 and use it for the signal return. --- 2014-05-24 Andrew Pinski New
[18/24] ARM64: Add loading of ILP32 binaries. --- 2014-05-24 Andrew Pinski New
[17/24] ARM64:ILP32: Support core dump for ILP32. --- 2014-05-24 Andrew Pinski New
[16/24] ARM64:ILP32 use the standard start_thread for ILP32 so the processor state is not AARCH32. --- 2014-05-24 Andrew Pinski New
[15/24] ARM64:ILP32: Use the non compat HWCAP for ILP32. --- 2014-05-24 Andrew Pinski New
[14/24] ARM64:ILP32: COMPAT_USE_64BIT_TIME is true for ILP32 tasks. --- 2014-05-24 Andrew Pinski New
[13/24] Drivers:input: Use is_compat_task for ARM64 also. --- 2014-05-24 Andrew Pinski New
[12/24] ARM64: Add is_ilp32_compat_task and is_ilp32_compat_thread and TIF_32BIT_AARCH64. --- 2014-05-24 Andrew Pinski New
[11/24] ARM64: Add ARM64_ILP32 to Kconfig. --- 2014-05-24 Andrew Pinski New
[10/24] ARM64: Introduce is_a32_task and is_a32_thread. Use them in the correct locations. --- 2014-05-24 Andrew Pinski New
[09/24] ARM64:ILP32: Use the same syscall names as LP64. --- 2014-05-24 Andrew Pinski New
[08/24] Allow a 32bit ABI to use the naming of the 64bit ABI syscalls to avoid confusion of not splitting the registers. --- 2014-05-24 Andrew Pinski New
[07/24] ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 as for LP64. --- 2014-05-24 Andrew Pinski New
[06/24] Allow for some signal structures to be the same between a 32bit ABI and the 64bit ABI. --- 2014-05-24 Andrew Pinski New
[05/24] ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32. --- 2014-05-24 Andrew Pinski New
[04/24] ARM64:ILP32: Set kernel_long to long long so we can reuse most of the same syscalls as LP64. --- 2014-05-24 Andrew Pinski New
[03/24] ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead. --- 2014-05-24 Andrew Pinski New
[02/24] ARM64: Rename COMPAT to AARCH32_EL0 in Kconfig. --- 2014-05-24 Andrew Pinski New
[01/24] ARM64: Force LP64 to compile the kernel. --- 2014-05-24 Andrew Pinski New
[02/24] ARM64: Rename COMPAT to AARCH32_EL0 in Kconfig. --- 2014-05-24 Andrew Pinski New
[01/24] ARM64: Force LP64 to compile the kernel. --- 2014-05-24 Andrew Pinski New