1. 14 2月, 2013 13 次提交
  2. 12 2月, 2013 7 次提交
  3. 09 2月, 2013 5 次提交
  4. 08 2月, 2013 3 次提交
  5. 07 2月, 2013 7 次提交
  6. 30 1月, 2013 2 次提交
  7. 26 1月, 2013 3 次提交
    • G
      Merge 3.8-rc5 into char-misc-next · 74790147
      Greg Kroah-Hartman 提交于
      This pulls in all of the 3.8-rc5 fixes into this branch so we can test easier.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      74790147
    • D
      drivers, vmci: Fix build error · f6dcf8e7
      David Rientjes 提交于
      We can't rely on vmalloc.h being included by other included files because
      under some configs it is possible for the build to fail:
      
      drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_free_queue':
      drivers/misc/vmw_vmci/vmci_queue_pair.c:270: error: implicit declaration of function 'vunmap'
      drivers/misc/vmw_vmci/vmci_queue_pair.c:277: error: implicit declaration of function 'vfree'
      drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_alloc_queue':
      drivers/misc/vmw_vmci/vmci_queue_pair.c:302: error: implicit declaration of function 'vmalloc'
      drivers/misc/vmw_vmci/vmci_queue_pair.c:302: warning: assignment makes pointer from integer without a cast
      drivers/misc/vmw_vmci/vmci_queue_pair.c:324: error: implicit declaration of function 'vmap'
      drivers/misc/vmw_vmci/vmci_queue_pair.c:324: error: 'VM_MAP' undeclared (first use in this function)
      drivers/misc/vmw_vmci/vmci_queue_pair.c:324: error: (Each undeclared identifier is reported only once
      drivers/misc/vmw_vmci/vmci_queue_pair.c:324: error: for each function it appears in.)
      drivers/misc/vmw_vmci/vmci_queue_pair.c: In function 'qp_host_map_queues':
      drivers/misc/vmw_vmci/vmci_queue_pair.c:843: error: 'VM_MAP' undeclared (first use in this function)
      
      Fix the build by directly including vmalloc.h.
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: George Zhang <georgezhang@vmware.com>
      Cc: Andy King <acking@vmware.com>
      Cc: Dmitry Torokhov <dtor@vmware.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      f6dcf8e7
    • L
      Linux 3.8-rc5 · 949db153
      Linus Torvalds 提交于
      949db153