summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-0519-441/+838
|\
| * arm64: uaccess: Fix omissions from usercopy whitelistDave Martin2018-03-286-44/+47
| * arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin2018-03-284-28/+25
| * Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-271-2/+7
| * arm64: cpufeature: Avoid warnings due to unused symbolsWill Deacon2018-03-272-8/+10
| * arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-03-261-1/+15
| * arm64: Delay enabling hardware DBM featureSuzuki K Poulose2018-03-261-0/+71
| * arm64: capabilities: Handle shared entriesSuzuki K Poulose2018-03-262-14/+54
| * arm64: capabilities: Add support for checks based on a list of MIDRsSuzuki K Poulose2018-03-262-41/+50
| * arm64: Add helpers for checking CPU MIDR against a rangeSuzuki K Poulose2018-03-261-11/+5
| * 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-262-40/+3
| * arm64: capabilities: Add support for features enabled earlySuzuki K Poulose2018-03-261-13/+44
| * 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 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-1/+1
|\ \