Commit Graph

1937 Commits

Author SHA1 Message Date
Josh Boyer a6bed447f4 Bump release for build 2013-11-09 10:27:45 -05:00
Josh Boyer 20a5ad3ec1 Add patch from Daniel Stone to avoid high order allocations in evdev 2013-11-09 10:13:36 -05:00
Josh Boyer e3ff8fb710 Add qxl backport fixes from Dave Airlie 2013-11-09 09:33:45 -05:00
Kyle McMartin 0a346ea311 enable crash on other architectures 2013-11-05 16:51:00 -05:00
Josh Boyer 17cfc21f1f Linux v3.12
- Disable debugging options.
2013-11-04 08:41:44 -05:00
Josh Boyer 7070b18973 Linux v3.12-rc7-111-g9581b7d 2013-11-01 18:51:07 -04:00
Josh Boyer de05667da7 Add patch to allow NR_CPUS=1024 on x86_64
The way the kconfig is structured, you either have a range from 2-512 CPUs
if SMP is set and MAXSMP is not set, or you get the default value of 4096
as soon as you set MAXSMP.  Increase the range to 1024 in the !MAXSMP case.
2013-11-01 10:01:08 -04:00
Josh Boyer 69fef575e3 Linux v3.12-rc7-79-g4f794ee
- Set NR_CPUS=1024 on non-debug x86_64 builds (MAXSMP is set on debug)
2013-11-01 08:46:47 -04:00
Josh Boyer 105477709d CVE-2013-4348 net: deadloop path in skb_flow_dissect (rhbz 1007939 1025647) 2013-11-01 08:30:19 -04:00
Josh Boyer 5e7b1083ca Linux v3.12-rc7-48-g12aee27 2013-10-31 08:52:04 -04:00
Josh Boyer 5db35377dd Linux v3.12-rc7-9-gc9ca72f
- Fixes sg_open lock held when returning to userspace (rhbz 1018620)
- Reenable debugging options.
2013-10-29 12:44:37 -04:00
Josh Boyer 6894720d05 Linux v3.12-rc7
- Disable debugging options.
2013-10-28 07:22:20 -04:00
Josh Boyer 4270a99c6d Update PatchList.txt 2013-10-25 12:49:59 -04:00
Josh Boyer 0a55a3fb5f Add touchpad support for Dell XT2 (rhbz 1023413) 2013-10-25 12:43:16 -04:00
Josh Boyer 87fb89bd4e Linux v3.12-rc6-292-g4208c47 2013-10-25 10:26:55 -04:00
Peter Robinson ac67590916 Add patch for i.MX6 Utilite device dtb, drop old exynos patch 2013-10-24 20:29:40 +01:00
Josh Boyer c872926b2f Linux v3.12-rc6-284-ge6036c0 2013-10-24 11:07:33 -04:00
Kyle McMartin 11dfcd7edb update BuildRequires 2013-10-23 11:39:31 -04:00
Josh Boyer 6f5740bae3 Linux v3.12-rc6-275-g320437af 2013-10-23 10:44:34 -04:00
Josh Boyer 1db147171e Build virtio drivers as modules (rhbz 1019569) 2013-10-22 13:09:06 -04:00
Adam Jackson fd8747005a Drop voodoo1 fbdev driver 2013-10-22 12:02:44 -04:00
Kyle McMartin d36d81cf68 fiddle with kernel provides a bit 2013-10-22 11:18:17 -04:00
Josh Boyer 197c75af15 Add patch to fix warning in tcp_fastretrans_alert (rhbz 989251) 2013-10-22 10:22:43 -04:00
Kyle McMartin 00fe90bb52 armv7hl,aarch64: re-enable kernel-modules-extra temporarily 2013-10-22 10:15:32 -04:00
Josh Boyer 5205fba7a0 Linux v3.12-rc6-57-g69c88dc
- Reenable debugging options.
2013-10-22 09:12:54 -04:00
Peter Robinson 66681bd47a Minor ARM config update 2013-10-22 11:36:35 +01:00
Kyle McMartin 3b5c960f8b aarch64: add AFTER_LINK to $vdsold for debuginfo generation of the vdso. 2013-10-21 16:39:21 -04:00
Josh Boyer 1113a8cf60 Build BIG_KEYS into the kernel (rhbz 1017683) 2013-10-20 19:49:12 -04:00
Peter Robinson e456508037 Enable U8500 SoC (Snowball) on ARM 2013-10-20 19:25:05 +01:00
Josh Boyer 141877eb80 Linux v3.12-rc6
- Disable debugging options.
2013-10-20 10:30:49 -04:00
Josh Boyer 249d531ef7 Linux v3.12-rc5-123-g04919af 2013-10-18 14:59:05 -04:00
Josh Boyer 8664f7c020 Fix keyring quota misaccounting (rhbz 1017683) 2013-10-18 14:57:40 -04:00
Josh Boyer 34e7db2489 Add patch to fix BusLogic error (rhbz 1015558) 2013-10-17 10:16:34 -04:00
Josh Boyer a806f25181 Linux v3.12-rc5-78-g056cdce 2013-10-17 08:16:56 -04:00
Josh Boyer b980a8cb56 Fix rt2800usb polling timeouts and throughput issues (rhbz 984696) 2013-10-17 08:13:57 -04:00
Josh Boyer c517fd6ab4 Fix btrfs balance/scrub issue (rhbz 1011714) 2013-10-16 14:11:24 -04:00
Josh Boyer 458031cff9 Clean up a bunch of stale patches 2013-10-16 14:10:18 -04:00
Josh Boyer 0580f83698 Cleanup stale info in PatchList.txt 2013-10-16 13:12:34 -04:00
Josh Boyer 928ecc5e9d Drop bad pte debug patches
Dave says there's changes upstream from Tejun that reworked the code so it is
all using common code now.
2013-10-16 12:14:19 -04:00
Josh Boyer f818e77232 Drop vmbugon-warnon patch
Upstream was pretty ambivalent about this one, and we don't really seem to
be hitting these in practice.
2013-10-16 12:11:06 -04:00
Josh Boyer 13bbe12129 Drop vbox taint patch
Upstream now taints out of tree modules with the 'O' flag, and that should
be sufficient.
2013-10-16 11:57:29 -04:00
Josh Boyer 56e7f21c12 Drop edid header fixup patch
This was eventually solved in a better way upstream and we aren't applying it
anyway.
2013-10-16 11:49:01 -04:00
Josh Boyer 6d5c3e8773 Drop vgem
This is a back burner project and isn't currently being applied anyway
2013-10-16 11:43:56 -04:00
Josh Boyer a6bfad0cb8 Drop placeholder intel drm patch
We haven't carried anything in these patches since we started using git.
2013-10-16 11:37:31 -04:00
Josh Boyer 36d35b9ded Drop placeholder v4l-dvb patches
We haven't carried anything in these patches since we started using git.
I doubt we're going to start now.
2013-10-16 11:35:35 -04:00
Josh Boyer 630a061188 Linux v3.12-rc5-48-g34ec4de 2013-10-16 11:31:44 -04:00
Peter Robinson 5e6535d237 ARM config updates for IIO and enable sensors for ARM platforms 2013-10-16 13:28:18 +01:00
Josh Boyer f7a31ddb04 Enable VIRTIO_CONSOLE as a module on all ARM (rhbz 1005551)
Matches change we did for F20 a bit ago
2013-10-16 08:13:33 -04:00
Josh Boyer e1f1185c48 Enable IIO and various sensor options for Win8 laptops (rhbz 995510) 2013-10-15 09:42:39 -04:00
Josh Boyer 7f238336f2 Linux v3.12-rc5-36-g1e52db6
- Reenable debugging options.
2013-10-15 07:26:56 -04:00