summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.15-7218-g3f17ea6dea8bJosh Boyer2014-06-1134-4398/+476
| | | | - Reenable debugging options.
* Linux v3.15Josh Boyer2014-06-097-150/+75
| | | | - Disable debugging options.
* Enable USB_EHCI_HCD_ORION to fix USB on Marvell (fix boot for some devices)Peter Robinson2014-06-093-1/+4
|
* CVE-2014-3940 missing check during hugepage migration (rhbz 1104097 1105042)Josh Boyer2014-06-062-0/+79
|
* Linux v3.15-rc8-81-g951e273060d1Josh Boyer2014-06-062-2/+5
|
* Linux v3.15-rc8-72-g54539cd217d6Josh Boyer2014-06-052-2/+5
|
* Linux v3.15-rc8-58-gd2cfd3105094Josh Boyer2014-06-042-3/+6
|
* Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM archJosh Boyer2014-06-032-1/+19
|
* Fixes from Hans de Goede for backlight and platform drivers on variousJosh Boyer2014-06-031-1/+5
| | | | machines. (rhbz 1025690 1012674 1093171 1097436 861573)
* Use native backlight for HP ProBook 4540s (rhbz 1025690)Josh Boyer2014-06-032-0/+44
| | | | From: Hans de Goede <hdegoede@redhat.com>
* Use native backlight for newer laptop models with nvidia and ati GPUs (rhbz ↵Josh Boyer2014-06-035-1/+394
| | | | | | 1093171) From: Hans de Goede <hdegoede@redhat.com>
* Fix brightness key issues on various Acer models (rhbz 1012674)Josh Boyer2014-06-035-0/+438
| | | | From: Hans de Goede <hdegoede@redhat.com>
* Add no backlight quirks for various Asus machines (rhbz 1097436)Josh Boyer2014-06-033-0/+123
| | | | From: Hans de Goede <hdegoede@redhat.com>
* Blacklist rfkill on Yoga Pro 2Josh Boyer2014-06-032-0/+75
| | | | From: Hans de Goede <hdegoede@redhat.com>
* Fix backlight issues on some Samsung laptops (rhbz 861573)Josh Boyer2014-06-032-0/+43
| | | | From: Hans de Goede <hdegoede@redhat.com>
* Add F9-F12 hotkeys on various thinkpadsJosh Boyer2014-06-032-0/+51
| | | | From: Hans de Goede <hdegoede@redhat.com>
* perf: install trace-event pluginsKyle McMartin2014-06-032-2/+26
| | | | | | | perf hardcodes $libdir to be lib for all but x86_64, so kludge around it until upstream gets their act together. --kyle
* Linux v3.15-rc8-53-gcae61ba37b4cJosh Boyer2014-06-035-65/+70
| | | | - Reenable debugging options.
* Minor ARM MMC config updatesPeter Robinson2014-06-024-5/+6
|
* Linux v3.15-rc8Josh Boyer2014-06-026-90/+72
| | | | - Disable debugging options.
* Add patch to fix dentry lockdep splatJosh Boyer2014-05-312-1/+25
|
* Linux v3.15-rc7-102-g1487385edb55Josh Boyer2014-05-312-2/+5
|
* Linux v3.15-rc7-79-gfe45736f4134Josh Boyer2014-05-303-2/+8
| | | | - Disable CARL9170 on ppc64le
* CVE-2014-3917 DoS with syscall auditing (rhbz 1102571 1102715)Josh Boyer2014-05-292-0/+137
|
* Linux v3.15-rc7-53-g4efdedca9326Josh Boyer2014-05-282-2/+5
|
* Linux v3.15-rc7-40-gcd79bde29f00Josh Boyer2014-05-285-65/+70
| | | | - Reenable debugging options.
* Linux v3.15-rc7Josh Boyer2014-05-265-68/+71
| | | | - Disable debugging options.
* Linux v3.15-rc6-213-gdb1003f23189Josh Boyer2014-05-255-66/+73
| | | | - Reenable debugging options.
* Enable CONFIG_R8723AU (rhbz 1100162)Josh Boyer2014-05-222-2/+8
|
* Linux v3.15-rc6Josh Boyer2014-05-225-68/+71
| | | | - Disable debugging options.
* Linux v3.15-rc5-270-gfba69f042ad9Josh Boyer2014-05-215-196/+5
|
* Linux v3.15-rc5-157-g60b5f90d0facJosh Boyer2014-05-202-3/+6
|
* kernel metapackage shouldn't depend on subpackages we don't buildDan Horák2014-05-191-1/+6
| | | | | | On %{nobuildarches} we don't build the real kernel and modules, so don't set a Requires for them. The positive effect is that we can eliminate an explicit kernel Provides from the fake-build-provides package in secondary kojis.
* Fix build fail on s390xJosh Boyer2014-05-152-1/+37
|
* Enable autoprov for kernel packagesJosh Boyer2014-05-141-4/+11
| | | | | | | This allows RPM to generate Provides:kmod(foo.ko) statements for every module shipped in the package. That in turn allows packages to put requires on specific modules and not worry about which package they are located in.
* kernel.spec: xz compress modules on i686 and x86_64Kyle McMartin2014-05-131-3/+12
| | | | | | | | | | | | | | | | | | | | | Pretty grody, but it seems to be working... it has to happen after module signing (obviously) and after find-debuginfo.sh runs as well, so tacking it onto the end seems sensible, and then just fixing up the file lists as we go. Provides a nice tidy savings to the disk footprint: kyle@dreadnought:~% for i in kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm \ kernel-core-3.15.0-0.rc3.git4.1.fc21.x86_64.rpm.1; do \ rpm -qip $i | grep '^Size'; done Size : 43011603 Size : 81106737 kmod has handed .xz and .gz modules for a long time now, and can cope. I was thinking we might also %ghost the .ko, and have a %post install script that un-xz the modules in /proc/modules, but none of them are big enough for that to be worthwhile I think (maybe XFS, but I doubt it.) --Kyle
* Don't try and merge local config changes on arches we aren't buildingJosh Boyer2014-05-131-1/+6
|
* Linux v3.15-rc5-77-g14186fea0cb0Josh Boyer2014-05-132-2/+5
|
* Linux v3.15-rc5-9-g7e338c9991ecJosh Boyer2014-05-125-65/+70
| | | | - Reenable debugging options.
* Disable some unneed drivers on ARMPeter Robinson2014-05-103-4/+33
|
* Enable Marvell Dove support, minor ARM cleanupsPeter Robinson2014-05-104-8/+11
|
* Linux v3.15-rc5Josh Boyer2014-05-105-69/+72
| | | | - Disable debugging options.
* Move isofs to kernel-coreJosh Boyer2014-05-092-2/+5
|
* Linux v3.15-rc4-320-gafcf0a2d9289Josh Boyer2014-05-093-41/+5
|
* Linux v3.15-rc4-298-g9f1eb57dc706Josh Boyer2014-05-082-2/+5
|
* Linux v3.15-rc4-260-g38583f095c5aJosh Boyer2014-05-073-47/+5
|
* Linux v3.15-rc4-202-g30321c7b658aJosh Boyer2014-05-065-65/+70
| | | | - Reenable debugging options.
* fix arm mergePeter Robinson2014-05-051-0/+8
|\
| * install arch/arm/include/asm/xen headers on aarch64Kyle McMartin2014-05-051-0/+8
| |
* | Fix some USB on ARM LPAE kernelsPeter Robinson2014-05-053-1/+5
|/