1. 378d5a4 fs/logfs: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  2. dc67a9f Documentation/sparse: drop __CHECK_ENDIAN__ by Michael S. Tsirkin · 8 years ago
  3. 9efecca linux: drop __bitwise__ everywhere by Michael S. Tsirkin · 8 years ago
  4. 46d832f checkpatch: replace __bitwise__ with __bitwise by Michael S. Tsirkin · 8 years ago
  5. 9536099 Documentation/sparse: drop __bitwise__ by Michael S. Tsirkin · 8 years ago
  6. 376a5fb tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  7. 05de970 linux/types.h: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  8. cecdbdc virtio_mmio: Set dev.release() to avoid warning by Yuan Liu · 8 years ago
  9. 8d39046 vhost: remove unused feature bit by Jason Wang · 8 years ago
  10. 0c7eaf5 virtio_ring: fix description of virtqueue_get_buf by Felipe Franciosi · 8 years ago
  11. b9fd06d vhost/scsi: Remove unused but set variable by Tobias Klauser · 8 years ago
  12. ea9156f tools/virtio: use {READ,WRITE}_ONCE() in uaccess.h by Mark Rutland · 8 years ago
  13. 9d1b972 vringh: kill off ACCESS_ONCE() by Mark Rutland · 8 years ago
  14. 5da889c tools/virtio: fix READ_ONCE() by Mark Rutland · 8 years ago
  15. dbaf062 crypto: add virtio-crypto driver by Gonglei · 8 years ago
  16. 809ecb9 vhost: cache used event for better performance by Jason Wang · 8 years ago
  17. 6c083c2 vsock: lookup and setup guest_cid inside vhost_vsock_lock by Gao feng · 8 years ago
  18. a3cbec6 virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants by Christoph Hellwig · 8 years ago
  19. 66f2f55 virtio_pci: merge vp_free_vectors into vp_del_vqs by Christoph Hellwig · 8 years ago
  20. 9f8196c virtio_pci: remove the call to vp_free_vectors in vp_request_msix_vectors by Christoph Hellwig · 8 years ago
  21. fa3a327 virtio_pci: use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  22. d417959 virtio: clean up handling of request_irq failure by Michael S. Tsirkin · 8 years ago
  23. f83f12d vsock/virtio: fix src/dst cid format by Michael S. Tsirkin · 8 years ago
  24. 819483d vsock/virtio: mark an internal function static by Michael S. Tsirkin · 8 years ago
  25. 6c7efaf vsock/virtio: add a missing __le annotation by Michael S. Tsirkin · 8 years ago
  26. 72952cc vhost: add missing __user annotations by Michael S. Tsirkin · 8 years ago
  27. 2f952c0 vhost: make interval tree static inline by Michael S. Tsirkin · 8 years ago
  28. 3373755 drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_locked by Michael S. Tsirkin · 8 years ago
  29. f862e60 drm/virtio: fix lock context imbalance by Michael S. Tsirkin · 8 years ago
  30. 8854a56 drm/virtio: fix endianness in primary_plane_update by Michael S. Tsirkin · 8 years ago
  31. 7328fa6 virtio_console: drop unused config fields by Michael S. Tsirkin · 8 years ago
  32. c60923c virtio_ring: fix complaint by sparse by Gonglei · 8 years ago
  33. 61bd405 virtio_pci_modern: fix complaint by sparse by Gonglei · 8 years ago
  34. a57cb1c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  35. cf1b334 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  36. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  37. 852d21a docs: add back 'Documentation/Changes' file (as symlink) by Linus Torvalds · 8 years ago
  38. e1e14ab radix tree test suite: delete unused rcupdate.c by Matthew Wilcox · 8 years ago
  39. 092bc0b radix tree test suite: add new tag check by Matthew Wilcox · 8 years ago
  40. e8de434 radix-tree: ensure counts are initialised by Matthew Wilcox · 8 years ago
  41. bbe9d71 radix tree test suite: cache recently freed objects by Matthew Wilcox · 8 years ago
  42. de1af8f radix tree test suite: add some more functionality by Matthew Wilcox · 8 years ago
  43. 424251a idr: reduce the number of bits per level from 8 to 6 by Matthew Wilcox · 8 years ago
  44. 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
  45. 37f4915 tpm: use idr_find(), not idr_find_slowpath() by Matthew Wilcox · 8 years ago
  46. 99c4940 idr: add ida_is_empty by Matthew Wilcox · 8 years ago
  47. 3e3cdc6 radix tree test suite: check multiorder iteration by Matthew Wilcox · 8 years ago
  48. a90eb3a radix-tree: fix replacement for multiorder entries by Matthew Wilcox · 8 years ago
  49. 2791653 radix-tree: add radix_tree_split_preload() by Matthew Wilcox · 8 years ago
  50. e157b55 radix-tree: add radix_tree_split by Matthew Wilcox · 8 years ago
  51. 175542f radix-tree: add radix_tree_join by Matthew Wilcox · 8 years ago
  52. 268f42d radix-tree: delete radix_tree_range_tag_if_tagged() by Matthew Wilcox · 8 years ago
  53. 478922e radix-tree: delete radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  54. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  55. b35df27 btrfs: fix race in btrfs_free_dummy_fs_info() by Matthew Wilcox · 8 years ago
  56. 218ed75 radix-tree: improve dump output by Matthew Wilcox · 8 years ago
  57. bc412fc radix-tree: make radix_tree_find_next_bit more useful by Matthew Wilcox · 8 years ago
  58. 9498d2b radix-tree: create node_tag_set() by Matthew Wilcox · 8 years ago
  59. 91d9c05 radix-tree: move rcu_head into a union with private_list by Matthew Wilcox · 8 years ago
  60. 91b9677c radix-tree: fix typo by Matthew Wilcox · 8 years ago
  61. 0629573 radix tree test suite: use common find-bit code by Matthew Wilcox · 8 years ago
  62. b328daf tools: add more bitmap functions by Matthew Wilcox · 8 years ago
  63. 101d960 radix tree test suite: record order in each item by Matthew Wilcox · 8 years ago
  64. 3ad75f8 radix tree test suite: handle exceptional entries by Matthew Wilcox · 8 years ago
  65. af1c5cc radix tree test suite: use rcu_barrier by Matthew Wilcox · 8 years ago
  66. cfa40bc radix tree test suite: benchmark for iterator by Konstantin Khlebnikov · 8 years ago
  67. ba20cd6 radix tree test suite: iteration test misuses RCU by Matthew Wilcox · 8 years ago
  68. 061ef39 radix tree test suite: make runs more reproducible by Matthew Wilcox · 8 years ago
  69. 6df5ee7 radix tree test suite: free preallocated nodes by Matthew Wilcox · 8 years ago
  70. 847d357 radix tree test suite: track preempt_count by Matthew Wilcox · 8 years ago
  71. 31023cd radix tree test suite: allow GFP_ATOMIC allocations to fail by Matthew Wilcox · 8 years ago
  72. ebb9a9a tools: add WARN_ON_ONCE by Matthew Wilcox · 8 years ago
  73. 4b4bb46 dax: clear dirty entry tags on cache flush by Jan Kara · 8 years ago
  74. 2f89dc1 dax: protect PTE modification on WP fault by radix tree entry lock by Jan Kara · 8 years ago
  75. a6abc2c dax: make cache flushing protected by entry lock by Jan Kara · 8 years ago
  76. cae1240 mm: export follow_pte() by Jan Kara · 8 years ago
  77. a19e255 mm: change return values of finish_mkwrite_fault() by Jan Kara · 8 years ago
  78. 66a6197 mm: provide helper for finishing mkwrite faults by Jan Kara · 8 years ago
  79. 997dd98 mm: move part of wp_page_reuse() into the single call site by Jan Kara · 8 years ago
  80. a41b70d mm: use vmf->page during WP faults by Jan Kara · 8 years ago
  81. 38b8cb7 mm: pass vm_fault structure into do_page_mkwrite() by Jan Kara · 8 years ago
  82. 97ba0c2 mm: factor out common parts of write fault handling by Jan Kara · 8 years ago
  83. b1aa812 mm: move handling of COW faults into DAX code by Jan Kara · 8 years ago
  84. 9118c0c mm: factor out functionality to finish page faults by Jan Kara · 8 years ago
  85. 3917048 mm: allow full handling of COW faults in ->fault handlers by Jan Kara · 8 years ago
  86. 2994302 mm: add orig_pte field into vm_fault by Jan Kara · 8 years ago
  87. fe82221 mm: use passed vm_fault structure for in wp_pfn_shared() by Jan Kara · 8 years ago
  88. 936ca80 mm: trim __do_fault() arguments by Jan Kara · 8 years ago
  89. 667240e mm: use passed vm_fault structure in __do_fault() by Jan Kara · 8 years ago
  90. 0721ec8 mm: use pgoff in struct vm_fault instead of passing it separately by Jan Kara · 8 years ago
  91. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  92. 82b0f8c mm: join struct fault_env and vm_fault by Jan Kara · 8 years ago
  93. 8b7457e mm: unexport __get_user_pages_unlocked() by Lorenzo Stoakes · 8 years ago
  94. 5b56d49 mm: add locked parameter to get_user_pages_remote() by Lorenzo Stoakes · 8 years ago
  95. 370b262 ipc/sem: avoid idr tree lookup for interrupted semop by Davidlohr Bueso · 8 years ago
  96. b5fa01a ipc/sem: simplify wait-wake loop by Davidlohr Bueso · 8 years ago
  97. f150f02 ipc/sem: use proper list api for pending_list wakeups by Davidlohr Bueso · 8 years ago
  98. 4663d3e ipc/sem: explicitly inline check_restart by Davidlohr Bueso · 8 years ago
  99. 4ce33ec ipc/sem: optimize perform_atomic_semop() by Davidlohr Bueso · 8 years ago
  100. 9ae949f ipc/sem: rework task wakeups by Davidlohr Bueso · 8 years ago