summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-02-295-23/+47
|\
| * drm/exynos: exynos_drm.h header file fixesKamil Debski2012-02-152-1/+5
| * drm/exynos: added panel physical size.Eun-Chul Kim2012-02-154-22/+42
| * drm/exynos: added postclose to release resource.Inki Dae2012-02-151-0/+12
| * drm/exynos: removed exynos_drm_fbdev_recreate function.Inki Dae2012-02-151-66/+4Star
| * drm/exynos: fixed page flip issue.Inki Dae2012-02-153-5/+15
| * drm/exynos: added possible_clones setup function.Inki Dae2012-02-154-0/+42
| * drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim2012-02-151-8/+2Star
| * drm/exynos: changed priority of mixer layers.Joonyoung Shim2012-02-151-5/+5
| * drm/exynos: Fix typo in exynos_mixer.cMasanari Iida2012-02-151-1/+1
* | drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)Alex Deucher2012-02-291-8/+17
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2012-02-282-16/+13Star
|\ \
| * | drm/i915: Remove use of the autoreported ringbuffer HEAD positionChris Wilson2012-02-271-13/+1Star
| * | drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys2012-02-241-1/+1
| * | drm/i915: fix operator precedence when enabling RC6pEugeni Dodonov2012-02-241-1/+1
| * | drm/i915: fix a sprite watermark computation to avoid divide by zero if xpos<0Hai Lan2012-02-231-0/+9
| * | drm/i915: fix mode set on load pipe. (v2)Dave Airlie2012-02-231-1/+1
* | | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-272-8/+6Star
|\ \ \
| * | | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| * | | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0Star
* | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-271-4/+31
|\ \ \ \
| * | | | mod/file2alias: make modpost compile on darwin againAndreas Bießmann2012-02-271-4/+31
* | | | | autofs4 - update MAINTAINERS mailing list entryIan Kent2012-02-271-1/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-2661-204/+380
|\ \ \ \
| * \ \ \ Merge branch 'sfc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-02-251-2/+2
| |\ \ \ \
| | * | | | sfc: Fix assignment of ip_summed for pre-allocated skbsBen Hutchings2012-02-251-2/+2
| * | | | | ppp: fix 'ppp_mp_reconstruct bad seq' errorsBen McKeegan2012-02-241-0/+23
| * | | | | enic: Fix endianness bug.Santosh Nayak2012-02-242-2/+2
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-02-243-12/+39
| |\ \ \ \ \
| | * | | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-243-35/+51
| | * | | | | Revert "netfilter: ctnetlink: fix soft lockup when netlink adds new entries"Pablo Neira Ayuso2012-02-241-16/+27
| * | | | | | gre: fix spelling in commentsstephen hemminger2012-02-241-5/+5
| * | | | | | davinci_emac: Do not free all rx dma descriptors during initChristian Riesch2012-02-241-2/+4
| * | | | | | mlx4_core: Fixing array indexes when setting port typesYevgeny Petrilin2012-02-241-1/+1
| * | | | | | phy: IC+101G and PHY_HAS_INTERRUPT flagGiuseppe CAVALLARO2012-02-231-14/+17
| * | | | | | netdev/phy/icplus: Correct broken phy_init codeDavid McKay2012-02-231-6/+18
| * | | | | | ipsec: be careful of non existing mac headersEric Dumazet2012-02-235-17/+16Star
| |/ / / / /
| * | | | | Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2012-02-234-38/+51
| |\ \ \ \ \
| | * | | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entriesJozsef Kadlecsik2012-02-211-27/+16Star
| | * | | | | netfilter: ebtables: fix alignment problem in ppcJoerg Willmann2012-02-211-2/+2
| | * | | | | netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal2012-02-091-8/+32
| | * | | | | ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-041-1/+1
| * | | | | | Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2012-02-222-0/+14
| * | | | | | hso: memsetting wrong data in hso_get_count()Dan Carpenter2012-02-221-1/+1
| * | | | | | netfilter: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-2/+3
| * | | | | | ethernet/broadcom: ip6_route_output() never returns NULL.RongQing.Li2012-02-221-1/+5
| * | | | | | ipv6: ip6_route_output() never returns NULL.RongQing.Li2012-02-222-3/+6
| * | | | | | jme: Fix FIFO flush issueGuo-Fu Tseng2012-02-222-10/+2Star
| * | | | | | atm: clip: remove clip_tblEric Dumazet2012-02-221-4/+6
| * | | | | | ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller2012-02-211-0/+1