| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-12-25 | 138 | -1197/+4287 |
|\ |
|
| * | arm64: kaslr: print PHYS_OFFSET in dump_kernel_offset() | Miles Chen | 2018-12-14 | 1 | -0/+1 |
| * | arm64: sysreg: Use _BITUL() when defining register bits | Will Deacon | 2018-12-13 | 1 | -40/+41 |
| * | arm64: cpufeature: Rework ptr auth hwcaps using multi_entry_cap_matches | Will Deacon | 2018-12-13 | 3 | -89/+99 |
| * | arm64: cpufeature: Reduce number of pointer auth CPU caps from 6 to 4 | Will Deacon | 2018-12-13 | 3 | -17/+8 |
| * | arm64: docs: document pointer authentication | Mark Rutland | 2018-12-13 | 4 | -0/+116 |
| * | arm64: ptr auth: Move per-thread keys from thread_info to thread_struct | Will Deacon | 2018-12-13 | 4 | -8/+7 |
| * | arm64: enable pointer authentication | Mark Rutland | 2018-12-13 | 1 | -0/+23 |
| * | arm64: add prctl control for resetting ptrauth keys | Kristina Martsenko | 2018-12-13 | 6 | -0/+71 |
| * | arm64: perf: strip PAC when unwinding userspace | Mark Rutland | 2018-12-13 | 2 | -1/+12 |
| * | arm64: expose user PAC bit positions via ptrace | Mark Rutland | 2018-12-13 | 6 | -2/+57 |
| * | arm64: add basic pointer authentication support | Mark Rutland | 2018-12-13 | 6 | -0/+104 |
| * | arm64/cpufeature: detect pointer authentication | Mark Rutland | 2018-12-13 | 3 | -1/+109 |
| * | arm64: Don't trap host pointer auth use to EL2 | Mark Rutland | 2018-12-13 | 1 | -1/+3 |
| * | arm64/kvm: hide ptrauth from guests | Mark Rutland | 2018-12-13 | 2 | -0/+26 |
| * | arm64/kvm: consistently handle host HCR_EL2 flags | Mark Rutland | 2018-12-13 | 3 | -4/+4 |
| * | arm64: add pointer authentication register bits | Mark Rutland | 2018-12-13 | 2 | -1/+32 |
| * | arm64: add comments about EC exception levels | Kristina Martsenko | 2018-12-13 | 1 | -7/+7 |
| * | arm64: perf: Treat EXCLUDE_EL* bit definitions as unsigned | Will Deacon | 2018-12-13 | 1 | -3/+3 |
| * | arm64: kpti: Whitelist Cortex-A CPUs that don't implement the CSV3 field | Will Deacon | 2018-12-13 | 1 | -0/+6 |
| * | Merge branch 'for-next/perf' into aarch64/for-next/core | Will Deacon | 2018-12-12 | 10 | -184/+1205 |
| |\ |
|
| | * | drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver | Kulkarni, Ganapatrao | 2018-12-06 | 4 | -0/+872 |
| | * | Documentation: perf: Add documentation for ThunderX2 PMU uncore driver | Kulkarni, Ganapatrao | 2018-12-06 | 1 | -0/+41 |
| | * | perf: arm_spe: handle devm_kasprintf() failure | Nicholas Mc Guire | 2018-11-29 | 1 | -0/+5 |
| | * | drivers/perf: xgene: Add CPU hotplug support | Hoan Tran | 2018-11-21 | 2 | -7/+74 |
| | * | perf: arm_spe: Enable automatic DT loading | Jeremy Linton | 2018-11-21 | 1 | -0/+1 |
| | * | arm64: perf: set suppress_bind_attrs flag to true | Anders Roxell | 2018-11-21 | 1 | -0/+1 |
| | * | arm64: perf: Fix typos in comment | Shaokun Zhang | 2018-11-21 | 1 | -1/+1 |
| | * | arm64: perf: Hook up new events | Will Deacon | 2018-11-21 | 1 | -0/+24 |
| | * | arm64: perf: Move event definitions into perf_event.h | Will Deacon | 2018-11-21 | 2 | -154/+155 |
| | * | arm64: perf: Remove duplicate generic cache events | Will Deacon | 2018-11-21 | 1 | -4/+0 |
| | * | arm64: perf: Add support for Armv8.1 PMCEID register format | Will Deacon | 2018-11-21 | 2 | -8/+21 |
| | * | arm64: perf: Terminate PMU assignment statements with semicolons | Will Deacon | 2018-11-21 | 1 | -10/+10 |
| * | | arm64: enable per-task stack canaries | Ard Biesheuvel | 2018-12-12 | 5 | -2/+23 |
| * | | arm64: Add memory hotplug support | Robin Murphy | 2018-12-12 | 4 | -0/+38 |
| * | | arm64: percpu: Fix LSE implementation of value-returning pcpu atomics | Will Deacon | 2018-12-12 | 1 | -1/+1 |
| * | | arm64: add <asm/asm-prototypes.h> | Mark Rutland | 2018-12-12 | 1 | -0/+26 |
| * | | arm64: mm: Introduce MAX_USER_VA_BITS definition | Will Deacon | 2018-12-12 | 3 | -10/+8 |
| * | | arm64: fix ARM64_USER_VA_BITS_52 builds | Arnd Bergmann | 2018-12-11 | 1 | -1/+1 |
| * | | arm64: preempt: Fix big-endian when checking preempt count in assembly | Will Deacon | 2018-12-11 | 2 | -9/+5 |
| * | | arm64: kexec_file: include linux/vmalloc.h | Arnd Bergmann | 2018-12-11 | 1 | -0/+1 |
| * | | arm64: mm: EXPORT vabits_user to modules | Will Deacon | 2018-12-10 | 1 | -0/+1 |
| * | | Merge branch 'for-next/kexec' into aarch64/for-next/core | Will Deacon | 2018-12-10 | 18 | -90/+623 |
| |\ \ |
|
| | * | | arm64: kexec_file: forbid kdump via kexec_file_load() | James Morse | 2018-12-07 | 1 | -0/+4 |
| | * | | arm64: kexec_file: Refactor setup_dtb() to consolidate error checking | Will Deacon | 2018-12-06 | 1 | -30/+34 |
| | * | | arm64: kexec_file: add kaslr support | AKASHI Takahiro | 2018-12-06 | 1 | -1/+18 |
| | * | | arm64: kexec_file: add kernel signature verification support | AKASHI Takahiro | 2018-12-06 | 2 | -5/+42 |
| | * | | include: pe.h: remove message[] from mz header definition | AKASHI Takahiro | 2018-12-06 | 1 | -1/+1 |
| | * | | arm64: kexec_file: invoke the kernel without purgatory | AKASHI Takahiro | 2018-12-06 | 3 | -7/+16 |
| | * | | arm64: kexec_file: allow for loading Image-format kernel | AKASHI Takahiro | 2018-12-06 | 4 | -1/+117 |