summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [media] rc: update for bitop name changesStephen Rothwell2011-03-251-3/+3
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-252-2/+2
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-2515-145/+246
|\
| * drm/vblank: update recently added vbl interface to be more future proof.Dave Airlie2011-03-241-1/+1
| * drm radeon: Return -EINVAL on wrong pm sysfs accessThomas Renninger2011-03-241-3/+5
| * drm/radeon/kms: fix hardcoded EDID handlingAlex Deucher2011-03-243-7/+45
| * Merge remote branch 'intel/drm-intel-fixes' of ../drm-next into drm-core-nextDave Airlie2011-03-248-127/+131
| |\
| | * Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2011-03-242-0/+7
| | * drm/i915: Avoid unmapping pages from a NULL address spaceChris Wilson2011-03-231-3/+4
| | * drm/i915: Fix use after free within tracepointChris Wilson2011-03-231-2/+2
| | * drm/i915: Restore missing command flush before interrupt on BLT ringChris Wilson2011-03-232-61/+55Star
| | * drm/i915: Disable pagefaults along execbuffer relocation fast pathChris Wilson2011-03-231-4/+17
| | * drm/i915: Fix computation of pitch for dumb bo creatorChris Wilson2011-03-231-1/+1
| | * drm/i915: report correct render clock frequencies on SNBJesse Barnes2011-03-232-5/+5
| | * drm/i915/dp: Correct the order of deletion for ghost eDP devicesTakashi Iwai2011-03-231-2/+2
| | * drm/i915: Fix tiling corruption from pipelined fencingChris Wilson2011-03-231-27/+17Star
| | * drm/i915: Re-enable self-refreshYuanhan Liu2011-03-231-4/+1Star
| | * drm/i915: Prevent racy removal of request from client listHerton Ronaldo Krzesinski2011-03-231-2/+4
| | * drm/i915: skip redundant operations whilst enabling pipes and planesChris Wilson2011-03-231-8/+16
| | * drm/i915: Remove surplus POSTING_READs before wait_for_vblankChris Wilson2011-03-231-8/+0Star
| * | drm/radeon/kms: prefer legacy pll algo for tv-outAlex Deucher2011-03-231-1/+5
| * | drm: check for modesetting on modeset ioctlsDave Airlie2011-03-211-0/+51
| |/
| * drm/kernel: vblank wait on crtc > 1Ilija Hadzic2011-03-212-5/+13
| * drm: Fix use-after-free in drm_gem_vm_close()Chris Wilson2011-03-211-2/+3
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-2460-721/+284Star
|\ \
| * | block: fix non-atomic access to genhd inflight structuresShaohua Li2011-03-221-3/+4
| * | block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-179-19/+35
| * | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-1042-591/+101Star
| |\ \
| | * | block: kill off REQ_UNPLUGJens Axboe2011-03-108-21/+9Star
| | * | block: remove per-queue pluggingJens Axboe2011-03-1039-529/+71Star
| | * | scsi: convert to blk_delay_queue()Jens Axboe2011-03-101-25/+19Star
| | * | ide-cd: convert to blk_delay_queue() for a short pauseJens Axboe2011-03-101-11/+2Star
| * | | staging: Convert to bdops->check_events()Tejun Heo2011-03-092-8/+14
| * | | pktcdvd: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+9
| * | | umem: Drop dummy ->media_changed()Tejun Heo2011-03-091-10/+0Star
| * | | s390/tape_block: Convert to bdops->check_events()Tejun Heo2011-03-091-5/+6
| * | | i2o_block: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+7
| * | | xsysace: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+5
| * | | ub: Convert to bdops->check_events()Tejun Heo2011-03-091-4/+6
| * | | swim[3]: Convert to bdops->check_events()Tejun Heo2011-03-092-7/+12
| * | | dac960: Convert to bdops->check_events()Tejun Heo2011-03-091-3/+5
| * | | paride: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+21
| * | | gdrom,viocd: Convert to bdops->check_events()Tejun Heo2011-03-092-13/+20
| * | | floppy,{ami|ata}flop: Convert to bdops->check_events()Tejun Heo2011-03-093-14/+19
| * | | ide: Convert to bdops->check_events()Tejun Heo2011-03-094-15/+20
| * | | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-0473-332/+659
| |\ \ \
| * | | | loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal2011-03-031-3/+0Star
| | |/ / | |/| |
* | | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-03-243-99/+65Star
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-24138-2085/+7178
| |\ \ \ \
| * | | | | sh: Use struct syscore_ops instead of sysdevsRafael J. Wysocki2011-03-233-99/+65Star