summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+6
|\
| * ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-061-0/+6
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-2724-28/+409
|\ \
| * | arm64: arm: Fix-up the removal of the arm64 regs_query_register_name() prototypeCatalin Marinas2016-07-271-1/+0
| * | Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-215-2/+205
| |\ \
| | * | arm64: Add trampoline code for kretprobesWilliam Cohen2016-07-191-0/+2
| | * | arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-191-2/+3
| | * | arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-195-2/+113
| | * | arm64: add conditional instruction simulation supportDavid A. Long2016-07-191-0/+3
| | * | arm64: Add more test functions to insn.cDavid A. Long2016-07-191-0/+36
| | * | arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long2016-07-191-0/+50
| * | | arm64: debug: remove unused local_dbg_{enable, disable} macrosWill Deacon2016-07-191-3/+0
| * | | arm64: ptrace: remove extra define for CPSR's E bitVladimir Murzin2016-07-191-1/+0
| * | | arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfsSteve Capper2016-07-121-0/+2
| * | | arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSOKevin Brodsky2016-07-121-2/+6
| * | | arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2016-07-011-2/+1
| * | | arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-1/+1
| * | | arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-012-1/+2
| * | | arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-011-0/+2
| * | | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2016-07-011-0/+2
| * | | arm64: include alternative handling in dcache_by_line_opAndre Przywara2016-07-011-1/+11
| * | | arm64: fix "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-011-0/+4
| * | | Revert "arm64: alternatives: add enable parameter to conditional asm macros"Andre Przywara2016-07-011-9/+3
| * | | arm64/kexec: Add core kexec supportGeoff Levand2016-06-271-0/+48
| * | | arm64: Add back cpu reset routinesGeoff Levand2016-06-271-0/+5
| * | | arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-271-0/+12
| * | | arm64/kvm: use ESR_ELx_EC to extract ECMark Rutland2016-06-211-1/+1
| * | | arm64: add macro to extract ESR_ELx.ECMark Rutland2016-06-211-0/+1
| * | | arm64: kasan: instrument user memory access APIYang Shi2016-06-211-4/+21
| * | | arm64: mm: dump: make page table dumping reusableMark Rutland2016-06-211-0/+44
| * | | arm64: Implement optimised IP checksum helpersRobin Murphy2016-06-212-1/+51
| |/ /
* | | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2016-07-272-0/+12
|\ \ \
| * \ \ Merge branch 'acpi-tables'Rafael J. Wysocki2016-07-251-0/+2
| |\ \ \
| | * | | ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters2016-06-221-0/+2
| | |/ /
| * | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-252-0/+10
| |\ \ \
| | * | | arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo2016-05-302-0/+10
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-261-1/+3
|\ \ \ \ \
| * | | | | arm64: add io{read,write}64be accessorsHoria Geantă2016-05-311-1/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-255-106/+406
|\ \ \ \ \
| * \ \ \ \ Merge branch 'locking/arch-atomic' into locking/core, because the topic is readyIngo Molnar2016-07-073-106/+342
| |\ \ \ \ \
| | * | | | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
| | * | | | | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Will Deacon2016-06-161-0/+172
| | * | | | | locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon2016-06-161-90/+32
| | * | | | | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-162-24/+148
| * | | | | | locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon2016-07-072-0/+64
| |/ / / / /
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-251-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton2016-06-271-2/+2
| | |_|_|/ | |/| | |
* | | | | arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni2016-07-071-0/+2
* | | | | arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-07-071-0/+2
|/ / / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-251-1/+1
|\ \ \ \