summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* actually commit thw dwc2 phy patchPeter Robinson2018-01-112-0/+105
|
* Apply the same fixup to both sectionsLaura Abbott2018-01-101-1/+1
|
* Linux v4.15-rc7-102-gcf1fb158230eLaura Abbott2018-01-103-4/+7
|
* Fix typo in arm implement nospec_ptrJustin M. Forbes2018-01-101-1/+1
|
* Fix USB on Raspberry Pi (and possibly other dwc2 devicesPeter Robinson2018-01-102-303/+6
|
* Update MODSIGN fixes with dhowell's first round of feedback.Peter Jones2018-01-094-66/+65
| | | | | | Related: rhbz#1497559 Signed-off-by: Peter Jones <pjones@redhat.com>
* Don't print errors just because some EFI variables aren't there.Peter Jones2018-01-094-0/+336
| | | | | | Resolves: rhbz#1497559 Signed-off-by: Peter Jones <pjones@redhat.com>
* Linux v4.15-rc7-79-gef7f8cec80a0Laura Abbott2018-01-094-76/+6
|
* Reenable debugging options.Laura Abbott2018-01-091-1/+4
|
* Disable CONFIG_RESET_ATTACK_MITIGATION (rhbz 1532058)Laura Abbott2018-01-0820-19/+22
|
* First round of Speculative Execution variant 1 patchesJustin M. Forbes2018-01-082-1/+1406
|
* Linux v4.15-rc7Laura Abbott2018-01-082-4/+6
|
* Disable debugging options.Laura Abbott2018-01-081-1/+4
|
* rebase-notes: Add notes about disabling power-management stuff enabled for F28+Hans de Goede2018-01-081-0/+6
|
* remove old qcom config optionsPeter Robinson2018-01-0810-18/+0
|
* remove baseconfig, obsoletePeter Robinson2018-01-081-1/+0
|
* configs: Update config generation script to use configs/fedoraDon Zickus2018-01-052-30/+37
| | | | | | | | | | | | | | | | | | | | The previous patch moved the configs/base-{generic,debug} to configs/fedora. Now we update the scripts to reflect that change. Changing the scripts was straightforward. Handling overrides that didn't use generic names was a little trickier. To handle random override names (well rhel), I added some extra logic in the config_generation script called "ORDER". This tells the scripts which configs to lay down first and which one overrides it. Through some testing, I realized I could simplify things and just create an outer 'order' loop. This removed some duplicated code. The other change is the 'skip_if_missing' flag. The overrides directory will not mimic the baseline directory layout 100%. Ensure the baseline config files are all there, but allow the overrides to have missing files. Tested on my Fedora and my RHEL tree with success.
* configs: Move base-debug and base-generic to configs/fedoraDon Zickus2018-01-0510269-0/+0
| | | | | | | | | | | | | It was suggested that base-debug and base-generic were not good names to use. Further discussion led to using configs/fedora for the base config files and configs/rhel for any overrides. This patch does a plain mkdir configs/fedora git mv configs/base-{generic,debug} configs/fedora No code changes.
* Remove kernel tools from kernel spec fileLaura Abbott2018-01-051-318/+3
| | | | | | The number of userspace tools has grown over time. It's time to split those out into a separate kernel-tools repo. Remove the kernel tools from here and look for them in the kernel-tools named repo.
* Copy module linker script (rhbz 1531182)Laura Abbott2018-01-051-0/+5
|
* Linux v4.15-rc6-48-ge1915c8195b3Laura Abbott2018-01-053-3/+6
|
* Oh whoops this was untrackedLaura Abbott2018-01-041-0/+1
|
* Linux v4.15-rc6-18-g00a5ae218d57Laura Abbott2018-01-044-135/+7
|
* Reenable debugging options.Laura Abbott2018-01-041-1/+4
|
* Add a patch to filter false positive kbd backlight change events (#1514969)Hans de Goede2018-01-043-0/+156
| | | | Add a patch to disable runtime-pm for QCA bluetooth devices (#1514836)
* Yet another KPTI fixLaura Abbott2018-01-032-1/+77
|
* KPTI FixLaura Abbott2018-01-032-1/+63
|
* Enable CONFIG_ACPI_REV_OVERRIDE_POSSIBLELaura Abbott2018-01-037-7/+7
|
* Linux v4.15-rc6Laura Abbott2017-12-316-6/+12
|
* Disable debugging options.Laura Abbott2017-12-311-1/+4
|
* Add patches which allow specifying a default SATA linkpower management policyHans de Goede2017-12-2223-0/+443
| | | | for mobile chipsets and set the default LPM policy to "med_power_with_dipm"
* Linux v4.15-rc4-202-gead68f216110Laura Abbott2017-12-223-3/+6
|
* Linux v4.15-rc4-77-gd1ce8ceb8ba8Laura Abbott2017-12-213-3/+6
|
* Linux v4.15-rc4-42-g10a7e9d84915Laura Abbott2017-12-203-3/+6
|
* Backport fix e1000_check_for_copper_link_ich8lan return valueJeremy Cline2017-12-202-2/+76
|
* Linux v4.15-rc4-41-gace52288edf0Laura Abbott2017-12-193-2/+6
|
* Reenable debugging options.Laura Abbott2017-12-191-1/+4
|
* Linux v4.15-rc4Laura Abbott2017-12-1822-4/+28
|
* Disable debugging options.Laura Abbott2017-12-181-1/+4
|
* Linux v4.15-rc3-86-g032b4cc8ff84Laura Abbott2017-12-155-101/+6
|
* Set CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1 on x86_64 only (rhbz 1525561)Jeremy Cline2017-12-1518-17/+18
|
* Enable CONFIG_REGULATOR on x86_64Hans de Goede2017-12-1542-6/+120
|
* Linux v4.15-rc3-45-g7c5cac1bc717Laura Abbott2017-12-143-3/+6
|
* Linux v4.15-rc3-37-gd39a01eff9afLaura Abbott2017-12-133-3/+6
|
* Linux v4.15-rc3-33-ga638349bf6c2Laura Abbott2017-12-123-2/+6
|
* Reenable debugging options.Laura Abbott2017-12-121-1/+4
|
* Linux v4.15-rc3Laura Abbott2017-12-112-4/+6
|
* Disable debugging options.Laura Abbott2017-12-111-1/+4
|
* Add cpuidle.h to kernel-tools-libs-develLaura Abbott2017-12-071-0/+1
| | | | | | cpuidle.h is generated from the userspace kernel tools. Until now it had been getting picked up as part of the general kernel-devel blob. Move it to kernel-tools-libs-devel for better alignment.
* Linux v4.15-rc2-252-g968edbd93c0cLaura Abbott2017-12-073-3/+6
|