Age | Commit message (Expand) | Author |
2014-05-23 | arm64: Fix linker script entry point | Geoff Levand |
2014-05-23 | arm64: efi: only attempt efi map setup if booting via EFI | Leif Lindholm |
2014-05-23 | arm64: lib: Implement optimized string length routines | zhichang.yuan |
2014-05-23 | arm64: lib: Implement optimized string compare routines | zhichang.yuan |
2014-05-23 | arm64: lib: Implement optimized memcmp routine | zhichang.yuan |
2014-05-23 | arm64: lib: Implement optimized memset routine | zhichang.yuan |
2014-05-23 | arm64: lib: Implement optimized memmove routine | zhichang.yuan |
2014-05-23 | arm64: lib: Implement optimized memcpy routine | zhichang.yuan |
2014-05-22 | arm64: defconfig: enable a few more common/useful options in defconfig | Will Deacon |
2014-05-22 | Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixes | Ingo Molnar |
2014-05-22 | arm64: Remove TIF_POLLING_NRFLAG | Peter Zijlstra |
2014-05-20 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Rob Herring |
2014-05-20 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2014-05-16 | arm64: Fix deadlock scenario with smp_send_stop() | Arun KS |
2014-05-16 | arm64: Fix machine_shutdown() definition | Arun KS |
2014-05-16 | arm64: Support arch_irq_work_raise() via self IPIs | Larry Bassel |
2014-05-16 | arm64: fix pud_huge() for 2-level pagetables | Mark Salter |
2014-05-16 | arm64: topology: Add support for topology DT bindings | Mark Brown |
2014-05-16 | arm64: topology: Initialise default topology state immediately | Mark Brown |
2014-05-16 | arm64: sched: Remove unused mc_capable() and smt_capable() | Zi Shen Lim |
2014-05-16 | Revert "arm64: Introduce execute-only page access permissions" | Catalin Marinas |
2014-05-16 | Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ... | Catalin Marinas |
2014-05-15 | mfd: vexpress: Convert custom func API to regmap | Pawel Moll |
2014-05-15 | ARM: Check if a CPU has gone offline | Ashwin Chaugule |
2014-05-15 | PSCI: Add initial support for PSCIv0.2 functions | Ashwin Chaugule |
2014-05-14 | arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions | Ard Biesheuvel |
2014-05-14 | arm64: pull in <asm/simd.h> from asm-generic | Ard Biesheuvel |
2014-05-14 | arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions | Ard Biesheuvel |
2014-05-14 | arm64/crypto: AES using ARMv8 Crypto Extensions | Ard Biesheuvel |
2014-05-14 | arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions | Ard Biesheuvel |
2014-05-14 | arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions | Ard Biesheuvel |
2014-05-14 | arm64/crypto: SHA-1 using ARMv8 Crypto Extensions | Ard Biesheuvel |
2014-05-13 | Merge branch 'dt-bus-name' into for-next | Rob Herring |
2014-05-13 | Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-05-12 | arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h | AKASHI Takahiro |
2014-05-12 | arm64: Add regs_return_value() in syscall.h | AKASHI Takahiro |
2014-05-12 | arm64: split syscall_trace() into separate functions for enter/exit | AKASHI Takahiro |
2014-05-12 | arm64: make a single hook to syscall_trace() for all syscall features | AKASHI Takahiro |
2014-05-12 | arm64: debug: avoid accessing mdscr_el1 on fault paths where possible | Will Deacon |
2014-05-12 | arm64: use cpu_online_mask when using forced irq_set_affinity | Sudeep Holla |
2014-05-12 | arm64: introduce virt_to_pfn | Stefano Stabellini |
2014-05-09 | arm64: mm: use inner-shareable barriers for inner-shareable maintenance | Will Deacon |
2014-05-09 | arm64: kvm: use inner-shareable barriers for inner-shareable maintenance | Will Deacon |
2014-05-09 | arm64: head: fix cache flushing and barriers in set_cpu_boot_mode_flag | Will Deacon |
2014-05-09 | arm64: barriers: use barrier() instead of smp_mb() when !SMP | Will Deacon |
2014-05-09 | arm64: barriers: wire up new barrier options | Will Deacon |
2014-05-09 | arm64: barriers: make use of barrier options with explicit barriers | Will Deacon |
2014-05-09 | arm64: mm: Optimise tlb flush logic where we have >4K granule | Steve Capper |
2014-05-09 | arm64: xchg: prevent warning if return value is unused | Will Deacon |
2014-05-09 | arm64: mm: Create gigabyte kernel logical mappings where possible | Steve Capper |