LinuxLists
Users
About
Verma, Vishal L (
[email protected]
)
Number of posts: 367 (0.09 per day)
First post: 2013-07-12 18:17:49
Last post: 2024-06-05 20:18:59
Next Page
Date
List
Subject
2024-06-05 20:18:59
linux-kernel
Re: [RFC PATCH v5 00/29] TDX KVM selftests
2024-06-05 20:16:04
linux-kernel
Re: [RFC PATCH v5 00/29] TDX KVM selftests
2024-06-05 18:38:33
linux-kernel
Re: [RFC PATCH v5 00/29] TDX KVM selftests
2024-04-30 17:51:53
linux-kernel
[PATCH v3 2/4] dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
2024-04-30 17:45:58
linux-kernel
[PATCH v3 4/4] dax/bus.c: Use the right locking mode (read vs write) in size_show
2024-04-30 17:45:20
linux-kernel
[PATCH v3 3/4] dax/bus.c: Don't use down_write_killable for non-user processes
2024-04-30 17:44:57
linux-kernel
[PATCH v3 1/4] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
2024-04-30 17:44:52
linux-kernel
[PATCH v3 0/4] dax/bus.c: Fixups for dax-bus locking
2024-04-30 04:12:15
linux-kernel
Re: [PATCH v2 2/4] dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
2024-04-16 23:04:06
linux-kernel
Re: [PATCH][next] dax: remove redundant assignment to variable rc
2024-04-16 21:47:53
linux-kernel
[PATCH v2 0/4] dax/bus.c: Fixups for dax-bus locking
2024-04-16 21:47:52
linux-kernel
[PATCH v2 3/4] dax/bus.c: Don't use down_write_killable for non-user processes
2024-04-16 21:47:43
linux-kernel
[PATCH v2 4/4] dax/bus.c: Use the right locking mode (read vs write) in size_show
2024-04-16 21:47:32
linux-kernel
[PATCH v2 2/4] dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping paths
2024-04-16 21:47:26
linux-kernel
[PATCH v2 1/4] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
2024-04-04 21:40:49
linux-kernel
Re: [PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
2024-04-02 06:25:00
linux-kernel
[PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
2024-03-12 20:20:33
linux-kernel
Re: [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
2024-02-28 05:33:01
linux-kernel
Re: [PATCH] dax: remove SLAB_MEM_SPREAD flag usage
2024-01-24 21:11:10
linux-kernel
Re: [PATCH] KEYS: encrypted: Add check for strsep
2024-01-24 20:11:02
linux-kernel
Re: [PATCH] KEYS: encrypted: Add check for strsep
2024-01-24 20:05:58
linux-kernel
[PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior
2024-01-24 20:05:08
linux-kernel
[PATCH v7 4/5] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
2024-01-24 20:05:01
linux-kernel
[PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
2024-01-24 20:04:50
linux-kernel
[PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
2024-01-24 20:04:49
linux-kernel
[PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
2024-01-24 20:04:35
linux-kernel
[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
2024-01-24 18:21:39
linux-kernel
Re: [PATCH] KEYS: encrypted: Add check for strsep
2023-12-15 17:33:07
linux-kernel
Re: [PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
2023-12-15 06:34:14
linux-kernel
Re: [PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
2023-12-15 05:26:49
linux-kernel
[PATCH v6 4/4] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-15 05:26:26
linux-kernel
[PATCH v6 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
2023-12-15 05:26:18
linux-kernel
[PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
2023-12-15 05:26:16
linux-kernel
[PATCH v6 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
2023-12-15 05:26:12
linux-kernel
[PATCH v6 0/4] Add DAX ABI for memmap_on_memory
2023-12-14 07:38:43
linux-kernel
[PATCH v5 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
2023-12-14 07:38:41
linux-kernel
[PATCH v5 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
2023-12-14 07:38:35
linux-kernel
[PATCH v5 4/4] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-14 07:38:25
linux-kernel
[PATCH v5 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
2023-12-14 07:38:21
linux-kernel
[PATCH v5 0/4] Add DAX ABI for memmap_on_memory
2023-12-14 00:02:05
linux-kernel
Re: [PATCH] driver core: Add a guard() definition for the device_lock()
2023-12-12 19:09:09
linux-kernel
[PATCH v4 3/3] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-12 19:09:04
linux-kernel
[PATCH v4 1/3] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
2023-12-12 19:09:00
linux-kernel
[PATCH v4 0/3] Add DAX ABI for memmap_on_memory
2023-12-12 19:08:59
linux-kernel
[PATCH v4 2/3] dax/bus: Introduce guard(device) for device_{lock,unlock} flows
2023-12-12 01:02:56
linux-kernel
Re: [PATCH v3 2/2] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-12 00:41:26
linux-kernel
Re: [PATCH v3 2/2] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-11 22:53:03
linux-kernel
[PATCH v3 1/2] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
2023-12-11 22:52:52
linux-kernel
[PATCH v3 0/2] Add DAX ABI for memmap_on_memory
2023-12-11 22:52:49
linux-kernel
[PATCH v3 2/2] dax: add a sysfs knob to control memmap_on_memory behavior
2023-12-08 21:27:02
linux-kernel
Re: [PATCH v2 2/2] dax: add a sysfs knob to control memmap_on_memory behavior