1. c124a95 vdpa_sim: add set_config callback in vdpasim_dev_attr by Stefano Garzarella · 4 years, 1 month ago
  2. 65b7095 vdpa_sim: add get_config callback in vdpasim_dev_attr by Stefano Garzarella · 4 years, 1 month ago
  3. f37cbbc vdpa_sim: make 'config' generic and usable for any device type by Stefano Garzarella · 4 years, 1 month ago
  4. cf1a3b3 vdpa_sim: store parsed MAC address in a buffer by Stefano Garzarella · 4 years, 1 month ago
  5. a13b591 vdpa_sim: add work_fn in vdpasim_dev_attr by Stefano Garzarella · 4 years, 1 month ago
  6. 011c35b vdpa_sim: add supported_features field in vdpasim_dev_attr by Stefano Garzarella · 4 years, 1 month ago
  7. 2f8f461 vdpa_sim: add device id field in vdpasim_dev_attr by Stefano Garzarella · 4 years, 1 month ago
  8. 6c6e28f vdpa_sim: add struct vdpasim_dev_attr for device attributes by Stefano Garzarella · 4 years, 1 month ago
  9. 36a9c30 vdpa_sim: rename vdpasim_config_ops variables by Stefano Garzarella · 4 years, 1 month ago
  10. 2fc0ebf vdpa_sim: make IOTLB entries limit configurable by Stefano Garzarella · 4 years, 1 month ago
  11. 423248d vdpa_sim: remove hard-coded virtq count by Max Gurtovoy · 4 years, 1 month ago
  12. cc3d423 vdpa_sim: remove unnecessary headers inclusion by Stefano Garzarella · 4 years, 1 month ago
  13. 29b90f9 vdpa: remove unnecessary 'default n' in Kconfig entries by Stefano Garzarella · 4 years, 1 month ago
  14. 4d10367 vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify code by Christophe JAILLET · 4 years, 2 months ago
  15. 0ab4b89 vhost_vdpa: switch to vmemdup_user() by Tian Tao · 4 years, 2 months ago
  16. 3711387 virtio-mem: Big Block Mode (BBM) - safe memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  17. 269ac93 virtio-mem: Big Block Mode (BBM) - basic memory hotunplug by David Hildenbrand · 4 years, 2 months ago
  18. 8dc4bb5 mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block by David Hildenbrand · 4 years, 2 months ago
  19. faa45ff virtio-mem: allow to force Big Block Mode (BBM) and set the big block size by David Hildenbrand · 4 years, 2 months ago
  20. 4ba50cd virtio-mem: Big Block Mode (BBM) memory hotplug by David Hildenbrand · 4 years, 2 months ago
  21. 01afdee virtio-mem: factor out adding/removing memory from Linux by David Hildenbrand · 4 years, 2 months ago
  22. d46dfb6 virtio-mem: memory notifier callbacks are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  23. 602ef89 virito-mem: existing (un)plug functions are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  24. 8a6f082 virtio-mem: memory block ids are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  25. 905c4c5 virtio-mem: nb_sb_per_mb and subblock_size are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  26. 54c6a6b virito-mem: subblock states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  27. 99f0b55 virtio-mem: memory block states are specific to Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  28. d561494 virito-mem: document Sub Block Mode (SBM) by David Hildenbrand · 4 years, 2 months ago
  29. 98ff9f9 virtio-mem: generalize handling when memory is getting onlined deferred by David Hildenbrand · 4 years, 2 months ago
  30. 1d33c2c virtio-mem: don't always trigger the workqueue when offlining memory by David Hildenbrand · 4 years, 2 months ago
  31. 4200668 virtio-mem: drop last_mb_id by David Hildenbrand · 4 years, 2 months ago
  32. 835491c virtio-mem: generalize virtio_mem_overlaps_range() by David Hildenbrand · 4 years, 2 months ago
  33. 8464e3b virtio-mem: generalize virtio_mem_owned_mb() by David Hildenbrand · 4 years, 2 months ago
  34. 989ff82 virtio-mem: generalize check for added memory by David Hildenbrand · 4 years, 2 months ago
  35. f2d799d virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE by David Hildenbrand · 4 years, 2 months ago
  36. 7a34c77 virtio-mem: factor out handling of fake-offline pages in memory notifier by David Hildenbrand · 4 years, 2 months ago
  37. 89c486c virtio-mem: factor out fake-offlining into virtio_mem_fake_offline() by David Hildenbrand · 4 years, 2 months ago
  38. 6beb3a9 virtio-mem: print debug messages from virtio_mem_send_*_request() by David Hildenbrand · 4 years, 2 months ago
  39. 41e6215 virtio-mem: factor out calculation of the bit number within the subblock bitmap by David Hildenbrand · 4 years, 2 months ago
  40. 2a62851 virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining by David Hildenbrand · 4 years, 2 months ago
  41. d76944f virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add() by David Hildenbrand · 4 years, 2 months ago
  42. 20b9150 virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling by David Hildenbrand · 4 years, 2 months ago
  43. 347202d virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb() by David Hildenbrand · 4 years, 2 months ago
  44. 6725f21 virtio-mem: determine nid only once using memory_add_physaddr_to_nid() by David Hildenbrand · 4 years, 2 months ago
  45. 2c85ebc Linux 5.10 by Linus Torvalds · 4 years, 1 month ago
  46. ec6f5e0 Merge tag 'x86-urgent-2020-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  47. d2360a3 Merge tag 'block-5.10-2020-12-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  48. 6bff9bb Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 1 month ago
  49. 5ee595d Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 1 month ago
  50. 7b1b868 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 1 month ago
  51. b53966f Merge tag 'for-linus-5.10c-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 1 month ago
  52. b01dedd Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 1 month ago
  53. 31d00f6 Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  54. 643e69a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 1 month ago
  55. 6ffeb1c md: change mddev 'chunk_sectors' from int to unsigned by Mike Snitzer · 4 years, 1 month ago
  56. 0d07c0e x86/kprobes: Fix optprobe to detect INT3 padding correctly by Masami Hiramatsu · 4 years, 1 month ago
  57. cffdd6d Input: goodix - add upside-down quirk for Teclast X98 Pro tablet by Simon Beginn · 4 years, 1 month ago
  58. 111d0bd tools/kvm_stat: Exempt time-based counters by Stefan Raspl · 4 years, 1 month ago
  59. 34c0f6f KVM: mmu: Fix SPTE encoding of MMIO generation upper half by Maciej S. Szmigiero · 4 years, 2 months ago
  60. 7f376f1 Merge tag 'mtd/fixes-for-5.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 1 month ago
  61. 1de5d12 Merge tag 'mmc-v5.10-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 1 month ago
  62. e977aaf Merge tag 'at24-fixes-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current by Wolfram Sang · 4 years, 1 month ago
  63. 782598e Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs by Linus Torvalds · 4 years, 1 month ago
  64. b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
  65. a06caa4 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
  66. ba9c120 mm/hugetlb: clear compound_nr before freeing gigantic pages by Gerald Schaefer · 4 years, 1 month ago
  67. 6c82d45 kasan: fix object remaining in offline per-cpu quarantine by Kuan-Ying Lee · 4 years, 1 month ago
  68. 6e7b64b9 elfcore: fix building with clang by Arnd Bergmann · 4 years, 1 month ago
  69. 55d5b7dd initramfs: fix clang build failure by Arnd Bergmann · 4 years, 1 month ago
  70. 14dc398 kbuild: avoid static_assert for genksyms by Arnd Bergmann · 4 years, 1 month ago
  71. 84edc2e selftest/fpu: avoid clang warning by Arnd Bergmann · 4 years, 1 month ago
  72. 40d6366 proc: use untagged_addr() for pagemap_read addresses by Miles Chen · 4 years, 1 month ago
  73. 16c0cc0 revert "mm/filemap: add static for function __add_to_page_cache_locked" by Andrew Morton · 4 years, 1 month ago
  74. 82e0609 Input: cm109 - do not stomp on control URB by Dmitry Torokhov · 4 years, 1 month ago
  75. 33d974e mtd: rawnand: xway: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  76. cf75f00 mtd: rawnand: socrates: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  77. 148b4f1 mtd: rawnand: plat_nand: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  78. 9506ab9 mtd: rawnand: pasemi: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  79. f87b720 mtd: rawnand: orion: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  80. f49bde9 mtd: rawnand: mpc5121: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  81. bd47fa4 mtd: rawnand: gpio: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  82. 5227726 mtd: rawnand: au1550: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  83. 249a959 mtd: rawnand: ams-delta: Do not force a particular software ECC engine by Miquel Raynal · 4 years, 2 months ago
  84. 94801e5 Merge tag 'pinctrl-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 4 years, 1 month ago
  85. 6d47cde Merge tag 'v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 1 month ago
  86. c1cea11 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 1 month ago
  87. 4da3a54 Revert "scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback()" by Andrea Parri (Microsoft) · 4 years, 1 month ago
  88. 059fe82 Merge tag 'drm-fixes-2020-12-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 1 month ago
  89. ccbbfd1 RISC-V: Define get_cycles64() regardless of M-mode by Palmer Dabbelt · 4 years, 2 months ago
  90. 33dc961 Merge tag 'ktest-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 4 years, 1 month ago
  91. 47003b9 Merge tag 'powerpc-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 1 month ago
  92. 197c61c Merge tag 'fixes-v5.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 4 years, 1 month ago
  93. b1f195f drm/i915/display: Go softly softly on initial modeset failure by Chris Wilson · 4 years, 1 month ago
  94. de2df16 Merge tag 'drm-intel-fixes-2020-12-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 1 month ago
  95. a81ac29 Merge tag 'amd-drm-fixes-5.10-2020-12-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 1 month ago
  96. 6840a3d Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 1 month ago
  97. 4d31058 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  98. d9838b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 1 month ago
  99. 190113b x86/apic/vector: Fix ordering in vector assignment by Thomas Gleixner · 4 years, 1 month ago
  100. 21e3140 NFS: Disable READ_PLUS by default by Anna Schumaker · 4 years, 2 months ago