Skip to content
  1. May 29, 2014
  2. May 23, 2014
  3. May 22, 2014
  4. May 21, 2014
    • AKASHI Takahiro's avatar
      ftrace: Make CALLER_ADDRx macros more generic · eed542d6
      AKASHI Takahiro authored
      
      
      Most archs with HAVE_ARCH_CALLER_ADDR have pretty much the same
      definitions of CALLER_ADDRx(n). Instead of duplicating the code for all
      the archs, define a ftrace_return_address0() and
      ftrace_return_address(n) that can be overwritten by the archs if they
      need to do something different. Instead of 7 macros in every arch, we
      now only have at most 2 (and actually only 1 as
      ftrace_return_address0() should be the same for all archs).
      
      The CALLER_ADDRx(n) will now be defined in linux/ftrace.h and use the
      ftrace_return_address*(n?) macros. This removes a lot of the duplicate
      code.
      
      Link: http://lkml.kernel.org/p/1400585464-30333-1-git-send-email-takahiro.akashi@linaro.org
      
      Signed-off-by: default avatarAKASHI Takahiro <takahiro.akashi@linaro.org>
      Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
      eed542d6
  5. May 17, 2014
  6. May 16, 2014
    • Catalin Marinas's avatar
      Revert "arm64: Introduce execute-only page access permissions" · 5a0fdfad
      Catalin Marinas authored
      This reverts commit bc07c2c6
      
      .
      
      While the aim is increased security for --x memory maps, it does not
      protect against kernel level reads. Until SECCOMP is implemented for
      arm64, revert this patch to avoid giving a false idea of execute-only
      mappings.
      
      Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
      5a0fdfad
    • Catalin Marinas's avatar
      Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstream · cf5c95db
      Catalin Marinas authored
      FPSIMD register bank context switching and crypto algorithms
      optimisations for arm64 from Ard Biesheuvel.
      
      * tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm:
        arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
        arm64: pull in <asm/simd.h> from asm-generic
        arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
        arm64/crypto: AES using ARMv8 Crypto Extensions
        arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
        arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
        arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
        arm64: add support for kernel mode NEON in interrupt context
        arm64: defer reloading a task's FPSIMD state to userland resume
        arm64: add abstractions for FPSIMD state manipulation
        asm-generic: allow generic unaligned access if the arch supports it
      
      Conflicts:
      	arch/arm64/include/asm/thread_info.h
      cf5c95db
  7. May 15, 2014
  8. May 12, 2014
  9. May 10, 2014