summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [S390] add __ucmpdi2() helper functionHeiko Carstens2009-07-072-1/+27
| * | | | | [S390] perf_counter build fixHeiko Carstens2009-07-071-0/+2
| * | | | | [S390] shutdown actions: save/return rc from init functionFrank Munzert2009-07-071-6/+9
| * | | | | [S390] dasd: correct debugfeature sense dumpStefan Haberland2009-07-074-48/+27
| * | | | | [S390] udelay: disable lockdep to avoid false positivesHeiko Carstens2009-07-071-0/+2
| * | | | | [S390] monreader: fix dev_set_drvdata conversionHeiko Carstens2009-07-071-2/+2
| * | | | | [S390] sclp: fix compile error for !SCLP_CONSOLEHeiko Carstens2009-07-071-0/+5
* | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2009-07-1013-34/+750
|\ \ \ \ \ \
| * | | | | | osdblk: Adjust queue limits to lower device's limitsBoaz Harrosh2009-06-241-0/+7
| * | | | | | osdblk: a Linux block device for OSD objectsJeff Garzik2009-06-243-0/+711
| * | | | | | MAINTAINERS: Add osd maintained files (F:)Boaz Harrosh2009-06-211-1/+4
| * | | | | | exofs: Avoid using file_fsync()Boaz Harrosh2009-06-213-6/+16
| * | | | | | exofs: Remove IBM copyrightsBoaz Harrosh2009-06-219-27/+9
| * | | | | | exofs: Fix bio leak in error handling path (sync read)Boaz Harrosh2009-06-211-0/+3
* | | | | | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-1019-188/+1159
|\ \ \ \ \ \ \
| * | | | | | | drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang2009-07-101-1/+9
| * | | | | | | drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt2009-07-103-1/+8
| * | | | | | | drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson2009-07-101-9/+27
| * | | | | | | drm/i915: Avoid saving/restore the modesetting registers twice in KMS modeZhao Yakui2009-07-101-100/+121
| * | | | | | | drm: Disable the unused connectors explicitly when resuming with KMS.Zhao Yakui2009-07-101-0/+2
| * | | | | | | drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui2009-07-101-0/+5
| * | | | | | | drm/i915: Fix harmless warning from patch merged after i2c rework.Eric Anholt2009-07-101-1/+1
| * | | | | | | drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt2009-07-101-9/+20
| * | | | | | | drm/i915: Check the LID device to decide whether the LVDS should be initializedZhao Yakui2009-07-091-0/+70
| * | | | | | | drm/i915: Move lock to more reasonable locationBen Gamari2009-07-071-2/+3
| * | | | | | | drm/i915: Add gtt_offset to gem object list debugfs outputBen Gamari2009-07-071-1/+4
| * | | | | | | drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari2009-07-071-3/+0
| * | | | | | | drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.ling.ma@intel.com2009-07-071-1/+1
| * | | | | | | drm/i915: crt fetch EDID by DVI-I converter on G4x platformling.ma@intel.com2009-07-071-1/+27
| * | | | | | | drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang2009-07-071-1/+1
| * | | | | | | drm/i915: Adjust DisplayPort clocks to use 96MHz referenceKeith Packard2009-07-021-12/+9
| * | | | | | | drm/i915: Make driver less chattyKeith Packard2009-07-016-23/+27
| * | | | | | | drm/i915: fix up a raw 64bit divideAndy Whitcroft2009-07-011-1/+1
| * | | | | | | drm/i915: enable sdvo lvds scaling function.ling.ma@intel.com2009-07-012-12/+103
| * | | | | | | drm/i915: Set SSC frequency for 8xx chips correctlyling.ma@intel.com2009-07-011-4/+6
| * | | | | | | drm/i915: add FIFO watermark supportShaohua Li2009-07-015-6/+513
| * | | | | | | drm/i915: enable error detection & state collectionJesse Barnes2009-07-015-3/+204
* | | | | | | | Doc: move Documentation/exception.txt into x86 subdirAmerigo Wang2009-07-102-0/+2
* | | | | | | | Doc: update Documentation/exception.txtAmerigo Wang2009-07-101-101/+101
* | | | | | | | fuse: Fix build errorLarry Finger2009-07-102-0/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-1020-51/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | cfq-iosched: reset oom_cfqq in cfq_set_request()Vivek Goyal2009-07-101-1/+1
| * | | | | | | | block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori2009-07-103-10/+17
| * | | | | | | | block: call blk_scsi_ioctl_init()FUJITA Tomonori2009-07-101-0/+1
| * | | | | | | | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-1016-40/+43
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-07-104-34/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA2009-07-051-3/+2
| * | | | | | | | | nilfs2: fix lockdep warning between regular file and inode fileRyusuke Konishi2009-07-051-0/+5
| * | | | | | | | | nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi2009-07-051-9/+0
| * | | | | | | | | nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi2009-07-051-20/+6
OpenPOWER on IntegriCloud