summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-03-091-3/+0
|\
| * arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2022-03-081-3/+0
* | Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-081-0/+9
|\ \
| * | arm64: Mitigate spectre style branch history side channelsJames Morse2022-02-241-0/+9
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-02-111-0/+1
|\ \ \ | |/ / |/| / | |/
| * arm64: Enable Cortex-A510 erratum 2051678 by defaultMark Brown2022-02-011-0/+1
* | KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse2022-02-031-0/+16
|/
* arm64: cpufeature: List early Cortex-A510 parts as having broken dbmJames Morse2022-01-281-0/+10
* Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...Catalin Marinas2022-01-281-0/+59
|\
| * arm64: errata: Add detection for TRBE trace data corruptionAnshuman Khandual2022-01-271-0/+18
| * arm64: errata: Add detection for TRBE invalid prohibited statesAnshuman Khandual2022-01-271-0/+23
| * arm64: errata: Add detection for TRBE ignored system register writesAnshuman Khandual2022-01-271-0/+18
* | arm64: errata: Update ARM64_ERRATUM_[2119858|2224489] with Cortex-X2 rangesAnshuman Khandual2022-01-241-6/+6
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov2022-01-151-1/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-16/+4
|\ \
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-16/+4
| |/
* | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-1/+0
|\ \
| * | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
| |/
| |
| \
*-. \ Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas2022-01-051-0/+8
|\ \ \ | |_|/ |/| |
| | * arm64: Enable KCSANKefeng Wang2021-12-141-0/+2
| |/ |/|
| * arm64/xor: use EOR3 instructions when availableArd Biesheuvel2021-12-141-0/+6
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+4
|\
| * arm64: support page mapping percpu first chunk allocatorKefeng Wang2021-11-061-0/+4
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-4/+0
|\ \
| * \ Merge tag 'coresight-next-v5.16.v3' of gitolite.kernel.org:pub/scm/linux/kern...Greg Kroah-Hartman2021-10-301-0/+111
| |\ \ | | |/ | |/|
| | * arm64: errata: Enable TRBE workaround for write to out-of-range addressSuzuki K Poulose2021-10-271-2/+0
| | * arm64: errata: Enable workaround for TRBE overwrite in FILL modeSuzuki K Poulose2021-10-271-2/+0
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-0/+1
|\ \ \
| * | | KVM: arm64: Depend on HAVE_KVM instead of OFSean Christopherson2021-10-111-0/+1
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-0/+1
|\ \ \ \
| * | | | arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu2021-10-221-0/+1
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-011-3/+119
|\ \ \ \
| * \ \ \ Merge branch 'for-next/vdso' into for-next/coreWill Deacon2021-10-291-1/+2
| |\ \ \ \
| | * | | | arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2021-10-211-1/+2
| | |/ / /
| * | | | Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon2021-10-291-0/+115
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | arm64: errata: Add detection for TRBE write to out-of-rangeSuzuki K Poulose2021-10-211-0/+41
| | * | | arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose2021-10-211-0/+33
| | * | | arm64: errata: Add detection for TRBE overwrite in FILL modeSuzuki K Poulose2021-10-211-0/+41
| | |/ /
| * | | Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon2021-10-291-1/+0
| |\ \ \
| | * | | arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual2021-10-011-1/+0
| | |/ /
| * | | Merge branch 'for-next/misc' into for-next/coreWill Deacon2021-10-291-0/+1
| |\ \ \
| | * | | arm64: Select POSIX_CPU_TIMERS_TASK_WORKNicolas Saenz Julienne2021-10-281-0/+1
| | |/ /
| * / / arm64: kexec: configure EL2 vectors for kexecPasha Tatashin2021-10-011-1/+1
| |/ /
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-0/+9
|\ \ \
| * | | sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song2021-10-151-0/+9
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-011-1/+0
|\ \ \ | |_|/ |/| |
| * | irq: remove handle_domain_{irq,nmi}()Mark Rutland2021-10-261-1/+0
| * | irq: arm64: perform irqentry in entry codeMark Rutland2021-10-261-1/+0
| * | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland2021-10-251-0/+1
| |/