summaryrefslogtreecommitdiffstats
path: root/kernel-x86_64-debug.config
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Enable STM 6-axis IMU MEMS sensorsPeter Robinson2019-01-271-1/+1
|
* Linux v4.20.3 rebaseJustin M. Forbes2019-01-171-257/+92
|
* 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
|
* minor AXP PMU cleanup (NFC)Peter Robinson2018-12-121-1/+0
|
* Minor cleanups and consolidation of AllWinner configsPeter Robinson2018-12-121-1/+0
|
* configs: correct cpu accounting configurationPaul Bolle2018-11-301-2/+2
| | | | | | | | | | | | | | | | | | | 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>
* enable Amlogic Meson GX series pinctrl drivers for arm64Peter Robinson2018-11-271-2/+0
|
* Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155)Hans de Goede2018-11-201-1/+1
|
* Linux v4.19.2Jeremy Cline2018-11-141-5/+119
|
* Fix network on some i.MX6 devices (rhbz 1628209)Peter Robinson2018-10-201-3/+3
|
* Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)Laura Abbott2018-10-011-1/+1
|
* Change CONFIG_SSB back to a module (rhbz #1572349)Jeremy Cline2018-09-281-1/+1
|
* a few minor ARM config tweaksPeter Robinson2018-09-161-1/+1
|
* Use the CPU RNG for entropy (rhbz 1572944)Laura Abbott2018-09-131-0/+1
|
* enable a couple of iio sensorsPeter Robinson2018-08-201-2/+2
|
* Cleanup some old config options, remove DRM drivers hidden behind ↵Peter Robinson2018-08-161-9/+2
| | | | DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation
* Bring back AEGIS and MORUS ciphers (rhbz 1610180)Jeremy Cline2018-08-161-11/+11
|
* Revert "Linux v4.18-1283-g10f3e23f07cb"Jeremy Cline2018-08-141-4/+0
| | | | | | This reverts commit 6003595fcc58ff971c2f53c7bf7d0ec19a7b8d8f. 4.19 should be rawhide-only.
* Linux v4.18-1283-g10f3e23f07cbJeremy Cline2018-08-141-0/+4
|
* Disable speck crypto cipherPeter Robinson2018-08-131-1/+1
| | | | | | The upstream maintainer is dropping it and due to ISO cert issues it's likely to be gone soon so better off not encouraging usage of it until the final decision is made. Details here https://lwn.net/Articles/761992/
* Add ZYNQMP clock and firmware driverPeter Robinson2018-08-111-0/+1
|
* Back out AEGIS and MORUS ciphers (rhbz 1610180)Justin M. Forbes2018-08-011-11/+11
|
* Enable Apollo Lake Whiskey Cove PMIC supportHans de Goede2018-08-011-1/+4
|
* Enable AEGIS and MORUS ciphers (rhbz 1610180)Jeremy Cline2018-08-011-11/+11
|
* Add patch queued in -next to make quiet more quietHans de Goede2018-07-301-1/+3
| | | | | Add patches queued in -next to make efifb / fbcon retain the vendor logo (ACPI BRGT boot graphics) until the first text is output to the console
* Enable FPGA Manager kernel frameworkPeter Robinson2018-07-301-1/+13
|
* Linux v4.18-rc5-264-gf39f28ff82c1Laura Abbott2018-07-191-0/+1
|
* Proper support for parallel debuginfo and hardening flagsLaura Abbott2018-07-121-0/+1
|
* Linux v4.18-rc4Laura Abbott2018-07-091-0/+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-261-1/+2
|
* Disable zoron driver, moved to staging for removal upstreamPeter Robinson2018-06-151-8/+1
|
* ARM updates for 4.18, cleanup some dropped config optionsPeter Robinson2018-06-151-24/+4
|
* Linux v4.17-11928-g2837461dbe6fLaura Abbott2018-06-141-2/+2
|
* Linux v4.17-11782-gbe779f03d563Laura Abbott2018-06-131-0/+1
|
* Linux v4.17-11346-g8efcf34a2639Laura Abbott2018-06-121-0/+2
|
* Linux v4.17-10288-ga2225d931f75Laura Abbott2018-06-111-1/+16
|
* Linux v4.17-7997-g68abbe729567Laura Abbott2018-06-081-2/+11
|
* Linux v4.17-6625-g1c8c5a9d38f6Laura Abbott2018-06-071-0/+28
|
* Linux v4.17-3754-g135c5504a600Laura Abbott2018-06-061-0/+33
|
* Linux v4.17-505-g9214407d1237Laura Abbott2018-06-041-0/+3
|
* Enable page table dumping on arm to match other targetsLaura Abbott2018-05-231-0/+2
|
* Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig optionsHans de Goede2018-05-201-3/+3
| | | | This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649).
* Config updates for upstream kconfig patch ↵Justin M. Forbes2018-05-151-0/+163
| | | | 17baab68d337a0bf4654091e2b4cd67c3fdb44d8
* Linux v4.17-rc4-12-gf142f08bf7ecJustin M. Forbes2018-05-081-1/+1
|