summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| | * 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/+32Star
| | * 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
|\ \
| * | arm64: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
* | | arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-221-0/+12
|/ /
* | arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2016-06-161-8/+37
* | arm64: spinlock: Ensure forward-progress in spin_unlock_waitWill Deacon2016-06-151-3/+24
* | arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon2016-06-151-3/+7
* | arm64: spinlock: order spin_{is_locked,unlock_wait} against local locksWill Deacon2016-06-151-0/+7
|/
* arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland2016-06-031-10/+2Star
* arm64: update stale PAGE_OFFSET commentMark Rutland2016-06-031-1/+2
* arm64: unistd32.h: wire up missing syscalls for compat tasksWill Deacon2016-06-012-1/+9
* arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-05-311-2/+2
* arm64: Remove orphaned __addr_ok() definitionRobin Murphy2016-05-311-13/+0Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-272-0/+9
|\
| * Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-05-242-0/+9
| |\
| | * KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall2016-05-201-0/+2
| | * KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall2016-05-201-0/+4
| | * KVM: arm/arm64: Export mmio_read/write_busChristoffer Dall2016-05-201-0/+3
* | | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-0/+3
|\ \ \
| * | | asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-201-5/+0Star
|\ \ \ \
| * | | | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-201-5/+0Star
* | | | | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-1/+1
|\ \ \ \ \
| * | | | | iommu: of: enforce const-ness of struct iommu_opsRobin Murphy2016-05-091-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-198-140/+376
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+2
| * | | Merge tag 'kvm-arm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-05-117-140/+374
| |\ \ \ | | |/ / | |/| / | | |/
| | * kvm: arm64: Enable hardware updates of the Access Flag for Stage 2 page tablesCatalin Marinas2016-05-093-11/+31
| | * arm64: kvm: Add support for 16K pagesSuzuki K Poulose2016-04-211-2/+11
| | * kvm-arm: Cleanup stage2 pgd handlingSuzuki K Poulose2016-04-211-18/+0Star
| | * kvm: arm64: Get rid of fake page table levelsSuzuki K Poulose2016-04-214-95/+172
| | * kvm-arm: Cleanup kvm_* wrappersSuzuki K Poulose2016-04-211-24/+0Star
| | * kvm-arm: arm64: Introduce hyp page table empty checksSuzuki K Poulose2016-04-211-0/+14
| | * kvm-arm: arm64: Introduce stage2 page table helpersSuzuki K Poulose2016-04-212-27/+88
| | * arm64: Introduce pmd_thp_or_hugeSuzuki K Poulose2016-04-211-0/+2
| | * kvm arm: Move fake PGD handling to arch specific filesSuzuki K Poulose2016-04-211-0/+43
| | * arm64: Cleanup VTCR_EL2 and VTTBR field valuesSuzuki K Poulose2016-04-211-10/+12
| | * arm64: Reuse TCR field definitions for EL1 and EL2Suzuki K Poulose2016-04-212-40/+88
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-1721-93/+407
|\ \ \
| * | | arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2016-05-062-3/+2Star