Justin M. Forbes
10c4e09883
Linux v4.20-rc5
2018-12-03 12:02:17 -06:00
Peter Robinson
b9bb3eb2c7
minor config cleanups
2018-12-03 07:29:43 +00:00
Peter Jones
fe9e33a887
Re-enable CONFIG_CRYPTO_DEV_SP_PSP so I can work on SEV stuff.
...
Waaay back in October, we saw some issues with various system firmware
talking to the AMD SP PSP devices (the secure processor feature), and so
CONFIG_CRYPTO_DEV_SP_PSP got disabled in all of our kernel trees, as
Laura noted here: https://bugzilla.redhat.com/show_bug.cgi?id=1608242#c44 .
I'm trying to use it, and this obviously makes that impossible to do, so
I'm going to re-enable it in rawhide, because the timeout that's being
discussed in that bugzilla thread is already there, and so this firmware
bugs people saw before shouldn't make things completely unusable.
If you *do* see debilitating stalls on AMD EPYC hardware starting after
the next rawhide build, make some noise so we can disable it again.
(I've also posted this to kernel@l.fp.o: https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org/thread/22XCMRU4R75M4D5OSXE7YMWYVOBQIU2M/ )
Signed-off-by: Peter Jones <pjones@redhat.com>
2018-11-30 14:36:02 -05:00
Peter Jones
f8216ee47a
Enable CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
...
This makes it so users don't have to do mem_encrypt=1 to enable SEV VMs.
Signed-off-by: Peter Jones <pjones@redhat.com>
2018-11-30 14:05:53 -05:00
Peter Robinson
b0d8b6c41c
enable Amlogic Meson GX series pinctrl drivers for arm64
2018-11-27 10:47:59 +00:00
f72820cd8f
Move CONFIG_ARCH_RV64I to generic/riscv/riscv64
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-26 21:03:11 +01:00
4b722cac34
Merge remote-tracking branch 'up/master' into f29-riscv64
2018-11-26 21:01:11 +01:00
Peter Robinson
74d0357f39
fixes for rockchip, add back rock960 fix not yet upstream
2018-11-22 14:51:00 +00:00
Peter Robinson
b8decdf03c
build in the rockchips PCIE drivers
2018-11-20 22:07:15 +00:00
22e71c9173
Merge remote-tracking branch 'up/master' into f29-riscv64
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-20 22:56:58 +01:00
Hans de Goede
0adb640029
Turn on CONFIG_PINCTRL_GEMINILAKE on x86_64 (rhbz#1639155)
2018-11-20 10:54:58 +01:00
bf6565ba91
riscv64: update configs
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-20 10:14:20 +01:00
7a2f3d62e7
Merge remote-tracking branch 'up/master' into f29-riscv64
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-20 09:59:17 +01:00
Hans de Goede
6c672bed3d
Enable a few modules needed for accelerometer and other sensor support
...
on some HP X2 2-in-1s
2018-11-16 14:55:41 +01:00
Paul Bolle
3e4010f25e
configs: correct cpu accounting configuration
...
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
[...]⚠️ override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state
24 times and
[...]⚠️ 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>
2018-11-15 13:44:46 -08:00
Paul Bolle
23a14040db
configs: correct memory configuration
...
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
[...]⚠️ 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>
2018-11-15 13:44:46 -08:00
Paul Bolle
ae8e3e89c1
configs: use CONFIG_UNWINDER_ORC only in x86/x86_64
...
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
[...]⚠️ 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>
2018-11-15 13:44:46 -08:00
Peter Robinson
71860be326
- Further updates for ARM
...
- More Qualcomm SD845 enablement
- FPGA Device Feature List (DFL) support
- Minor cleanups
2018-11-13 03:06:17 +00:00
Justin M. Forbes
670d3710ce
Linux v4.20-rc2
2018-11-11 18:17:57 -06:00
Peter Robinson
86eb60348e
Initial Qualcomm SD845 enablement
2018-11-09 11:44:56 +00:00
Paul Bolle
da848d916b
Remove all references to unknown Kconfig symbols
...
There are 244 Kconfig symbols referenced in the files used for
configuration generation and in the shipped .config files that are
unknown in v4.20-rc1. Neither are these symbols added in the patches
that Fedora applies. The references to these symbols can be safely
removed.
These symbols are:
CONFIG_8723AU_AP_MODE
CONFIG_8723AU_BT_COEXIST
CONFIG_ACPI_NFIT_DEBUG
CONFIG_ACPI_PROCFS
CONFIG_ADE7753
CONFIG_ADE7754
CONFIG_ADE7758
CONFIG_ADE7759
CONFIG_ADIS16060
CONFIG_ALTERNATIVES
CONFIG_ARM64_PTDUMP
CONFIG_ARM_ASM_UNIFIED
CONFIG_ARM_PTDUMP
CONFIG_ATH9K_DEBUG
CONFIG_AVERAGE
CONFIG_AXON_RAM
CONFIG_BACKLIGHT_LM3630
CONFIG_BLK_DEV_NVME_SCSI
CONFIG_BLK_DEV_OSD
CONFIG_BLK_DEV_RAM_DAX
CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK
CONFIG_BT_HCIBTUART
CONFIG_BUILD_DOCSRC
CONFIG_BUILD_ID_SALT
CONFIG_CC_STACKPROTECTOR_AUTO
CONFIG_CC_STACKPROTECTOR_NONE
CONFIG_CC_STACKPROTECTOR_REGULAR
CONFIG_CIFS_SMB2
CONFIG_CIFS_SMB311
CONFIG_CIFS_STATS
CONFIG_CPU_FREQ_STAT_DETAILS
CONFIG_CPU_NOTIFIER_ERROR_INJECT
CONFIG_CROS_EC_CHARDEV
CONFIG_CROSS_COMPILE
CONFIG_CRYPTO_CRC32_ARM64
CONFIG_CRYPTO_CRC32_ARM64_CE
CONFIG_CRYPTO_MCRYPTD
CONFIG_CRYPTO_SALSA20_586
CONFIG_CRYPTO_SALSA20_X86_64
CONFIG_CRYPTO_SHA1_MB
CONFIG_CRYPTO_SHA256_MB
CONFIG_CRYPTO_SHA512_MB
CONFIG_CRYPTO_SKEIN
CONFIG_CTC
CONFIG_DEBUG_NX_TEST
CONFIG_DEBUG_REFCOUNT
CONFIG_DEBUG_SET_MODULE_RONX
CONFIG_DGAP
CONFIG_DGNC
CONFIG_DIRECT_GBPAGES
CONFIG_DISABLE_MPROFILE_KERNEL
CONFIG_DM_CACHE_CLEANER
CONFIG_DM_MQ_DEFAULT
CONFIG_DRM_AMD_DC_FBC
CONFIG_DRM_AMD_DC_PRE_VEGA
CONFIG_DRM_AMD_POWERPLAY
CONFIG_DRM_DEBUG_MM_SELFTEST
CONFIG_DRM_ETNAVIV_REGISTER_LOGGING
CONFIG_DRM_IMX_IPUV3
CONFIG_DRM_OMAP_NUM_CRTCS
CONFIG_DRM_TILCDC_SLAVE_COMPAT
CONFIG_DT3155
CONFIG_DVB_USB_FRIIO
CONFIG_DW_DMAC_BIG_ENDIAN_IO
CONFIG_EFI_ALLOW_SECURE_BOOT_EXIT
CONFIG_EFI_SECURE_BOOT_LOCK_DOWN
CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE
CONFIG_ENABLE_WARN_DEPRECATED
CONFIG_FB_AUO_K190X
CONFIG_FUJITSU_LAPTOP_DEBUG
CONFIG_GPIO_AXP209
CONFIG_GPIO_DEVRES
CONFIG_GPIO_MCP23S08
CONFIG_GPIO_SX150X
CONFIG_HFI1_VERBS_31BIT_PSN
CONFIG_HFSPLUS_FS_POSIX_ACL
CONFIG_HOTPLUG
CONFIG_HT_IRQ
CONFIG_I2C_DESIGNWARE
CONFIG_I2O
CONFIG_I40E_FCOE
CONFIG_I7300_IDLE
CONFIG_IDMA64
CONFIG_INFINIBAND_CXGB3_DEBUG
CONFIG_INFINIBAND_EXP_USER_ACCESS
CONFIG_INPUT_GPIO
CONFIG_INPUT_GPIO_TILT_POLLED
CONFIG_INTEL_RDT_A
CONFIG_IOMMU_STRESS
CONFIG_IP1000
CONFIG_IP_DCCP_CCID2
CONFIG_IPL
CONFIG_IPV6_SEG6_INLINE
CONFIG_IRDA
CONFIG_IR_LIRC_CODEC
CONFIG_IRQ_DOMAIN_DEBUG
CONFIG_IWM
CONFIG_KEXEC_SIG
CONFIG_KEXEC_SIG_FORCE
CONFIG_KVM_DEVICE_ASSIGNMENT
CONFIG_LGUEST
CONFIG_LGUEST_GUEST
CONFIG_LIRC_BT829
CONFIG_LIRC_IMON
CONFIG_LIRC_PARALLEL
CONFIG_LIRC_SERIAL
CONFIG_LIRC_SERIAL_TRANSMITTER
CONFIG_LIRC_STAGING
CONFIG_LIRC_ZILOG
CONFIG_LNET
CONFIG_LOGFS
CONFIG_LPFC_NVME_INITIATOR
CONFIG_LPFC_NVME_TARGET
CONFIG_MACH_MESON8B
CONFIG_MCE_AMD_INJ
CONFIG_MEDIA_CEC_DEBUG
CONFIG_MEDIA_RC_SUPPORT
CONFIG_MFD_CROS_EC_I2C
CONFIG_MFD_CROS_EC_SPI
CONFIG_MG_DISK
CONFIG_MLX_CPLD_PLATFORM
CONFIG_MOVABLE_NODE
CONFIG_MTD_NAND_DOCG4
CONFIG_MTD_NAND_PXA3xx
CONFIG_MVEBU_CLK_CORE
CONFIG_NET_CADENCE
CONFIG_NET_CLS_ROUTE
CONFIG_NET_DCCPPROBE
CONFIG_NET_DSA_HWMON
CONFIG_NETFILTER_DEBUG
CONFIG_NET_PACKET_ENGINE
CONFIG_NET_SCTPPROBE
CONFIG_NET_TCPPROBE
CONFIG_NET_VENDOR_EXAR
CONFIG_NET_VENDOR_SNI
CONFIG_NF_CONNTRACK_IPV4
CONFIG_NF_CONNTRACK_IPV6
CONFIG_NF_CONNTRACK_PROC_COMPAT
CONFIG_NFC_WILINK
CONFIG_NFP_NET_DEBUG
CONFIG_NFP_NETVF
CONFIG_NFT_BRIDGE_META
CONFIG_NFT_EXTHDR
CONFIG_NFT_META
CONFIG_NFT_RBTREE
CONFIG_NFT_RT
CONFIG_NFT_SET_BITMAP
CONFIG_NFT_SET_HASH
CONFIG_NFT_SET_RBTREE
CONFIG_NL80211
CONFIG_NMI_LOG_BUF_SHIFT
CONFIG_NO_BOOTMEM
CONFIG_NO_HZ_FULL_ALL
CONFIG_NO_HZ_FULL_SYSIDLE
CONFIG_NR_DEV_DAX
CONFIG_OLPC_XO1
CONFIG_OMAP2_DSS_RFBI
CONFIG_OMAP_PM_NOOP
CONFIG_PHONE
CONFIG_PHY_MIPHY365X
CONFIG_PHY_STIH41X_USB
CONFIG_PNFS_OBJLAYOUT
CONFIG_PPC_CPUFEATURES_ENABLE_UNKNOWN
CONFIG_PPC_ICSWX
CONFIG_PPC_ICSWX_PID
CONFIG_PPC_ICSWX_USE_SIGILL
CONFIG_PROVE_RCU_REPEATEDLY
CONFIG_QETH_IPV6
CONFIG_R8723AU
CONFIG_RCU_KTHREAD_PRIO
CONFIG_RCU_NOCB_CPU_ALL
CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP
CONFIG_RCU_TORTURE_TEST_SLOW_INIT
CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY
CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT
CONFIG_RESET_GPIO
CONFIG_RESET_HSDK_V1
CONFIG_RIO
CONFIG_RTC_DRV_DS1307_HWMON
CONFIG_RTC_DRV_ISL12057
CONFIG_RTC_DS1685_PROC_REGS
CONFIG_RTC_DS1685_SYSFS_REGS
CONFIG_S390_GUEST_OLD_TRANSPORT
CONFIG_SAMSUNG_USBPHY
CONFIG_SCM_BLOCK_CLUSTER_WRITE
CONFIG_SCSI_EATA
CONFIG_SCSI_EATA_PIO
CONFIG_SCSI_FUTURE_DOMAIN
CONFIG_SCSI_IN2000
CONFIG_SCSI_SRP
CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX
CONFIG_SENSORS_TWL4030_MADC
CONFIG_SHARED_KERNEL
CONFIG_SIGMA
CONFIG_SILEAD_DMI
CONFIG_SND_HDA_POWER_SAVE
CONFIG_SND_SOC_DIO2125
CONFIG_SOC_EXYNOS4212
CONFIG_SOC_EXYNOS4415
CONFIG_SOC_EXYNOS5440
CONFIG_SOLO6X10
CONFIG_SPARSE_RCU_POINTER
CONFIG_SSB_DEBUG
CONFIG_SSB_SILENT
CONFIG_STE_MODEM_RPROC
CONFIG_STRIP
CONFIG_SYNOPSYS_DWC_ETH_QOS
CONFIG_TEST_FIND_BIT
CONFIG_TI_DAC7512
CONFIG_TOUCHSCREEN_FT6236
CONFIG_TOUCHSCREEN_INTEL_MID
CONFIG_TR
CONFIG_TRACE_ENUM_MAP_FILE
CONFIG_TSL2x7x
CONFIG_UCSI
CONFIG_UIO_PDRV
CONFIG_USB_ATMEL
CONFIG_USB_CHIPIDEA_ULPI
CONFIG_USB_DEBUG
CONFIG_USB_EZUSB
CONFIG_USB_GADGET_LEGACY
CONFIG_USB_SERIAL_KEYSPAN_MPR
CONFIG_USB_SERIAL_KEYSPAN_USA18X
CONFIG_USB_SERIAL_KEYSPAN_USA19
CONFIG_USB_SERIAL_KEYSPAN_USA19QI
CONFIG_USB_SERIAL_KEYSPAN_USA19QW
CONFIG_USB_SERIAL_KEYSPAN_USA19W
CONFIG_USB_SERIAL_KEYSPAN_USA28
CONFIG_USB_SERIAL_KEYSPAN_USA28X
CONFIG_USB_SERIAL_KEYSPAN_USA28XA
CONFIG_USB_SERIAL_KEYSPAN_USA28XB
CONFIG_USB_SERIAL_KEYSPAN_USA49W
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC
CONFIG_USE_THIN_ARCHIVES
CONFIG_VIDEO_CPIA
CONFIG_VIDEO_SAMSUNG_S5P_TV
CONFIG_VIDEO_SH_MOBILE_CSI2
CONFIG_VIDEO_STK1160_AC97
CONFIG_VIDEO_TW686X_KH
CONFIG_VIDEO_VIVI
CONFIG_W1_SLAVE_BQ27000
CONFIG_W1_SLAVE_DS2760
CONFIG_XEN_DEBUG
CONFIG_XEN_SCRUB_PAGES
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-08 10:44:32 -06:00
Justin M. Forbes
0979d54b30
Clean up i686PAE configs as they are no longer in use
2018-11-08 10:37:14 -06:00
1838232458
riscv: rebuild configs
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-08 08:31:25 +01:00
8d4ff40415
riscv: modify CONFIG_* options
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-08 07:02:28 +01:00
f47d31c65b
riscv: update CONFIG_* options
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-08 00:02:51 +01:00
Paul Bolle
75a56a83ac
Fix typos in five filenames
...
Five files that are used in the configuration generation have typos in
their names. Those typos have no effect on the build, but should still
be fixed since they could be confusing (to people and scripts).
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2018-11-07 16:27:39 -06:00
80112e26ae
riscv: set CONFIG_FRAME_WARN to 2048 (lower is unrealistic)
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-07 22:15:53 +01:00
65627459ed
Merge remote-tracking branch 'up/master' into riscv64
2018-11-07 21:22:49 +01:00
Peter Robinson
1dc56311d2
minor arm config tweak
2018-11-07 15:10:50 +00:00
Peter Robinson
9feaafee26
Initial Arm config updates for 4.20
2018-11-07 13:41:50 +00:00
Justin M. Forbes
33864ba387
Linux v4.20-rc1-62-g8053e5b93eca
2018-11-06 16:16:11 -06:00
Justin M. Forbes
e88e680c22
Linux v4.20-rc1
2018-11-05 10:19:40 -06:00
fd01e1b407
riscv: change CONFIG_* options
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-03 19:20:06 +01:00
e93b45642b
riscv: adjust CONFIG_* options again
...
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-03 17:19:04 +01:00
681c2dab76
riscv: add missing CONFIG_* options
...
Found unset config items, please set them to an appropriate value
CONFIG_ARCH_RV32I=n
CONFIG_ARCH_RV64I=y
CONFIG_CMODEL_MEDLOW=n
CONFIG_CMODEL_MEDANY=y
CONFIG_MAXPHYSMEM_2GB=n
CONFIG_MAXPHYSMEM_128GB=y
CONFIG_NR_CPUS=8
CONFIG_TUNE_GENERIC=y
CONFIG_RISCV_ISA_C=y
CONFIG_RISCV_BASE_PMU=y
CONFIG_FPU=y
CONFIG_CMDLINE_BOOL=n
CONFIG_PCIE_CADENCE_EP=n
CONFIG_PCI_ENDPOINT_CONFIGFS=n
CONFIG_PCI_EPF_TEST=n
CONFIG_NETWORK_SECMARK=n
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_MTD_OF_PARTS=m
CONFIG_OF_UNITTEST=n
CONFIG_OF_OVERLAY=n
CONFIG_KEYBOARD_BCM=n
CONFIG_GPIO_74XX_MMIO=n
CONFIG_POWER_RESET_GPIO=n
CONFIG_POWER_RESET_GPIO_RESTART=n
CONFIG_THERMAL=m
CONFIG_FB_SSD1307=n
CONFIG_SND_SOC_AC97_CODEC=n
CONFIG_SND_SOC_ES8328_I2C=n
CONFIG_SIFIVE_PLIC=n
CONFIG_PROFILE_ALL_BRANCHES=n
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-03 15:51:18 +01:00
b3c173bfe0
Add initial RISC-V 64-bit (riscv64) support
...
UNTESTED
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-11-03 14:36:46 +01:00
Justin M. Forbes
8874744008
Add config files
2018-11-02 12:08:23 -05:00
Justin M. Forbes
755a40d40d
Linux v4.19-12279-g5b7449810ae6
2018-11-01 11:00:41 -05:00
Justin M. Forbes
bf0b23e3a4
Linux v4.19-11807-g310c7585e830
2018-10-31 13:11:02 -05:00
Peter Robinson
6588af0f10
drop the controverial speck crypto bits now it's gone upstream too
2018-10-31 11:00:31 +00:00
Peter Robinson
f1526e0b52
drop obsolete DAC960 (replaced with SCSI_MYR[SB])
2018-10-31 10:31:53 +00:00
Justin M. Forbes
968d59bf94
Linux v4.19-11706-g11743c56785c
2018-10-30 11:51:07 -05:00
Justin M. Forbes
cea0c127b7
Turn on CONFIG_STACKPROTECTOR for ppc
2018-10-29 15:26:42 -05:00
Justin M. Forbes
4eb72d37dc
Linux v4.19-9448-g673c790e7282
2018-10-29 13:54:19 -05:00
Justin M. Forbes
8f03c40977
Linux v4.19-6148-ge5f6d9afa341
2018-10-26 11:30:07 -05:00
Justin M. Forbes
0f348d0bc2
Linux v4.19-5646-g3acbd2de6bc3
2018-10-25 12:49:20 -05:00
Justin M. Forbes
bc5d8157d1
Linux v4.19-4345-g638820d8da8e
2018-10-24 13:39:38 -05:00
Justin M. Forbes
a92862ed1d
Linux v4.19-1676-g0d1b82cd8ac2
2018-10-23 10:47:47 -05:00
Peter Robinson
c3f92fbe98
Fix network on some i.MX6 devices (rhbz 1628209)
2018-10-22 10:33:35 +01:00
Jeremy Cline
d39a8c5da3
Linux v4.19-rc8-95-g91b15613ce7f
...
Also enable pinctrl-cannonlake (rhbz 1641057)
2018-10-19 10:09:23 -04:00
Jeremy Cline
572a49234e
Disable DRM settings for impossible hardware on s390x (rhbz 1637914)
...
Signed-off-by: Jeremy Cline <jcline@redhat.com>
2018-10-11 14:00:01 -04:00
Peter Robinson
8242e01fff
emable SCSI_MPT3SAS on ARM
2018-10-05 13:28:00 +01:00
Laura Abbott
6fed0f232e
Add support for building with gcc-plugins
...
This doesn't enable any plugins, only the infrastrucutre for enabling
plugins at a later date.
2018-10-03 07:22:40 -07:00
Peter Robinson
bcff13b8a0
fix regression in Jetson TK1
2018-10-02 20:08:52 +01:00
Peter Robinson
48cd6e4350
cleanup leftovers of armv7 bpf jit issues
2018-10-02 19:56:01 +01:00
Peter Robinson
441c3f6381
enable mpu6500 iio driver on arm
2018-10-02 17:55:58 +01:00
Laura Abbott
675bf4ccbb
Disable CONFIG_CRYPTO_DEV_SP_PSP (rhbz 1608242)
2018-10-01 12:45:09 -07:00
Jeremy Cline
48b07d1ffe
Change CONFIG_SSB back to a module (rhbz #1572349 )
2018-09-28 13:26:22 -04:00
Jeremy Cline
e1e6470b82
Enable XDP_SOCKETS (rhbz #1629349 )
2018-09-28 13:19:17 -04:00
Peter Robinson
7b6d61c025
fix boot on a number of Rockchips based devices
2018-09-25 00:39:33 +01:00
Peter Robinson
28c16a6fad
drop duplicate config (NFC)
2018-09-21 00:57:25 +01:00
Jeremy Cline
a54055adb1
Linux v4.19-rc4
2018-09-17 11:00:09 -04:00
Peter Robinson
0f2faa7d0f
more minor ARM tweaks
2018-09-16 17:59:55 +01:00
Peter Robinson
be2111b4e4
a few minor ARM config tweaks
2018-09-16 17:46:54 +01:00
Peter Robinson
91200bf53b
Build TCG_TIS_I2C_INFINEON on all ARM
2018-09-16 17:35:10 +01:00
Jeremy Cline
720da7cdda
Linux v4.19-rc3-247-gf3c0b8ce4840
2018-09-14 14:25:24 -04:00
Peter Robinson
fba9b4ec2b
remove deleted omap option
2018-09-13 10:03:37 +01:00
Peter Robinson
4049ca58b5
enable EFI_ARMSTUB_DTB_LOADER to allow the dtb= command for easier debug, for standard use no functional change
2018-09-13 09:46:43 +01:00
Dan Horák
539c77ed02
drop redundant spectre v2 mitigation (rhbz#1627915)
2018-09-12 15:37:13 -04:00
Peter Robinson
1c4d7f9336
initial ARM config updates for 4.19
2018-09-04 11:10:48 +01:00
Peter Robinson
7a3c9b39a8
Enable bcm283x VCHIQ, camera and analog audio drivers
2018-09-03 18:14:16 +01:00
Jeremy Cline
e062c32359
Enable the AFS module (rhbz 1616016)
2018-08-29 15:49:26 -04:00
Peter Robinson
b0b2e14c2e
enable QCom IPC router bits
2018-08-29 10:11:52 +01:00
Peter Robinson
4e2bb71927
build in the HW crc32 module, it's almost everywhere, even in the RPi, and now aarch664 requirement
2018-08-29 00:15:48 +01:00
Jeremy Cline
9c8eca5053
Linux v4.19-rc1
2018-08-27 08:36:42 -04:00
Jeremy Cline
565f0372e6
Linux v4.18-12872-g051935978432
2018-08-25 10:26:22 -04:00
Jeremy Cline
28d87ac045
Linux v4.18-12721-g33e17876ea4e
2018-08-24 09:44:58 -04:00
Jeremy Cline
9b4f0fa712
Linux v4.18-11682-g815f0ddb346c
2018-08-23 10:08:57 -04:00
Jeremy Cline
f17554469f
Linux v4.18-11219-gad1d69735878
2018-08-22 10:08:14 -04:00
Jeremy Cline
390cb4d0f8
Linux v4.18-10986-g778a33959a8a
2018-08-21 11:36:51 -04:00
Peter Robinson
732b6ed736
enable a couple of iio sensors
2018-08-20 14:57:47 +01:00
Jeremy Cline
a9cb2ff141
Linux v4.18-10568-g08b5fa819970
2018-08-19 11:41:45 +01:00
Laura Abbott
d0dd790bf9
Enable CONFIG_AF_KCM (rhbz 1613819)
2018-08-17 12:32:00 -07:00
Jeremy Cline
186cf004cb
Linux v4.18-8108-g5c60a7389d79
2018-08-17 09:27:40 +01:00
Peter Robinson
e9bc1eed73
Cleanup some old config options, remove DRM drivers hidden behind DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation
2018-08-16 20:01:58 +01:00
Jeremy Cline
2cc93cea51
Bring back AEGIS and MORUS ciphers (rhbz 1610180)
2018-08-16 17:22:54 +01:00
Jeremy Cline
a23ced99bd
Linux v4.18-7873-gf91e654474d4
2018-08-16 14:56:49 +01:00
Peter Robinson
bec265804e
Drop PPC64 (Big Endian) configs
2018-08-15 21:29:12 +01:00
Laura Abbott
c0a58bf015
Linux v4.18-2978-g1eb46908b35d
2018-08-15 10:58:06 -07:00
Jeremy Cline
6003595fcc
Linux v4.18-1283-g10f3e23f07cb
2018-08-14 13:00:57 +01:00
Peter Robinson
d475d4c0b1
Disable speck crypto cipher
...
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/
2018-08-13 11:04:57 +01:00
Peter Robinson
ca51d64be1
arm: add the zynqmp config options
2018-08-13 10:20:06 +01:00
Justin M. Forbes
b11fbf04e7
Back out AEGIS and MORUS ciphers (rhbz 1610180)
2018-08-01 16:35:31 -05:00
Laura Abbott
7c800e431f
Disable framebuffer takeover on s390 again due to more build failures
2018-08-01 17:38:43 +01:00
Hans de Goede
2964bf6887
Enable Apollo Lake Whiskey Cove PMIC support
2018-08-01 17:23:19 +02:00
Jeremy Cline
a1853172d8
Enable AEGIS and MORUS ciphers (rhbz 1610180)
2018-08-01 10:31:02 -04:00
Dan Horák
4640bfd632
build ppc64le kernels with Power8 CPU ( #1605125 )
2018-07-31 21:02:35 +02:00
Dan Horák
65543584bf
enable FUNCTION_GRAPH_TRACER ( #1605126 )
2018-07-31 21:02:35 +02:00
Hans de Goede
d88b5d13ef
Add patch to fix FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x and
...
re-enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER on s390x
2018-07-31 11:12:13 +02:00
Laura Abbott
0256b7c58a
Disable framebuffer takeover on s390 due to build failure
2018-07-30 11:48:33 -07:00
Hans de Goede
838818e5a9
Add patch queued in -next to make quiet more quiet
...
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
2018-07-30 16:46:56 +02:00
Peter Robinson
86f7bf57f9
Enable FPGA Manager kernel framework
2018-07-30 12:55:44 +01:00
Peter Robinson
dbd77fedad
Add Raspberry Pi voltage sensor driver
2018-07-26 14:13:51 +01:00
Laura Abbott
e934483f0e
Add the config file
2018-07-19 09:39:57 -07:00
Laura Abbott
edd5e61032
Proper support for parallel debuginfo and hardening flags
2018-07-12 16:15:11 -07:00
Dan Horák
ae8c56c0d4
VFIO_PCI_IGD needs explicit enable now
2018-07-12 16:09:09 +02:00
Dan Horák
fb83a8a833
enable HDA sound drivers on PPC
2018-07-12 16:08:40 +02:00
Peter Robinson
f145a61840
Add fix for AllWinner A64 timer scew errata
2018-07-09 08:23:23 +01:00
Peter Robinson
6616079724
minor tegra 186 tweaks
2018-07-05 12:13:56 +01:00
Peter Robinson
6a2768a937
Enable Tegra194 SoC
2018-07-05 11:35:26 +01:00
Laura Abbott
8a409ef282
Enable leds-pca9532 module (rhbz 1595163)
2018-06-26 09:43:24 -07:00
Peter Robinson
d7624e0560
Disable BFP JIT on ARMv7 as it's currently broken, Remove forced console on aarch64, legacy config (rhbz 1594402)
2018-06-25 17:53:00 +01:00
Peter Robinson
1f4f66833b
Disable zoron driver, moved to staging for removal upstream
2018-06-15 13:24:56 +01:00
Peter Robinson
c36cd75159
ARM updates for 4.18, cleanup some dropped config options
2018-06-15 12:57:54 +01:00
Laura Abbott
ee004bf48f
Linux v4.17-11928-g2837461dbe6f
2018-06-14 10:04:58 -07:00
Laura Abbott
5f1fb0c45a
Linux v4.17-11782-gbe779f03d563
2018-06-13 10:54:20 -07:00
Laura Abbott
bdc446c43d
Linux v4.17-11346-g8efcf34a2639
2018-06-12 08:50:20 -07:00
Laura Abbott
5a506e76b9
Linux v4.17-10288-ga2225d931f75
2018-06-11 10:24:06 -07:00
Laura Abbott
4b8512e91a
Linux v4.17-7997-g68abbe729567
2018-06-08 11:37:45 -07:00
Laura Abbott
9382c1533b
Linux v4.17-6625-g1c8c5a9d38f6
2018-06-07 14:52:18 -07:00
Dan Horák
6cf9fb9604
[ppc, s390x] enable kexec_file_load system call
2018-06-07 16:18:15 +02:00
Laura Abbott
037431cf90
Linux v4.17-3754-g135c5504a600
2018-06-06 09:56:34 -07:00
Jeremy Cline
dc16ce7d36
Enable CONFIG_SCSI_DH* for s390x (rhbz 1586189)
2018-06-05 17:00:26 -04:00
Laura Abbott
ab80721865
Linux v4.17-505-g9214407d1237
2018-06-04 14:16:03 -07:00
Justin M. Forbes
1ae48fff50
Linux v4.17
2018-06-04 09:38:46 -05:00
Laura Abbott
9fb14aad58
Enable page table dumping on arm to match other targets
2018-05-23 14:33:57 -07:00
Hans de Goede
ae3a573424
Enable GPIO_AMDPT, PINCTRL_AMD and X86_AMD_PLATFORM_DEVICE Kconfig options
...
This fixes i2c and GPIOs not working on AMD based laptops (rhbz#1510649).
2018-05-20 15:43:29 +02:00
Justin M. Forbes
dec69994ee
Config updates for upstream kconfig patch 17baab68d337a0bf4654091e2b4cd67c3fdb44d8
2018-05-15 10:39:52 -05:00
Justin M. Forbes
0cc7ffb1ab
Linux v4.17-rc4-12-gf142f08bf7ec
2018-05-08 07:39:03 -05:00
Justin M. Forbes
b679d90970
Linux v4.17-rc4
2018-05-07 10:17:52 -05:00
Peter Robinson
d3854d75b0
Fix USB-2 on Tegra devices
2018-05-07 15:05:08 +01:00
Peter Robinson
a5b9638b6b
enable mvebu XOR DMA v2 driver
2018-05-07 00:00:26 +01:00
Justin M. Forbes
fd0dabfedc
Linux v4.17-rc3-13-g2d618bdf7163
2018-05-02 11:50:38 -05:00
Justin M. Forbes
68f9cff457
Linux v4.17-rc3
2018-04-30 10:58:41 -05:00
Peter Robinson
a84b00ced8
Enable QLogic NICs on ARM
2018-04-27 10:39:54 +01:00
Justin M. Forbes
1e2b067925
Linux v4.17-rc2
2018-04-23 10:46:16 -05:00
Peter Robinson
a71eb20cf4
Enable on ARMv7 for i.MX
2018-04-22 22:54:53 +01:00
Peter Robinson
0ab4cfcb5d
minor AllWinner config cleanup
2018-04-22 22:51:32 +01:00
Peter Robinson
1d50bf7788
Minor ARMv7 cleanups
2018-04-22 14:11:51 +01:00
Jeremy Cline
83c9dc6967
Enable CONFIG_DRM on s390x for real (rhbz 1569086)
...
This only works with 4.17.
2018-04-19 15:23:57 -04:00
Peter Robinson
b9b2a331d5
Enable UFS storage options on ARM, just enable on ARM/x86 as it's only likely to be on those platgforms at this point
2018-04-19 17:00:25 +01:00
Jeremy Cline
82a7e3d264
Revert "Enable CONFIG_DRM on s390x (rhbz 1569086)"
...
It turns out this depends on CONFIG_VT which depends on !S390
This reverts commit c45e5994bf
.
2018-04-19 11:32:55 -04:00
Jeremy Cline
c45e5994bf
Enable CONFIG_DRM on s390x (rhbz 1569086)
2018-04-18 13:40:24 -04:00
Peter Robinson
2753dad8da
Enable drivers for Xilinx ZYMQ-MP Ultra96
2018-04-18 00:16:05 +01:00
Peter Robinson
d305754046
Tegra TX fixes attempt 2
2018-04-17 14:27:36 +01:00
Peter Robinson
c28c6e363e
Fix Tegra TX series firmware/thermal interface
2018-04-17 14:19:41 +01:00
Justin M. Forbes
8cf006311d
Linux v4.17-rc1
2018-04-16 11:04:31 -05:00
Peter Robinson
40766321c4
Disable tps65217-charger, fix for the BeagleBone boot failure, Further fix for ThunderX ZIP driver, fix olpc i686 config
2018-04-12 18:11:57 +01:00
Peter Robinson
dabc7ac977
fix nouveau on Tegra, Enable IOMMU on Exynos
2018-04-12 08:25:54 +01:00
Laura Abbott
6cb6bcb528
Enable a few infiniband options (rhbz 1291902)
2018-04-11 10:59:42 -07:00
Laura Abbott
b9a77b3f37
Enable JFFS2 and some MTD modules (rhbz 1474493)
2018-04-11 10:29:54 -07:00
Justin M. Forbes
9f12cede49
Linux v4.16-11490-gb284d4d5a678
2018-04-11 11:12:16 -05:00
Justin M. Forbes
dcd325ca9e
Linux v4.16-10608-gf8cf2f16a7c9
2018-04-09 11:22:00 -05:00
Justin M. Forbes
5bf5e37a74
Linux v4.16-9576-g38c23685b273
2018-04-06 12:00:21 -05:00
Justin M. Forbes
bb64576091
Linux v4.16-7248-g06dd3dfeea60
2018-04-05 12:30:09 -05:00
Justin M. Forbes
440cf26812
Linux v4.16-5456-g17dec0a94915
2018-04-04 12:45:22 -05:00
Justin M. Forbes
71c4e801d3
Linux v4.16-2520-g642e7fd23353
2018-04-03 12:18:00 -05:00
Peter Robinson
0e8aa23324
drop removed X86_PPRO_FENCE config option
2018-03-27 03:19:08 +01:00
Peter Robinson
ab234213c4
Enable initial config for Xilinx ZynqMP platforms
2018-03-26 00:09:27 +01:00
Laura Abbott
4acc5bbea9
Disable IMA appraise (rhbz 1554474)
...
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. Disable appraisal for now
until that gets fixed.
2018-03-12 12:12:50 -07:00
Jeremy Cline
06a455a312
Linux v4.16-rc5
2018-03-12 10:49:13 -04:00
Justin M. Forbes
f20e0a3b66
Update efi-lockdown patch with current.
2018-03-12 08:46:00 -05:00
Peter Robinson
b724bdfa9e
Enable SATA_SIL24 on ARM rhbz 1553931
2018-03-10 07:41:48 +00:00
Laura Abbott
898f8e9b5f
Enable CONFIG_ARM64_PMEM
...
Request for some arm64 devices
2018-03-09 09:52:33 -08:00
Peter Robinson
deb9c48b2d
enable big.little cpufreq on ARM64
2018-03-05 18:33:59 +00:00
Peter Robinson
8a843c93fd
fixupp ARM_SCPI_CPUFREQ config
2018-03-05 09:41:39 +00:00
Jeremy Cline
49df743369
Linux v4.16-rc4
2018-03-04 22:57:03 -05:00
Peter Robinson
2a0e4a876d
minor ARM usb cleanups
2018-03-04 11:27:28 +00:00
Peter Robinson
60e272367a
Add RPi3 GPIO expander, RPi fixes, OMAP serial update, general ARM fixes
2018-03-03 22:51:13 +00:00
Laura Abbott
356f92a381
Don't build in CONFIG_X86_PMEM_LEGACY (rhbz 1460398)
2018-02-28 09:34:54 -08:00
Laura Abbott
bb540d20c6
Enable IMA (rhbz 790008)
2018-02-19 10:54:11 -08:00
François Cami
06498cbfe5
enable CONFIG_DRM_AMDGPU_SI so that Southern Island devices work with amdgpu & radv
2018-02-16 09:19:03 -05:00
Peter Robinson
0931a042a5
Enable GPIO found on SynQuacer platforms
2018-02-14 09:45:22 +00:00
Justin M. Forbes
0b116e4726
Add configs
2018-02-12 07:32:33 -06:00
Peter Robinson
682fa4513e
minor AllWinner config tweeak
2018-02-12 01:16:42 +00:00
Peter Robinson
b1638c0f32
we don't enable pci endpoint support, unlikely to run Fedora on a SoC on a PCI card plugged into a host atm
2018-02-10 16:01:19 +00:00
Peter Robinson
65da22b9d7
ARM doesn't support the Gemini SoCs
2018-02-10 15:26:17 +00:00
Peter Robinson
b634505077
minor cleanup (NFC)
2018-02-10 15:12:35 +00:00
Peter Robinson
4b5db15c5b
of pci config options dropped
2018-02-10 14:53:34 +00:00
Peter Robinson
390328875f
remove old mv cesa driver
2018-02-10 14:11:08 +00:00
Justin M. Forbes
c0815482a6
Linux v4.15-12216-gf9f1e414128e
2018-02-09 16:05:09 -06:00
Justin M. Forbes
f8bdcf89c2
ADV7511 only really needs to be on for ARM
2018-02-08 16:08:17 -06:00
Justin M. Forbes
5ebe83e42f
Linux v4.15-11930-g581e400ff935
2018-02-08 13:35:33 -06:00
Peter Robinson
35b467828a
POWER_RESET_IMX has been dropped
2018-02-08 15:58:38 +00:00
Peter Robinson
b7e098b42c
clean up a few obsoleted and duplicated config options (NFC)
2018-02-08 15:37:42 +00:00
Justin M. Forbes
bf681f6a5b
Linux v4.15-11704-ga2e5790d8416
2018-02-07 09:13:24 -06:00
Peter Robinson
ac4e94dcf3
Exynos IPP has be removed, the other 3 are marked broken due to it's removal, so drop the options
2018-02-07 13:47:23 +00:00
Hans de Goede
8d6edefe57
Set CONFIG_VBOXGUEST=m
2018-02-07 12:06:32 +01:00
Justin M. Forbes
a698721916
Linux v4.15-10668-g35277995e179
2018-02-05 12:54:33 -06:00
Justin M. Forbes
a84c4d8276
Linux v4.15-9939-g4bf772b14675
2018-02-02 14:38:32 -06:00
Justin M. Forbes
2de661d489
Linux v4.15-6064-g255442c93843
2018-02-01 15:50:49 -06:00
Justin M. Forbes
98c76e090f
Linux v4.15-1549-g6304672b7f0a
2018-01-30 12:26:27 -06:00
Peter Robinson
613cf10377
Filter GPU bridge drivers on all arches, re-enable adv7511
2018-01-29 22:28:36 +00:00
Don Zickus
4df1293806
Fix misnamed CONFIG files
...
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
2018-01-25 00:13:35 -08:00
Laura Abbott
2841ab2761
Enable CONFIG_IP6_NF_TARGET_NPT (rhbz 1435884)
2018-01-18 08:59:42 -08:00
Peter Robinson
283a6156bc
add MMC support for 96boards Synquacer platform, add missing CONFIG_BPF_JIT_ALWAYS_ON as it changed the generated config
2018-01-13 06:20:30 +00:00
Justin M. Forbes
78b277bd72
Initial retpoline patches for Spectre v2
2018-01-11 10:28:58 -06:00
Laura Abbott
e3ed9bf70d
Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)
2018-01-08 14:37:57 -08:00
Peter Robinson
b56d7dd11d
remove old qcom config options
2018-01-08 09:45:22 +00:00
Don Zickus
4d6d8cc5c1
configs: Move base-debug and base-generic to configs/fedora
...
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.
2018-01-05 14:40:14 -08:00