nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-01 15:08:09 to 2020-10-13 11:26:10 UTC [more...]

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-13 11:25 UTC  (82+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

Disinfectant
 2020-10-13  8:11 UTC 

[PATCH v2 00/22] add Object Storage Media Pool (mpool)
 2020-10-12 16:53 UTC  (26+ messages)
` [PATCH v2 01/22] mpool: add utility routines and ioctl definitions
` [PATCH v2 02/22] mpool: add in-memory struct definitions
` [PATCH v2 03/22] mpool: add on-media "
` [PATCH v2 04/22] mpool: add pool drive component which handles mpool IO using the block layer API
` [PATCH v2 05/22] mpool: add space map component which manages free space on mpool devices
` [PATCH v2 06/22] mpool: add on-media pack, unpack and upgrade routines
` [PATCH v2 07/22] mpool: add superblock management routines
` [PATCH v2 08/22] mpool: add pool metadata routines to manage object lifecycle and IO
` [PATCH v2 09/22] mpool: add mblock lifecycle management and IO routines
` [PATCH v2 10/22] mpool: add mlog IO utility routines
` [PATCH v2 11/22] mpool: add mlog lifecycle management and IO routines
` [PATCH v2 12/22] mpool: add metadata container or mlog-pair framework
` [PATCH v2 13/22] mpool: add utility routines for mpool lifecycle management
` [PATCH v2 14/22] mpool: add pool metadata routines to create persistent mpools
` [PATCH v2 15/22] mpool: add mpool lifecycle management routines
` [PATCH v2 16/22] mpool: add mpool control plane utility routines
` [PATCH v2 17/22] mpool: add mpool lifecycle management ioctls
` [PATCH v2 18/22] mpool: add object "
` [PATCH v2 19/22] mpool: add support to mmap arbitrary collection of mblocks
` [PATCH v2 20/22] mpool: add support to proactively evict cached mblock data from the page-cache
` [PATCH v2 21/22] mpool: add documentation
` [PATCH v2 22/22] mpool: add Kconfig and Makefile

Wrong Iban Account Number
 2020-10-12 13:00 UTC 

TNT Express Invoice AWB Number: 0011830265572
 2020-10-12 13:00 UTC 

VACUUM VAVLE INQUIRY
 2020-10-12 12:48 UTC 

RE : B/L Invoice
 2020-10-12 12:47 UTC 

did you get my email
 2020-10-12 12:20 UTC 

[ndctl PATCH] libndctl: Fix probe of non-nfit nvdimms
 2020-10-12  4:51 UTC  (5+ messages)

【楽天市場】支払情報一致していません 2020/10/12 9:43:47
 2020-10-12  0:43 UTC 

【楽天市場】支払情報一致していません 2020/10/12 6:44:43
 2020-10-11 21:44 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-11  9:42 UTC  (8+ messages)
` [PATCH v6 3/6] "

Distributor source
 2020-10-11  5:17 UTC 

did you get my email
 2020-10-10 14:43 UTC 

[PATCH 0/4] Remove nrexceptional tracking
 2020-10-09 23:04 UTC  (5+ messages)

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-09 20:18 UTC  (11+ messages)
` [PATCH RFC V3 1/9] x86/pkeys: Create pkeys_common.h
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 3/9] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V3 5/9] x86/pks: Add PKS kernel API
` [PATCH RFC V3 6/9] x86/entry: Pass irqentry_state_t by reference
` [PATCH RFC V3 7/9] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH RFC V3 8/9] x86/fault: Report the PKRS state on fault
` [PATCH RFC V3 9/9] x86/pks: Add PKS test code

TAKESHI ENTERPRISES TRADE INTRO TO NEW SUPPLY, JAPAN
 2020-10-09 10:06 UTC 

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-10-09  9:24 UTC  (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable

[PATCH] powerpc/papr_scm: Add PAPR command family to pass-through command-set
 2020-10-09  6:04 UTC  (2+ messages)

[PATCH v6 00/11] device-dax: support sub-dividing soft-reserved ranges
 2020-10-08 19:52 UTC  (14+ messages)
` [PATCH v6 01/11] device-dax: make pgmap optional for instance creation
` [PATCH v6 02/11] device-dax/kmem: introduce dax_kmem_range()
` [PATCH v6 03/11] device-dax/kmem: move resource tracking to drvdata
` [PATCH v6 04/11] device-dax: add an allocation interface for device-dax instances
` [PATCH v6 05/11] device-dax: introduce 'struct dev_dax' typed-driver operations
` [PATCH v6 06/11] device-dax: introduce 'seed' devices
` [PATCH v6 07/11] drivers/base: make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v6 08/11] device-dax: add resize support
` [PATCH v6 09/11] mm/memremap_pages: convert to 'struct range'
` [PATCH v6 10/11] mm/memremap_pages: support multiple ranges per invocation
` [PATCH v6 11/11] device-dax: add dis-contiguous resource support

[PATCH v2] ext4/xfs: add page refcount helper
 2020-10-08  9:01 UTC  (2+ messages)

[ndctl PATCH] build: Use asciidoc instead of asciidoctor on RHEL
 2020-10-08  1:08 UTC  (2+ messages)

【楽天市場】注文情報一致していません 2020/10/08 10:03:57
 2020-10-08  1:03 UTC 

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07 21:59 UTC  (7+ messages)

10 Leads and Scheduled appointments at 1k
 2020-10-07 20:57 UTC 

[PATCH] x86/mce: Gate copy_mc_fragile() export by CONFIG_COPY_MC_TEST=y
 2020-10-07 18:24 UTC 

[PATCH RFC v3] testing/nvdimm: Add test module for non-nfit platforms
 2020-10-07  4:22 UTC  (10+ messages)
` [PATCH RFC ndctl 1/9] libndctl: test enablement for non-nfit devices
  ` [PATCH RFC ndctl 2/9] test/core: Don't fail is nfit module is missing
  ` [PATCH RFC ndctl 3/9] test/libndctl: Don't compare phys-id if no-interleave support
  ` [PATCH RFC ndctl 4/9] test/libndctl: search by handle instead of range index
  ` [PATCH RFC ndctl 5/9] test/libndctl: skip smart tests for non-nfit platforms
  ` [PATCH RFC ndctl 6/9] test/libndctl: Don't check for two formats on a dimm
  ` [PATCH RFC ndctl 7/9] test/libndctl: Don't check for error flags on non-nfit dimms
  ` [PATCH RFC ndctl 8/9] test/multi-pmem: fix for no-interleave support
  ` [PATCH RFC ndctl 9/9] test: Disable paths which are possibly wrong

