Commit Graph

183 Commits

Author SHA1 Message Date
Kyle McMartin 825b8ce73a changelog 2010-12-20 10:15:05 -05:00
Kyle McMartin f8d75b80e6 backport cs checker fixes for r600 2010-12-20 10:13:41 -05:00
Kyle McMartin 3dbb45b665 temporarily revert v4l rebase due to issues reported in previous update 2010-12-19 15:27:51 -05:00
Kyle McMartin 68b623121d copy nhorman's AF_PACKET vmalloc patch from f13 (#637619) 2010-12-18 11:05:38 -05:00
Kyle McMartin 558463d9fb fs-call-security_d_instantiate-in-d_obtain_alias (#662344) 2010-12-18 10:54:08 -05:00
Jarod Wilson 703515438b A few additional mceusb driver fixups
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-12-16 16:24:48 -05:00
Jarod Wilson fbfed34fec damn you, CONFIG_VIDEO_SH_MOBILE_CSI2...
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-12-15 17:23:49 -05:00
Jarod Wilson 92d37ba1d3 v4l/dvb/rc: rebase to latest upstream
- Rebase v4l/dvb/rc code to latest upstream, should fix a fair
  number of ir/rc-related issues, including bugzilla #662071
- Drop the spaghetti mess of patches we had for v4l/dvb/rc

Note: new patches can be trivially created using this:

http://git.linuxtv.org/media_build.git
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-12-15 17:14:26 -05:00
Chuck Ebbert 8f007394cd Linux 2.6.35.10
Remove merged patches and fix up conflicts:
   drm-polling-fixes.patch
   linux-2.6-v4l-dvb-hdpvr-updates.patch
   kvm-fix-fs-gs-reload-oops-with-invalid-ldt.patch
Drop merged patches:
   linux-2.6-rcu-sched-warning.patch
   pnpacpi-cope-with-invalid-device-ids.patch
   ipc-zero-struct-memory-for-compat-fns.patch
   ipc-shm-fix-information-leak-to-user.patch
   r8169-01-fix-rx-checksum-offload.patch
   r8169-02-_re_init-phy-on-resume.patch
   r8169-03-fix-broken-checksum-for-invalid-sctp_igmp-packets.patch
   hda_realtek-handle-unset-external-amp-bits.patch
2010-12-15 15:12:09 -05:00
Kyle McMartin f045c5648e fix typo pci_clear_aspm -> pcie_clear_aspm 2010-12-10 14:55:52 -05:00
Kyle McMartin f2ed8cf30b PCI: Disable ASPM if BIOS asks us to 2010-12-10 11:13:54 -05:00
Kyle McMartin 5a95077aa5 fix patches
don't do a make prep /after/ changing branches... cough.
2010-12-10 10:32:57 -05:00
Kyle McMartin 54f1e03004 fix some issues mounting btrfs devices with subvolumes (#656465) 2010-12-10 10:17:40 -05:00
Kyle McMartin 9d6e5dc425 fix jbd2 warnings when using quotas (#578674) 2010-12-10 09:47:05 -05:00
Kyle McMartin 4bd3ae5daa orinoco: initialise priv->hw before assigning the interrupt 2010-12-09 18:29:25 -05:00
Kyle McMartin bd61adb09d Copy tpm-fix-stall-on-boot.patch from rawhide tree. (#530393) 2010-12-09 17:06:27 -05:00
Chuck Ebbert 983a2bb5c5 Require newt-devel for building perf, to enable the perf TUI (#661180) 2010-12-09 11:20:43 -05:00
Kyle McMartin bed92c4e50 ameliorate the load average account issues with dynticks (rhbz#650934) 2010-12-08 17:20:15 -05:00
Kyle McMartin 20b0493429 enable cplus_demangle in perf 2010-12-04 12:18:59 -05:00
Kyle McMartin 65c06ec080 enable hpilo on x86_64 2010-12-03 07:03:54 -05:00
Kyle McMartin 76a7ebfb42 kswapd fixes from mmotm 2010-12-02 11:21:28 -05:00
Kyle McMartin d40233bb75 forgot to uncomment... 2010-11-30 15:31:20 -05:00
Kyle McMartin 592f4fb443 cherry picked and updated 2010-11-30 15:20:21 -05:00
Kyle McMartin 48eb5c319b add a patch to log pnp resources (from rawhide) 2010-11-29 20:17:45 -05:00
Kyle McMartin 26ea0f2631 drm/ttm: Fix two race conditions + fix busy codepaths [1df6a2eb] (#615505) 2010-11-29 19:10:59 -05:00
Kyle McMartin ca2a17f441 quiet a build warning the inet_diag fix caused 2010-11-26 15:20:25 -05:00
Kyle McMartin 6abfea1c89 plug various tty/serial stack leaks 2010-11-26 15:01:31 -05:00
kyle 7a80ec3e7d hda/realtek and r8169 fixes 2010-11-26 11:20:50 -05:00
kyle e1c14200b1 copy nodebug/nodebuginfo from master 2010-11-25 12:47:00 -05:00
John W. Linville dd99fe005c rtl8180: improve signal reporting for rtl8185 hardware
rtl8180: improve signal reporting for actual rtl8180 hardware
2010-11-24 10:52:09 -05:00
Kyle McMartin 003654d6ca posix-cpu-timers: workaround to suppress the problems with mt exec (rhbz#656264) 2010-11-23 11:40:33 -05:00
Kyle McMartin c86d4707a6 fix logic error in INET_DIAG bytecode auditing (CVE-2010-3880) 2010-11-23 11:12:31 -05:00
Kyle McMartin de964e3639 zero struct memory in ipc shm (CVE-2010-4072) 2010-11-23 10:58:12 -05:00
Kyle McMartin 55415ebd4a initialize struct memory to zero in ipc compat (CVE-2010-4073) 2010-11-23 10:08:40 -05:00
Kyle McMartin cc7fb594a9 fix i8k inline asm to workaround miscompilation with newer gcc 2010-11-23 09:47:06 -05:00
Jarod Wilson 51157289c8 Update to 2.6.35.9 final, tack on some IR fixes
Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-11-22 16:13:38 -05:00
Chuck Ebbert 0081a7139c Linux 2.6.35.9-rc1
Comment out upstreamed patches:
kvm-fix-regression-with-cmpxchg8b-on-i386-hosts.patch
2010-11-20 07:09:04 -05:00
Ben Skeggs 466450dbeb nouveau: a couple of bug fixes 2010-11-19 19:04:49 +10:00
Kyle McMartin b2e700d12a bump baserelease to 59 2010-11-15 22:02:29 -05:00
Kyle McMartin 4c76cc7f94 pull in support for MBA3 2010-11-15 22:00:06 -05:00
Dave Airlie d5b83e3877 drm: fix stupid in warning 2010-11-12 14:33:52 +10:00
Dave Airlie 5f72d41789 drm: fix EDID issues 2010-11-11 20:49:55 -05:00
Dave Airlie 171d7cfb89 drm: fix invalid edid issues 2010-11-11 20:49:15 -05:00
Justin M. Forbes adfff05db3 fix regression with cmpxchg8b on i386 hosts (rhbz#650215) 2010-11-11 08:49:27 -06:00
Jarod Wilson 28683a07fb 2.6.35.8, ir-core, lirc and hdpvr updates
* Wed Nov 10 2010 Jarod Wilson <jarod@redhat.com> 2.6.35.8-53
- Linux 2.6.35.8
- Drop patches upstreamed in 2.6.35.8
- More ir-core and lirc updates
- HD-PVR driver updates

Signed-off-by: Jarod Wilson <jarod@redhat.com>
2010-11-10 12:42:45 -05:00
Dave Airlie 5ddd90a5d8 - add i915 polling s/r patch 2010-11-09 14:40:50 +10:00
Dave Airlie a474625d92 - Backport polling fixes + radeon hang fixes from upstream 2010-11-08 20:14:05 -05:00
Dave Airlie 05493c4e57 drm: apply polling + radeon fixes from upstream
remove the old polling stuff
2010-11-08 20:12:47 -05:00
Ben Skeggs 383a70142a bump baserelease 2010-11-02 13:37:05 +10:00
Ben Skeggs c7b0072805 nouveau: nv86 workaround + dual-head fix 2010-11-02 13:36:15 +10:00