summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-02arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-11-02arm64: kdump: fix small typoYangtao Li1-1/+1
2018-10-19arm64: KVM: Guests can skip __install_bp_hardening_cb()s HYP workJames Morse1-0/+9
2018-10-16arm64: cpufeature: Trap CTR_EL0 access only where it is necessarySuzuki K Poulose1-1/+6
2018-10-16arm64: cpufeature: Fix handling of CTR_EL0.IDC fieldSuzuki K Poulose3-5/+47
2018-10-16arm64: cpufeature: ctr: Fix cpu capability check for late CPUsSuzuki K Poulose1-4/+18
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier2-0/+12
2018-10-01arm64/kprobes: remove an extra semicolon in arch_prepare_kprobezhong jiang1-1/+1
2018-10-01arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier1-0/+8
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier1-0/+13
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier1-0/+16
2018-10-01arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier1-0/+28
2018-10-01arm64: compat: Add condition code checks and IT advanceMarc Zyngier1-0/+85
2018-10-01arm64: compat: Add separate CP15 trapping hookMarc Zyngier2-2/+26
2018-10-01arm64: remove unused asm/compiler.h header fileArd Biesheuvel1-1/+0
2018-09-25arm64/mm: move runtime pgds to rodataJun Yao2-21/+24
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirJun Yao2-6/+10
2018-09-25arm64/mm: Pass ttbr1 as a parameter to __enable_mmu()Jun Yao2-9/+12
2018-09-21arm64: Remove unused VGA console supportAndrew Murray1-4/+0
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual1-0/+17
2018-09-21arm64/cpufeatures: Factorize emulate_mrs()Anshuman Khandual1-10/+15
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual1-4/+4
2018-09-19arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZEWill Deacon1-13/+2
2018-09-18arm64: mm: Support Common Not Private translationsVladimir Murzin2-0/+38
2018-09-17arm64: sysreg: Clean up instructions for modifying PSTATE fieldsSuzuki K Poulose1-3/+3
2018-09-14arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2018-09-14arm64: force_signal_inject: WARN if called from kernel contextWill Deacon1-1/+4
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon3-11/+28
2018-09-14arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon4-2/+94
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2-5/+8
2018-09-14arm64: ssbd: Drop #ifdefs for PR_SPEC_STORE_BYPASSWill Deacon1-3/+0
2018-09-14arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon2-2/+18
2018-09-10arm64: cpufeature: add feature for CRC32 instructionsArd Biesheuvel1-0/+9
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini1-0/+20
2018-08-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2018-08-17arm64: Avoid calling stop_machine() when patching jump labelsWill Deacon1-1/+1
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+3
2018-08-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds27-610/+885
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-125/+49
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+0
2018-08-08arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-06Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner4-12/+48
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt1-10/+0
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+2
2018-07-31arm64: kexec: Add comment to explain use of __flush_icache_range()Will Deacon1-1/+8
2018-07-31arm64: sdei: Mark sdei stack helper functions as staticWill Deacon1-6/+3
2018-07-31arm64, kaslr: export offset in VMCOREINFO ELF notesBhupesh Sharma1-0/+1
2018-07-31arm64: perf: Add cap_user_time aarch64Michael O'Farrell1-0/+30
2018-07-30arm64: kexec: machine_kexec should call __flush_icache_rangeDave Kleikamp1-1/+1
2018-07-30arm64: svc: Ensure hardirq tracing is updated before returnWill Deacon1-1/+8