summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git6.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git6.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc0.git6.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc0.git6.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-2430-125/+137
|\ | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-12025-g4c07e2ddab5bJeremy Cline2019-09-2421-3/+30
| |
| * It seems like maybe EXFAT isn't really ready to turn onJeremy Cline2019-09-2422-120/+15
| |
| * add iwlwifi fix for 8000 series devicesPeter Robinson2019-09-242-2/+92
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git5.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git5.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc0.git5.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc0.git5.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-2430-10/+117
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-11768-g619e17cf75ddJeremy Cline2019-09-2330-10/+117
| |
* | merge originThorsten Leemhuis2019-09-231-7/+7
|\|
| * Update to work with 5.xLaura Abbott2019-09-231-14/+16
| |
* | disable sign checkingThorsten Leemhuis2019-09-211-14/+16
| |
* | adjust script for 5.0Thorsten Leemhuis2019-09-211-3/+2
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git4.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git4.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc0.git4.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc0.git4.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-2052-20/+343
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-10169-g574cc4539762Jeremy Cline2019-09-2052-20/+343
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git3.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git3.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc0.git3.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc0.git3.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-2056-22/+551
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-7639-gb41dae061bbdJeremy Cline2019-09-1956-22/+551
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git2.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git2.1.vanilla.knurd.1.fc31kernel-5.4.0-0.rc0.git2.1.vanilla.knurd.1.fc30kernel-5.4.0-0.rc0.git2.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-1835-3/+152
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-3839-g35f7a9526615Jeremy Cline2019-09-1835-3/+152
| |
* | disable debugbuildsenabledkernel-5.4.0-0.rc0.git1.1.vanilla.knurd.1.fc32kernel-5.4.0-0.rc0.git1.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-181-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into ↵kernel-5.4.0-0.rc0.git1.1.vanilla.knurd.1.fc31Thorsten Leemhuis2019-09-1838-645/+217
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Linux v5.3-2061-gad062195731bJeremy Cline2019-09-1738-644/+213
| |
| * Reenable debugging options.Jeremy Cline2019-09-171-1/+4
| |
* | merge masterThorsten Leemhuis2019-09-1718-1262/+11
|\|
| * Drop drm-i915-hush-check-crtc-state.patchJeremy Cline2019-09-162-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch from 2013 stops the i915 driver from spitting out WARNs in some cases, but nearly the same thing can be achieved with the ``verbose_state_checks=false`` module option added in 2014. With the module setting the issue results in a log message at error level rather than the debug level set by this patch. However, it's not known if this is still a common issue. It seems worth the cost of (maybe) a few more bug reports about new error-level logs to drop the patch. To start with, we're going to leave ``verbose_state_checks=true`` (the default), but if we run into a lot of WARNs we will turn it off.
| * Drop old WARN patchLaura Abbott2019-09-162-92/+0
| | | | | | | | | | | | We haven't applied the patch in a while now. Let's just drop it. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Remove crash driverLaura Abbott2019-09-162-724/+0
| | | | | | | | | | | | | | This has since been replaced by other in kernel pieces. We can finally drop it. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Remove patch for GCC VTALaura Abbott2019-09-162-96/+0
| | | | | | | | | | | | It's been years and gcc has changed a lot. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Remove old keyboard logging patchLaura Abbott2019-09-162-32/+0
| | | | | | | | | | | | Let's see if this results in flooding. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Remove some old modalias adjustments and move driversLaura Abbott2019-09-164-55/+2
| | | | | | | | | | | | | | | | We've come a long way. Let's just leave these drivers alone. Banish the drivers to mod-extra to ensure they really don't get loaded. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Drop old lis3 patchLaura Abbott2019-09-162-77/+0
| | | | | | | | | | | | | | We've been carrying this patch for years. If someone wants to do the work to get it upstream, they are welcome to do so. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Remove ancient ath9k workaroundLaura Abbott2019-09-162-40/+0
| | | | | | | | | | | | It's been years. Let's see if we actually still need this. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Drop scsi warning patchLaura Abbott2019-09-162-41/+0
| | | | | | | | | | | | It's been years since we've seen this warning. Just drop it. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Drop cpumask auto select patch and set NR_CPUS appropriatelyLaura Abbott2019-09-166-41/+5
| | | | | | | | | | | | | | | | | | | | | | We've been carrying a patch to make CPUMASK_OFFSTACK selectable without debugging for a long time now. The comment said this was going to be replaced with something else but that never seemed to happen. We're carrying it to have a higher number of CPUs but at this point, adjusting NR_CPUS doesn't really get us that much benfit. Drop the patch and just use 8192 or NR_CPUS on x86. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Drop namespaces config tweakLaura Abbott2019-09-162-29/+0
| | | | | | | | | | | | | | | | We've come a long way for namespaces since 2013 and all arches now enable namespaces. Drop the patch where we can turn it off and on. Signed-off-by: Laura Abbott <labbott@redhat.com>
| * Linux v5.3Laura Abbott2019-09-162-5/+7
| |
* | Linux v5.3kernel-5.3.0-1.vanilla.knurd.1.fc32kernel-5.3.0-1.vanilla.knurd.1.fc31kernel-5.3.0-1.vanilla.knurd.1.fc30kernel-5.3.0-1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-162-5/+4
| |
* | Merge remote-tracking branch 'origin/master' into ↵Thorsten Leemhuis2019-09-162-172/+6
|\| | | | | | | rawhide-user-thl-vanilla-fedora
| * Drop patch that was already appliedLaura Abbott2019-09-102-172/+0
| |
| * Linux v5.3-rc8Laura Abbott2019-09-102-4/+6
| |
| * Disable debugging options.Laura Abbott2019-09-101-1/+4
| |
* | Linux v5.3-rc8kernel-5.3.0-0.rc8.git0.1.vanilla.knurd.1.fc31kernel-5.3.0-0.rc8.git0.1.vanilla.knurd.1.fc30kernel-5.3.0-0.rc8.git0.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-092-4/+3
| |
* | merge masterThorsten Leemhuis2019-09-0617-206/+954
|\|
| * Add ACPI fixes plus a DT for qcom sd850 based Yoga C630Peter Robinson2019-09-064-0/+929
| |
| * Linux v5.3-rc7-2-g3b47fd5ca9eaLaura Abbott2019-09-053-2/+6
| |
| * Reenable debugging options.Laura Abbott2019-09-051-1/+4
| |
| * enable driver for accessing HMC CD/DVD driveDan Horák2019-09-043-2/+3
| |
| * Linux v5.3-rc7Laura Abbott2019-09-033-164/+6
| |
| * Disable debugging options.Laura Abbott2019-09-031-1/+4
| |
| * drop old ApplyPatch logic as now eveything is done via git amPeter Robinson2019-09-021-36/+0
| |
| * enable ES8316 audio codec for some Rockchips devicesPeter Robinson2019-08-297-6/+7
| |
* | Linux v5.3-rc7kernel-5.3.0-0.rc7.git0.1.vanilla.knurd.1.fc32kernel-5.3.0-0.rc7.git0.1.vanilla.knurd.1.fc31kernel-5.3.0-0.rc7.git0.1.vanilla.knurd.1.fc30kernel-5.3.0-0.rc7.git0.1.vanilla.knurd.1.fc29Thorsten Leemhuis2019-09-022-4/+3
| |
* | Merge remote-tracking branch 'origin/master' into ↵Thorsten Leemhuis2019-08-313-29/+160
|\| | | | | | | rawhide-user-thl-vanilla-fedora