summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable CONFIG_BSD_ACCT_V3. Should be safe since psacct-6.5.4-4.fc14.Dave Jones2011-12-052-1/+4
|
* Linux 3.2-rc4-git2 (8e8da023f5af71662867729db5547dc54786093c)Dave Jones2011-12-052-3/+6
|
* Add compat-wireless patch to define module_usb_driverJohn W. Linville2011-12-032-0/+95
|
* Clean-up sources file after compat-wireless 12-01 snapshot upload...John W. Linville2011-12-021-1/+0
|
* Revise compat-wireless configurationJohn W. Linville2011-12-021-0/+1
| | | | | Update compat-wireless snapshot Enable with-backports by default
* - Revise compat-wireless configurationJohn W. Linville2011-12-023-6/+128
| | | | | - Update compat-wireless snapshot - Enable with-backports by default
* Backport ALPS touchpad patches from input/next branch (rhbz #590880)Josh Boyer2011-12-022-2/+1870
|
* Fixup some new DRM_PSB options now that we enabled itJosh Boyer2011-12-021-0/+3
| | | | All of these are the "embedded" Intel platforms, which we don't care about
* Add changelog for last patch.Josh Boyer2011-12-021-0/+1
| | | | Oops. Didn't realize John didn't include a %changelog
* kernel.spec: reverse dependency logic for moving packages between kernel and ↵John W. Linville2011-12-021-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kernel-modules-extra The logic to process mod-extra.list finds modules that depend on the modules in that list and includes those in kernel-module-extra as well. This logic is broken, because it does not account for multi-layer dependency chains. Specifically, if a module depends on another module, and only the second one depends on something in mod-extra.list, then only the second would get moved. This leaves the first module in the kernel package, resulting in WARNING messages when the kernel rpm is installed: Preparing... ########################################### [100%] 1:kernel ########################################### [100%] WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/scsi/bnx2fc/bnx2fc.ko needs unknown symbol cnic_register_driver WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/scsi/bnx2fc/bnx2fc.ko needs unknown symbol cnic_unregister_driver WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/scsi/bnx2i/bnx2i.ko needs unknown symbol cnic_register_driver WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/scsi/bnx2i/bnx2i.ko needs unknown symbol cnic_unregister_driver WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol wusbhc_reset_all WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol wusbhc_handle_dn WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol wusbd WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol __wusb_dev_get_by_usb_dev WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol wusbhc_giveback_urb WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/wusbcore/wusb-wa.ko needs unknown symbol wusb_dev_destroy WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/atm/xusbatm.ko needs unknown symbol usbatm_usb_disconnect WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/drivers/usb/atm/xusbatm.ko needs unknown symbol usbatm_usb_probe WARNING: /lib/modules/3.2.0-0.rc3.git1.2.fc14.x86_64/kernel/net/bridge/netfilter/ebtable_broute.ko needs unknown symbol br_should_route_hook This patch reverses that logic, so that anything in kernel with a dependency on something in mod-extra.list will cause the module in mod-extra.list to be treated as if it was _not_ in that list. This prevents the WARNING lines above. Signed-off-by: John W. Linville <linville@tuxdriver.com>
* Put ssb.ko back in the main kernel packageJosh Boyer2011-12-022-1/+3
|
* Enable Poulsbo DRM.Dave Jones2011-12-022-2/+5
|
* Linux 3.2-rc4-git1 (5983fe2b29df5885880d7fa3b91aca306c7564ef)Dave Jones2011-12-023-231/+6
| | | | dropped: rtlwifi-fix-lps_lock-deadlock.patch (applied upstream)
* Adjust Requires for modules-extra pacakge to rely on kernel-uname-rJosh Boyer2011-12-021-2/+5
| | | | | | | The variant kernels (e.g. PAE) Provide kernel-%{_target_cpu}, which doesn't include the variant name so we wind up with broken deps on the modules-extra subpackage. kernel-uname-r incorporates the variant value at the end (e.g. kernel-uname-r = 3.2.0-0.rc4.git0.2.fc17.i686.PAE)
* Linux 3.2-rc4Dave Jones2011-12-013-4/+9
|
* Linux 3.2-rc3-git2 (b930c26416c4ea6855726fd977145ccea9afbdda)Dave Jones2011-12-012-2/+5
|
* remove git-linus.diffDave Jones2011-11-292-4/+0
| | | | now that we're creating our own snapshots, there's no need for this.
* Add patch to fix deadlock in rtlwifi (rhbz #755154)Josh Boyer2011-11-292-0/+231
|
* Drop drm-intel-make-lvds-work.patch (rhbz #731296)Josh Boyer2011-11-293-24/+1
| | | | | Discussed this with mjg59 and ajax. This fix was supposed to go upstream, but never actually made it. Since it's breaking xrandr, we're dropping it.
* Create a kernel-modules-extra subpackageJosh Boyer2011-11-293-2/+285
| | | | | | | | | This creates a modules-extra subpackage which places a number of less frequently used modules into the extra directory under /lib/modules/`uname -r`/. This reduces the size of the default kernel package while still allowing those modules to be built and installed if needed. We also limit the security exposure by keeping these modules out of the default install.
* Linux 3.2-rc3-git1 (upstream 8748dfae379)Josh Boyer2011-11-292-1/+5
|
* bumpspecfile: get user name and email from git configChuck Ebbert2011-11-291-3/+8
|
* remove old junk.Dave Jones2011-11-283-53/+0
| | | | Pointed out by Kyle.
* Linux 3.2-rc3. Gobble.Josh Boyer2011-11-242-8/+10
| | | | Try switching to using xz patches for rc and gitrev.
* Ignore all .xz and .bz2 filesChuck Ebbert2011-11-231-3/+2
|
* Linux 3.2-rc2-git8 (upstream b4bbb02934e4511)Josh Boyer2011-11-232-2/+5
|
* Fix the baserelease sanity checkJosh Boyer2011-11-221-1/+1
| | | | | We need to explicitly check for 0, so that we can do things like setting baserelease to 1.1 for scratch builds, etc.
* Linux 3.2-rc2-git7 (upstream bbbc4791cd48ac1)Josh Boyer2011-11-224-36/+5
|
* Linux 3.2-rc2-git6 (upstream f8f5ed7c996ad9)Josh Boyer2011-11-212-2/+6
|
* Update utrace patches from Oleg.Josh Boyer2011-11-211-939/+713
| | | | Also available at git://github.com/utrace/linux utrace-3.2
* Linux 3.2-rc2-git5 (upstream 6fe4c6d466e9)Josh Boyer2011-11-214-84/+6
| | | | | Disable PM_DEVFREQ as it seems to be embedded (ARM?) specific even though the Kconfig dependencies don't mark it as such any longer.
* Linux 3.2-rc2-git4 (upstream a767835f6dc8)Josh Boyer2011-11-202-2/+5
|
* Linux 3.2-rc2-git3 (upstream 15bd1cfb3055)Josh Boyer2011-11-183-68/+45
| | | | | Disable various fb and drm drivers that don't have xorg equivalents per ajax Other minor config cleanup
* Linux 3.2-rc2-git2 (upstream aa1b052a34d)Josh Boyer2011-11-172-2/+5
|
* Drop Obsoletes/Provides from kernel-tools onto perf.Kyle McMartin2011-11-171-2/+3
|
* Add compat-wireless as an option for kernel buildJohn W. Linville2011-11-163-0/+44
|
* Avoid CFLAGS changing across building perfKyle McMartin2011-11-161-5/+9
|
* Work around #663080 and restore building 'perf' on s390x.Kyle McMartin2011-11-161-1/+5
|
* Linux 3.2-rc2-git1 (upstream 6aaf05f47)Josh Boyer2011-11-162-5/+8
|
* Quite a warning in apm_cpu_idle (rhbz 753776)Josh Boyer2011-11-142-0/+16
| | | | | WARN_ONCE is now the top thing on my "BIGGEST WASTE OF TIME" list. It changes daily though.
* Add patch to fix ip6_tunnel naming (rhbz 751165)Josh Boyer2011-11-142-0/+83
|
* Patch from Joshua Roys to add rtl8192* to modules.networking (rhbz 753645)Josh Boyer2011-11-141-2/+5
|
* Linux 3.2-rc1-git4Josh Boyer2011-11-143-2/+130
| | | | Also fix CVE-2011-4131: nfs4_getfacl decoding kernel oops (rhbz 753236)
* Linux 3.2-rc2-git3Josh Boyer2011-11-123-84/+6
|
* Use the same naming scheme as rawhide for -stable RC kernelsChuck Ebbert2011-11-112-1/+8
| | | | (e.g. 3.1.1-0.rc1.1 instead of 3.1.1-1.rc1)
* Add patch to rework ASPM handling from Matthew GarrettJosh Boyer2011-11-112-1/+295
|
* Remove overlap between bcma/b43 and brcmsmac and reenable bcm4331John W. Linville2011-11-113-1/+49
|
* Linux 3.2-rc1-git2Josh Boyer2011-11-102-2/+5
|
* Linux 3.2-rc1-git1 (upstream 19e0bafc36a)Josh Boyer2011-11-093-4/+10
| | | | Enable the brcm80211 modules now that they have left staging
* Add python-perf-debuginfo package (rhbz 752140)Josh Boyer2011-11-081-1/+19
|