summaryrefslogtreecommitdiffstats
path: root/kernel-aarch64.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-230/+153
|
* 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-301/+195
|
* 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 cpu accounting configurationPaul Bolle2018-11-301-1/+1
| | | | | | | | | | | | | | | | | | | The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set. This is wrong because each .config should have just one of these three set. As a result the build generates [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: override: VIRT_CPU_ACCOUNTING_GEN changes choice state 4 times. So let's make sure the shipped .config files only have one of these three Kconfig macros set (ie, the one that's relevant for that .config target). Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* 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-7/+120
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-211-6/+4
|
* 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-20/+125
|
* minor tegra 186 tweaksPeter Robinson2018-07-051-1/+1
|
* Enable Tegra194 SoCPeter Robinson2018-07-051-1/+1
|
* Enable leds-pca9532 module (rhbz 1595163)Laura Abbott2018-06-281-1/+2
|
* Linux v4.17.2 RebaseJustin M. Forbes2018-06-181-29/+306
|
* Linux v4.16.8Jeremy Cline2018-05-091-0/+1
|
* Fix USB-2 on Tegra devicesPeter Robinson2018-05-071-0/+1
|
* ARM and Raspberry Pi fixesPeter Robinson2018-05-061-1/+1
|
* 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 QLogic NICs on ARMPeter Robinson2018-04-271-1/+1
|
* Revert "Revert "Enable on ARMv7 for i.MX""Jeremy Cline2018-04-231-1/+0
| | | | This reverts commit 276205a018efa81b93352c9103e147d837fa30dc.
* Revert "Enable on ARMv7 for i.MX"Jeremy Cline2018-04-231-0/+1
| | | | This reverts commit 42d382586b0b1e241d0b21aad07b1b93278080ba.
* Enable on ARMv7 for i.MXPeter Robinson2018-04-221-1/+0
|
* Enable UFS storage options on ARMPeter Robinson2018-04-191-12/+10
|
* Enable drivers for Xilinx ZYMQ-MP Ultra96Peter Robinson2018-04-181-8/+12
|
* Fix Tegra TX series firmware/thermal interfacePeter Robinson2018-04-171-1/+1
|
* Enable initial config for Xilinx ZynqMP platformsPeter Robinson2018-03-261-4/+7
|
* Revert "Enable IMA (rhbz 790008)"Jeremy Cline2018-03-121-15/+4
| | | | | | | | | 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.
* Enable SATA_SIL24 on ARM rhbz 1553931Peter Robinson2018-03-101-1/+1
|
* Enable CONFIG_ARM64_PMEMLaura Abbott2018-03-091-1/+1
| | | | Request for some arm64 devices
* enable big.little cpufreq on ARM64Peter Robinson2018-03-051-1/+1
|
* fixupp ARM_SCPI_CPUFREQ configPeter Robinson2018-03-051-1/+1
|
* Linux v4.16-rc4Jeremy Cline2018-03-041-0/+1
|
* minor ARM usb cleanupsPeter Robinson2018-03-041-1/+1
|
* Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixesPeter Robinson2018-03-031-1/+1
|
* Enable IMA (rhbz 790008)Laura Abbott2018-02-191-4/+15
|
* enable CONFIG_DRM_AMDGPU_SI so that Southern Island devices work with amdgpu ↵François Cami2018-02-161-1/+1
| | | | & radv
* Enable GPIO found on SynQuacer platformsPeter Robinson2018-02-141-1/+1
|
* Linux v4.16-rc1Justin M. Forbes2018-02-121-0/+1
|
* minor AllWinner config tweeakPeter Robinson2018-02-121-1/+1
|
* 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
* ARM doesn't support the Gemini SoCsPeter Robinson2018-02-101-2/+1
|
* of pci config options droppedPeter Robinson2018-02-101-2/+0
|