summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall2018-03-191-0/+1
* arm64/kvm: Prohibit guest LOR accessesMark Rutland2018-02-261-0/+7
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-1/+1
|\
| * treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-1/+1
* | arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand2018-02-232-1/+6
* | arm64: perf: correct PMUVer probingMark Rutland2018-02-201-2/+2
* | arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon2018-02-191-2/+9
* | arm64: Remove unimplemented syscall log messageMichael Weiser2018-02-191-8/+0
* | arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-02-191-1/+1
* | arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon2018-02-191-2/+4
* | arm64: uaccess: Formalise types for access_ok()Robin Murphy2018-02-192-2/+4
|/
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-162-73/+77
* arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni2018-02-121-0/+9
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-2/+2
|\
| * ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-089-86/+148
|\ \
| * | arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier2018-02-062-56/+13
| * | arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2018-02-062-1/+87
| * | arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2018-02-061-0/+5
| * | arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2018-02-061-1/+4
| * | arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon2018-02-061-2/+2
| * | arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2018-02-061-0/+2
| * | arm64: Make USER_DS an inclusive limitRobin Murphy2018-02-061-2/+2
| * | arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon2018-02-063-3/+3
| * | arm64: assembler: Align phys_to_pte with pte_to_physWill Deacon2018-02-061-22/+2
| * | arm64: entry: Reword comment about post_ttbr_update_workaroundWill Deacon2018-02-061-10/+3
| * | arm64: assembler: Change order of macro arguments in phys_to_ttbrWill Deacon2018-02-062-4/+4
| * | arm64: Force KPTI to be disabled on Cavium ThunderXMarc Zyngier2018-02-061-3/+14
| * | arm64: kpti: Add ->enable callback to remap swapper using nG mappingsWill Deacon2018-02-061-0/+25
| * | arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2018-02-064-0/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-3/+2
|\ \ \
| * | | bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-3/+2
* | | | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-0626-302/+1345
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
| |\ \ \
| | * | | arm64: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
| * | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-304-108/+29
| |\ \ \ \
| | * | | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-2/+4
| | * | | | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-222-12/+14
| | * | | | signal/arm64: Better isolate the COMPAT_TASK portion of ptrace_hbptriggeredEric W. Biederman2018-01-221-15/+12
| | * | | | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-70/+0
| | * | | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-10/+0
| | * | | | signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman2018-01-121-1/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-3024-191/+1314
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | arm64: Turn on KPTI only on CPUs that need itJayachandran C2018-01-231-0/+7
| | * | | arm64: Branch predictor hardening for Cavium ThunderX2Jayachandran C2018-01-231-0/+10
| | * | | arm64: Run enable method for errata work arounds on late CPUsSuzuki K Poulose2018-01-231-3/+6
| | * | | arm64: kpti: Fix the interaction between ASID switching and software PANCatalin Marinas2018-01-161-1/+1
| | * | | KVM: arm64: Handle RAS SErrors from EL2 on guest exitJames Morse2018-01-161-0/+1
| | * | | arm64: kernel: Prepare for a DISR userJames Morse2018-01-161-0/+9
| | * | | arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2018-01-161-5/+46
OpenPOWER on IntegriCloud