summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move joydev.ko from kernel-modules-extra to kernel-modulesHans de Goede2015-08-042-1/+3
| | | | | | | | | | | | Unlike the other joystick modules joydev is not just needed for old analog joysticks, but also to provide /dev/js? devices with new usb connected joysticks. Many games still use the (old) /dev/js interface, and will not work ootb unless kernel-modules-extra is installed. Moving jodev.ko to the main kernel package fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Fix i386 boot bug correctly (rhbz 1247382)Josh Boyer2015-08-033-57/+86
|
* CVE-2015-5697 info leak in md driver (rhbz 1249011 1249013)Josh Boyer2015-08-032-0/+76
|
* Linux v4.2-rc5Josh Boyer2015-08-032-6/+6
|
* Disable debugging options.Josh Boyer2015-08-034-63/+66
|
* Revert upstream commit 1c220c69ce to fix i686 booting (rhbz 1247382)Josh Boyer2015-08-032-1/+61
|
* Linux v4.2-rc4-111-g8400935737bfJosh Boyer2015-07-316-5/+53
|
* Linux v4.2-rc4-87-g86ea07ca846aJosh Boyer2015-07-302-2/+5
|
* Disable CRYPTO_DEV_VMX_ENCRYPT on PPC for now to fix Power 8 boot (rhbz 1237089)Peter Robinson2015-07-302-1/+4
|
* Linux v4.2-rc4-53-g956325bd55bbJosh Boyer2015-07-293-49/+5
|
* Drop acpi_brightness_enable revert patchJosh Boyer2015-07-292-44/+3
| | | | https://lists.fedoraproject.org/pipermail/kernel/2015-July/005958.html
* Linux v4.2-rc4-44-g67eb890e5e13Josh Boyer2015-07-282-3/+5
|
* Reenable debugging options.Josh Boyer2015-07-284-63/+66
|
* Update kdbusJosh Boyer2015-07-271-0/+87
| | | | Latest upstream commit 63c8e2f6f337
* CVE-2015-1333 add_key memory leak (rhbz 1244171)Josh Boyer2015-07-272-1/+49
|
* Linux v4.2-rc4Josh Boyer2015-07-272-6/+6
| | | | - Disable debugging options.
* Disable debugging options.Josh Boyer2015-07-274-63/+66
|
* Linux v4.2-rc3-136-g45b4b782e848Josh Boyer2015-07-242-2/+5
|
* Revert "Use git format-patch for git snapshots"Josh Boyer2015-07-241-1/+1
| | | | | | | This reverts commit 6c6695315365a1fa3ccce27070db0699bb4f5c26. Turns out this is a bad idea. It doesn't accomplish what I wanted and it seems to confuse git-am.
* Drop upstream merged patchJosh Boyer2015-07-232-36/+0
|
* Linux v4.2-rc3-115-gc5dfd654d0ecJosh Boyer2015-07-232-2/+5
|
* Use git format-patch for git snapshotsJosh Boyer2015-07-231-1/+1
| | | | | | There are two reasons for this. The first is that there is much more context around the changes. The second is that this will make automating an exploded git tree much easier to manage.
* Linux v4.2-rc3-17-gd725e66c06abJosh Boyer2015-07-222-2/+5
|
* drop ARM BBB patches, not sure they're useful now, we can add updated ones ↵Peter Robinson2015-07-217-437/+0
| | | | back if strictly necessary. Drop highbank patch, fixed differently upstream, seems to work
* Linux v4.2-rc3-4-g9d634c410b07Josh Boyer2015-07-212-3/+5
|
* Reenable debugging options.Josh Boyer2015-07-214-63/+66
|
* Fix stmmac eth driver (AllWinner, other ARM, and other devices)Peter Robinson2015-07-212-0/+39
|
* Linux v4.2-rc3Josh Boyer2015-07-203-4/+7
|
* Linux v4.2-rc2-190-g21bdb584af8cJosh Boyer2015-07-172-2/+5
|
* Update kdbus patchJosh Boyer2015-07-171-0/+41
| | | | Latest upstream commit 748cf9547ea30f5a4dfee5e97d1d2ff4b307c392
* arm: drop old config options (nfc)Peter Robinson2015-07-171-5/+2
|
* Enable DW MMC for generic ARM (hi6220 SoC support)Peter Robinson2015-07-172-1/+5
|
* Linux v4.2-rc2-77-gf760b87f8f12Josh Boyer2015-07-152-1/+5
|
* Update kdbus to latest upstream kdbus-nextJosh Boyer2015-07-151-0/+8579
| | | | | Grab the larger rework and fixes from David Herrmann (up to commit eee8b5b3ceaeca1b1b998552cd6c9f9dea8938e5)
* Update AMD Seattle a0 eth driver for 4.2Peter Robinson2015-07-143-55/+64
|
* Collapse kdbus patches into a single patchJosh Boyer2015-07-1480-40245/+40482
| | | | | | | Yes, this is a big uber-patch. But with the git-am apply method, it still splits them out in the prepped tree. There's really no advantage to listing 78 patches in the spec at this point as kdbus is likely to go all-or-nothing if/when it is merged.
* Better BayTrail ACPI SoC supportBastien Nocera2015-07-141-1/+8
| | | | | | | | | - Add Crystal Cove PMIC support necessary to access the PMIC on many BayTrail tablets - Add support for Intel PMIC operation regions, as added in b1eea857d8c70dc3789cc2231e3c0a273a67ba06 upstream and necessary for battery/charge operations on BayTrail systems - Add AXP288 ADC and fuel gauge support, as used in many BayTrail SoCs
* Linux v4.2-rc2Josh Boyer2015-07-1318-89/+93
| | | | - Disable debugging options.
* Fix perf build with hardeningJosh Boyer2015-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | So. Because of the joys of how perf builds up its LDFLAGS, builds started failing in rawhide with the latest perl build. See, perf thinks it is a good idea to look at perl (and python too) and see what ld options were used to build it, then just slam those into what it uses. That's cute, and probably kind of works, but with the hardening changes it totally broke the build. One of the final links failed with: /usr/bin/ld: perf-in.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC perf-in.o: error adding symbols: Bad value because it sucked in the hardened build LD options from perl, but didn't we didn't pass in the required CFLAGS options. Isn't that special? Fix this by specifying both LDFLAGS (so it isn't magically getting applied without thought) and EXTRA_CFLAGS for the perf build. I hate everything.
* Linux v4.2-rc1-62-gc4b5fd3fb205Josh Boyer2015-07-103-8/+7
| | | | - Build perf with NO_PERF_READ_VDSO32 on all arches
* Use git to apply patchesJosh Boyer2015-07-091-273/+25
|
* Linux v4.2-rc1-33-gd6ac4ffc61acJosh Boyer2015-07-0881-2/+40410
|
* Linux v4.2-rc1-17-gc7e9ad7da219Josh Boyer2015-07-076-132/+68
| | | | - Reenable debugging options.
* Linux v4.2-rc1Josh Boyer2015-07-0635-228/+249
| | | | | - Disable debug options. - Add patch to fix perf build
* Linux v4.1-11549-g05a8256c586aJosh Boyer2015-07-013-2/+6
|
* Linux v4.1-11355-g6aaf0da8728cJosh Boyer2015-06-3021-87/+178
| | | | | - Add patch to fix KVM sleeping in atomic issue (rhbz 1237143) - Fix errant with_perf disable that removed perf entirely (rhbz 1237266)
* Fix filter files for the rpcrdma renameJosh Boyer2015-06-296-6/+6
|
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-2932-499/+229
| | | | - Reenable debugging options.
* Reorganisation and cleanup of the powerpc configsPeter Robinson2015-06-266-537/+298
|
* Linux v4.1-5596-gaefbef10e3aeJosh Boyer2015-06-2641-1203/+278
|