summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-3/+5
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-50/+397
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+31
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand-1/+1
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand-1/+0
2019-03-04Merge branch 'acpi-apei'Rafael J. Wysocki-0/+31
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon-4/+16
2019-02-26arm64: Rename get_thread_info()Julien Thierry-2/+2
2019-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-9/+9
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov-0/+3
2019-02-20arm64: Relax GIC version check during early bootVladimir Murzin-2/+1
2019-02-18arm64: fix SSBS sanitizationMark Rutland-7/+8
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel-1/+0
2019-02-15Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas-1/+1
2019-02-07arm64: KVM/mm: Move SEA handling behind a single 'claim' interfaceJames Morse-0/+31
2019-02-06arm64: Enable the support of pseudo-NMIsJulien Thierry-1/+9
2019-02-06arm64: Skip irqflags tracing for NMI in IRQs disabled contextJulien Thierry-0/+21
2019-02-06arm64: Skip preemption when exiting an NMIJulien Thierry-1/+9
2019-02-06arm64: Handle serror in NMI contextJulien Thierry-2/+6
2019-02-06arm64: Switch to PMR masking when starting CPUsJulien Thierry-0/+26
2019-02-06arm64: alternative: Apply alternatives early in boot processDaniel Thompson-5/+51
2019-02-06arm64: alternative: Allow alternative status checking per cpufeatureJulien Thierry-5/+18
2019-02-06arm64: Unmask PMR before going idleJulien Thierry-0/+45
2019-02-06arm64: Make PMR part of task contextJulien Thierry-0/+21
2019-02-06arm64: cpufeature: Add cpufeature for IRQ priority maskingJulien Thierry-0/+23
2019-02-06arm64: cpufeature: Set SYSREG_GIC_CPUIF as a boot system featureJulien Thierry-1/+1
2019-02-06arm64: Fix HCR.TGE status for NMI contextsJulien Thierry-0/+3
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker-1/+3
2019-02-04arm64: entry: Remove unneeded need_resched() loopValentin Schneider-10/+1
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse-1/+3
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse-0/+2
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel-0/+1
2019-02-01arm64: add ptrace regsets for ptrauth key managementKristina Martsenko-0/+147
2019-01-21arm64: Remove asm/memblock.hWill Deacon-1/+0
2019-01-21arm64: asm-offsets: remove unused offsetsAndrew Murray-20/+0
2019-01-19arm64: perf: remove misleading commentAndrew Murray-1/+1
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel-2/+6
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro-1/+3
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon-3/+9
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-4/+0
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-53/+40
2019-01-04arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon-10/+8
2019-01-04arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon-2/+2
2019-01-04arm64: replace arm64-obj-* in Makefile with obj-*Masahiro Yamada-31/+30
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-10/+10
2019-01-03arm64: entry: remove unused register aliasesMark Rutland-11/+1
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-13/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-13/+13
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy-1/+1