summaryrefslogtreecommitdiffstats
path: root/kernel.spec
Commit message (Collapse)AuthorAgeFilesLines
...
* CVE-2015-2150 xen: NMIs triggerable by guests (rhbz 1196266 1200397)Josh Boyer2015-04-011-0/+9
| | | | Part deux: Fix it harder
* Enable MLX4_EN_VXLAN (rhbz 1207728)Josh Boyer2015-03-311-0/+3
|
* Linux v4.0-rc6Josh Boyer2015-03-301-3/+6
|
* Linux v4.0-rc5-96-g3c435c1e472bJosh Boyer2015-03-271-11/+5
| | | | - Fixes hangs due to i915 issues (rhbz 1204050 1206056)
* Linux v4.0-rc5-80-g4c4fe4c24782Josh Boyer2015-03-261-2/+5
|
* Add aarch64 patches to fix mustang usb, seattle eth, and console settingsPeter Robinson2015-03-261-0/+9
|
* Add patches to fix a few more i915 hangs/oopsesJosh Boyer2015-03-251-5/+8
|
* Linux v4.0-rc5-53-gc875f421097aJosh Boyer2015-03-251-6/+9
|
* Fix ALPS v5 and v7 trackpads (rhbz 1203584)Josh Boyer2015-03-241-0/+9
|
* Linux v4.0-rc5-25-g90a5a895cc8bJosh Boyer2015-03-241-7/+9
| | | | - Add some i915 fixes
* drop aarch64patches. No functional changePeter Robinson2015-03-241-6/+0
|
* Enable CONFIG_SND_BEBOB (rhbz 1204342)Josh Boyer2015-03-231-0/+1
|
* Validate iovec range in sys_sendto/sys_recvfromJosh Boyer2015-03-231-2/+7
|
* Revert i915 commit that causes boot hangs on at least some headless machinesJosh Boyer2015-03-231-0/+5
|
* Linux v4.0-rc5Josh Boyer2015-03-231-13/+6
|
* Fix brightness on Lenovo Ideapad Z570 (rhbz 1187004)Josh Boyer2015-03-201-0/+9
|
* Linux v4.0-rc4-199-gb314acaccd7eJosh Boyer2015-03-201-36/+5
|
* Linux v4.0-rc4-88-g7b09ac704bacJosh Boyer2015-03-191-3/+7
| | | | - Rename arm64-xgbe-a0.patch
* Drop the big arm64 patch, just pull in the specific patches we need to fix ↵Peter Robinson2015-03-191-10/+5
| | | | specific problems
* The package and description definitions should always matchJarod Wilson2015-03-191-4/+4
| | | | | | | The %package foo and %description foo bits should always match. If you use -n for one, use it for the other, and vice versa. Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Add patch to fix high cpu usage on direct_read kernfs files (rhbz 1202362)Josh Boyer2015-03-191-0/+9
|
* The if conditional needs quotes here, apparentlyJarod Wilson2015-03-181-1/+1
| | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Add k-var-headers Obsoletes/ProvidesJarod Wilson2015-03-181-0/+4
| | | | | | | | | When doing a variant build, you want kernel-variant-headers to Obsoletes: and Provides: kernel-headers, so that it can upgrade/replace kernel-headers. Otherwise, attempting to install kernel-variant-headers leads to rpm spewing file conflicts with kernel-headers, if installed. Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Fix kernel-uname-r Requires/Provides variant mismatchesJarod Wilson2015-03-181-12/+15
| | | | | | | | There was some discontinuity between the Requires and Provides with respect to variant builds. They have to match, or you wind up with variant builds that can't install w/o forcing them to ignore dependencies. Signed-off-by: Jarod Wilson <jarod@redhat.com>
* enable PCI_ECAMKyle McMartin2015-03-171-2/+3
|
* tag for buildKyle McMartin2015-03-171-2/+2
|
* update kernel-arm64.patch, move EDAC to arm-generic, add EDAC_XGENE on arm64Kyle McMartin2015-03-171-0/+3
|
* Fix bad variant usage in kernel dependenciesJarod Wilson2015-03-171-4/+7
| | | | | | | | | | | | | This was resulting in a variant build with dependencies like so: error: Failed dependencies: kernel--vanilla-core-uname-r = ... The variant already has a - at the start of it, so the always-there one should be after variant and variant will provide the one between kernel and itself. Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Drop upstreamed quirk patches that still applyJosh Boyer2015-03-171-10/+0
| | | | Yay patch(1) for letting these get doubly applied.
* Linux v4.0-rc4Josh Boyer2015-03-161-19/+9
| | | | | - Drop arm64 RCU revert patch. Should be fixed properly upstream now. - Disable debugging options.
* And one more missing -n for kernel-toolsJarod Wilson2015-03-151-1/+1
| | | | | | | | Yeah, I shouldn't be committing things to the Fedora kernel tree when I haven't done so in years, and its after 2am on a Saturday night. I promise I haven't been drinking though... Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Oops, missed a few more -n for kernel-toolsJarod Wilson2015-03-151-3/+3
| | | | Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Fix kernel-tools sub-packages for variant buildsJarod Wilson2015-03-151-8/+11
| | | | | | | | | | | | | | If you try rebuilding with a %variant set, you'll hit: error: line 2026: Package does not exist: %post -n kernel-tools In the %post defs, we had '%post -n kernel-tools', while the package was named simply '%package tools', which for the base kernel build, meant they worked out to the same thing, but if doing say a kernel-vanilla build, you had kernel-vanilla-tools and kernel-tools mismatching. This fixes the inconsistency. Signed-off-by: Jarod Wilson <jarod@redhat.com>
* Fix esrt build on aarch64Josh Boyer2015-03-131-2/+3
| | | | | | Tested via cross build with: [jwboyer@vader linux]$ aarch64-linux-gnu-gcc --version aarch64-linux-gnu-gcc (GCC) 4.9.1 20140717 (Red Hat Cross 4.9.1-1)
* revert ESRT on AArch64 for nowKyle McMartin2015-03-131-0/+3
|
* arm64-revert-tlb-rcu_table_free.patch: revert 5e5f6dc1Kyle McMartin2015-03-131-0/+7
| | | | which causes lockups on arm64 machines.
* Add patch to support clickpads (rhbz 1201532)Josh Boyer2015-03-131-0/+7
|
* Add ESRT patch here.Peter Jones2015-03-131-0/+5
| | | | Signed-off-by: Peter Jones <pjones@redhat.com>
* Linux v4.0-rc3-148-gc202baf017aeJosh Boyer2015-03-131-10/+4
|
* CVE-2014-8159 infiniband: uverbs: unprotected physical memory access (rhbz ↵Josh Boyer2015-03-121-0/+9
| | | | 1181166 1200950)
* CVE-2015-2150 xen: NMIs triggerable by guests (rhbz 1196266 1200397)Josh Boyer2015-03-111-0/+7
|
* Revert synaptics patchJosh Boyer2015-03-111-0/+2
| | | | Benjamin says this hurts more than it helps
* Patch series to fix Lenovo *40 and Carbon X1 touchpads (rhbz 1200777 1200778)Josh Boyer2015-03-111-0/+33
|
* Revert commit that added bad rpath to cpupower (rhbz 1199312)Josh Boyer2015-03-111-0/+7
|
* Linux v4.0-rc3-111-gaffb8172de39Josh Boyer2015-03-111-2/+6
| | | | - Reenable debugging options.
* Add patch to fix DMA-API warning from rtsx_usb driverJosh Boyer2015-03-101-0/+4
|
* Linux v4.0-rc3Josh Boyer2015-03-091-4/+8
| | | | - Disable debugging options.
* ARMv7: add patches to fix crash on boot for some devices on multiplatformPeter Robinson2015-03-081-0/+12
|
* Linux v4.0-rc2-255-g5f237425f352Josh Boyer2015-03-061-1/+4
|
* Linux v4.0-rc2-150-g6587457b4b3dJosh Boyer2015-03-051-8/+6
| | | | - Reenable debugging options.