summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable debugging options.Justin M. Forbes2019-12-231-1/+4
|
* Linux v5.5-rc2-195-g4a94c4332334Justin M. Forbes2019-12-193-3/+6
|
* Linux v5.5-rc2-157-g2187f215ebaaJustin M. Forbes2019-12-183-3/+6
|
* add patch to enable v3d on aarch64Peter Robinson2019-12-182-0/+32
|
* Linux v5.5-rc2-56-gea200dec5128Justin M. Forbes2019-12-1735-216/+77
|
* arm: update brcmstm pcie patch to latestPeter Robinson2019-12-171-149/+281
|
* Enable ASoC SOF driver for Intel DSPJaroslav Kysela2019-12-1629-10/+114
|
* Linux v5.5-rc2Justin M. Forbes2019-12-163-5/+7
|
* Disable debugging options.Justin M. Forbes2019-12-161-1/+4
|
* arm: fix armv7 breakage due to BCM2711 supportPeter Robinson2019-12-152-0/+158
|
* arm: enable brcm v3d driverPeter Robinson2019-12-147-7/+7
|
* arm device enablement patchesPeter Robinson2019-12-1311-0/+2786
|
* Linux v5.5-rc1-27-gae4b064e2a61Justin M. Forbes2019-12-123-3/+6
|
* arm: a few more updatesPeter Robinson2019-12-1136-125/+61
|
* 5.5 Updates for ARMv7/aarch64, Enable newer TI ARMv7 platformsPeter Robinson2019-12-11138-91/+300
|
* Convert pr_warning to pr_warnJustin M. Forbes2019-12-101-1/+1
|
* Linux v5.5-rc1-12-g6794862a16efJustin M. Forbes2019-12-103-3/+8
|
* Revert "Goodbye CONFIG_AX25"Laura Abbott2019-12-1015-15/+21
| | | | | | This reverts commit e3676c312d6ce5efd03da004aef14a0cdb3b6f56. Turns out I cannot read and this is not the correct option.
* Goodbye CONFIG_AX25Laura Abbott2019-12-0915-21/+15
| | | | | Upstream is looking to turn this off https://patchwork.ozlabs.org/patch/1206351/
* Linux v5.5-rc1Justin M. Forbes2019-12-0910-4/+85
|
* Disable debugging options.Justin M. Forbes2019-12-091-1/+4
|
* Linux v5.4-12941-gb0d4beaa5a4bJustin M. Forbes2019-12-0616-56/+46
|
* Re-enable ppc64leJustin M. Forbes2019-12-051-1/+1
|
* Linux v5.4-11747-g2f13437b8917Justin M. Forbes2019-12-0524-7/+45
|
* arm: minor config updatesPeter Robinson2019-12-0522-24/+24
|
* Linux v5.4-11681-g63de37476ebdJustin M. Forbes2019-12-0424-9/+51
|
* arm: we need EHCI to load before ohci/uhci so put it back to built in on armPeter Robinson2019-12-047-7/+6
|
* Bring back perf/tools etc. but offLaura Abbott2019-12-031-0/+377
|
* Stop redundant paeLaura Abbott2019-12-031-1/+0
|
* Linux v5.4-11180-g76bb8b05960cJustin M. Forbes2019-12-0320-111/+25
|
* Clean up and parallelize mod-sign.shLaura Abbott2019-12-021-9/+10
| | | | Thanks to Denys Vlasenko for this work
* Delete a few more scriptsLaura Abbott2019-12-023-384/+0
| | | | | Most of these don't seem to have been used any time recently so just delete.
* Remove check_configs awk scriptLaura Abbott2019-12-021-22/+0
| | | | This has been folded into other config generation scripts
* Remove some dead filesLaura Abbott2019-12-027-337/+0
| | | | | | These have either not been heavily used or not updated in a very long time. Just remove them. It's cheap to bring these back if someone actually wants them.
* Linux v5.4-10271-g596cf45cbf6eJustin M. Forbes2019-12-0263-825/+459
|
* Linux v5.4-5280-g89d57dddd7d3Justin M. Forbes2019-11-2731-19/+160
|
* Linux v5.4-3619-gbe2eca94d144Justin M. Forbes2019-11-2670-1158/+458
|
* Clean up stray *.h.s filesLaura Abbott2019-11-251-0/+3
| | | | | | The various header testing options (e.g. CONFIG_KERNEL_HEADER_TEST) leave a lot of stray *.s files around. Make sure these get cleaned up so they don't end up packaged.
* bump and build to pick up fixesLaura Abbott2019-11-251-1/+4
|
* Remove extra files from being packagedLaura Abbott2019-11-251-3/+0
| | | | This commit was missed
* Fixup missing keysLaura Abbott2019-11-253-1/+11
| | | | These were missing from the sync up. Also fix a duplicate file.
* Fix a number of CVEsJustin M. Forbes2019-11-255-0/+649
|
* Drop the secureboot key sources for s390 and ppcJeremy Cline2019-11-251-11/+1
| | | | | This caused a duplicate definition of Source15 and the secureboot key files are not currently in the tree.
* Linux v5.4Jeremy Cline2019-11-252-8/+9
|
* Renumber the second definition of Source15Jeremy Cline2019-11-251-1/+1
|
* Enable drivers for a number of the RPi HATs, minor config tidy upsPeter Robinson2019-11-2452-161/+181
|
* bump and build to test new configsLaura Abbott2019-11-221-1/+4
|
* Enable CONFIG_TLS_DEVICELaura Abbott2019-11-2216-15/+30
| | | | We could potentially offload TLS. Enable this option.
* Enable CONFIG_LIVEPATCHLaura Abbott2019-11-2216-15/+30
| | | | | | | No Fedora doesn't support delivering livepatches to the kernel but it's useful to validate the infrastructure around livepatch. Signed-off-by: Laura Abbott <labbott@redhat.com>
* Enable CONFIG_PARAVIRT_SPINLOCKSLaura Abbott2019-11-225-5/+5
| | | | This seems like an option we should have had on a while a go