1. 17 4月, 2015 2 次提交
  2. 16 4月, 2015 3 次提交
  3. 15 4月, 2015 1 次提交
    • T
      Input: add vmmouse driver · 8b8be51b
      Thomas Hellstrom 提交于
      VMMouse enables low-latency mouse-cursor-movements for VMWare and QEMU
      guests.  By removing the guest cursor and using the host as a guest cursor
      the cursor movement appears instant although in reality there is some lag.
      To be able to do this, the host's view of the cursor position must exactly
      match the guest's view and an absolute pointer device is needed. Enter the
      VMMouse. While the VMMouse driver has historically been an Xorg user-space
      driver, implementing it as a kernel imput driver enables rootless Xorg and
      new compositing display servers for VMware guests.
      Signed-off-by: NThomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      8b8be51b
  4. 11 4月, 2015 1 次提交
  5. 03 4月, 2015 9 次提交
  6. 01 4月, 2015 3 次提交
    • R
      drivers/block/pmem: Add a driver for persistent memory · 9e853f23
      Ross Zwisler 提交于
      PMEM is a new driver that presents a reserved range of memory as
      a block device.  This is useful for developing with NV-DIMMs,
      and can be used with volatile memory as a development platform.
      
      This patch contains the initial driver from Ross Zwisler, with
      various changes: converted it to use a platform_device for
      discovery, fixed partition support and merged various patches
      from Boaz Harrosh.
      Tested-by: NRoss Zwisler <ross.zwisler@linux.intel.com>
      Signed-off-by: NRoss Zwisler <ross.zwisler@linux.intel.com>
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      Acked-by: NDan Williams <dan.j.williams@intel.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Andy Lutomirski <luto@amacapital.net>
      Cc: Boaz Harrosh <boaz@plexistor.com>
      Cc: Borislav Petkov <bp@alien8.de>
      Cc: H. Peter Anvin <hpa@zytor.com>
      Cc: Jens Axboe <axboe@fb.com>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Keith Busch <keith.busch@intel.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Matthew Wilcox <willy@linux.intel.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-nvdimm@ml01.01.org
      Link: http://lkml.kernel.org/r/1427872339-6688-3-git-send-email-hch@lst.de
      [ Minor cleanups. ]
      Signed-off-by: NIngo Molnar <mingo@kernel.org>
      9e853f23
    • J
      MAINTAINERS: Update Intel Wired Ethernet Driver info · 2f302324
      Jeff Kirsher 提交于
      Update the git tree info with a recent change in tree names.  Also
      add our new mailing list created solely for Linux kernel patches
      and kernel development, as well as the new patchwork project for
      tracking patches.  Lastly update the list of "reviewers" since a
      couple of developers have moved on to different projects.
      
      Made an update to the section header so that it is more manageable
      going forward as we add new drivers.
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      2f302324
    • P
      MAINTAINERS: clk: discuss on the linux-clk@vger.kernel.org list · aa571b14
      Paul Walmsley 提交于
      Most Linux clock framework discussions take place on the
      linux-kernel@vger.kernel.org or linux-arm-kernel@lists.infradead.org
      mailing lists.  The volume of unrelated messages on these lists makes
      it difficult for non-maintainers to follow along with discussions.
      Switch the discussion list for clock framework discussions to
      linux-clk@vger.kernel.org.  Also, add linux-clk@vger.kernel.org as a
      mailing list for clock API discussions.
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Tomasz Figa <tomasz.figa@gmail.com>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Peter De Schrijver <pdeschrijver@nvidia.com>
      Cc: Prashant Gaikwad <pgaikwad@nvidia.com>
      Cc: Tero Kristo <t-kristo@ti.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Acked-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      aa571b14
  7. 31 3月, 2015 2 次提交
  8. 28 3月, 2015 1 次提交
  9. 27 3月, 2015 2 次提交
  10. 26 3月, 2015 6 次提交
  11. 25 3月, 2015 3 次提交
  12. 23 3月, 2015 2 次提交
  13. 20 3月, 2015 2 次提交
  14. 19 3月, 2015 2 次提交
  15. 18 3月, 2015 1 次提交