1. 17 9月, 2012 2 次提交
  2. 14 9月, 2012 7 次提交
  3. 13 9月, 2012 1 次提交
  4. 12 9月, 2012 6 次提交
  5. 08 9月, 2012 5 次提交
  6. 06 9月, 2012 3 次提交
  7. 05 9月, 2012 6 次提交
  8. 04 9月, 2012 2 次提交
    • A
      Merge branch 'cleanup/io-pci' into next/cleanup · 3fbb96d2
      Arnd Bergmann 提交于
      The io-pci series has gained a merge to resolve a nontrivial
      conflict.
      
      * cleanup/io-pci:
        ARM: Fix ioremap() of address zero
      
      Also includes an update to Linux 3.6-rc3
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      3fbb96d2
    • A
      Merge commit 'a849088a' from rmk/fixes into cleanup/io-pci · 863e99a8
      Arnd Bergmann 提交于
      As Stephen Rothwell reports, a849088a ("ARM: Fix ioremap() of
      address zero") from the arm-current tree and commit c2794437 ("ARM:
      Add fixed PCI i/o mapping") from the arm-soc tree conflict in
      a nontrivial way in arch/arm/mm/mmu.c.
      
      Rob Herring explains:
      The PCI i/o reserved area has a dummy physical address of 0 and
      needs to be skipped by ioremap searches. So we don't set
      VM_ARM_STATIC_MAPPING to prevent matches by ioremap. The vm_struct
      settings don't really matter when we do the real mapping of the
      i/o space.
      
      Since commit a849088a is at the start of the fixes branch
      in the arm tree, we can merge it into the branch that contains
      the other ioremap changes.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      863e99a8
  9. 02 9月, 2012 2 次提交
    • L
      Linux 3.6-rc4 · 4cbe5a55
      Linus Torvalds 提交于
      4cbe5a55
    • J
      time: Move ktime_t overflow checking into timespec_valid_strict · cee58483
      John Stultz 提交于
      Andreas Bombe reported that the added ktime_t overflow checking added to
      timespec_valid in commit 4e8b1452 ("time: Improve sanity checking of
      timekeeping inputs") was causing problems with X.org because it caused
      timeouts larger then KTIME_T to be invalid.
      
      Previously, these large timeouts would be clamped to KTIME_MAX and would
      never expire, which is valid.
      
      This patch splits the ktime_t overflow checking into a new
      timespec_valid_strict function, and converts the timekeeping codes
      internal checking to use this more strict function.
      Reported-and-tested-by: NAndreas Bombe <aeb@debian.org>
      Cc: Zhouping Liu <zliu@redhat.com>
      Cc: Ingo Molnar <mingo@kernel.org>
      Cc: Prarit Bhargava <prarit@redhat.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: stable@vger.kernel.org
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cee58483
  10. 01 9月, 2012 3 次提交
  11. 31 8月, 2012 2 次提交
    • W
      ARM: mach-shmobile: remove duplicated include from board-ag5evm.c · aa9c1ba4
      Wei Yongjun 提交于
      From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
      
      Remove duplicated include.
      Signed-off-by: NWei Yongjun <yongjun_wei@trendmicro.com.cn>
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      aa9c1ba4
    • L
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 155e36d4
      Linus Torvalds 提交于
      Pull drm fixes from Dave Airlie:
       "A bunch of scattered fixes ati/intel/nouveau, couple of core ones,
        nothing too shocking or different."
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S
        gma500: Consider CRTC initially active.
        drm/radeon: fix dig encoder selection on DCE61
        drm/radeon: fix double free in radeon_gpu_reset
        drm/radeon: force dma32 to fix regression rs4xx,rs6xx,rs740
        drm/radeon: rework panel mode setup
        drm/radeon/atom: powergating fixes for DCE6
        drm/radeon/atom: rework DIG modesetting on DCE3+
        drm/radeon: don't disable plls that are in use by other crtcs
        drm/radeon: add proper checking of RESOLVE_BOX command for r600-r700
        drm/radeon: initialize tracked CS state
        drm/radeon: fix reading CB_COLORn_MASK from the CS
        drm/nvc0/copy: check PUNITS to determine which copy engines are disabled
        i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboard
        drm/i915: Use the correct size of the GTT for placing the per-process entries
        drm: Check for invalid cursor flags
        drm: Initialize object type when using DRM_MODE() macro
        drm/i915: fix color order for BGR formats on IVB
        drm/i915: fix wrong order of parameters in port checking functions
      155e36d4
  12. 30 8月, 2012 1 次提交