aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+6
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds24-28/+409
2016-07-27arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas1-1/+0
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-0/+12
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+3
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-106/+406
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki1-0/+2
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki2-0/+10
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas5-2/+205
2016-07-19arm64: debug: remove unused local_dbg_{enable, disable} macrosWill Deacon1-3/+0
2016-07-19arm64: ptrace: remove extra define for CPSR's E bitVladimir Murzin1-1/+0
2016-07-19arm64: Add trampoline code for kretprobesWilliam Cohen1-0/+2
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu1-2/+3
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu5-2/+113
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long1-0/+3
2016-07-19arm64: Add more test functions to insn.cDavid A. Long1-0/+36
2016-07-19arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long1-0/+50
2016-07-12arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfsSteve Capper1-0/+2
2016-07-12arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky1-2/+6
2016-07-07arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni1-0/+2
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse1-0/+2
2016-07-07Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar3-106/+342
2016-07-07locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon2-0/+64
2016-07-06ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao1-0/+6
2016-07-01arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel1-2/+1
2016-07-01arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel1-1/+1
2016-07-01arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2-1/+2
2016-07-01arm64: consolidate signal injection on emulation errorsAndre Przywara1-0/+2
2016-07-01arm64: errata: Calling enable functions for CPU errata tooAndre Przywara1-0/+2
2016-07-01arm64: include alternative handling in dcache_by_line_opAndre Przywara1-1/+11
2016-07-01arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara1-0/+4
2016-07-01Revert "arm64: alternatives: add enable parameter to conditional asm macros"Andre Przywara1-9/+3
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand1-0/+48
2016-06-27arm64: Add back cpu reset routinesGeoff Levand1-0/+5
2016-06-27arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+12
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-2/+2
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-06-24arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-22arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse1-0/+12
2016-06-22ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters1-0/+2
2016-06-21arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland1-1/+1
2016-06-21arm64: add macro to extract ESR_ELx.ECMark Rutland1-0/+1
2016-06-21arm64: kasan: instrument user memory access APIYang Shi1-4/+21
2016-06-21arm64: mm: dump: make page table dumping reusableMark Rutland1-0/+44
2016-06-21arm64: Implement optimised IP checksum helpersRobin Murphy2-1/+51
2016-06-16arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson1-8/+37
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() for LSE instructionsWill Deacon1-0/+172
2016-06-16locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon1-90/+32