1. 03e143b xen: flag pvcalls-front to be not essential for system boot by Juergen Gross · 3 years, 2 months ago
  2. bba91dd xen: remove redundant initialization of variable ret by Jing Xiangfeng · 4 years, 3 months ago
  3. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  4. 0102e4e xen: Use evtchn_type_t as a type for event channels by Yan Yankovskyi · 4 years, 9 months ago
  5. 8164c57 Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  6. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  7. 41349672 xen/pvcalls: Remove set but not used variable by YueHaibing · 6 years ago
  8. b471109 pvcalls-front: fix potential null dereference by Wen Yang · 6 years ago
  9. 9f51c05 pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlock by Wen Yang · 6 years ago
  10. d90a1ca pvcalls-front: don't return error when the ring is full by Stefano Stabellini · 6 years ago
  11. beee1fb pvcalls-front: properly allocate sk by Stefano Stabellini · 6 years ago
  12. 96283f9 pvcalls-front: don't try to free unallocated rings by Stefano Stabellini · 6 years ago
  13. b79470b pvcalls-front: read all data before closing the connection by Stefano Stabellini · 6 years ago
  14. 975ef94 pvcalls-front: fixes incorrect error handling by Pan Bian · 6 years ago
  15. d811bce pvcalls-front: 64-bit align flags by Stefano Stabellini · 7 years ago
  16. d1a75e0 pvcalls-front: wait for other operations to return when release passive sockets by Stefano Stabellini · 7 years ago
  17. 64d6871 pvcalls-front: introduce a per sock_mapping refcount by Stefano Stabellini · 7 years ago
  18. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  19. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  20. 4aac2ca xen/pvcalls: use GFP_ATOMIC under spin lock by Wei Yongjun · 7 years ago
  21. 1ab134c xen/pvcalls: Fix a check in pvcalls_front_remove() by Dan Carpenter · 7 years ago
  22. 8c71fa8 xen/pvcalls: check for xenbus_read() errors by Dan Carpenter · 7 years ago
  23. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  24. 646d944 xen/pvcalls: fix potential endless loop in pvcalls-front.c by Stefano Stabellini · 7 years ago
  25. 24e7f84 xen/pvcalls: Add MODULE_LICENSE() by Boris Ostrovsky · 7 years ago
  26. 773aaad xen/pvcalls: remove redundant check for irq >= 0 by Colin Ian King · 7 years ago
  27. 95110ac xen/pvcalls: fix unsigned less than zero error check by Colin Ian King · 7 years ago
  28. 3d8765d xen/pvcalls-front: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  29. 235a71c xen/pvcalls: implement release command by Stefano Stabellini · 7 years ago
  30. 5842c83 xen/pvcalls: implement poll command by Stefano Stabellini · 7 years ago
  31. ae0d040 xen/pvcalls: implement recvmsg by Stefano Stabellini · 7 years ago
  32. 45ddce2 xen/pvcalls: implement sendmsg by Stefano Stabellini · 7 years ago
  33. 9774c6c xen/pvcalls: implement accept command by Stefano Stabellini · 7 years ago
  34. 1853f11 xen/pvcalls: implement listen command by Stefano Stabellini · 7 years ago
  35. 67ea989 xen/pvcalls: implement bind command by Stefano Stabellini · 7 years ago
  36. cb1c7d9 xen/pvcalls: implement connect command by Stefano Stabellini · 7 years ago
  37. 2195046 xen/pvcalls: implement socket command and handle events by Stefano Stabellini · 7 years ago
  38. 2196819 xen/pvcalls: connect to the backend by Stefano Stabellini · 7 years ago
  39. aa7ba37 xen/pvcalls: implement frontend disconnect by Stefano Stabellini · 7 years ago
  40. 416efba xen/pvcalls: introduce the pvcalls xenbus frontend by Stefano Stabellini · 7 years ago