summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Arm config updates for 5.2rc1Peter Robinson2019-05-2041-89/+114
|
* Linux v5.1-12505-g0ef0fd351550Justin M. Forbes2019-05-1718-3/+21
|
* add patch to fix watchdog driver load and reboot on RPiPeter Robinson2019-05-172-3/+145
|
* Linux v5.1-12065-g8c05f3b965daJustin M. Forbes2019-05-1627-2128/+102
|
* Linux v5.1-10909-g2bbacd1a9278Justin M. Forbes2019-05-1530-3/+179
|
* explicitly enable Arm GIC power managementPeter Robinson2019-05-157-0/+7
|
* Add arm64 vdso fixLaura Abbott2019-05-152-0/+37
|
* ti: drop removed configsePeter Robinson2019-05-153-3/+0
|
* ti: drop removed configsPeter Robinson2019-05-1516-16/+0
|
* arm: remove retired configsPeter Robinson2019-05-155-9/+0
|
* Linux v5.1-10326-g7e9890a3500dJustin M. Forbes2019-05-1420-3/+51
|
* Linux v5.1-10135-ga13f0655503aJustin M. Forbes2019-05-1342-406/+266
|
* CONFIG_LBDAF option removed upstream, is now standardPeter Robinson2019-05-138-8/+0
|
* Linux v5.1-9573-gb970afcfcabdJustin M. Forbes2019-05-1055-3/+342
|
* Linux v5.1-8122-ga2d635decbfaJustin M. Forbes2019-05-0977-18/+558
|
* armvt: filter stm drm driversPeter Robinson2019-05-091-1/+1
|
* Linux v5.1-5445-g80f232121b69Justin M. Forbes2019-05-0864-7/+626
|
* Linux v5.1-1199-g71ae5fc87c34Justin M. Forbes2019-05-0731-8/+109
|
* Enable Arm STM32MP1Peter Robinson2019-05-0757-14/+237
|
* minor qcom sound config tweakPeter Robinson2019-05-0716-15/+3
|
* Ensure ioschedulers are built in (rhbz 1690604)Laura Abbott2019-05-0616-30/+30
|
* configs: correctly terminate loopPaul Bolle2019-05-061-2/+2
| | | | | | | | | | The switch_to_toplevel() function in process_configs.sh contains a buggy loop. It tests whether $path is empty but should test whether $path equals "/". (It repeatedly calls dirname on pwd's output, and since pwd will return an absolute path this will, eventually, return "/" forever.) So let's test for "/" here. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* configs: properly indent process_configs.shPaul Bolle2019-05-061-3/+3
| | | | Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v5.1.0Jeremy Cline2019-05-062-8/+9
|
* disable sunxi crypto as it's currently brokenPeter Robinson2019-05-038-14/+14
|
* Linux v5.1-rc7-131-gea9866793d1eJeremy Cline2019-05-0318-3/+21
|
* Linux v5.1-rc7-29-g600d7258316dJeremy Cline2019-05-023-3/+6
|
* Add gdb index for debuginfoLaura Abbott2019-05-011-1/+0
| | | | | | | We disabled the gdb indexing a while ago because it was broken with the kernel. It seems to be working okay now so re-enable it. Signed-off-by: Laura Abbott <labbott@redhat.com>
* Linux v5.1-rc7-16-gf2bc9c908dfeJeremy Cline2019-05-013-3/+6
|
* configs: only visit generic/powerpc oncePaul Bolle2019-05-011-1/+1
| | | | | | | The rule that generates kernel-ppc64le-debug.config visits configs/generic/powerpc twice. Stop doing that. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Linux v5.1-rc7-5-g83a50840e72aJeremy Cline2019-04-304-46/+6
|
* Reenable debugging options.Jeremy Cline2019-04-301-1/+4
|
* Fix wifi on various ideapad models not working (rhbz#1703338)Hans de Goede2019-04-302-0/+406
|
* s390x build failure fix for RDMAJeremy Cline2019-04-292-0/+44
|
* Linux v5.1-rc7Jeremy Cline2019-04-2910-8/+14
|
* Disable debugging options.Jeremy Cline2019-04-291-1/+4
|
* Linux v5.1-rc6-72-g8113a85f8720Jeremy Cline2019-04-263-3/+6
|
* Clean up old PAE codeLaura Abbott2019-04-251-53/+9
| | | | | | We no longer support i686 PAE. Cleanup some of the cruft that was left behind and de-obfuscate some macros to make it more obvious what's happening.
* Remove references to old powerpcLaura Abbott2019-04-251-5/+5
| | | | | We only support one powerpc target. Drop references via the older macro to make the code easier to read.
* Linux v5.1-rc6-64-gcd8dead0c394Jeremy Cline2019-04-253-3/+6
|
* Fix CVE-2019-3900 (rhbz 1698757 1702940)Justin M. Forbes2019-04-252-0/+206
|
* Linux v5.1-rc6-15-gba25b50d582fJeremy Cline2019-04-243-3/+6
|
* Linux v5.1-rc6-4-g7142eaa58b49Jeremy Cline2019-04-233-2/+6
|
* Reenable debugging options.Jeremy Cline2019-04-231-1/+4
|
* Check module signatures with the platform keyring (if enabled)Jeremy Cline2019-04-233-98/+61
| | | | | | | | | | Upstream has made a keyring to the platform keys. The "KEYS: Allow unrestricted boot-time addition of keys to secondary keyring" is available upstream for the platform keyring. The only issue is that module signatures aren't checked with the platform keyring, so this introduces a patch to add that which has been sent upstream. At least our carried-patch count hasn't gone up.
* Linux v5.1-rc6Jeremy Cline2019-04-2218-5/+23
|
* Disable debugging options.Jeremy Cline2019-04-221-1/+4
|
* Linux v5.1-rc5-36-g444fe9913539Jeremy Cline2019-04-173-3/+6
|
* Linux v5.1-rc5-10-g618d919cae2fJeremy Cline2019-04-163-2/+6
|
* Reenable debugging options.Jeremy Cline2019-04-161-1/+4
|