1. 17 Sep, 2012 1 commit
  2. 16 Sep, 2012 1 commit
  3. 13 Sep, 2012 8 commits
  4. 12 Sep, 2012 6 commits
  5. 08 Sep, 2012 5 commits
  6. 05 Sep, 2012 9 commits
  7. 04 Sep, 2012 2 commits
    • Arnd Bergmann's avatar
      Merge branch 'cleanup/io-pci' into next/cleanup · 3fbb96d2
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      3fbb96d2
    • Arnd Bergmann's avatar
      Merge commit 'a849088a' from rmk/fixes into cleanup/io-pci · 863e99a8
      Arnd Bergmann authored
      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: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Rob Herring <rob.herring@calxeda.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      863e99a8
  8. 01 Sep, 2012 5 commits
  9. 31 Aug, 2012 1 commit
  10. 30 Aug, 2012 2 commits
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 155e36d4
      Linus Torvalds authored
      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
    • Heiko Carstens's avatar
      s390/32: Don't clobber personality flags on exec · 768fd073
      Heiko Carstens authored
      In native 32 bit mode the personality flags were not correctly inherited.
      This is the s390 version of 59e4c3a2 "powerpc/32: Don't clobber personality
      flags on exec".
      Reported-by: default avatarMike Frysinger <vapier@gentoo.org>
      Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
      768fd073