summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-03-14arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-12arm64: ftrace: don't adjust the LR valueMark Rutland1-1/+0
2019-02-06arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2019-02-06arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2019-02-06arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-01-26arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell1-0/+1
2019-01-22arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-22arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland1-3/+2
2019-01-17arm64: compat: Don't pull syscall number from regs in arm_compat_syscallWill Deacon2-10/+8
2019-01-13arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel1-4/+5
2019-01-13arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel1-28/+18
2019-01-09arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon1-2/+2
2018-12-13arm64: hibernate: Avoid sending cross-calling with interrupts disabledWill Deacon1-1/+1
2018-12-05arm64: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-27arm64: kprobe: make page to RO mode when allocate itAnders Roxell1-7/+20
2018-11-13arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2-5/+8
2018-11-13arm64: 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-09-11arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse3-11/+20
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
2018-07-27Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Will Deacon1-50/+201
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott2-0/+25
2018-07-26arm64: Add stack information to on_accessible_stackLaura Abbott3-11/+44
2018-07-25arm64: Check for errata before evaluating cpu featuresDirk Mueller1-2/+2
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-10/+46
2018-07-23arm64: acpi: fix alignment fault in accessing ACPIAKASHI Takahiro1-8/+3
2018-07-23arm64: export memblock_reserve()d regions via /proc/iomemJames Morse1-0/+38
2018-07-23arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()Mark Rutland1-8/+11
2018-07-17arm64: Add build salt to the vDSOLaura Abbott1-0/+3
2018-07-12arm64: Drop asmlinkage qualifier from syscall_trace_{enter,exit}Will Deacon1-2/+2
2018-07-12arm64: implement syscall wrappersMark Rutland3-5/+19
2018-07-12arm64: convert compat wrappers to CMark Rutland3-123/+104
2018-07-12arm64: use SYSCALL_DEFINE6() for mmapMark Rutland1-3/+3