1. 18 Dec, 2013 3 commits
    • Linus Torvalds's avatar
      Merge tag 'driver-core-3.13-rc5' of... · 2516b615
      Linus Torvalds authored
      Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
      
      Pull driver core fix from Greg KH:
       "Here's a single sysfs fix for 3.13-rc5 that resolves a lockdep issue
        in sysfs that has been reported"
      
      * tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        sysfs: give different locking key to regular and bin files
      2516b615
    • Linus Torvalds's avatar
      Merge branch 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs · a81bddde
      Linus Torvalds authored
      Pull crypto key patches from David Howells:
       "There are four items:
      
         - A patch to fix X.509 certificate gathering.  The problem was that I
           was coming up with a different path for signing_key.x509 in the
           build directory if it didn't exist to if it did exist.  This meant
           that the X.509 cert container object file would be rebuilt on the
           second rebuild in a build directory and the kernel would get
           relinked.
      
         - Unconditionally remove files generated by SYSTEM_TRUSTED_KEYRING=y
           when doing make mrproper.
      
         - Actually initialise the persistent-keyring semaphore for
           init_user_ns.  I have no idea why this works at all for users in
           the base user namespace unless it's something to do with systemd
           containerising the system.
      
         - Documentation for module signing"
      
      * 'keys-devel' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs:
        Add Documentation/module-signing.txt file
        KEYS: fix uninitialized persistent_keyring_register_sem
        KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y
        X.509: Fix certificate gathering
      a81bddde
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · 35eecf05
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Definitely seems quieter this week,
      
        Radeon, intel, intel broadwell, vmwgfx, ttm, armada, and a couple of
        core fixes, one revert in radeon
      
        Most of these are either going to stable or fixes for things
        introduced in the merge window"
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (30 commits)
        drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook
        drm/ttm: Fix accesses through vmas with only partial coverage
        drm/nouveau: only runtime suspend by default in optimus configuration
        drm: don't double-free on driver load error
        Revert "drm/radeon: Implement radeon_pci_shutdown"
        drm/radeon: add missing display tiling setup for oland
        drm/radeon: fix typo in cik_copy_dma
        drm/radeon/cik: plug in missing blit callback
        drm/radeon/dpm: Fix hwmon crash
        drm/radeon: Fix sideport problems on certain RS690 boards
        drm/i915: don't update the dri1 breadcrumb with modesetting
        DRM: Armada: prime refcounting bug fix
        DRM: Armada: fix printing of phys_addr_t/dma_addr_t
        DRM: Armada: destroy framebuffer after helper
        DRM: Armada: implement lastclose() for fbhelper
        drm/i915: Repeat eviction search after idling the GPU
        drm/vmwgfx: Add max surface memory param
        drm/i915: Fix use-after-free in do_switch
        drm/i915: fix pm init ordering
        drm/i915: Hold mutex across i915_gem_release
        ...
      35eecf05
  2. 17 Dec, 2013 31 commits
  3. 16 Dec, 2013 4 commits
  4. 15 Dec, 2013 2 commits