1. 13 Jan, 2011 36 commits
  2. 12 Jan, 2011 4 commits
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 · f878133b
      Linus Torvalds authored
      * 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6: (39 commits)
        i915/gtt: fix ordering causing DMAR errors on object teardown.
        i915/gtt: fix ordering issues with status setup and DMAR
        drm/i915/execbuffer: Reorder binding of objects to favour restrictions
        drm/i915: If we hit OOM when allocating GTT pages, clear the aperture
        drm/i915/evict: Ensure we completely cleanup on failure
        drm/i915/execbuffer: Correctly clear the current object list upon EFAULT
        drm/i915/debugfs: Show all objects in the gtt
        drm/i915: Record AGP memory type upon error
        drm/i915: Periodically flush the active lists and requests
        drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTT
        drm/i915: Record the error batchbuffer on each ring
        drm/i915: Include TLB miss overhead for computing WM
        drm/i915: Propagate error from flushing the ring
        drm/i915: detect & report PCH display error interrupts
        drm/i915: cleanup rc6 code
        drm/i915: fix rc6 enabling around suspend/resume
        drm/i915: re-enable rc6 support for Ironlake+
        drm/i915: Make the ring IMR handling private
        drm/i915/ringbuffer: Simplify the ring irq refcounting
        drm/i915/debugfs: Show the per-ring IMR
        ...
      f878133b
    • Linus Torvalds's avatar
      Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 · 1b386279
      Linus Torvalds authored
      * 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6:
        tools: create power/x86/x86_energy_perf_policy
        tools: create power/x86/turbostat
      1b386279
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest · 968a8516
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest: (30 commits)
        ktest: Ask for the manditory config options instead of just failing
        ktest: Copy the last good and bad configs in config_bisect
        ktest: For grub reboot, use run_ssh instead of run_command
        ktest: Added force stop after success and failure
        ktest: Parse off the directory name in useconfig for failures
        ktest: Use different temp config name for minconfig
        ktest: Updated the sample.conf for the latest options
        ktest: Added compare script to test ktest.pl to sample.conf
        ktest: Added config_bisect test type
        ktest/cleanups: Added version 0.2, ssh as options
        ktest: Output something easy to parse for failure or success
        ktest: Allow a test case to undefine a default value
        ktest: Use $output_config instead of typing $outputdir/.config
        ktest: Write to stdout if no log file is given
        ktest: Use oldnoconfig instead of yes command
        ktest: Update the sample config file with more documentation
        ktest: New TEST_START instead of using [], and use real SHA1s
        ktest: Add poweroff after halt and powercycle after reboot
        ktest: Add POST_INSTALL to allow initrds to be created
        ktest: Added sample.conf, new %default option format
        ...
      968a8516
    • Linus Torvalds's avatar
      Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen · 94d4c4cd
      Linus Torvalds authored
      * 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
        xen/xenbus: making backend support modular is too complex
        xen/pci: Make xen-pcifront be dependent on XEN_XENBUS_FRONTEND
        xen/xenbus: fixup checkpatch issues in xenbus_probe*
        xen/netfront: select XEN_XENBUS_FRONTEND
        xen/xenbus: clean up noise in xenbus_probe_frontend.c
        xen/xenbus: clean up noise in xenbus_probe_backend.c
        xen/xenbus: clean up noise in xenbus_probe.c
        xen/xenbus: cleanup debug noise in xenbus_comms.c
        xen/xenbus: clean up error handling
        xen/xenbus: make frontend bus GPL
        xen/xenbus: make sure backend bus is registered earlier
        xenbus/frontend: register bus earlier
        xen: remove xen/evtchn.h
        xen: add backend driver support
        xen: separate out frontend xenbus
      94d4c4cd