Commit Graph

216 Commits

Author SHA1 Message Date
Justin M. Forbes
42aa4321c7 Linux v4.4-8606-g5807fca 2016-01-18 15:41:06 -06:00
Peter Robinson
d56b26ad1a Build usb gadget/OTG on aarch64, more arm/aarch64 cleanups for 4.5 2016-01-18 05:45:06 +00:00
Peter Robinson
b07458db32 ARM: enable nvmem drivers 2016-01-17 07:24:19 +00:00
Justin M. Forbes
38ea69d21f Linux v4.4-5593-g7fdec82 2016-01-14 14:12:46 -06:00
Justin M. Forbes
6236659f01 v4.4-3408-g6799060 2016-01-13 16:27:14 -06:00
Justin M. Forbes
84f6318818 v4.4-1175-g03891f9 2016-01-12 13:07:02 -06:00
Peter Robinson
dbf7dd9516 Enable rk3368 aarch64 platforms 2015-12-27 10:40:40 +00:00
Peter Robinson
ac6e024f6a Minor ARMv7/aarch64/ppc/s390 config cleanups (no other functioal changes) 2015-12-27 06:01:21 +00:00
Laura Abbott
4edc7cd99a Linux v4.3-11481-gc5a3788
- Actually drop CONFIG_DMADEVICES_VDEBUG
2015-11-11 09:30:47 -08:00
Laura Abbott
1275020b3e Linux v4.3-6681-g8e483ed 2015-11-05 10:49:10 -08:00
Peter Robinson
b4eeb68309 Add patch to fix crash in omap_wdt (headed upstream), Build in ARM generic crypto optomisation modules, Minor ARM updates 2015-11-03 11:59:27 +00:00
Laura Abbott
313ef87ecc Linux v4.3-rc6-232-g0386729 2015-10-23 09:05:32 -07:00
Josh Boyer
18c82493e5 Linux v4.2-10637-ga794b4f32921
- Rework secure boot patchset
2015-09-09 11:10:17 -04:00
Peter Robinson
bcf80c1db2 Config updates for ARMv7/aarch64 2015-09-08 21:20:02 +01:00
Andrey Vagin
ab092c3163 Enable CHECKPOINT_RESTORE on arm and aarch64 for CRIU feature
https://bugzilla.redhat.com/show_bug.cgi?id=1040486
https://bugzilla.redhat.com/show_bug.cgi?id=1146995

