summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-262-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-241-1/+1
|\ \ \ \
| * | | | arm64: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-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/+2
* | 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/+0
|/
* 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
OpenPOWER on IntegriCloud