summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-03-262-1/+29
* arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-263-8/+79
* arm64: Add MIDR encoding for Arm Cortex-A55 and Cortex-A35Suzuki K Poulose2018-03-261-0/+4
* arm64: capabilities: Handle shared entriesSuzuki K Poulose2018-03-263-14/+66
* arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2018-03-264-41/+60
* arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2018-03-263-13/+37
* arm64: capabilities: Clean up midr range helpersSuzuki K Poulose2018-03-261-48/+60
* arm64: capabilities: Change scope of VHE to Boot CPU featureSuzuki K Poulose2018-03-264-46/+9
* arm64: capabilities: Add support for features enabled earlySuzuki K Poulose2018-03-262-22/+83
* arm64: capabilities: Restrict KPTI detection to boot-time CPUsSuzuki K Poulose2018-03-262-5/+20
* arm64: capabilities: Introduce weak features based on local CPUSuzuki K Poulose2018-03-262-1/+9
* 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-262-11/+23
* 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-263-21/+89
* arm64: capabilities: Prepare for fine grained capabilitiesSuzuki K Poulose2018-03-263-31/+124
* arm64: capabilities: Move errata processing codeSuzuki K Poulose2018-03-263-43/+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-268-58/+67
* arm64/sve: Document firmware support requirements in KconfigDave Martin2018-03-261-0/+17
* arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin2018-03-203-19/+24
* Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Will Deacon2018-03-201-1/+66
|\
| * signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptionsDave Martin2018-03-151-1/+1
| * signal/x86: Include the field offsets in the build time checksEric W. Biederman2018-03-061-0/+65
* | arm64: Expose Arm v8.4 featuresSuzuki K Poulose2018-03-194-0/+18
* | arm64: asm: drop special versions of adr_l/ldr_l/str_l for modulesArd Biesheuvel2018-03-191-32/+2
* | 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-093-73/+59
* | arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni2018-03-095-8/+60
* | arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel2018-03-094-2/+14
* | arm64/errata: add REVIDR handling to frameworkArd Biesheuvel2018-03-092-3/+22
* | arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-097-24/+130
* | arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2018-03-083-15/+19
* | arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2018-03-082-1/+4
* | arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon2018-03-062-1/+9
* | arm64/debug: Fix registers on sleeping tasksDouglas Anderson2018-03-061-5/+16
* | kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov2018-03-061-4/+6
* | arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-066-11/+68
* | arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon2018-03-061-1/+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-062-11/+7
* | arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon2018-03-062-15/+5
* | arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon2018-03-061-51/+36
* | arm64: Pass user fault info to arm64_notify_die instead of printing itWill Deacon2018-03-061-22/+8
* | 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-062-1/+29
* | arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon2018-03-061-0/+6