John Hubbard ([email protected])

Number of posts: 2277 (0.63 per day)
First post: 2014-06-30 03:29:10
Last post: 2024-06-15 02:51:47

Date List Subject
2020-05-26 06:26:35 linux-kernel [PATCH 1/2] KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()
2020-05-26 06:24:39 linux-kernel [PATCH 0/2] KVM: SVM: convert get_user_pages() --> pin_user_pages(), bug fixes
2020-05-26 06:24:20 linux-kernel [PATCH 2/2] KVM: SVM: convert get_user_pages() --> pin_user_pages()
2020-05-26 00:48:49 linux-kernel Re: [PATCH v3 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
2020-05-25 23:54:05 linux-kernel [PATCH v2] drm/etnaviv: convert get_user_pages() --> pin_user_pages()
2020-05-25 23:37:18 linux-kernel [PATCH v2] tee: convert get_user_pages() --> pin_user_pages()
2020-05-25 22:51:21 linux-kernel [PATCH v3] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-25 22:19:26 linux-kernel Re: linux-next: build failure after merge of the akpm tree
2020-05-25 21:56:03 linux-kernel Re: [PATCH v3 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
2020-05-25 02:49:41 linux-kernel Re: [PATCH v2] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-25 01:36:38 linux-kernel Re: [linux-next RFC v2] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
2020-05-23 22:37:14 linux-kernel Re: [PATCH v2 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-23 21:35:11 linux-kernel Re: [PATCH v2] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-23 04:01:31 linux-kernel [PATCH v2] orangefs: convert get_user_pages() --> pin_user_pages()
2020-05-23 01:55:39 linux-kernel Re: [PATCH v2] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-23 01:45:54 linux-kernel [PATCH 1/1] vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()
2020-05-22 22:24:51 linux-kernel Re: [PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-22 05:24:21 linux-kernel [PATCH v2 3/4] mm/gup: introduce pin_user_pages_fast_only()
2020-05-22 05:22:11 linux-kernel [PATCH v2 4/4] drm/i915: convert get_user_pages() --> pin_user_pages()
2020-05-22 05:21:38 linux-kernel [PATCH v2 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-22 05:21:28 linux-kernel [PATCH v2 1/4] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
2020-05-22 05:21:19 linux-kernel [PATCH v2 2/4] mm/gup: refactor and de-duplicate gup_fast() code
2020-05-22 04:16:58 linux-kernel [PATCH 0/2] video: fbdev: fix error handling, convert to pin_user_pages*()
2020-05-22 04:16:53 linux-kernel [PATCH 2/2] video: fbdev: convert get_user_pages() --> pin_user_pages()
2020-05-22 04:16:52 linux-kernel [PATCH 1/2] video: fbdev: fix error handling for get_user_pages_fast()
2020-05-22 02:58:06 linux-kernel Re: [PATCH] mm/gup: fixup gup.c for "mm/gup: refactor and de-duplicate gup_fast() code"
2020-05-22 01:07:13 linux-kernel [PATCH] mm/gup: might_lock_read(mmap_sem) in get_user_pages_fast()
2020-05-21 23:42:50 linux-kernel [PATCH] mm/gup: fixup gup.c for "mm/gup: refactor and de-duplicate gup_fast() code"
2020-05-21 20:42:40 linux-kernel Solved: [PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-21 19:59:04 linux-kernel Re: [PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
2020-05-21 19:12:45 linux-kernel Re: [PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-20 19:44:34 linux-kernel [PATCH] rds: fix crash in rds_info_getsockopt()
2020-05-20 07:36:46 linux-kernel Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-20 05:20:15 linux-kernel Re: [RFC V2] mm/vmstat: Add events for PMD based THP migration without split
2020-05-19 20:17:16 linux-kernel [PATCH v2] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-19 20:17:14 linux-kernel Re: [PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
2020-05-19 20:06:38 linux-kernel Re: [PATCH] tee: convert convert get_user_pages() --> pin_user_pages()
2020-05-19 18:19:12 linux-kernel Re: [PATCH v5.5 10/10] mmap locking API: rename mmap_sem to mmap_lock
2020-05-19 17:41:20 linux-kernel Re: [PATCH] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
2020-05-19 05:21:07 linux-kernel [PATCH] tee: convert convert get_user_pages() --> pin_user_pages()
2020-05-19 04:59:33 linux-kernel [PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
2020-05-19 00:25:18 linux-kernel [PATCH 3/4] mm/gup: introduce pin_user_pages_fast_only()
2020-05-19 00:25:15 linux-kernel [PATCH 2/4] mm/gup: refactor and de-duplicate gup_fast() code
2020-05-19 00:24:21 linux-kernel [PATCH 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
2020-05-19 00:23:39 linux-kernel [PATCH 4/4] drm/i915: convert get_user_pages() --> pin_user_pages()
2020-05-19 00:23:15 linux-kernel [PATCH 1/4] mm/gup: move __get_user_pages_fast() down a few lines in gup.c
2020-05-18 21:27:07 linux-kernel Re: [RFC] mm/gup.c: Use gup_flags as parameter instead of passing write flag
2020-05-18 20:47:25 linux-kernel Re: [RFC] mm/gup.c: Use gup_flags as parameter instead of passing write flag
2020-05-18 20:12:48 linux-kernel Re: [RFC V2] mm/vmstat: Add events for PMD based THP migration without split
2020-05-18 06:27:19 linux-kernel Re: [PATCH] orangefs: convert get_user_pages() --> pin_user_pages()
2020-05-18 06:05:55 linux-kernel [PATCH] orangefs: convert get_user_pages() --> pin_user_pages()