Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm64: enable harden branch predictor | Mathias Kresin | 2018-04-27 | 1 | -0/+2 |
| | | | | | | Enable the harden branch predictor for arm64 as it is recommend. Signed-off-by: Mathias Kresin <dev@kresin.me> | ||||
* | armvirt: 64: add missing kernel config symbols | Jo-Philipp Wich | 2018-01-10 | 1 | -0/+13 |
| | | | | | Fixes: aa100b66f2 ("armvirt: bump to v4.14") Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | kernel: move CONFIG_KASAN to generic config | Stijn Tintel | 2018-01-02 | 1 | -1/+0 |
| | | | | | | | | | | While bumping 4.14, the kernel build failed due to missing CONFIG_KASAN symbol. Move it to generic config instead of defining it for all arm64 and x86/64 targets. It was only added in 4.0, so not needed in config-3.18. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> | ||||
* | armvirt: Enable CONFIG_ARM_PMU | Florian Fainelli | 2017-09-16 | 1 | -0/+1 |
| | | | | | | | We will be prompted with this config symbol when performance monitoring is enabled in the kernel. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> | ||||
* | armvirt: merge arm64 as subtarget 64 | Yousong Zhou | 2017-04-23 | 2 | -0/+178 |
Original armvirt target is now subtarget 32. Other than that the built result should remain the same as before Besides old features already available with arm64, the new armvirt/64 subtarget will also have those features originally enabled for armvirt/32 with commit 44ecfc2 ("armvirt: new target") - pl011, uart - pl031, rtc - pl061, gpio - pci-host-generic - virtio_{mmio,pci,net,blk,scsi,9p,console,balloon} - smp with NR_CPUS=4 - cpu-hotplug - ext4 - DEBUG_BUGVERBOSE for debug purposes Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> |