linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-21 17:59:00 to 2022-08-16 11:55:10 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-16 11:33 UTC  (80+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [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 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH v4] MIPS: Expose prid and globalnumber to sysfs
 2022-08-16  9:21 UTC  (2+ messages)

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-16  9:03 UTC  (24+ 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 v3] MIPS: Expose prid and globalnumber to sysfs
 2022-08-16  5:27 UTC  (2+ messages)

[PATCH mm-unstable 0/9] mm: add file/shmem support to MADV_COLLAPSE
 2022-08-15 17:09 UTC  (13+ messages)
` [PATCH mm-unstable 1/9] mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
` [PATCH mm-unstable 2/9] mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmds
` [PATCH mm-unstable 3/9] mm/madvise: add file and shmem support to MADV_COLLAPSE
` [PATCH mm-unstable 4/9] mm/khugepaged: add tracepoint to hpage_collapse_scan_file()
` [PATCH mm-unstable 5/9] selftests/vm: dedup THP helpers
` [PATCH mm-unstable 6/9] selftests/vm: modularize thp collapse memory operations
` [PATCH mm-unstable 7/9] selftests/vm: add thp collapse file and tmpfs testing
` [PATCH mm-unstable 8/9] selftests/vm: add thp collapse shmem testing
` [PATCH mm-unstable 9/9] selftests/vm: add selftest for MADV_COLLAPSE of uffd-minor memory

[PATCH v2] kernel/sys_ni: add compat entry for fadvise64_64
 2022-08-13 17:44 UTC  (4+ messages)

[PATCH v2] MIPS: Expose prid and globalnumber to sysfs
 2022-08-12 16:43 UTC  (4+ messages)

[PATCH 0/5] Add process_memwatch syscall
 2022-08-10 17:05 UTC  (13+ 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

Concord Ropes "In der Stadt Bad Homburg vor der Hohe wurden mehr als 837 Menschen Millionare"
 2022-08-10 10:26 UTC 

[PATCH v3 00/23] RSEQ node id and virtual cpu id extensions
 2022-08-10 13:27 UTC  (31+ 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

[RFC][PATCH] uapi: Remove the inclusion of linux/mount.h from uapi/linux/fs.h
 2022-08-10 13:01 UTC  (5+ messages)

[PATCH v4 0/4] fanotify: Allow user space to pass back additional audit info
 2022-08-10  6:22 UTC  (2+ messages)
  ` [PATCH v4 2/4] fanotify: define struct members to hold response decision context

[PATCH] MIPS: Expose prid and globalnumber to sysfs
 2022-08-09 12:08 UTC  (2+ messages)

Urna Contact "Der Preisverfall von Bitcoin macht Sie zum Millionar"
 2022-08-08  5:50 UTC 

Myrte Aromatherapy school "CRYPTOCURRENCY DROP WILL MAKE YOU A BILLIONAIRE"
 2022-08-07  4:06 UTC 

Oncepts, LLC "CRYPTOCURRENCY WILL MAKE YOU A MILLIONAIRE"
 2022-08-05  6:21 UTC 

[M3PCS] CRYPTOCURRENCY WILL MAKE YOU A BILLIONAIRE
 2022-08-04 22:11 UTC 

[PATCH mm-unstable] mm/madvise: remove CAP_SYS_ADMIN requirement for process_madvise(MADV_COLLAPSE)
 2022-08-04 17:46 UTC  (6+ 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/3] initramfs: add support for xattrs in the initial ram disk
 2022-07-30  9:39 UTC  (17+ messages)

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

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


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