summaryrefslogtreecommitdiffstats
path: root/kernel-armv7hl-lpae.config
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.10-10531-g86292b3Laura Abbott2017-02-281-1/+2
|
* Linux v4.10-10320-ge5d56efLaura Abbott2017-02-271-0/+6
|
* Linux v4.10-9579-gf1ef09fLaura Abbott2017-02-241-0/+22
| | | | Includes config options from yesterday that were missed
* Linux v4.10-6476-gbc49a78Laura Abbott2017-02-231-0/+41
|
* Linux v4.10-2512-g7bb0338Laura Abbott2017-02-221-1/+12
|
* Linux v4.10-1242-g9763dd6Laura Abbott2017-02-211-0/+8
|
* minor config cleanups (NFC)Peter Robinson2017-02-211-7/+0
|
* enable PWRSEQ_EMMC as wellPeter Robinson2017-02-151-1/+1
|
* Enable PWRSEQ_SIMPLE module (fixes rhbz 1377816)Peter Robinson2017-02-151-1/+1
|
* CVE-2017-5967 Disable CONFIG_TIMER_STATS (rhbz 1422138 1422140)Justin M. Forbes2017-02-141-1/+1
|
* Linux v4.10-rc6-85-g6d04dfcJustin M. Forbes2017-02-011-1/+1
|
* Linux v4.10-rc4-78-g4b19a9eJustin M. Forbes2017-01-171-1/+1
|
* Minor ARM config updatesPeter Robinson2017-01-061-3/+1
|
* Linux v4.10-rc2-183-gc433eb7Justin M. Forbes2017-01-051-1/+1
|
* Fix nodebug kernels, CPUMASK_OFFSTACK is always selected with MAXSMPJustin M. Forbes2017-01-031-1/+1
|
* Enable Amlogic (meson) SoCs for ARMv7/aarch64Peter Robinson2016-12-271-4/+19
|
* Linux v4.10-rc1 (didn't adjust debug options), ARM config updates, minor ↵Peter Robinson2016-12-271-24/+25
| | | | general config cleanups
* Linux v4.9-11999-g50f6584Justin M. Forbes2016-12-231-0/+1
|
* Add script to check config generationLaura Abbott2016-12-221-110/+109
| | | | | | | | | | | The kernel configuration generation currently checks to make sure every option is defined with listnewconfig. It does not check that each option is the same as listnewconfig. This can lead to odd situations where the Fedora configuration does not match what's actually present in the generated config. Add a script to check for these kinds of changes. Based on work done by Miguel Flores Silverio <floresmigu3l@gmail.com>
* Linux v4.9-11815-ge93b1ccJustin M. Forbes2016-12-211-0/+1
|
* Linux v4.9-11815-ge93b1ccJustin M. Forbes2016-12-201-0/+1
|
* Minor ARM config updatesPeter Robinson2016-12-201-3/+2
|
* Enable QDF2400 Onboard NetworkingJustin M. Forbes2016-12-191-0/+2
|
* Linux v4.9-11744-gb0b3a37Justin M. Forbes2016-12-191-0/+21
|
* Linux v4.9-10415-g73e2e0cJustin M. Forbes2016-12-161-2/+17
|
* Linux v4.9-8648-g5cc60aeJustin M. Forbes2016-12-151-1/+17
|
* Linux v4.9-7150-gcdb98c2Justin M. Forbes2016-12-141-2/+72
|
* Linux v4.9-2682-ge7aa8c2 (missing secure boot as that is being rebased to ↵Justin M. Forbes2016-12-131-3/+37
| | | | the new upstream tree
* Linux v4.9-rc8-55-gce779d6Laura Abbott2016-12-071-1/+1
| | | | - Disable CONFIG_AF_KCM (rhbz 1402489)
* Change method of configuration generationLaura Abbott2016-12-061-0/+6191
The existing method of managing configuration files gets unweildy. Changing individual lines in text files gets difficult without manual organization. Switch to a method of configuration generation that's inspired from the method used inside Red Hat. Each configuration option gets its own file which are then combined to form the configuration files. This makes confirming what's actually enabled much easier.