| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Linux v3.3-4074-g5375871 | Dave Jones | 2012-03-22 | 10 | -5160/+30 | |
| | | ||||||
| * | Ship hmac file for vmlinuz for FIPS-140 (rhbz 805538) | Josh Boyer | 2012-03-21 | 1 | -1/+10 | |
| | | ||||||
| * | CVE-2012-1568: execshield: predictable ascii armour base address (rhbz 804957) | Josh Boyer | 2012-03-20 | 2 | -1/+77 | |
| | | ||||||
| * | mac80211: fix possible tid_rx->reorder_timer use after free | Josh Boyer | 2012-03-20 | 2 | -1/+53 | |
| | | | | | from Stanislaw Gruska (rhbz 804007) | |||||
| * | rebase-notes: no X32 | Josh Boyer | 2012-03-19 | 1 | -0/+2 | |
| | | ||||||
| * | 3.4 rebase notes | Josh Boyer | 2012-03-19 | 1 | -0/+5 | |
| | | ||||||
| * | do the old directory cleanup before we unpack the new tree. | Dave Jones | 2012-03-19 | 1 | -8/+15 | |
| | | | | | This removes all the old clutter of previous nvr trees. | |||||
| * | Reenable debugging options. | Dave Jones | 2012-03-19 | 4 | -63/+66 | |
| | | ||||||
| * | Move the 'prep all configs' to a separate script. | Dave Jones | 2012-03-19 | 2 | -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 Jones | 2012-03-18 | 4 | -63/+66 | |
| | | ||||||
| * | Linux 3.3 | Dave Jones | 2012-03-18 | 2 | -5/+6 | |
| | | ||||||
| * | drm-i915-dp-stfu.patch: Muzzle a bunch of DP WARN()s. They're not wrong, | Adam Jackson | 2012-03-16 | 2 | -0/+75 | |
| | | | | | but they're not helpful at this point. | |||||
| * | derp, skipped git1. | Dave Jones | 2012-03-16 | 1 | -2/+2 | |
| | | ||||||
| * | Linux v3.3-rc7-103-g0c4d067 | Dave Jones | 2012-03-16 | 4 | -191/+9 | |
| | | ||||||
| * | move DEBUG_VM to generic | Dave Jones | 2012-03-16 | 3 | -2/+1 | |
| | | ||||||
| * | re-enable threading on hibernate compression/decompressio | Justin M. Forbes | 2012-03-16 | 2 | -23/+3 | |
| | | ||||||
| * | Fixup irqpoll patch to really not impact machines without ASM108x bridges ↵ | Josh Boyer | 2012-03-16 | 2 | -5/+25 | |
| | | | | | | | (rhbz 800520) WITH FEELING THIS TIME | |||||
| * | CVE-2012-1179 fix pmd_bad() triggering in code paths holding mmap_sem read mode | Justin M. Forbes | 2012-03-15 | 2 | -0/+456 | |
| | | ||||||
| * | Fixup irqpoll patch to only activate on machines with ASM108x PCI bridge | Josh Boyer | 2012-03-14 | 2 | -85/+63 | |
| | | ||||||
| * | Remove infrastructure related to compat-wireless integration | John W. Linville | 2012-03-13 | 7 | -902/+12 | |
| | | ||||||
| * | Create a working config file for highbank and add highbank to the | Dennis Gilmore | 2012-03-12 | 3 | -4/+89 | |
| | | | | | | | spec file. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com> | |||||
| * | Make the irqpoll patch less chatty (rhbz 800520) | Josh Boyer | 2012-03-12 | 1 | -30/+17 | |
| | | | | | | Should look at making the frequency of checking dynamic, but this will help the immediate problem. | |||||
| * | Reenable debugging options. | Dave Jones | 2012-03-12 | 4 | -64/+67 | |
| | | ||||||
| * | Disable debugging options. | Dave Jones | 2012-03-12 | 1 | -1/+4 | |
| | | ||||||
| * | Linux 3.3-rc7 | Dave Jones | 2012-03-12 | 2 | -6/+8 | |
| | | ||||||
| * | Add debug patch for bugs 787171/766277 | Dave Jones | 2012-03-07 | 2 | -0/+26 | |
| | | ||||||
| * | Add kernel module signing on x86 | Josh Boyer | 2012-03-07 | 5 | -2/+7435 | |
| | | | | | | Leave enforcing disabled for now, so unsigned modules can still load. This can be switched by adding "enforcemodulesig=1" to the kernel command line. | |||||
| * | Disable debugging options. | Dave Jones | 2012-03-07 | 5 | -69/+70 | |
| | | ||||||
| * | Linux v3.3-rc6-132-g55062d0 | Dave Jones | 2012-03-07 | 2 | -2/+5 | |
| | | ||||||
| * | Linux v3.3-rc6-131-g097d591 | Dave Jones | 2012-03-06 | 4 | -73/+10 | |
| | | ||||||
| * | Linux 3.3-rc6 | Dave Jones | 2012-03-05 | 5 | -68/+8 | |
| | | ||||||
| * | hush output | Dave Jones | 2012-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Turn-off CONFIG_B43_BCMA_EXTRA to avoid b43/brcmsmac overlap | John W. Linville | 2012-03-05 | 2 | -1/+4 | |
| | | ||||||
| * | Add -r to debuginfo_args to invoke eu-strip --reloc-debug-sections. | Mark Wielaard | 2012-03-05 | 1 | -3/+9 | |
| | | | | | | | | The -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections reduces the number of unnecessary relocations in kernel module .ko.debug files. This saves ~500MB on the installed size of the kernel-debuginfo package and makes the rpm file ~30MB smaller. | |||||
| * | Disable threading on compression/decompression for hibernate | Justin M. Forbes | 2012-03-02 | 2 | -0/+26 | |
| | | ||||||
| * | drm-intel-crtc-dpms-fix.patch: Fix system hang on gen2 kit on DPMS (#730853) | Adam Jackson | 2012-03-02 | 2 | -0/+45 | |
| | | ||||||
| * | temporarily switch to low-performance polling IRQ mode when unexpected IRQs ↵ | Dave Jones | 2012-03-01 | 2 | -0/+277 | |
| | | | | | occur. | |||||
| * | Linux v3.3-rc5-101-g88ebdda | Dave Jones | 2012-02-29 | 2 | -4/+6 | |
| | | ||||||
| * | Disable with_backports (pending removal) | John W. Linville | 2012-02-29 | 2 | -35/+19 | |
| | | | | | | | Disable a number of drivers for ancient wireless LAN cards Disable iwm3200-related drivers (hardware never released) Disable "thin firmware" version of libertas driver (libertas_tf) | |||||
| * | Add patch to enable keyboard backlight on Sony laptops (rhbz 728478) | Josh Boyer | 2012-02-28 | 2 | -1/+54 | |
| | | ||||||
| * | Disable CONFIG_USB_DEVICEFS (Deprecated). | Dave Jones | 2012-02-28 | 2 | -1/+7 | |
| | | ||||||
| * | Merge branch 'master' of ssh://pkgs.fedoraproject.org/kernel | Dave Jones | 2012-02-28 | 2 | -0/+70 | |
| |\ | ||||||
| | * | CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup ↵ | Justin M. Forbes | 2012-02-28 | 2 | -0/+70 | |
| | | | | | | | | | (rhbz 798296) | |||||
| * | | auto-generate the gitN rev | Dave Jones | 2012-02-28 | 1 | -8/+9 | |
| |/ | ||||||
| * | Linux v3.3-rc5-88-g586c6e7 | Dave Jones | 2012-02-28 | 2 | -2/+6 | |
| | | ||||||
| * | some tweaks to make the changelog version more correct | Dave Jones | 2012-02-28 | 1 | -0/+3 | |
| | | ||||||
| * | add a script to generate the git snapshot. | Dave Jones | 2012-02-28 | 1 | -0/+19 | |
| | | ||||||
| * | Add patch to fix regression in FADT revision checks (rhbz 730007 727865) | Josh Boyer | 2012-02-27 | 2 | -1/+68 | |
| | | ||||||
| * | Linux 3.3-rc5-git1 (upstream 500dd2370e77c9551ba298bdeeb91b02d8402199) | Josh Boyer | 2012-02-27 | 4 | -79/+5 | |
| | | ||||||
| * | Reenable debugging options. | Josh Boyer | 2012-02-27 | 4 | -64/+67 | |
| | | ||||||
