summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-045-10/+10
* Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-021-13/+1Star
|\
| * kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
| * kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-12/+0Star
| * kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* | Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-317-13/+13
|\ \
| * | arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-226-10/+12
| * | arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code()Steven Rostedt (VMware)2018-12-101-0/+1
| * | arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-091-3/+0Star
* | | kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+60
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-2629-560/+1079
|\ \ \
| * | | arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset()Miles Chen2018-12-141-0/+1
| * | | arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matchesWill Deacon2018-12-132-76/+53Star
| * | | arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4Will Deacon2018-12-131-10/+1Star
| * | | arm64: ptr auth: Move per-thread keys from thread_info to thread_structWill Deacon2018-12-131-1/+1
| * | | arm64: add prctl control for resetting ptrauth keysKristina Martsenko2018-12-132-0/+48
| * | | arm64: perf: strip PAC when unwinding userspaceMark Rutland2018-12-131-1/+5
| * | | arm64: expose user PAC bit positions via ptraceMark Rutland2018-12-131-0/+38
| * | | arm64: add basic pointer authentication supportMark Rutland2018-12-133-0/+19
| * | | arm64/cpufeature: detect pointer authenticationMark Rutland2018-12-131-0/+90
| * | | arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2018-12-131-3/+2Star
| * | | arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 fieldWill Deacon2018-12-131-0/+6
| * | | Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2018-12-121-166/+55Star
| |\ \ \
| | * | | arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell2018-11-211-0/+1
| | * | | arm64: perf: Fix typos in commentShaokun Zhang2018-11-211-1/+1
| | * | | arm64: perf: Hook up new eventsWill Deacon2018-11-211-0/+24
| | * | | arm64: perf: Move event definitions into perf_event.hWill Deacon2018-11-211-144/+1Star
| | * | | arm64: perf: Remove duplicate generic cache eventsWill Deacon2018-11-211-4/+0Star
| | * | | arm64: perf: Add support for Armv8.1 PMCEID register formatWill Deacon2018-11-211-7/+18
| | * | | arm64: perf: Terminate PMU assignment statements with semicolonsWill Deacon2018-11-211-10/+10
| * | | | arm64: enable per-task stack canariesArd Biesheuvel2018-12-122-1/+4
| * | | | arm64: preempt: Fix big-endian when checking preempt count in assemblyWill Deacon2018-12-111-4/+2Star
| * | | | arm64: kexec_file: include linux/vmalloc.hArnd Bergmann2018-12-111-0/+1
| * | | | Merge branch 'for-next/kexec' into aarch64/for-next/coreWill Deacon2018-12-108-17/+386
| |\ \ \ \
| | * | | | arm64: kexec_file: forbid kdump via kexec_file_load()James Morse2018-12-071-0/+4
| | * | | | arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon2018-12-061-30/+34
| | * | | | arm64: kexec_file: add kaslr supportAKASHI Takahiro2018-12-061-1/+18
| | * | | | arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro2018-12-061-5/+18
| | * | | | arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro2018-12-063-7/+16
| | * | | | arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro2018-12-063-1/+115
| | * | | | arm64: kexec_file: load initrd and device-treeAKASHI Takahiro2018-12-061-0/+185
| | * | | | arm64: enable KEXEC_FILE configAKASHI Takahiro2018-12-062-1/+18
| | * | | | arm64: add image head flag definitionsAKASHI Takahiro2018-12-062-9/+15
| | |/ / /
| * | | | Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-101-0/+8
| |\ \ \ \
| | * | | | arm64: KVM: Force VHE for systems affected by erratum 1165522Marc Zyngier2018-12-101-0/+8
| | |/ / /
| * | | | arm64: smp: Handle errors reported by the firmwareSuzuki K Poulose2018-12-101-0/+1
| * | | | arm64: smp: Rework early feature mismatched detectionWill Deacon2018-12-102-14/+9Star
| * | | | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-102-3/+3
| * | | | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+13
| * | | | arm64: mm: Prevent mismatched 52-bit VA supportSteve Capper2018-12-102-0/+31