summaryrefslogtreecommitdiffstats
path: root/config-arm-generic
Commit message (Collapse)AuthorAgeFilesLines
* General ARMv7 updatesPeter Robinson2015-05-041-5/+0
|
* Enable ACPI on aarch64 (add minor patch to disable EXPERT requirement so we ↵Peter Robinson2015-05-031-2/+1
| | | | don't pull all those options in too)
* Prune stale config optionsJosh Boyer2015-04-281-2/+0
| | | | | | Some of these were removed upstream and others were dropped when kernel-arm64.patch was killed off. Found by Paul's check-configs.pl script.
* Linux v4.0-10710-g27cf3a16b253Josh Boyer2015-04-231-0/+2
|
* Inital ARM updates for 4.1, Temporarily disable AMD ARM64 xgbe-a0 driverPeter Robinson2015-04-221-1/+22
|
* Linux v4.0-9362-g1fc149933fd4Josh Boyer2015-04-211-0/+1
|
* Linux v4.0-8962-g14aa02449064Josh Boyer2015-04-201-0/+1
| | | | DRM merge
* Linux v4.0-3843-gbb0fd7ab0986Josh Boyer2015-04-151-0/+3
|
* Linux v4.0-2620-gb79013b2449cJosh Boyer2015-04-141-0/+1
|
* update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64Kyle McMartin2015-03-171-0/+5
|
* Cleanup stale Kconfig optionsJosh Boyer2015-03-161-2/+0
| | | | | No functional change. These are all removed upstream. Results provided by the check-config.pl script from Paul Bolle. Yay Paul!
* Linux v4.0-rc1Josh Boyer2015-02-231-3/+0
| | | | | | | | | | | | | | | | | | | - CVE-2015-0275 ext4: fallocate zero range page size > block size BUG (rhbz 1193907 1195178) - Disable debugging options. Yay for major version bumps :\. We grab the full rc1 tarball instead of just the patch to make this way less messy in the spec. When 4.0 final is released, we'll need to undo a few specific hacks. Namely, we need to redefine: upstream_sublevel kversion Source0 back to the standard definitions. Thanks to Kyle for figuring this out 3 years ago.
* Minor updates for ARMv7/ARM64Peter Robinson2015-02-161-0/+27
|
* Move ARM usb platform options to arm-genericPeter Robinson2015-02-051-0/+5
|
* - More ARMv7 updatesPeter Robinson2015-01-291-0/+1
| | | | - A few more sound config cleanups
* More ARM config option cleanupsPeter Robinson2015-01-201-0/+2
|
* - Move Rockchip to ARMv7 generic to support rk32xx on LPAEPeter Robinson2015-01-191-0/+5
| | | | | - Enable Device Tree Overlays for dynamic DTB - ARM config updates
* Linux v3.19-rc2Josh Boyer2015-01-051-0/+4
| | | | | - Temporarily disable aarch64patches - Happy New Year
* move the SERIAL_8250_DW to arm generic as it's used on aarch64 devices tooPeter Robinson2014-11-251-0/+1
|
* Cleanup dead Kconfig symbols for 3.18-rc4Josh Boyer2014-11-111-1/+0
|
* Update ARM config options, some minor cleanupsPeter Robinson2014-10-271-4/+4
|
* Linux v3.18-rc1-221-gc3351dfabf5cJosh Boyer2014-10-221-0/+2
| | | | - Add patch to fix wifi on X550VB machines (rhbz 1089731)
* Linux v3.17-9670-g0429fbc0bdc2Josh Boyer2014-10-151-0/+1
|
* Update armv7/aarch64 config optionsPeter Robinson2014-10-131-0/+1
|
* Linux v3.17-5503-g35a9ad8af0bbJosh Boyer2014-10-091-0/+1
|
* Linux v3.17-2860-gef0625b70dacJosh Boyer2014-10-081-0/+1
| | | | | - Reenable debugging options. - Temporarily disable aarch64patches
* Remove all references to unknown Kconfig symbolsPaul Bolle2014-10-021-8/+0
| | | | Reported-by: Paul Bolle <pebolle@tiscali.nl>
* Minor generic ARMv7 updates, Build tegra on both LPAE and general ARMv7 ↵Peter Robinson2014-08-261-0/+2
| | | | kernels (thank srwarren RHBZ 1110963), Set CMA to 64mb on LPAE kernel (RHBZ 1127000)
* minor arm config updatePeter Robinson2014-08-141-1/+0
|
* - 3.17 ARMv7 updatesPeter Robinson2014-08-131-17/+4
| | | | | - Cleanup some old removed options - Disable legacy USB OTG (using new configfs equivilents)
* Linux v3.16-10013-gc309bfa9b481Josh Boyer2014-08-101-0/+3
| | | | - Temporarily don't apply crash driver patch
* Linux v3.16-7503-g33caee39925bJosh Boyer2014-08-081-0/+22
|
* Linux v3.16-3652-gf19107379dbcJosh Boyer2014-08-051-0/+1
| | | | - Reenable debugging options.
* Linux v3.16-rc1Josh Boyer2014-06-161-0/+1
| | | | - Disable debugging options.
* ARM config updates for 3.16Peter Robinson2014-06-161-3/+7
|
* Linux v3.15-9837-g682b7c1c8ea8Josh Boyer2014-06-131-0/+1
|
* Linux v3.15-8835-g859862ddd2b6Josh Boyer2014-06-131-0/+1
|
* Linux v3.15-7218-g3f17ea6dea8bJosh Boyer2014-06-111-0/+7
| | | | - Reenable debugging options.
* Minor ARM MMC config updatesPeter Robinson2014-06-021-1/+0
|
* Disable some unneed drivers on ARMPeter Robinson2014-05-101-4/+31
|
* Enable Marvell Dove support, minor ARM cleanupsPeter Robinson2014-05-101-0/+1
|
* Linux v3.15-rc3Josh Boyer2014-04-281-0/+1
| | | | - Disable debugging options.
* Linux v3.14-12042-g69cd9eba3886Josh Boyer2014-04-101-0/+1
|
* Update some generic ARM config optionsPeter Robinson2014-03-231-3/+5
|
* Add some general missing ARM drivers (mostly sound), ARM config tweaks and ↵Peter Robinson2014-03-121-2/+3
| | | | cleanups, Update i.MX6 dtb
* it probably doesn't work on lpae eitherKyle McMartin2014-02-201-0/+2
|
* Enable CMA on aarch64, Disable KVM temporarily on aarch64, Minor ARM config ↵Peter Robinson2014-02-091-1/+16
| | | | updates and cleanups
* Linux v3.14-rc1-150-g34a9bffJosh Boyer2014-02-081-0/+2
|
* Fix ath9k build error on ARM and disable BNAJosh Boyer2014-01-271-0/+1
| | | | udelays above 2000 are bad. Disable the BNA driver for the same reason
* - Initial ARM config updates for 3.14Peter Robinson2014-01-251-0/+2
| | | | | | - Disable highbank cpuidle driver - Enable mtd-nand drivers on ARM - Update CPU thermal scaling options for ARM