summaryrefslogtreecommitdiffstats
path: root/config-armv7-generic
Commit message (Collapse)AuthorAgeFilesLines
* Minor ARMv7 updatesPeter Robinson2015-09-281-0/+1
|
* ARMv7 update for AllWinner devicesPeter Robinson2015-09-141-4/+6
|
* drop obsolete ARM config options (NFC)Peter Robinson2015-09-111-2/+0
|
* Config updates for ARMv7/aarch64Peter Robinson2015-09-081-1/+1
|
* Linux v4.2-9700-g7d9071a09502Josh Boyer2015-09-081-0/+7
|
* Linux v4.2-6663-g807249d3ada1Josh Boyer2015-09-041-0/+1
|
* Linux v4.2-3986-g73b6fa8e49c2Josh Boyer2015-09-021-1/+2
|
* Linux v4.2-2744-g65a99597f044Josh Boyer2015-09-011-0/+4
| | | | - Reenable debugging options.
* Minor config updates for ARMv7Peter Robinson2015-08-211-9/+14
|
* Linux v4.2-rc6-130-g7ddab73346a1Josh Boyer2015-08-141-1/+0
|
* fix the fix for CONFIG_UACCESS_WITH_MEMCPYPeter Robinson2015-08-121-0/+2
|
* Drop UACCESS_WITH_MEMCPY on ARMv7 as it's broken (rhbz 1250613)Peter Robinson2015-08-111-2/+0
|
* Linux v4.2-rc4-111-g8400935737bfJosh Boyer2015-07-311-0/+6
|
* Linux v4.2-rc1Josh Boyer2015-07-061-6/+2
| | | | | - Disable debug options. - Add patch to fix perf build
* Linux v4.1-11355-g6aaf0da8728cJosh Boyer2015-06-301-8/+1
| | | | | - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-291-0/+12
| | | | - Reenable debugging options.
* Linux v4.1-5596-gaefbef10e3aeJosh Boyer2015-06-261-0/+14
|
* Make some of the ARMv7 cpufreq drivers modularPeter Robinson2015-06-161-3/+3
|
* General ARMv7 updatesPeter Robinson2015-05-041-1/+3
|
* Linux v4.1-rc1Josh Boyer2015-04-271-0/+2
| | | | | | | - Disable debugging options. Fixup a couple of small spots left over from the 3.x->4.x major version change
* Linux v4.0-10710-g27cf3a16b253Josh Boyer2015-04-231-0/+3
|
* Inital ARM updates for 4.1, Temporarily disable AMD ARM64 xgbe-a0 driverPeter Robinson2015-04-221-22/+0
|
* Enable mvebu on the lpae kernelDennis Gilmore2015-04-201-0/+51
| | | | | | | | It has LPAE, there are boards that can have more than 4GiB ram. Anaconda defaults to installing LPAE when the hardware supports it, so any install today will not work post install. Signed-off-by: Dennis Gilmore <dennis@ausil.us>
* Linux v4.0-7209-g7d69cff26ceaJosh Boyer2015-04-171-0/+1
|
* Linux v4.0-6817-geea3a00264cfJosh Boyer2015-04-161-0/+8
|
* Linux v4.0-3843-gbb0fd7ab0986Josh Boyer2015-04-151-0/+6
|
* Linux v4.0-2620-gb79013b2449cJosh Boyer2015-04-141-0/+4
|
* Linux v4.0-rc7-30-g20624d17963cJosh Boyer2015-04-091-0/+3
|
* update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64Kyle McMartin2015-03-171-5/+0
|
* Cleanup stale Kconfig optionsJosh Boyer2015-03-161-7/+0
| | | | | No functional change. These are all removed upstream. Results provided by the check-config.pl script from Paul Bolle. Yay Paul!
* ARMv7 OMAP updates, fix panda bootPeter Robinson2015-02-281-2/+4
|
* Minor ARM config updatePeter Robinson2015-02-241-1/+2
|
* Linux v4.0-rc1Josh Boyer2015-02-231-2/+1
| | | | | | | | | | | | | | | | | | | - 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.
* Linux v3.19-8975-g3d883483dc0aJosh Boyer2015-02-201-0/+1
| | | | | - Add patch to fix intermittent hangs in nouveau driver - Move mtpspi and related mods to kernel-core for VMWare guests (rhbz 1194612)
* Linux v3.19-8784-gb2b89ebfc0f0Josh Boyer2015-02-181-0/+1
|
* Linux v3.19-8217-gcc4f9c2a91b7Josh Boyer2015-02-181-0/+1
|
* Linux v3.19-7478-g796e1c55717eJosh Boyer2015-02-171-1/+3
| | | | - DRM merge
* Minor updates for ARMv7/ARM64Peter Robinson2015-02-161-27/+7
|
* Linux v3.19-6676-g1fa185ebcbceJosh Boyer2015-02-161-0/+2
|
* Linux v3.19-4020-gce01e871a1d4Josh Boyer2015-02-121-0/+7
|
* Linux v3.19-2595-gc5ce28df0e7cJosh Boyer2015-02-111-0/+1
|
* Allwinner A23 (sun8i) SoCPeter Robinson2015-02-051-1/+1
|
* Move ARM usb platform options to arm-genericPeter Robinson2015-02-051-2/+0
|
* - More ARMv7 updatesPeter Robinson2015-01-291-10/+5
| | | | - A few more sound config cleanups
* Enable SND_SOC and the button array driver on x86 for Baytrail devicesJosh Boyer2015-01-271-69/+0
| | | | | | | https://lists.fedoraproject.org/pipermail/kernel/2015-January/005719.html Move the common SND_SOC options from the ARM configs to config-generic and enable the Intel ones in config-x86-generic
* More ARM config option cleanupsPeter Robinson2015-01-201-16/+7
|
* - Move Rockchip to ARMv7 generic to support rk32xx on LPAEPeter Robinson2015-01-191-3/+25
| | | | | - Enable Device Tree Overlays for dynamic DTB - ARM config updates
* Enable Checkpoint/Restore on ARMv7 (rhbz 1146995)Peter Robinson2015-01-141-0/+2
|
* Linux v3.19-rc2Josh Boyer2015-01-051-5/+29
| | | | | - 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-1/+0
|