summaryrefslogtreecommitdiffstats
path: root/kernel-ppc64le-debug.config
Commit message (Collapse)AuthorAgeFilesLines
* Linux v5.0.17Laura Abbott2019-05-201-0/+1
|
* Linux v5.0.8Laura Abbott2019-04-171-0/+1
|
* Ensure ioschedulers are built in (rhbz 1690604)Laura Abbott2019-04-011-2/+2
|
* Linux v5.0 rebaseLaura Abbott2019-03-251-203/+82
|
* Disable stackleak pluginLaura Abbott2019-03-051-1/+1
| | | | | | Packaging this is a bit more complicated than expected and lets to errors when building external modules. Turn this off for now until we find a better solution.
* Linux v4.20.4 rebaseJustin M. Forbes2019-01-231-257/+91
|
* Linux v4.19.14Jeremy Cline2019-01-091-0/+1
|
* Set CONFIG_REALTEK_PHY=y to workaround realtek ethernet issues (rhbz 1650984)Hans de Goede2018-12-271-1/+1
|
* Update CONFIG_DVB_MAX_ADAPTERS to upstream defaults (changed in 3.7)Justin M. Forbes2018-12-191-1/+1
|
* configs: correct memory configurationPaul Bolle2018-11-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_FLATMEM_MANUAL and CONFIG_SPARSEMEM_MANUAL set. This is wrong because each .config should have just one of these two set set. (There's also CONFIG_DISCONTIGMEM_MANUAL but Fedora doesn't use that.) As a result the build generates [...]:warning: override: SPARSEMEM_MANUAL changes choice state 24 times. If the configuration generation system drops CONFIG_FLATMEM_MANUAL the warnings go away. And that doesn't change the final .config files that the kernel's build system actually uses. (Two details that very few people will care about: 1. x86/i686 still needs to unset CONFIG_FLATMEM_MANUAL to keep process_configs.sh from killing the build; 2. the kernel build of armv7hl will silently drop CONFIG_SPARSEMEM_MANUAL. Because of that I didn't bother with an explicit override for arm/armv7.) Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: use CONFIG_UNWINDER_ORC only in x86/x86_64Paul Bolle2018-11-301-1/+0
| | | | | | | | | | | | | | | | The shipped .config files for i686 have both CONFIG_UNWINDER_ORC and CONFIG_UNWINDER_FRAME_POINTER set. This is wrong because those .config files should only have CONFIG_UNWINDER_FRAME_POINTER set. As a result the build generates [...]:warning: override: UNWINDER_ORC changes choice state 4 times. Move CONFIG_UNWINDER_ORC to x86/x86_64 to correct this. Note that this doesn't change the final .config files that the kernel's build system actually uses. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v4.19.2Jeremy Cline2018-11-141-4/+145
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-211-5/+3
|
* Disable CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER (rhbz 1637547)Laura Abbott2018-10-091-1/+3
|
* Change CONFIG_SSB back to a module (rhbz #1572349)Jeremy Cline2018-09-281-1/+1
|
* Use the CPU RNG for entropy (rhbz 1572944)Laura Abbott2018-09-131-0/+1
|
* Linux v4.18 rebaseLaura Abbott2018-09-021-15/+106
|
* enable HDA sound drivers on PPCDan Horák2018-07-121-1/+1
|
* minor tegra 186 tweaksPeter Robinson2018-07-051-1/+0
|
* Enable Tegra194 SoCPeter Robinson2018-07-051-1/+0
|
* Enable leds-pca9532 module (rhbz 1595163)Laura Abbott2018-06-281-1/+2
|
* Linux v4.17.2 RebaseJustin M. Forbes2018-06-181-25/+277
|
* Build HW_RANDOM_VIRTIO in rather than as a moduleJeremy Cline2018-05-021-2/+3
| | | | This helps when early boot needs the CRNG initialized (rhbz 1572944).
* Enable UFS storage options on ARMPeter Robinson2018-04-191-3/+2
|
* Enable drivers for Xilinx ZYMQ-MP Ultra96Peter Robinson2018-04-181-0/+1
|
* Fix Tegra TX series firmware/thermal interfacePeter Robinson2018-04-171-1/+0
|
* Revert "Enable IMA (rhbz 790008)"Jeremy Cline2018-03-121-13/+2
| | | | | | | | | This reverts commit bb540d20c6388d18e5977f14f35f96318be223e1. A recent change to the EFI lockdown patch forces IMA policy to be loaded when secureboot is used. Unfortunately, we don't have all the pieces in place to have all components fully signed. A F29 change request is planned to address this, so disable IMA for F28.
* Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixesPeter Robinson2018-03-031-1/+0
|
* Enable IMA (rhbz 790008)Laura Abbott2018-02-191-2/+13
|
* enable CONFIG_DRM_AMDGPU_SI so that Southern Island devices work with amdgpu ↵François Cami2018-02-161-1/+1
| | | | & radv
* we don't enable pci endpoint support, unlikely to run Fedora on a SoC on a ↵Peter Robinson2018-02-101-1/+0
| | | | PCI card plugged into a host atm
* minor cleanup (NFC)Peter Robinson2018-02-101-1/+0
|
* Linux v4.15-12216-gf9f1e414128eJustin M. Forbes2018-02-091-0/+2
|
* ADV7511 only really needs to be on for ARMJustin M. Forbes2018-02-081-3/+1
|
* clean up a few obsoleted and duplicated config options (NFC)Peter Robinson2018-02-081-9/+0
|
* Linux v4.15-11704-ga2e5790d8416Justin M. Forbes2018-02-071-1/+9
|
* Linux v4.15-10668-g35277995e179Justin M. Forbes2018-02-051-0/+4
|
* Linux v4.15-9939-g4bf772b14675Justin M. Forbes2018-02-021-0/+13
|
* Linux v4.15-6064-g255442c93843Justin M. Forbes2018-02-011-1/+23
|
* Linux v4.15-1549-g6304672b7f0aJustin M. Forbes2018-01-301-2/+16
|
* Filter GPU bridge drivers on all arches, re-enable adv7511Peter Robinson2018-01-291-2/+2
|
* Enable CONFIG_IP6_NF_TARGET_NPT (rhbz 1435884)Laura Abbott2018-01-181-1/+1
|
* Linux v4.15-rc7-152-g1545dec46db3Laura Abbott2018-01-121-0/+1
|
* Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)Laura Abbott2018-01-081-1/+1
|
* Add patches which allow specifying a default SATA linkpower management policyHans de Goede2017-12-221-0/+1
| | | | for mobile chipsets and set the default LPM policy to "med_power_with_dipm"
* Linux v4.15-rc4Laura Abbott2017-12-181-0/+1
|
* Set CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 on x86_64 only (rhbz 1525561)Jeremy Cline2017-12-151-1/+1
|
* Linux v4.15-rc2-174-g328b4ed93b69Laura Abbott2017-12-061-0/+2
|
* Enable HID_CP2112Peter Robinson2017-12-061-1/+1
|
* minor IrDA cleanup, add fix for Pine64 boot already in 4.14Peter Robinson2017-12-061-0/+1
|