summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/arm/armv7/lpae
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1Jeremy Cline2020-04-1433-33/+0
| | | | | | This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git
* arm: a few more updatesPeter Robinson2019-12-112-2/+0
|
* 5.5 Updates for ARMv7/aarch64, Enable newer TI ARMv7 platformsPeter Robinson2019-12-113-3/+0
|
* configs: drop unneeded overridesPaul Bolle2019-03-136-6/+0
| | | | | | | | There are 255 overrides that have no effect as they are identical to the files they override. In other words: these overrides have no effect on the shipped .config files. They can safely be dropped. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* a few dep fixes/cleanups post config cleanupPeter Robinson2019-01-151-1/+0
|
* - Further updates for ARMPeter Robinson2018-11-131-1/+0
| | | | | | - More Qualcomm SD845 enablement - FPGA Device Feature List (DFL) support - Minor cleanups
* ARM updates for 4.18, cleanup some dropped config optionsPeter Robinson2018-06-1519-19/+0
|
* Linux v4.16-7248-g06dd3dfeea60Justin M. Forbes2018-04-051-0/+1
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-301-0/+1
|
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-0563-0/+63
It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.