summaryrefslogtreecommitdiffstats
path: root/configs/fedora
Commit message (Collapse)AuthorAgeFilesLines
* Set CONFIG_VBOXGUEST=mHans de Goede2018-02-072-0/+2
|
* Linux v4.15-10668-g35277995e179Justin M. Forbes2018-02-0511-0/+11
|
* Linux v4.15-9939-g4bf772b14675Justin M. Forbes2018-02-0225-0/+25
|
* Linux v4.15-6064-g255442c93843Justin M. Forbes2018-02-0136-1/+36
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-3032-5/+28
|
* Filter GPU bridge drivers on all arches, re-enable adv7511Peter Robinson2018-01-292-2/+2
|
* Fix misnamed CONFIG filesDon Zickus2018-01-252-1/+0
| | | | | | | | | | | A couple of CONFIG file names were misnamed during their creation. Fix them up. configs/fedora/generic/CONFIG_DEBUG_VM_RB revisit this if performance isn't horrible -> configs/fedora/generic/CONFIG_DEBUG_VM_RB and configs/fedora/generic/CONFIG_DPM_WATCHDOG revisit this in debug -> configs/fedora/generic/CONFIG_DPM_WATCHDOG
* Enable CONFIG_IP6_NF_TARGET_NPT (rhbz 1435884)Laura Abbott2018-01-181-1/+1
|
* add MMC support for 96boards Synquacer platform, add missing ↵Peter Robinson2018-01-132-0/+2
| | | | CONFIG_BPF_JIT_ALWAYS_ON as it changed the generated config
* Initial retpoline patches for Spectre v2Justin M. Forbes2018-01-111-0/+1
|
* Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)Laura Abbott2018-01-081-1/+1
|
* remove old qcom config optionsPeter Robinson2018-01-086-6/+0
|
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-0510269-0/+10272
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.