summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2018-03-09arm64: Add support for new control bits CTR_EL0.DIC and CTR_EL0.IDCShanker Donthineni5-8/+60
2018-03-09arm64/kernel: enable A53 erratum #8434319 handling at runtimeArd Biesheuvel4-2/+14
2018-03-09arm64/errata: add REVIDR handling to frameworkArd Biesheuvel2-3/+22
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel7-24/+130
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel3-15/+19
2018-03-08arm64: module: don't BUG when exceeding preallocated PLT countArd Biesheuvel2-1/+4
2018-03-06arm64: kaslr: Set TCR_EL1.NFD1 when CONFIG_RANDOMIZE_BASE=yWill Deacon2-1/+9
2018-03-06arm64/debug: Fix registers on sleeping tasksDouglas Anderson1-5/+16
2018-03-06kasan, arm64: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov1-4/+6
2018-03-06arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas6-11/+68
2018-03-06arm64: lse: Pass -fomit-frame-pointer to out-of-line ll/sc atomicsWill Deacon1-1/+2
2018-03-06arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon3-9/+5
2018-03-06arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon2-11/+7
2018-03-06arm64: signal: Call arm64_notify_segfault when failing to deliver signalWill Deacon2-15/+5
2018-03-06arm64: mm: Rework unhandled user pagefaults to call arm64_force_sig_infoWill Deacon1-51/+36
2018-03-06arm64: Pass user fault info to arm64_notify_die instead of printing itWill Deacon1-22/+8
2018-03-06arm64: signal: Don't print anything directly in force_signal_injectWill Deacon1-7/+0
2018-03-06arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon2-1/+29
2018-03-06arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon1-0/+6
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon4-19/+17
2018-03-05arm64: cpufeature: Remove redundant "feature" in reportsKees Cook1-1/+1
2018-03-05arm64: cpufeature: Relocate PAN emulation reportKees Cook1-3/+3
2018-03-05arm64/kernel: kaslr: drop special Image placement logicArd Biesheuvel1-15/+0
2018-03-05arm64: Mirror arm for unimplemented compat syscallsMichael Weiser1-1/+20
2018-02-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2018-02-23arm64: fix unwind_frame() for filtered out fn for function graph tracingPratyush Anand3-2/+7
2018-02-23bpf, arm64: fix out of bounds access in tail callDaniel Borkmann1-2/+3
2018-02-22arm64: Enforce BBM for huge IO/VMAP mappingsWill Deacon1-0/+10
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar1-1/+1
2018-02-20arm64: perf: correct PMUVer probingMark Rutland1-2/+2
2018-02-19arm64: __show_regs: Only resolve kernel symbols when running at EL1Will Deacon1-2/+9
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser1-8/+0
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-02-19arm64: cpufeature: Fix CTR_EL0 field definitionsWill Deacon1-2/+4
2018-02-19arm64: uaccess: Formalise types for access_ok()Robin Murphy3-8/+10
2018-02-19arm64: Fix compilation error while accessing MPIDR_HWID_BITMASK from .S filesBhupesh Sharma1-1/+1
2018-02-17arm64: cputype: Silence Sparse warningsRobin Murphy1-1/+1
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon13-399/+426
2018-02-14arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceWill Deacon1-5/+9
2018-02-12arm64: Add missing Falkor part number for branch predictor hardeningShanker Donthineni2-1/+12
2018-02-11Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-21/+102
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds28-229/+612
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-2/+2
2018-02-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-12/+16
2018-02-07bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-3/+2
2018-02-07kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov3-9/+14
2018-02-07arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier3-70/+13
2018-02-07arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2-1/+87