- d085eb8 vhost: disable for OABI by Michael S. Tsirkin · 5 years ago
- 9bb7152 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
- 20c384f vhost: refine vhost and vringh kconfig by Jason Wang · 5 years ago
- d108b13 misc: mic: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 6 years ago
- 06e3359 misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO. by Huang Zijiang · 6 years ago
- 701a9c80 Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
- e2f9d73 mic: Remove unneeded NULL check by Xu Wang · 6 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 6 years ago
- 689e355 misc: MIC: drop all 'comment' lines from its Kconfig by Randy Dunlap · 6 years ago
- 16a0f68 misc: mic: Use PTR_ERR_OR_ZERO rather than its implementation by zhong jiang · 6 years ago
- bc83f79 mic: avoid statically declaring a 'struct device'. by Arnd Bergmann · 6 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 7e9f02a mic: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- b0c35cb misc: mic: scif: fix potential double free of scif_dev by Kefeng Wang · 6 years ago
- 4e43d77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290 by Thomas Gleixner · 6 years ago
- 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 15854ed x86/pci: Clean up usage of X86_DEV_DMA_OPS by Christoph Hellwig · 6 years ago
- a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
- b304da7 misc: mic/scif: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
- c5b9f97 mic: vop: Allow building on more systems by Vincent Whitchurch · 7 years ago
- fbc6386 mic: Rename ioremap pointer to remap by Vincent Whitchurch · 7 years ago
- ba01cea mic: vop: Cast pointers to unsigned long by Vincent Whitchurch · 7 years ago
- 5c07488 Merge 5.0-rc6 into char-misc-next by Greg Kroah-Hartman · 7 years ago
- 4f564ff drivers/mic/scif: do not use mmap_sem by Davidlohr Bueso · 7 years ago
- 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 7 years ago
- 4bf13fd mic: vop: Fix crash on remove by Vincent Whitchurch · 7 years ago
- 70ed714 mic: vop: Fix use-after-free on remove by Vincent Whitchurch · 7 years ago
- 5aa6083 mic: vop: Fix broken virtqueues by Vincent Whitchurch · 7 years ago
- fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 7 years ago
- 8216e7e vop: Fix handling of >32 feature bits by Vincent Whitchurch · 7 years ago
- 417406f vop: vringh: Do not crash if no DMA channel by Vincent Whitchurch · 7 years ago
- 96c12ef vop: Add definition of readq/writeq if missing by Vincent Whitchurch · 7 years ago
- e637308 vop: Use %z for size_t by Vincent Whitchurch · 7 years ago
- 080038c misc/mic/vop/vop_main : remove unneeded semicolon by Peng Hao · 7 years ago
- a229989 virtio: don't allocate vqs when names[i] = NULL by Wei Wang · 7 years ago
- 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
- 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
- f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
- 5d6527a mm/mmu_notifier: use structure for invalidate_range_start/end callback by Jérôme Glisse · 7 years ago
- 03ebe48 Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 7 years ago
- 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 7 years ago
- 15b3048 misc: mic: fix a DMA pool free failure by Wenwen Wang · 7 years ago
- 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 2796b43 misc: remove GENWQE_DEBUGFS_RO() by Yangtao Li · 7 years ago
- 6484a67 misc: mic/scif: fix copy-paste error in scif_create_remote_lookup by YueHaibing · 7 years ago
- 3a814fd virtio_ring: disable packed ring on unsupported transports by Tiwei Bie · 7 years ago
- daedaa3 iommu/vtd: Cleanup dma_remapping.h header by Lu Baolu · 7 years ago
- 3c3f762 misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr' by YueHaibing · 7 years ago
- 6b995f4e misc: mic: fix a DMA pool free failure by Wenwen Wang · 7 years ago
- e862faa misc: mic: scif: remove redundant check on ret < 0 by Colin Ian King · 7 years ago
- 6dbfdc1a misc: mic: scif: Remove unused variable by Nathan Chancellor · 7 years ago
- 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 7 years ago
- a39284a misc: mic: SCIF Fix scif_get_new_port() error handling by Dan Carpenter · 7 years ago
- 6051e79 misc: mic: fix passing the current time by Arnd Bergmann · 7 years ago
- bcde98f misc: mic: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
- 5fbe9f3 misc: mic: Release reference count and memory for VOP device by Arvind Yadav · 8 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 8 years ago
- 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
- f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
- 0063e8b virtio_vop: don't kfree device on register failure by weiping zhang · 8 years ago
- de2ee48 misc: mic: remove unused label 'done' by Colin Ian King · 8 years ago
- 30b7a2c misc: mic: Use memdup_user() as a cleanup by Vasyl Gomonovych · 8 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
- 2bf16b7 Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
- 2cd83ba Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 8 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
- 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 8 years ago
- 876a1b0 misc: mic: move to its own menu in Misc devices by Randy Dunlap · 8 years ago
- aa3ac94 iommu/iova: Make dma_32bit_pfn implicit by Zhen Lei · 8 years ago
- 192e856 misc/mic/scif: update to new mmu_notifier semantic by Jérôme Glisse · 8 years ago
- f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 9 years ago
- 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 9 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 9 years ago
- fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 9 years ago
- ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
- 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 9 years ago
- 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 9 years ago
- 816c931 misc: mic: double free on ioctl error path by Dan Carpenter · 9 years ago
- 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 9 years ago
- acde785 misc: mic: scif: use vma_pages(). by Muhammad Falak R Wani · 9 years ago
- 9d32f82 mic: remove unused function arg by Arnd Bergmann · 9 years ago
- 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
- 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
- 4d938245 vhost: split out vringh Kconfig by Michael S. Tsirkin · 9 years ago
- 4878364 vop: pull in vhost Kconfig by Michael S. Tsirkin · 9 years ago
- fee2687 misc: mic: Remove return statements from void functions by Amitoj Kaur Chawla · 10 years ago
- 05c4569 misc: mic: silence uninitialized variable warning by Dan Carpenter · 9 years ago
- 9c88345 misc: mic: Fix randconfig build error by Sudeep Dutt · 9 years ago
- 9bf292b misc: mic: Fix for double fetch security bug in VOP driver by Ashutosh Dixit · 9 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 10 years ago
- 59ea259 misc: mic: silence an overflow warning by Dan Carpenter · 10 years ago
- 6ddf2f0 misc: mic: use after free printing error message by Dan Carpenter · 10 years ago
- c74c931 misc: mic: MIC host and card driver changes to enable VOP by Sudeep Dutt · 10 years ago