summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose2018-03-261-5/+11
* arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose2018-03-261-1/+1
* arm64: capabilities: Group handling of features and errata workaroundsSuzuki K Poulose2018-03-261-31/+42
* arm64: capabilities: Allow features based on local CPU scopeSuzuki K Poulose2018-03-261-6/+11
* arm64: capabilities: Split the processing of errata work aroundsSuzuki K Poulose2018-03-261-2/+4
* arm64: capabilities: Prepare for grouping features and errata work aroundsSuzuki K Poulose2018-03-261-40/+18
* arm64: capabilities: Filter the entries based on a given maskSuzuki K Poulose2018-03-261-11/+22
* arm64: capabilities: Unify the verificationSuzuki K Poulose2018-03-261-33/+58
* arm64: capabilities: Add flags to handle the conflicts on late CPUSuzuki K Poulose2018-03-262-21/+21
* arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose2018-03-262-25/+25
* arm64: capabilities: Move errata processing codeSuzuki K Poulose2018-03-262-36/+40
* arm64: capabilities: Move errata work around check on boot CPUSuzuki K Poulose2018-03-262-6/+6
* arm64: capabilities: Update prototype for enable call backDave Martin2018-03-264-51/+53
* arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2018-03-201-12/+15
* arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-192-0/+11
* arm64: fix undefined reference to 'printk'Arnd Bergmann2018-03-192-3/+3
* arm64: signal: Ensure si_code is valid for all fault signalsDave Martin2018-03-091-1/+1
* arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-091-6/+30
* arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-093-1/+12
* arm64/errata: add REVIDR handling to frameworkArd Biesheuvel2018-03-091-3/+18
* arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-094-12/+124
* arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2018-03-082-11/+16
* arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2018-03-082-1/+4
* arm64/debug: Fix registers on sleeping tasksDouglas Anderson2018-03-061-5/+16
* arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-061-7/+2
* arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon2018-03-063-9/+5
* arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon2018-03-061-0/+7
* arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon2018-03-062-15/+5
* arm64: signal: Don't print anything directly in force_signal_injectWill Deacon2018-03-061-7/+0
* arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon2018-03-061-1/+27
* arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon2018-03-061-0/+6
* arm64: signal: Make force_signal_inject more robustWill Deacon2018-03-063-15/+15
* arm64: cpufeature: Remove redundant "feature" in reportsKees Cook2018-03-051-1/+1
* arm64: cpufeature: Relocate PAN emulation reportKees Cook2018-03-051-3/+3
* arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel2018-03-051-15/+0
* arm64: Mirror arm for unimplemented compat syscallsMichael Weiser2018-03-051-1/+20
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-261-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
|\ \