summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: 6230/1: fix nuc900 touchscreen clk definition bugwanzongshun2010-07-221-1/+1
* Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2010-07-217-16/+12
|\
| * [ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27xEric Miao2010-07-152-2/+2
| * [ARM] pxa/colibri-pxa300: fix AC97 initpieterg2010-07-131-1/+2
| * [ARM] pxa: fix incorrect order of AC97 reset pin configsEric Miao2010-07-131-3/+3
| * [ARM] pxa: fix frequency scaling for pcmcia/pxa2xx_baseMarek Vasut2010-07-131-3/+2
| * [ARM] pxa: cpufreq-pxa2xx: fix DRI recomputation routineMarek Vasut2010-07-131-6/+2
| * [ARM] pxa/corgi: fix MMC/SD card detection failureEric Miao2010-07-131-1/+1
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-2022-49/+142
|\ \
| * | drm/r600: fix possible NULL pointer derefernceAlex Deucher2010-07-211-1/+4
| * | drm/radeon/kms: add quirk for ASUS HD 3600 boardAlex Deucher2010-07-211-0/+9
| * | include/linux/vgaarb.h: add missing part of include guardDoug Goldstein2010-07-211-0/+1
| * | drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez2010-07-211-1/+2
| * | drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs2010-07-211-24/+9
| * | drm/radeon/kms: fix shared ddc harderAlex Deucher2010-07-211-14/+9
| * | drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie2010-07-201-0/+10
| * | drm/i915: Define MI_ARB_STATE bitsKeith Packard2010-07-201-0/+64
| * | vmwgfx: return -EFAULT if copy_to_user failsDan Carpenter2010-07-201-0/+1
| * | fb: handle allocation failure in alloc_apertures()Dan Carpenter2010-07-201-0/+2
| * | drm: radeon: check kzalloc() resultKulikov Vasiliy2010-07-201-0/+2
| * | drm/ttm: Fix build on architectures without AGPBen Hutchings2010-07-201-0/+2
| * | drm/radeon/kms: fix gtt MC base alignment on rs4xx/rs690/rs740 asicsAlex Deucher2010-07-1610-5/+16
| * | drm/radeon/kms: fix possible mis-detection of sideport on rs690/rs740Alex Deucher2010-07-141-2/+9
| * | drm/radeon/kms: fix legacy tv-out pal modeAlex Deucher2010-07-131-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-07-205-39/+72
|\ \
| * | ceph: do not include cap/dentry releases in replayed messagesSage Weil2010-07-162-0/+9
| * | ceph: reuse request message when replaying against recovering mdsSage Weil2010-07-161-5/+22
| * | ceph: fix creation of ipv6 socketsSage Weil2010-07-091-3/+5
| * | ceph: fix parsing of ipv6 addressesSage Weil2010-07-091-6/+19
| * | ceph: fix printing of ipv6 addrsSage Weil2010-07-081-18/+6
| * | ceph: add kfree() to error pathDan Carpenter2010-07-081-0/+1
| * | ceph: fix leak of mon authorizerSage Weil2010-07-051-0/+3
| * | ceph: fix message revocationSage Weil2010-07-051-7/+7
* | | Merge branch 'linuxdocs' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2010-07-202-2/+4
|\ \ \
| * | | documentation: fix almost duplicate filenames (IO/io-mapping.txt)Randy Dunlap2010-07-202-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-2024-71/+108
|\ \ \ \
| * | | | bridge: Partially disable netpoll supportHerbert Xu2010-07-192-31/+1
| * | | | tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-192-5/+6
| |\ \ \ \
| | * | | | rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
| | * | | | hostap_pci: set dev->base_addr during probeJohn W. Linville2010-07-141-0/+1
| * | | | | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard2010-07-181-1/+2
| * | | | | ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
| * | | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-161-4/+9
| |\ \ \ \ \
| | * | | | | vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin2010-07-161-4/+4
| | * | | | | vhost-net: avoid flush under lockMichael S. Tsirkin2010-07-151-0/+5
| * | | | | | ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-151-2/+6
| * | | | | | net: fix problem in reading sock TX queueTom Herbert2010-07-142-10/+4
| * | | | | | net/core: neighbour update OopsDoug Kehn2010-07-141-1/+4
| * | | | | | net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10