Cc: arm@lists.fedoraproject.org
Signed-off-by: Andrey Vagin <avagin@openvz.org>
2015-09-08 08:37:53 -04:00
Josh Boyer
8a25902a33 Linux v4.2-6663-g807249d3ada1 2015-09-04 10:28:36 -04:00
Josh Boyer
bb4aedb375 Linux v4.2-3986-g73b6fa8e49c2 2015-09-02 10:18:26 -04:00
Josh Boyer
01b3ca6be6 Linux v4.2-2744-g65a99597f044
- Reenable debugging options.
2015-09-01 12:25:34 -04:00
Peter Robinson
d74310b357 Enable DW MMC for generic ARM (hi6220 SoC support) 2015-07-17 10:48:13 +01:00
Josh Boyer
088a50c52e Linux v4.2-rc1
- Disable debug options.
- Add patch to fix perf build
2015-07-06 16:34:35 -04:00
Josh Boyer
6a50f36878 Linux v4.1-11355-g6aaf0da8728c
- Add patch to fix KVM sleeping in atomic issue (rhbz 1237143)
- Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
2015-06-30 13:01:28 -04:00
Josh Boyer
76c11d9b55 Linux v4.1-11235-gc63f887bdae8
- Reenable debugging options.
2015-06-29 11:24:25 -04:00
Josh Boyer
35eff41288 Linux v4.1-5596-gaefbef10e3ae 2015-06-26 09:33:38 -04:00
Peter Robinson
a318c6a201 Minor ARM update 2015-05-11 10:34:12 +01:00
Peter Robinson
147ecfb6e4 General ARMv7 updates 2015-05-04 09:06:32 +01:00
Peter Robinson
d47bfb2bcb Enable ACPI on aarch64 (add minor patch to disable EXPERT requirement so we don't pull all those options in too) 2015-05-03 18:35:23 +01:00
Josh Boyer
51c0771553 Prune stale config options
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.
2015-04-28 08:45:44 -04:00
Josh Boyer
3a153ad929 Linux v4.0-10710-g27cf3a16b253 2015-04-23 10:16:39 -04:00
Peter Robinson
9c16b2432a Inital ARM updates for 4.1, Temporarily disable AMD ARM64 xgbe-a0 driver 2015-04-22 15:51:31 +01:00
Josh Boyer
3c73a96030 Linux v4.0-9362-g1fc149933fd4 2015-04-21 14:48:42 -04:00
Josh Boyer
cbe4b5e00e Linux v4.0-8962-g14aa02449064
DRM merge
2015-04-20 20:37:31 -04:00
Josh Boyer
cc7213fcfe Linux v4.0-3843-gbb0fd7ab0986 2015-04-15 10:47:18 -04:00
Josh Boyer
b18e6e7536 Linux v4.0-2620-gb79013b2449c 2015-04-14 09:55:36 -04:00
Kyle McMartin
c39d858a6e update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64 2015-03-17 11:10:15 -04:00
Josh Boyer
5db764fdeb Cleanup stale Kconfig options
No functional change.  These are all removed upstream.  Results provided by
the check-config.pl script from Paul Bolle.  Yay Paul!
2015-03-16 10:53:45 -04:00
Josh Boyer
d7293323e7 Linux v4.0-rc1
- 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.
2015-02-23 11:30:23 -05:00
Peter Robinson
7e89ce359c Minor updates for ARMv7/ARM64 2015-02-16 17:00:49 +00:00
Peter Robinson
b4d91d777e Move ARM usb platform options to arm-generic 2015-02-05 11:35:59 +00:00
Peter Robinson
d0ca4d59a1 - More ARMv7 updates
- A few more sound config cleanups
2015-01-29 11:52:55 +00:00
Peter Robinson
022b42815f More ARM config option cleanups 2015-01-20 14:24:04 +00:00
Peter Robinson
1b273cbc8d - Move Rockchip to ARMv7 generic to support rk32xx on LPAE
- Enable Device Tree Overlays for dynamic DTB
- ARM config updates
2015-01-19 09:58:16 +00:00
Josh Boyer
208228cebd Linux v3.19-rc2
- Temporarily disable aarch64patches
- Happy New Year
2015-01-05 16:09:49 -05:00
Peter Robinson
cd44fa829c move the SERIAL_8250_DW to arm generic as it's used on aarch64 devices too 2014-11-25 19:41:28 +00:00
Josh Boyer
d74e638376 Cleanup dead Kconfig symbols for 3.18-rc4 2014-11-11 09:58:33 -05:00
Peter Robinson
fc0bb7245f Update ARM config options, some minor cleanups 2014-10-27 09:21:05 +00:00
Josh Boyer
300a55307c Linux v3.18-rc1-221-gc3351dfabf5c
- Add patch to fix wifi on X550VB machines (rhbz 1089731)
2014-10-22 09:59:21 -04:00
Josh Boyer
e1712de563 Linux v3.17-9670-g0429fbc0bdc2 2014-10-15 09:12:59 -04:00
Peter Robinson
3812eccb7b Update armv7/aarch64 config options 2014-10-13 19:30:51 +01:00
Josh Boyer
5bc66d51ea Linux v3.17-5503-g35a9ad8af0bb 2014-10-09 09:45:05 -04:00
Josh Boyer
da99f20f02 Linux v3.17-2860-gef0625b70dac
- Reenable debugging options.
- Temporarily disable aarch64patches
2014-10-08 12:10:33 -04:00
Paul Bolle
b092e490fa Remove all references to unknown Kconfig symbols
Reported-by: Paul Bolle <pebolle@tiscali.nl>
2014-10-02 08:26:50 -04:00
Peter Robinson
6bebad469b Minor generic ARMv7 updates, Build tegra on both LPAE and general ARMv7 kernels (thank srwarren RHBZ 1110963), Set CMA to 64mb on LPAE kernel (RHBZ 1127000) 2014-08-26 11:08:07 +01:00
Peter Robinson
76658d2649 minor arm config update 2014-08-14 12:50:16 +01:00
Peter Robinson
a412315350 - 3.17 ARMv7 updates
- Cleanup some old removed options
- Disable legacy USB OTG (using new configfs equivilents)
2014-08-13 07:41:01 +01:00
Josh Boyer
531b0ea5a0 Linux v3.16-10013-gc309bfa9b481
- Temporarily don't apply crash driver patch
2014-08-10 13:41:58 -04:00
Josh Boyer
3f7b3ae795 Linux v3.16-7503-g33caee39925b 2014-08-08 08:47:17 -04:00
Josh Boyer
7de7a7f141 Linux v3.16-3652-gf19107379dbc
- Reenable debugging options.
2014-08-05 06:44:35 -04:00
Josh Boyer
ddd94fae5e Linux v3.16-rc1
- Disable debugging options.
2014-06-16 10:44:42 -04:00
Peter Robinson
b6e474380f ARM config updates for 3.16 2014-06-16 13:25:03 +01:00
Josh Boyer
3bd5ee3cc1 Linux v3.15-9837-g682b7c1c8ea8 2014-06-13 14:00:49 -04:00
Josh Boyer
506ae84a1a Linux v3.15-8835-g859862ddd2b6 2014-06-13 09:58:23 -04:00
Josh Boyer
a7fb62873e Linux v3.15-7218-g3f17ea6dea8b
- Reenable debugging options.
2014-06-11 13:36:24 -04:00
Peter Robinson
9954eb4cc6 Minor ARM MMC config updates 2014-06-02 15:58:46 +01:00
Peter Robinson
01fa90a68e Disable some unneed drivers on ARM 2014-05-10 23:24:25 +01:00
Peter Robinson
5f0cb5e84b Enable Marvell Dove support, minor ARM cleanups 2014-05-10 21:59:43 +01:00
Josh Boyer
c80cfeb4db Linux v3.15-rc3
- Disable debugging options.
2014-04-28 09:48:57 -04:00
Josh Boyer
700baa35a6 Linux v3.14-12042-g69cd9eba3886 2014-04-10 09:38:28 -04:00
Peter Robinson
59a8033a4a Update some generic ARM config options 2014-03-23 19:13:56 +00:00
Peter Robinson
064542de78 Add some general missing ARM drivers (mostly sound), ARM config tweaks and cleanups, Update i.MX6 dtb 2014-03-12 12:52:12 +00:00
Kyle McMartin
802be76630 it probably doesn't work on lpae either 2014-02-20 12:32:43 -05:00
Peter Robinson
fa7d75e6c0 Enable CMA on aarch64, Disable KVM temporarily on aarch64, Minor ARM config updates and cleanups 2014-02-09 20:13:37 +00:00
Josh Boyer
28a80a313c Linux v3.14-rc1-150-g34a9bff 2014-02-08 03:24:55 -05:00
Josh Boyer
0003f178c3 Fix ath9k build error on ARM and disable BNA
udelays above 2000 are bad.  Disable the BNA driver for the same reason
2014-01-27 10:08:20 -05:00
Peter Robinson
7430c1fa4d - Initial ARM config updates for 3.14
- Disable highbank cpuidle driver
- Enable mtd-nand drivers on ARM
- Update CPU thermal scaling options for ARM
2014-01-25 15:46:21 +00:00
Josh Boyer
6fc2a34618 Disable the BFA driver on ARM
It doesn't make much sense, and it fails to build because of a udelay(10000)
in it resulting in:

ERROR: "__bad_udelay" [drivers/scsi/bfa/bfa.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
+ exit 1
2014-01-24 12:20:50 -05:00
Josh Boyer
7603bfc69d Linux v3.13-5617-g3aacd62 2014-01-24 07:49:16 -05:00
Peter Robinson
d82fbb97e6 Enable thermal userspace support for ARM 2014-01-13 10:54:56 +00:00
Peter Robinson
39549c0eb3 Minor ARM config updates and cleanups 2014-01-12 14:20:41 +00:00
Josh Boyer
c0fb589a20 Linux v3.12-10553-g27b5c3f 2013-11-18 20:38:24 -05:00
Josh Boyer
6494f2c3b1 Linux v3.12-9888-gf63c482 2013-11-16 11:03:20 -05:00
Josh Boyer
ec0fd9d874 Linux v3.12-8333-g4fbf888
- Build tmon in kernel-tools
- Disable ARM NEON optimised AES and OMAP2PLUS cpufreq because they don't build
2013-11-14 13:34:05 -05:00
Peter Robinson
30781672da Update ARM configs:
- Move usb gadget from armv7 to armv70-generic
- Cleanup some old OMAP config changes
- Update a few config options based on a number of ARM defconfigs updated upstream
- Fix up some conflicting or differing options between arm config files
2013-11-13 22:24:12 +00:00
Josh Boyer
713abc0c25 Linux v3.12-4849-g10d0c97
Replace x86-allow-1024-cpus.patch with the patch that contains the one hunk
not already applied upstream.

Don't install the 'trace' alias symlink for 'perf trace'.  Seems much too
generic to just throw that into /usr/bin
2013-11-12 14:24:29 -05:00
Josh Boyer
65855d3853 Linux v3.12-2839-gedae583
- Reenable debugging options.
2013-11-11 09:45:46 -05:00
Kyle McMartin
0a346ea311 enable crash on other architectures 2013-11-05 16:51:00 -05:00
Peter Robinson
ac67590916 Add patch for i.MX6 Utilite device dtb, drop old exynos patch 2013-10-24 20:29:40 +01:00
Peter Robinson
5e6535d237 ARM config updates for IIO and enable sensors for ARM platforms 2013-10-16 13:28:18 +01:00
Josh Boyer
f7a31ddb04 Enable VIRTIO_CONSOLE as a module on all ARM (rhbz 1005551)
Matches change we did for F20 a bit ago
2013-10-16 08:13:33 -04:00
Peter Robinson
2fba3e3c2d Minor ARM config updates/cleanups, ARM GPIO/I2C updates, ARM usb gadget updates 2013-10-13 11:33:25 +01:00
Kyle McMartin
e119a603c4 turn off some drivers on aarch64 and armv7hl that are unlikely to ever be seen there 2013-10-11 13:41:21 -04:00
Peter Robinson
82bda6aab0 * General ARM config cleanups
- Remove old/dupe ARM config options
- Enable external connectors on ARM
- Enable i.MX and TI thermal controllers
- Enable i.MX RNG driver
- ARM MFD and REGULATOR changes and cleanups
- AM33xx (BeagleBone) config improvements
- Rebase OMAP DVI patch
- Enable console for Zynq-7xxx SoCs
2013-10-07 17:34:36 +01:00
Josh Boyer
51a9efc4b6 Linux v3.12-rc3-186-gc31eeac
- Enable options for Intel Low Power Subsystem Support
2013-10-02 14:14:38 -04:00
Kyle McMartin
a6b4f86d34 [arm] re-enable CONFIG_PCIEPORTBUS, now that tegra is fixed upstream 2013-09-09 12:28:32 -04:00
Kyle McMartin
3e892b8ff7 [arm] disable CONFIG_PCIEPORTBUS 2013-09-04 14:40:22 -04:00
Peter Robinson
c2a5d382a8 Minor ARM config cleanups, Enable some IOMMU drivers on ARM, Enable some i.MX sound drivers 2013-08-23 08:16:21 +01:00
Kyle McMartin
9c951f387f switch CONFIG_SERIAL_OF_PLATFORM back to built-in 2013-08-20 17:18:21 -04:00
Peter Robinson
09ffc5546c Minor kernel configs cleanup merging duplicated config opts into generic
Merge config changes from the various arch configs into generic-config where there's overlapping identical configs across all architectures. If there's a single arch that is difference to the rest of the architectures that option remains in the arch specific config as it takes precedence over the generic config.
2013-08-19 09:37:57 -04:00
Peter Robinson
fe4e95043c - Major cleanup of arm64 config
- Add patch to enable build exynos5 as multi platform for lpae
- Minor cleanup of ARMv7 configs
2013-08-15 17:22:58 +01:00
Josh Boyer
5f6bb1ff66 Linux v3.11-rc3-288-gabe0308 2013-08-03 08:11:06 -04:00
Kyle McMartin
b8530490d3 radeon-si_calculate_leakage-use-div64.patch: fix compile error on i686
and some arm stuff
2013-08-02 11:22:55 -04:00