summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-07-27Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+62
2016-07-27Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds9-14/+168
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-1/+50
2016-07-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2016-07-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-106/+406
2016-07-25Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2016-07-25Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki1-1/+19
2016-07-25Merge branch 'acpi-tables'Rafael J. Wysocki3-2/+7
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki6-11/+142
2016-07-23arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier1-4/+4
2016-07-22arm64: add support for ACPI Low Power Idle(LPI)Sudeep Holla1-0/+18
2016-07-22arm64: cpuidle: drop __init section marker to arm_cpuidle_initSudeep Holla1-1/+1
2016-07-09Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab27-100/+264
2016-07-08[media] arm64: dts: mediatek: Add Video Encoder for MT8173Tiffany Lin1-0/+39
2016-07-08[media] arm64: dts: mediatek: Add node for Mediatek Video Processor UnitAndrew-CT Chen1-0/+23
2016-07-07arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni2-0/+8
2016-07-07arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse4-3/+22
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner1-0/+8
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-06-28arm64: dts: rockchip: Add rktimer device node for rk3399Huang Tao1-0/+8
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-2/+2
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-06-25arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-22arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse1-0/+6
2016-06-22arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2-0/+30
2016-06-22ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters3-2/+7
2016-06-21arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang1-4/+0
2016-06-21arm64: fix boot image dependencies to not generate invalid imagesMasahiro Yamada1-1/+1
2016-06-21arm64: update ASID limitJean-Philippe Brucker1-3/+6
2016-06-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+2
2016-06-19Merge tag 'gpmc-omap-fixes-for-v4.7' of https://github.com/rogerq/linux into ...Olof Johansson1-1/+1
2016-06-19Merge tag 'omap-for-v4.7/fixes-powedomain' of git://git.kernel.org/pub/scm/li...Olof Johansson15-60/+116
2016-06-16arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2-9/+50
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,o...Will Deacon1-0/+172
2016-06-16locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon1-90/+32
2016-06-16locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2-24/+148
2016-06-15arm64: spinlock: Ensure forward-progress in spin_unlock_waitWill Deacon1-3/+24
2016-06-15arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon1-3/+7
2016-06-15arm64: spinlock: order spin_{is_locked,unlock_wait} against local locksWill Deacon1-0/+7
2016-06-14arm64: mm: mark fault_info table constMark Rutland1-1/+1
2016-06-14arm64: fix dump_instr when PAN and UAO are in useMark Rutland1-13/+13
2016-06-08arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon1-1/+1
2016-06-07arm64: dts: ls1043a: add crypto nodeHoria Geantă2-0/+47
2016-06-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2016-06-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds13-44/+74