summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2016-08-22arm64: debug: unmask PSTATE.D earlierWill Deacon3-2/+2
2016-07-12PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi1-22/+0
2016-07-12arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang1-4/+0
2016-06-03arm64: Ensure pmd_present() returns false after pmd_mknotpresent()Catalin Marinas2-3/+2
2016-06-03mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+1
2016-04-18arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier1-0/+2
2016-04-12arm64: account for sparsemem section alignment when choosing vmemmap offsetArd Biesheuvel1-2/+3
2016-04-12arm64: vmemmap: use virtual projection of linear regionArd Biesheuvel2-5/+6
2016-03-29arm64: psci: move psci firmware calls out of lineWill Deacon3-35/+32
2016-03-15arm64: kernel: pause/unpause function graph tracer in cpu_suspend()Lorenzo Pieralisi1-0/+10
2016-03-11arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2016-02-15arm64: restore bogomips information in /proc/cpuinfoYang Shi1-0/+4
2016-02-15arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä1-0/+3
2015-11-15Revert "ARM64: unwind: Fix PC calculation"Will Deacon1-5/+1
2015-11-13arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon1-1/+1
2015-10-27arm64: readahead: fault retry breaks mmap file read random detectionMark Salyzyn1-0/+1
2015-10-27arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2015-10-07arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-10-07arm64: errata: add module build workaround for erratum #843419Will Deacon3-0/+22
2015-10-07arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-10-07arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-10-07arm64: kconfig: Move LIST_POISON to a safe valueJeff Vander Stoep1-0/+4
2015-09-22arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-08-27arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2015-08-27signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-27signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-04arm64: Don't report clear pmds and puds as hugeChristoffer Dall1-2/+2
2015-07-13arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-07-03arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon1-0/+4
2015-07-03arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin1-1/+1
2015-07-03arm64: entry: fix context tracking for el0_sp_pcMark Rutland1-0/+1
2015-07-03arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas1-0/+8
2015-06-10arm64: bpf: fix signedness bug in loading 64-bit immediateXi Wang1-1/+1
2015-05-17arm64: dma-mapping: always clear allocated buffersMarek Szyprowski1-4/+2
2015-05-17mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi1-6/+0
2015-05-17KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara1-1/+7
2015-05-11arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier1-0/+2
2015-05-11arm64: KVM: Fix stage-2 PGD allocation to have per-page refcountingMarc Zyngier1-42/+4
2015-05-11arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier1-5/+8
2015-05-11arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier1-0/+18
2015-05-11arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2-1/+2
2015-05-11arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2015-05-11arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall1-0/+1
2015-05-11arm/arm64: KVM: Turn off vcpus on PSCI shutdown/rebootChristoffer Dall1-0/+1
2015-05-11arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall2-1/+5
2015-05-11arm, arm64: KVM: allow forced dcache flush on page faultsLaszlo Ersek1-2/+3
2015-04-27arm64: fix midr range for Cortex-A57 erratum 832075Bo Yan1-1/+2
2015-04-27arm64: errata: add workaround for cortex-a53 erratum #845719Will Deacon4-1/+51
2015-04-27arm64: protect alternatives workarounds with Kconfig optionsAndre Przywara2-0/+122
2015-04-27arm64: add Cortex-A57 erratum 832075 workaroundAndre Przywara3-6/+29