aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-8/+21
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-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-22/+0
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-3/+0
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport1-2/+3
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+5
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin1-2/+5
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
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-28arm64: use for_each_of_cpu_node iteratorRob Herring1-1/+1
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