summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-04-101-2/+5
| * | | | tcp: restore correct limitEric Dumazet2012-04-101-2/+1
| * | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-105-20/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_netGao feng2012-04-101-1/+1
| | * | | netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-04-101-0/+8
| | * | | netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik2012-04-101-2/+2
| | * | | netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-092-15/+11
| | * | | netfilter: nf_ct_tcp: don't scale the size of the window up twiceChangli Gao2012-04-091-2/+2
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-04-1231-254/+325
|\ \ \ \ \
| * \ \ \ \ Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-04-1213-187/+192
| |\ \ \ \ \
| | * | | | | drm/exynos: fixed exynos broken ioctlInki Dae2012-04-121-1/+1
| | * | | | | drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim2012-04-125-33/+46
| | * | | | | drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim2012-04-124-79/+62
| | * | | | | drm/exynos: use define instead of default_win member in struct mixer_contextJoonyoung Shim2012-04-121-4/+4
| | * | | | | drm/exynos: rename s/HDMI_OVERLAY_NUMBER/MIXER_WIN_NRJoonyoung Shim2012-04-121-5/+5
| | * | | | | drm/exynos: remove unused codes in hdmi and mixerJoonyoung Shim2012-04-122-4/+0
| | * | | | | drm/exynos: remove unnecessary type conversion of hdmi and mixerJoonyoung Shim2012-04-122-18/+16
| | * | | | | drm/exynos: add format list of planeSeung-Woo Kim2012-04-051-0/+4
| | * | | | | drm/exynos: fixed duplicated page allocation bug.Inki Dae2012-04-031-25/+9
| | * | | | | drm/exynos: fixed page align and code clean.Inki Dae2012-04-034-18/+45
| * | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-04-128-37/+93
| |\ \ \ \ \ \
| | * | | | | | drm/i915: clear fencing tracking state when retiring requestsDaniel Vetter2012-04-121-0/+2
| | * | | | | | drm/i915: make rc6 module parameter read-onlyJesse Barnes2012-04-111-1/+1
| | * | | | | | drm/i915: implement ColorBlt w/aDaniel Vetter2012-04-112-0/+7
| | * | | | | | drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845gChris Wilson2012-04-111-1/+1
| | * | | | | | Revert "drm/i915: reenable gmbus on gen3+ again"Daniel Vetter2012-04-111-1/+1
| | * | | | | | drm/i915: properly compute dp dithering for user-created modesDaniel Vetter2012-04-101-14/+35
| | * | | | | | drm/i915: Finish any pending operations on the framebuffer before disablingChris Wilson2012-04-091-19/+46
| | * | | | | | drm/i915: Removed IVB forced enable of sprite dest key.acreese2012-04-091-1/+0
| * | | | | | | drm/radeon: only add the mm i2c bus if the hw_i2c module param is setAlex Deucher2012-04-111-0/+4
| * | | | | | | vgaarb.h: fix build warningsRandy Dunlap2012-04-111-0/+2
| * | | | | | | drm/radeon/kms: fix DVO setup on some r4xx chipsAlex Deucher2012-04-101-0/+4
| * | | | | | | drm/savage: fix integer overflows in savage_bci_cmdbuf()Xi Wang2012-04-101-3/+3
| * | | | | | | drm/radeon: replace udelay with mdelay for long timeoutsArnd Bergmann2012-04-106-27/+27
* | | | | | | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-04-123-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | md/bitmap: prevent bitmap_daemon_work running while initialising bitmapNeilBrown2012-04-121-0/+2
| * | | | | | | | md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery.majianpeng2012-04-122-3/+4
| * | | | | | | | MD: Bitmap version cleanup.Andrei Warkentin2012-04-121-3/+0
* | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-1213-69/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-126-31/+17
| * | | | | | | | | irqdomain: Fix debugfs formattingGrant Likely2012-04-111-3/+3
| * | | | | | | | | irq_domain: correct the debugfs file nameMika Westerberg2012-04-101-1/+1
| * | | | | | | | | irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-107-31/+11
| * | | | | | | | | irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from().David Daney2012-04-101-3/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-126-13/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Input: da9052 - fix memory leak in da9052_onkey_probe()Jesper Juhl2012-04-111-1/+2
| * | | | | | | | | Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.hMark Brown2012-04-101-1/+1
| * | | | | | | | | Input: trackpoint - use psmouse_fmt() for messagesJJ Ding2012-04-101-6/+8
| * | | | | | | | | Input: elantech - v4 is a clickpad, with only one buttonJJ Ding2012-04-101-2/+4
| * | | | | | | | | Input: elantech - reset touchpad before configuring itJJ Ding2012-04-101-0/+4