| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -15/+9 |
|\ |
|
| * | arm64: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -10/+4 |
| * | arm64: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -7/+7 |
* | | arm64: Add __NR_* definitions for compat syscalls | Catalin Marinas | 2014-07-10 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ... | Catalin Marinas | 2014-05-16 | 1 | -6/+3 |
|\ |
|
| * | arm64: add abstractions for FPSIMD state manipulation | Ard Biesheuvel | 2014-05-08 | 1 | -6/+3 |
* | | arm64: Provide read/write fault information in compat signal handlers | Catalin Marinas | 2014-05-09 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-13 | 1 | -1/+1 |
|\ |
|
| * | constify copy_siginfo_to_user{,32}() | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | | arm64: compat: Clear the IT state independent of the 32-bit ARM or Thumb-2 mode | T.J. Purtell | 2013-11-05 | 1 | -4/+5 |
* | | arm64: big-endian: don't treat code as data when copying sigret code | Matthew Leach | 2013-10-25 | 1 | -28/+0 |
|/ |
|
* | arm64: Removed unused variable in compat_setup_rt_frame() | Catalin Marinas | 2013-03-18 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-23 | 1 | -218/+2 |
|\ |
|
| * | arm64: switch to generic old sigaction() (compat-only) | Al Viro | 2013-02-14 | 1 | -45/+0 |
| * | arm64: switch to generic compat rt_sigaction() | Al Viro | 2013-02-14 | 1 | -41/+0 |
| * | arm64: switch compat to generic old sigsuspend | Al Viro | 2013-02-14 | 1 | -12/+0 |
| * | arm64: switch to generic compat rt_sigqueueinfo() | Al Viro | 2013-02-14 | 1 | -18/+0 |
| * | arm64: switch to generic compat rt_sigpending() | Al Viro | 2013-02-14 | 1 | -18/+0 |
| * | arm64: switch to generic compat rt_sigprocmask() | Al Viro | 2013-02-14 | 1 | -33/+0 |
| * | arm64: switch to generic sigaltstack | Al Viro | 2013-02-14 | 1 | -51/+2 |
* | | arm64: compat: use compat_uptr_t type for compat_ucontext.uc_link | Will Deacon | 2013-02-11 | 1 | -2/+2 |
|/ |
|
* | arm64: signal: let the compiler inline compat_get_sigframe | Will Deacon | 2012-11-23 | 1 | -3/+3 |
* | arm64: signal: align return types for compat and native setup_return | Will Deacon | 2012-11-23 | 1 | -9/+5 |
* | arm64: Do not include asm/unistd32.h in asm/unistd.h | Catalin Marinas | 2012-10-11 | 1 | -3/+1 |
* | arm64: Remove unused definitions from asm/unistd32.h | Catalin Marinas | 2012-10-11 | 1 | -9/+9 |
* | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 2012-10-06 | 1 | -53/+0 |
* | arm64: 32-bit (compat) applications support | Will Deacon | 2012-09-17 | 1 | -0/+876 |