summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | UBI: add empty eraseblocks verificationArtem Bityutskiy2009-07-053-10/+21
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2009-07-117-77/+93
|\ \ \ \ \ \
| * | | | | | UBIFS: fix corruption dumpArtem Bityutskiy2009-07-091-2/+26
| * | | | | | UBIFS: clean up free space checkingArtem Bityutskiy2009-07-091-19/+3Star
| * | | | | | UBIFS: small amendments in the LEB scanning codeArtem Bityutskiy2009-07-093-11/+17
| * | | | | | UBIFS: dump a little more in case of corruptionsArtem Bityutskiy2009-07-091-3/+3
| * | | | | | MAINTAINERS: update ahunter's e-mail addressArtem Bityutskiy2009-07-051-1/+1
| * | | | | | UBIFS: allow more than one volume to be mountedDaniel Mack2009-07-051-1/+2
| * | | | | | UBIFS: fix assertion warningArtem Bityutskiy2009-07-051-0/+3
| * | | | | | UBIFS: minor spelling and grammar fixesAdrian Hunter2009-07-052-3/+3
| * | | | | | UBIFS: fix 64-bit divisions in debug printAdrian Hunter2009-07-051-2/+3
| * | | | | | UBIFS: few spelling fixesArtem Bityutskiy2009-07-052-4/+4
| * | | | | | UBIFS: set write-buffer timout to 3-5 secondsArtem Bityutskiy2009-07-052-15/+7Star
| * | | | | | UBIFS: slightly optimize write-buffer timer usageArtem Bityutskiy2009-07-053-12/+9Star
| * | | | | | UBIFS: improve debugging messagedArtem Bityutskiy2009-07-051-10/+16
| * | | | | | UBIFS: fix integer overflow warningAdrian Hunter2009-07-051-1/+3
| |/ / / / /
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-07-1116-66/+97
|\ \ \ \ \ \
| * | | | | | [S390] define KTIME_SCALAR for 32-bit s390Martin Schwidefsky2009-07-071-0/+3
| * | | | | | [S390] add generic atomic64 support for 31 bitHeiko Carstens2009-07-072-1/+7
| * | | | | | [S390] improve suspend/resume error messagesChristian Borntraeger2009-07-073-8/+9
| * | | | | | [S390] set SCHED_OMIT_FRAME_POINTER for s390Martin Schwidefsky2009-07-071-0/+4
| * | | | | | [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/+27Star
| * | | | | | [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-1113-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/+9Star
| * | | | | | 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-1119-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-101-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/+0Star
| * | | | | | | 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