[ndctl PATCH] ndctl/namespace: Catch attempts to sub-divide legacy / label-less capacity
 2020-10-07  2:53 UTC 

Conference call request
 2020-10-06 22:06 UTC 

[ANNOUNCE] ndctl v70
 2020-10-06 18:45 UTC 

[PATCH v10 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-10-06  3:40 UTC  (3+ messages)
` [PATCH v10 1/2] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
` [PATCH v10 2/2] x86/copy_mc: Introduce copy_mc_enhanced_fast_string()

Conference call
 2020-10-06  2:04 UTC 

[PATCH] man2: new page describing memfd_secret() system call
 2020-10-05  7:32 UTC  (4+ messages)

【楽天市場】ご注文がキャンセルになりました 2020/10/05 12:29:13
 2020-10-05  3:29 UTC 

【楽天市場】ご注文がキャンセルになりました 2020/10/05 8:34:58
 2020-10-04 23:34 UTC 

Hello!
 2020-10-03  8:36 UTC 

残念ながら、あなたのアカウントを更新できませんでした。これは、カードが期限切れになったか。
 2020-10-03  8:20 UTC 

【楽天市場】支払情報一致していません 2020/10/02 12:33:29
 2020-10-02  3:33 UTC 

楽天安全異常
 2020-10-02  0:26 UTC 

【楽天市場】支払情報一致していません 2020/10/02 5:12:33
 2020-10-01 20:12 UTC 

[ndctl PATCH 1/2] libndctl: fix a potential buffer overflow
 2020-10-01 19:38 UTC  (2+ messages)
` [ndctl PATCH 2/2] ndctl/inject-error: remove logically dead code

[PATCH v5 00/17] device-dax: support sub-dividing soft-reserved ranges
 2020-10-01 19:12 UTC  (6+ messages)
` [PATCH v5 01/17] device-dax: make pgmap optional for instance creation

Invoice 468938
 2020-10-01 15:08 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).