Revert "Staging: android: binder: Support concurrent 32 bit and 64 bit processes."
[firefly-linux-kernel-4.4.55.git] / arch /
2015-01-12 Ard BiesheuvelARM: pull in <asm/simd.h> from asm-generic
2015-01-12 Ard BiesheuvelARM: move VFP init to an earlier boot stage
2015-01-12 Ard BiesheuvelARM: 7837/3: fix Thumb-2 bug in AES assembler code
2015-01-02 Ard BiesheuvelARM: add support for kernel mode NEON
2015-01-02 Jussi KivilinnaARM: 8120/1: crypto: sha512: add ARM NEON implementation
2015-01-02 Jussi KivilinnaARM: 8119/1: crypto: sha1: add ARM NEON implementation
2015-01-02 Jussi KivilinnaARM: 8118/1: crypto: sha1/make use of common SHA-1...
2015-01-02 Mikulas Patockacrypto: arm-aes - fix encryption of unaligned data
2015-01-02 Russell KingCRYPTO: Fix more AES build errors
2015-01-02 Russell KingARM: add .gitignore entry for aesbs-core.S
2015-01-02 Ard BiesheuvelARM: add support for bit sliced AES using NEON instructions
2015-01-02 Ard BiesheuvelARM: move AES typedefs and function prototypes to separ...
2014-12-02 Greg Hackmannarch: arm64: force -fno-pic
2014-10-13 Will DeaconARM: 8087/1: ptrace: reload syscall number after secure...
2014-10-09 Kees CookARM: add seccomp syscall
2014-10-08 Lee Campbellseccomp: fix syscall numbers for x86 and x86_64
2014-10-07 Kees Cookseccomp: add "seccomp" syscall
2014-10-07 Peter Zijlstraarch: Introduce smp_load_acquire(), smp_store_release()
2014-10-07 AKASHI Takahiroarm64: add seccomp support
2014-10-07 Eric Parissyscall_get_arch: remove useless function arguments
2014-10-07 AKASHI Takahiroarm64: add SIGSYS siginfo for compat task
2014-10-07 AKASHI Takahiroadd seccomp syscall for compat task
2014-10-07 AKASHI Takahiroarm64: ptrace: allow tracer to skip a system call
2014-10-07 AKASHI Takahiroarm64: ptrace: add PTRACE_SET_SYSCALL
2014-09-18 JP Abgrallarm64: Fixup __NR_* compat syscalls count.
2014-09-18 AKASHI Takahiroarm64: is_compat_task is defined both in asm/compat...
2014-09-18 AKASHI Takahiroarm64: Add regs_return_value() in syscall.h
2014-09-18 JP Abgrallarm64: audit: Add audit hook in syscall_trace_enter...
2014-09-18 AKASHI Takahiroarm64: Add audit support
2014-09-18 Dan AloniMove the EM_ARM and EM_AARCH64 definitions to uapi...
2014-09-18 JP Abgrallarm64: Add __NR_* definitions for compat syscalls
2014-09-18 AKASHI Takahiroarm64: split syscall_trace() into separate functions...
2014-09-18 AKASHI Takahiroarm64: make a single hook to syscall_trace() for all...
2014-09-17 JP Abgrallseccomp: revert previous patches in prep for updated...
2014-09-17 Catalin Marinasarm64: Remove unused cpu_name ascii in arch/arm64/mm...
2014-09-17 Ard Biesheuvelarm64: drop redundant macros from read_cpuid()
2014-09-13 Greg Hackmannarm64: restrict effects of ARMV7_COMPAT_CPUINFO to...
2014-09-13 Alex Van Bruntarm64: report vfpv3 instead of vfpv3d16
2014-09-13 Alex Van Bruntarm64: cpuinfo: ARMv7 compatable cpuinfo option
2014-09-13 Rich Wileyarm64: enable deprecated SETEND instruction in SCTLR...
2014-09-13 Rich Wileyarm64: make SCTLR compat config depend on CONFIG_ARMV7_...
2014-09-13 Alex Van Bruntarm64: optionally set CP15BEN in SCTLR
2014-09-13 Rich Wileyarm64: fix SWP instruction emulation
2014-09-13 Alex Van Bruntarm64: add fault handling to SWP emulation
2014-09-13 Alex Van Bruntarm64: fix a warning and a typo in SWP emulation
2014-09-13 Alex Van Bruntarm64: emulate the swp/swpb instruction
2014-09-13 Alex Van Bruntarm64: a backwards compatible config option
2014-09-13 Peng Duarm64: kernel: check mode for get_user in undefinstr
2014-09-13 Alex Van Bruntarm64: add undefined instruction handler hooks
2014-09-12 Alex Van Bruntarm64: ptrace: add is_wide_instruction() macro
2014-09-12 Alex Van Bruntarm64: copy conditional instruction tests from arm
2014-09-12 Will Deaconarm64: debug: consolidate software breakpoint handlers
2014-09-11 Ard Biesheuvelarm64: advertise ARMv8 extensions to 32-bit compat...
2014-09-11 Ard Biesheuvelarm64: add AT_HWCAP2 support for 32-bit compat
2014-09-11 Steve Capperarm64: Add hwcaps for crypto and CRC32 extensions.
2014-09-11 Steve Capperarm64: Widen hwcap to be 64 bit
2014-09-11 Greg Hackmannarm64: add HWCAP_EVTSTRM and associated hwcap refactoring
2014-09-10 Greg Hackmannarm64: process: dump memory around registers when displ...
2014-09-03 Leo Yanarm64: fix bug for reloading FPSIMD state after cpu...
2014-08-29 Catalin Marinasarm64: Add brackets around user_stack_pointer()
2014-08-29 Will Deaconarm64: report correct stack pointer in KSTK_ESP for...
2014-08-29 Catalin Marinasarm64: Cast KSTK_(EIP|ESP) to unsigned long
2014-08-29 Jean PihetARM64: perf: support dwarf unwinding in compat mode
2014-08-29 Greg Hackmannarm64: check for upper PAGE_SHIFT bits in pfn_valid()
2014-08-28 Ard Biesheuvelarm64: pull in <asm/simd.h> from asm-generic
2014-08-28 Ard Biesheuvelarm64: enable generic CPU feature modalias matching...
2014-08-28 Ard Biesheuvelarm64: add support for kernel mode NEON in interrupt...
2014-08-28 Ard Biesheuvelarm64: defer reloading a task's FPSIMD state to userlan...
2014-08-28 Ard Biesheuvelarm64: add abstractions for FPSIMD state manipulation
2014-08-28 Mikulas Patockacrypto: arm64-aes - fix encryption of unaligned data
2014-08-28 Andreas Schwabarm64/crypto: fix makefile rule for aes-glue-%.o
2014-08-28 Ard Biesheuvelarm64/crypto: improve performance of GHASH algorithm
2014-08-28 Ard Biesheuvelarm64/crypto: fix data corruption bug in GHASH algorithm
2014-08-28 Ard Biesheuvelarm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON...
2014-08-28 Ard Biesheuvelarm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
2014-08-28 Ard Biesheuvelarm64/crypto: AES using ARMv8 Crypto Extensions
2014-08-28 Ard Biesheuvelarm64/crypto: GHASH secure hash using ARMv8 Crypto...
2014-08-28 Ard Biesheuvelarm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions
2014-08-28 JP Abgrallarm64/crypto: SHA-1 using ARMv8 Crypto Extensions
2014-08-28 JP Abgrallarm: fixup NR_syscalls to accommodate the new seccomp...
2014-08-28 Kees CookMIPS: add seccomp syscall
2014-08-28 Kees CookARM: add seccomp syscall
2014-08-28 Kees Cookseccomp: add "seccomp" syscall
2014-08-28 Kees CookARM: 7888/1: seccomp: not compatible with ARM OABI
2014-06-12 Mohamad Ayyasharm64: Fix correct dtb clean-files location
2014-04-15 Colin Crossfiq_debugger: move into drivers/staging/android/fiq_deb...
2014-04-03 Colin CrossARM64: copy CONFIG_CMDLINE_EXTEND from ARM
2014-03-17 Alex RayARM64: add option to build Image.gz/dtb combo
2014-02-25 Mark Hambletonarm64: cmpxchg: update macros to prevent warnings
2014-01-31 John StultzFix aarch64 build issue with ION
2014-01-17 Will Deaconarm64: mm: permit use of tagged pointers at EL0
2013-12-12 Arve HjønnevågARM: fiq_glue: Add custom fiq return handler api.
2013-11-14 Arve HjønnevågARM: Fix "Make low-level printk work" to use a separate...
2013-11-08 Benoit GobyARM: Fix dtb list when DTB_IMAGE_NAMES is empty
2013-09-19 Todd PoynorARM: kgdb: ignore breakpoint instructions from user...
2013-07-01 Jon Medhurst (Tixy)ARM: mm: Allow an empty PMD in alloc_init_pte()
2013-07-01 Arve HjønnevågARM: decompressor: Flush tlb before swiching domain...
2013-07-01 Arve HjønnevågARM: mm: Split memory banks that span multiple sections...
2013-07-01 Arve HjønnevågARM: fiq_debugger: Update tty code for 3.9
2013-07-01 Arve HjønnevågARM: fiq_debugger: Use kmsg_dumper to dump kernel logs
next