1. 11 Jul, 2009 7 commits
    • Linus Torvalds's avatar
      Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 · 44c695b1
      Linus Torvalds authored
      * 'linux-next' of git://git.infradead.org/ubifs-2.6:
        UBIFS: fix corruption dump
        UBIFS: clean up free space checking
        UBIFS: small amendments in the LEB scanning code
        UBIFS: dump a little more in case of corruptions
        MAINTAINERS: update ahunter's e-mail address
        UBIFS: allow more than one volume to be mounted
        UBIFS: fix assertion warning
        UBIFS: minor spelling and grammar fixes
        UBIFS: fix 64-bit divisions in debug print
        UBIFS: few spelling fixes
        UBIFS: set write-buffer timout to 3-5 seconds
        UBIFS: slightly optimize write-buffer timer usage
        UBIFS: improve debugging messaged
        UBIFS: fix integer overflow warning
      44c695b1
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 · eee33abe
      Linus Torvalds authored
      * 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6:
        [S390] define KTIME_SCALAR for 32-bit s390
        [S390] add generic atomic64 support for 31 bit
        [S390] improve suspend/resume error messages
        [S390] set SCHED_OMIT_FRAME_POINTER for s390
        [S390] add __ucmpdi2() helper function
        [S390] perf_counter build fix
        [S390] shutdown actions: save/return rc from init function
        [S390] dasd: correct debugfeature sense dump
        [S390] udelay: disable lockdep to avoid false positives
        [S390] monreader: fix dev_set_drvdata conversion
        [S390] sclp: fix compile error for !SCLP_CONSOLE
      eee33abe
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd · 04eef90c
      Linus Torvalds authored
      * 'for-linus' of git://git.open-osd.org/linux-open-osd:
        osdblk: Adjust queue limits to lower device's limits
        osdblk: a Linux block device for OSD objects
        MAINTAINERS: Add osd maintained files (F:)
        exofs: Avoid using file_fsync()
        exofs: Remove IBM copyrights
        exofs: Fix bio leak in error handling path (sync read)
      04eef90c
    • Linus Torvalds's avatar
      Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel · bb8ad281
      Linus Torvalds authored
      * 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel: (22 commits)
        drm/i915: Fix for LVDS VBT change on IGDNG
        drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.
        drm/i915: Refactor calls to unmap_mapping_range
        drm/i915: Avoid saving/restore the modesetting registers twice in KMS mode
        drm: Disable the unused connectors explicitly when resuming with KMS.
        drm/i915: Restore the KMS modeset for every activated CRTC
        drm/i915: Fix harmless warning from patch merged after i2c rework.
        drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.
        drm/i915: Check the LID device to decide whether the LVDS should be initialized
        drm/i915: Move lock to more reasonable location
        drm/i915: Add gtt_offset to gem object list debugfs output
        drm/i915: Remove gtt_bound from drm_i915_gem_object
        drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.
        drm/i915: crt fetch EDID by DVI-I converter on G4x platform
        drm/i915: Don't update display FIFO watermark on IGDNG
        drm/i915: Adjust DisplayPort clocks to use 96MHz reference
        drm/i915: Make driver less chatty
        drm/i915: fix up a raw 64bit divide
        drm/i915: enable sdvo lvds scaling function.
        drm/i915: Set SSC frequency for 8xx chips correctly
        ...
      bb8ad281
    • Amerigo Wang's avatar
      Doc: move Documentation/exception.txt into x86 subdir · c368b492
      Amerigo Wang authored
      exception.txt only explains the code on x86, so it's better to
      move it into Documentation/x86 directory.
      
      And also rename it to exception-tables.txt which looks much
      more reasonable.
      
      This patch is on top of the previous one.
      Signed-off-by: default avatarWANG Cong <amwang@redhat.com>
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c368b492
    • Amerigo Wang's avatar
      Doc: update Documentation/exception.txt · 3697cd9a
      Amerigo Wang authored
      Update Documentation/exception.txt.
      Remove trailing whitespaces in it.
      Signed-off-by: default avatarWANG Cong <amwang@redhat.com>
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      3697cd9a
    • Larry Finger's avatar
      fuse: Fix build error · 097041e5
      Larry Finger authored
      When building v2.6.31-rc2-344-g69ca06c9, the following build errors are
      found due to missing includes:
      
       CC [M]  fs/fuse/dev.o
      fs/fuse/dev.c: In function ‘request_end’:
      fs/fuse/dev.c:289: error: ‘BLK_RW_SYNC’ undeclared (first use in this function)
      ...
      fs/nfs/write.c: In function ‘nfs_set_page_writeback’:
      fs/nfs/write.c:207: error: ‘BLK_RW_ASYNC’ undeclared (first use in this function)
      
      Signed-off-by: Larry Finger@lwfinger.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      097041e5
  2. 10 Jul, 2009 32 commits
  3. 09 Jul, 2009 1 commit