summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix up Provides on kernel-module variant packagesJosh Boyer2014-05-033-8/+6
| | | | - Enable CONFIG_USB_UAS unconditionally per Hans
* Linux v3.15-rc3-121-gb7270cce7db7Josh Boyer2014-05-022-3/+6
|
* Rename kernel-drivers to kernel-modulesJosh Boyer2014-05-0110-36/+37
|
* Add kernel metapackages for all flavors, not just debugJosh Boyer2014-05-011-16/+25
|
* Add use_native_backlight quirk for 4 laptops (rhbz 983342 1093120)Hans de Goede2014-05-012-0/+98
|
* Linux v3.15-rc3-82-g8aa9e85adac6Josh Boyer2014-04-302-3/+6
|
* Add kernel-debug metapackage when debugbuildsenabled is setJosh Boyer2014-04-301-1/+19
| | | | | | | Without that, we wind up with kernel, kernel-core, kernel-drivers, kernel-debug-core, and kernel-debug-drivers. So there's no kernel-debug meta-package to take the place of the previously created kernel-debug package. Not sure how I missed that.
* Linux v3.15-rc3-62-ged8c37e158cbJosh Boyer2014-04-302-4/+8
| | | | - Drop noarch from ExclusiveArch. Nothing is built as noarch
* Make depmod call fatal if it errors or warnsJosh Boyer2014-04-291-2/+12
|
* Split kernel into kernel-core and kernel-drivers subpackagesJosh Boyer2014-04-2910-55/+412
| | | | | | | | | | | | | This creates kernel-core and kernel-drivers subpackages. The kernel package remains as a meta-package the requires both of the subpackages. This allows most installs to continue on as-is with upgrades working. The contents of the kernel-core and kernel-drivers subpackages are determined at build time through the filter-modules.sh script. This script "removes" pre-defined subsystems and modules and generates a filelist for the %files section of each subpackage. The contents of each are per-arch, with arch override files taken into account. This allows us to make the split useful for varying arches.
* Linux v3.15-rc3-41-g2aafe1a4d451Josh Boyer2014-04-295-66/+71
| | | | - Reenable debugging options.
* Linux v3.15-rc3Josh Boyer2014-04-286-69/+73
| | | | - Disable debugging options.
* minor omap config tweaks for recent option name changes, no functional changePeter Robinson2014-04-262-7/+2
|
* Drop obsolete ARM LPAE patchesPeter Robinson2014-04-253-38/+3
|
* Add patch from Will Woods to fix fanotify EOVERFLOW issue (rhbz 696821)Josh Boyer2014-04-252-0/+46
|
* Fix ACPI issue preventing boot on AMI firmware (rhbz 1090746)Josh Boyer2014-04-252-0/+76
|
* Add synaptics min-max quirk for ThinkPad Edge E431 (rhbz#1089689)Hans de Goede2014-04-252-0/+42
|
* Add patch to support the mmc controller on sunxi arm SoCsHans de Goede2014-04-253-0/+2207
|
* Linux v3.15-rc2-107-g76429f1dedbcJosh Boyer2014-04-242-2/+5
|
* Linux v3.15-rc2-69-g1aae31c8306eJosh Boyer2014-04-233-107/+5
|
* Linux v3.15-rc2-42-g4d0fa8a0f012Josh Boyer2014-04-226-231/+71
| | | | - Reenable debugging options.
* Add patch to fix Synaptics touchscreens and HID rmi driver (rhbz 1089583)Josh Boyer2014-04-222-3/+113
|
* Linux v3.15-rc2Josh Boyer2014-04-216-109/+112
| | | | - Disable debugging options.
* Disable Renesas R-Car options. We're unlikely ever to support car ↵Peter Robinson2014-04-201-2/+2
| | | | infotainment systems, certainly not in generic
* Linux v3.15-rc1-137-g81cef0fe19e0Josh Boyer2014-04-183-2/+6
|
* Linux v3.15-rc1-113-g6ca2a88ad820Josh Boyer2014-04-182-0/+21
| | | | - Build perf with unwind support via libdw (rhbz 1025603)
* Linux v3.15-rc1-113-g6ca2a88ad820Josh Boyer2014-04-174-2/+8
| | | | - Build perf with unwind support via libdw (rhbz 1025603)
* Update min/max quirk patch to add a quirk for the ThinkPad L540 (rhbz1088588)Hans de Goede2014-04-172-12/+27
|
* Drop OMAP DRM hack to load encoder module now it fully supports DT (YAY)Peter Robinson2014-04-173-17/+4
|
* Linux v3.15-rc1-49-g10ec34fcb100Josh Boyer2014-04-165-120/+48
|
* Linux v3.15-rc1-12-g55101e2d6ce1Josh Boyer2014-04-156-111/+71
| | | | - Reenable debugging options.
* Linux v3.15-rc1Josh Boyer2014-04-147-70/+76
| | | | | - Disable debugging options. - Turn SLUB_DEBUG off
* Add min/max quirks for various new Thinkpad touchpads (rhbz 1085582 1085697)Hans de Goede2014-04-142-0/+96
|
* Minor ARM config changes and cleanups for 3.15 merge windowPeter Robinson2014-04-144-16/+22
|
* CVE-2014-2851 net ipv4 ping refcount issue in ping_init_sock (rhbz 1086730 ↵Josh Boyer2014-04-142-0/+73
| | | | 1087420)
* Linux v3.14-12812-g321d03c86732Josh Boyer2014-04-138-347/+7
|
* Linux v3.14-12380-g9e897e13bd46Josh Boyer2014-04-115-2/+270
| | | | - Add queued urgent efi fixes (rhbz 1085349)
* Linux v3.14-12376-g4ba85265790bJosh Boyer2014-04-116-43/+9
|
* Backported HID RMI driver for Haswell Dell XPS machines from Benjamin ↵Josh Boyer2014-04-103-0/+1011
| | | | Tissoires (rhbz 1048314)
* Linux v3.14-12042-g69cd9eba3886Josh Boyer2014-04-1015-421/+249
|
* CVE-2014-0155 KVM: BUG caused by invalid guest ioapic redirect table (rhbz ↵Josh Boyer2014-04-092-0/+47
| | | | 1081589 1085016)
* Drop CONFIG_USB_G_DBGP_PRINTK=yJosh Boyer2014-04-041-1/+0
| | | | You can have this as either PRINTK or SERIAL, but not both.
* Linux v3.14-7333-g59ecc26004e7Josh Boyer2014-04-033-2/+6
|
* Fix build of ti ethernet driver on ARM.Josh Boyer2014-04-032-0/+42
| | | | Sigh.
* Linux v3.14-7247-gcd6362befe4cJosh Boyer2014-04-038-326/+25
|
* Linux v3.14-5146-g0f1b1e6d73cbJosh Boyer2014-04-026-39/+11
|
* Linux v3.14-4600-g467cbd207abdJosh Boyer2014-04-022-2/+5
|
* Linux v3.14-4555-gb33ce4429938Josh Boyer2014-04-023-2/+86
|
* Update sources with git4 snapshot.Josh Boyer2014-04-021-1/+1
| | | | Damnit. All that time building and testing and I still messed up the commit.
* Linux v3.14-4227-g3e75c6de1ac3Josh Boyer2014-04-029-1/+165
|