linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 08:27:22 to 2022-08-04 08:03:32 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-04  7:58 UTC  (66+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 12/14] KVM: Handle page fault for private memory
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH v3 00/23] RSEQ node id and virtual cpu id extensions
 2022-08-02 20:53 UTC  (28+ messages)
` [PATCH v3 01/23] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [PATCH v3 02/23] rseq: Introduce extensible rseq ABI
` [PATCH v3 03/23] rseq: extend struct rseq with numa node id
` [PATCH v3 04/23] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [PATCH v3 05/23] selftests/rseq: Implement rseq numa node id field selftest
` [PATCH v3 06/23] lib: invert _find_next_bit source arguments
` [PATCH v3 07/23] lib: implement find_{first,next}_{zero,one}_and_zero_bit
` [PATCH v3 08/23] cpumask: implement cpumask_{first,next}_{zero,one}_and_zero
` [PATCH v3 09/23] sched: Introduce per memory space current virtual cpu id
` [PATCH v3 10/23] rseq: extend struct rseq with per memory space vcpu id
` [PATCH v3 11/23] selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
` [PATCH v3 12/23] selftests/rseq: Implement rseq vm_vcpu_id field support
` [PATCH v3 13/23] selftests/rseq: x86: Template memory ordering and percpu access mode
` [PATCH v3 14/23] selftests/rseq: arm: "
` [PATCH v3 15/23] selftests/rseq: arm64: "
` [PATCH v3 16/23] selftests/rseq: mips: "
` [PATCH v3 17/23] selftests/rseq: ppc: "
` [PATCH v3 18/23] selftests/rseq: s390: "
` [PATCH v3 19/23] selftests/rseq: riscv: "
` [PATCH v3 20/23] selftests/rseq: basic percpu ops vm_vcpu_id test
` [PATCH v3 21/23] selftests/rseq: parametrized "
` [PATCH v3 22/23] selftests/rseq: x86: Implement rseq_load_u32_u32
` [PATCH v3 23/23] selftests/rseq: Implement numa node id vs vm_vcpu_id invariant test

[PATCH mm-unstable] mm/madvise: remove CAP_SYS_ADMIN requirement for process_madvise(MADV_COLLAPSE)
 2022-08-02 19:42 UTC  (5+ messages)

[PATCH 1/2] rseq: Deprecate RSEQ_CS_FLAG_NO_RESTART_ON_* flags
 2022-08-01 19:40 UTC  (9+ messages)
` [PATCH 2/2] rseq: Kill process when unknown flags are encountered in ABI structures

Zwiększenie płynności finansowej
 2022-08-01  8:11 UTC 

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-07-31  3:08 UTC  (22+ messages)
` [PATCH v4 1/9] statx: add direct I/O "
` [PATCH v4 2/9] vfs: support STATX_DIOALIGN on block devices
` [PATCH v4 3/9] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v4 4/9] ext4: support STATX_DIOALIGN
` [PATCH v4 5/9] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v4 6/9] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v4 7/9] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v4 8/9] f2fs: support STATX_DIOALIGN
` [PATCH v4 9/9] xfs: "

[PATCH v4 0/3] initramfs: add support for xattrs in the initial ram disk
 2022-07-30  9:39 UTC  (23+ messages)

[RFC] futex2: add NUMA awareness
 2022-07-27 17:19 UTC  (5+ messages)

[PATCH 0/5] Add process_memwatch syscall
 2022-07-26 16:18 UTC  (6+ messages)
` [PATCH 1/5] fs/proc/task_mmu: make functions global to be used in other files
` [PATCH 2/5] mm: Implement process_memwatch syscall
` [PATCH 3/5] mm: wire up process_memwatch syscall for x86
` [PATCH 4/5] selftests: vm: add process_memwatch syscall tests
` [PATCH 5/5] mm: add process_memwatch syscall documentation

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-25  9:19 UTC  (16+ messages)

[PATCH 0/2] procfs: document proc timestamps
 2022-07-23 14:17 UTC  (5+ messages)
` [PATCH 1/2] Documentation/filesystems/proc.rst: remove ancient boiler plate
` [PATCH 2/2] Documentation/filesystems/proc.rst: document procfs inode timestamps

[PATCH v5] Add ioctls to get/set the ext4 superblock uuid
 2022-07-22 17:19 UTC  (3+ messages)

[man-pages RFC PATCH v2] statx.2, open.2: document STATX_DIOALIGN
 2022-07-22 16:31 UTC  (2+ messages)

[RFC] proc: fix create timestamp of files in proc
 2022-07-22 16:08 UTC  (6+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21  9:45 UTC  (11+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v4] Add ioctls to get/set the ext4 superblock uuid
 2022-07-20 20:23 UTC  (11+ messages)

[PATCH v3 0/8] make statx() return DIO alignment information
 2022-07-20  5:03 UTC  (2+ messages)

[PATCH v3] Add ioctls to get/set the ext4 superblock uuid
 2022-07-19 17:05 UTC  (5+ messages)

[REGRESSION] recent changes to copy_file_range behavior breakage
 2022-07-18  9:41 UTC 

recvmmsg() behaviour with MSG_PEEK flag
 2022-07-15 14:23 UTC  (4+ messages)

New collaboration
 2022-07-15  8:00 UTC 

[mm-unstable v7 09/18] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
 2022-07-12 16:54 UTC  (2+ messages)

[PATCH v2] Add ioctls to get/set the ext4 superblock uuid
 2022-07-12 15:32 UTC  (4+ messages)

[PATCH v4 1/2] namei: implemented RENAME_NEWER_MTIME flag for renameat2() conditional replace
 2022-07-11 23:10 UTC  (3+ messages)
  ` [PATCH v4 2/2] selftests: added a new target renameat2


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).