summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Linux v3.4-rc1-246-g6c216ecJustin M. Forbes2012-04-054-112/+8
|
* Better watermark the number of pages used by hibernation I/O (Bojan Smojver) ↵Dave Jones2012-04-052-0/+104
| | | | (rhbz 785384)
* Add additional bug number for libata hotplug fix (rhbz 807632)Josh Boyer2012-04-041-3/+3
|
* Disable runtime PM for hotpluggable ATA ports (rhbz 806676)Josh Boyer2012-04-042-1/+190
|
* btrfs use after freeJustin M. Forbes2012-04-032-0/+76
|
* Merge cleanupJustin M. Forbes2012-04-032-3/+122
|\
| * Fix crash in uvc_video_clock_update from Laurent Pinchart (rhbz 806433)Josh Boyer2012-04-032-0/+122
| |
* | Linux v3.4-rc1-144-g01627d9Justin M. Forbes2012-04-035-69/+73
|/
* Add bison buildrequires for perfJustin M. Forbes2012-04-031-1/+1
|
* Fix config process for non debugJustin M. Forbes2012-04-021-1/+1
|
* Skip config entirely when noarchDave Jones2012-04-021-14/+10
|
* Fix config since koji preps as noarchJustin M. Forbes2012-04-021-2/+11
|
* Disable debugging optionsJustin M. Forbes2012-04-024-63/+66
|
* Merge fixupJustin M. Forbes2012-04-022-7/+5
|\
| * Change config parsing to use {_target_cpu} (From Niels de Vos)Dave Jones2012-03-302-7/+5
| |
* | linux 3.4-rc1Justin M. Forbes2012-04-028-263/+19
|/
* Merge cleanupJustin M. Forbes2012-03-293-3/+56
|\
| * Drop __cpuinitdata on disable_nx for x86_32 (rhbz 808075)Josh Boyer2012-03-292-0/+52
| |
| * Move 9p modules back to main package for KVM (rhbz 807733)Josh Boyer2012-03-282-3/+4
| |
* | Linux v3.3-8839-gb5174faJustin M. Forbes2012-03-298-289/+45
|/
* Linux v3.3-7919-g6658a69Justin M. Forbes2012-03-282-2/+5
|
* Turn on PHY_TIMESTAMPINGJustin M. Forbes2012-03-271-1/+1
|
* Linux v3.3-6972-ge22057cJustin M. Forbes2012-03-2611-2084/+6
|
* move build tagDave Jones2012-03-221-2/+2
|
* Fix occasional EBADMSG from signed modules. (rhbz 804345)Dave Jones2012-03-222-0/+34
|
* bumpDave Jones2012-03-221-2/+2
|
* Fix dentry hash collisions that prevented boot with selinux enabled (rhbz ↵Dave Jones2012-03-222-0/+120
| | | | 805371)
* don't fail the build after an hour just because of some gcc warning.Dave Jones2012-03-221-1/+1
|
* Linux v3.3-4074-g5375871Dave Jones2012-03-2210-5160/+30
|
* Ship hmac file for vmlinuz for FIPS-140 (rhbz 805538)Josh Boyer2012-03-211-1/+10
|
* CVE-2012-1568: execshield: predictable ascii armour base address (rhbz 804957)Josh Boyer2012-03-202-1/+77
|
* mac80211: fix possible tid_rx->reorder_timer use after freeJosh Boyer2012-03-202-1/+53
| | | | from Stanislaw Gruska (rhbz 804007)
* rebase-notes: no X32Josh Boyer2012-03-191-0/+2
|
* 3.4 rebase notesJosh Boyer2012-03-191-0/+5
|
* do the old directory cleanup before we unpack the new tree.Dave Jones2012-03-191-8/+15
| | | | This removes all the old clutter of previous nvr trees.
* Reenable debugging options.Dave Jones2012-03-194-63/+66
|
* Move the 'prep all configs' to a separate script.Dave Jones2012-03-192-17/+17
| | | | | | This cuts make prep time down from 53s to 10s on my desktop. A full run across all archs can be done from within a source tree by running ../../scripts/allarchconfig.sh
* Disable debugging options.Dave Jones2012-03-184-63/+66
|
* Linux 3.3Dave Jones2012-03-182-5/+6
|
* drm-i915-dp-stfu.patch: Muzzle a bunch of DP WARN()s. They're not wrong,Adam Jackson2012-03-162-0/+75
| | | | but they're not helpful at this point.
* derp, skipped git1.Dave Jones2012-03-161-2/+2
|
* Linux v3.3-rc7-103-g0c4d067Dave Jones2012-03-164-191/+9
|
* move DEBUG_VM to genericDave Jones2012-03-163-2/+1
|
* re-enable threading on hibernate compression/decompressioJustin M. Forbes2012-03-162-23/+3
|
* Fixup irqpoll patch to really not impact machines without ASM108x bridges ↵Josh Boyer2012-03-162-5/+25
| | | | | | (rhbz 800520) WITH FEELING THIS TIME
* CVE-2012-1179 fix pmd_bad() triggering in code paths holding mmap_sem read modeJustin M. Forbes2012-03-152-0/+456
|
* Fixup irqpoll patch to only activate on machines with ASM108x PCI bridgeJosh Boyer2012-03-142-85/+63
|
* Remove infrastructure related to compat-wireless integrationJohn W. Linville2012-03-137-902/+12
|
* Create a working config file for highbank and add highbank to theDennis Gilmore2012-03-123-4/+89
| | | | | | spec file. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
* Make the irqpoll patch less chatty (rhbz 800520)Josh Boyer2012-03-121-30/+17
| | | | | Should look at making the frequency of checking dynamic, but this will help the immediate problem.