aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+2
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-65/+52
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2018-10-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds14-100/+546
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-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon1-0/+7
2018-10-12arm64: Fix /proc/iomem for reserved but not memory regionsWill Deacon1-29/+27
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-1/+0
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-27signal/arm64: Use send_sig_fault where appropriateEric W. Biederman1-7/+3
2018-09-27signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2-1/+10
2018-09-27signal/arm64: In ptrace_hbptriggered name the signal description stringEric W. Biederman1-1/+2
2018-09-27signal/arm64: Remove arm64_force_sig_infoEric W. Biederman1-6/+0
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman1-0/+7
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman3-33/+16
2018-09-27signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman1-13/+11
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman3-6/+6
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2-19/+18
2018-09-27arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel1-3/+3
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: PCI: Remove node-local allocations when initialising host controllerPunit Agrawal1-3/+2
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