messages from 2022-02-18 15:48:12 to 2022-03-28 20:17:05 UTC [more...]
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-03-28 20:16 UTC (21+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag
Koszty instalacji fotowoltaicznej
2022-03-28 7:46 UTC
[RFC PATCH] getvalues(2) prototype
2022-03-27 21:03 UTC (37+ messages)
[PATCH -next] uaccess: fix __access_ok limit setup in compat mode
2022-03-23 10:34 UTC (3+ messages)
[PATCH 0/8] signal: Cleanup of the signal->flags
2022-03-18 19:43 UTC (20+ messages)
` [PATCH 00/17] exit: Making task exiting a first class concept
` [PATCH 00/13] Removing tracehook.h
` [PATCH 0/2] ptrace: Making the ptrace changes atomic
` [PATCH 1/2] ptrace: Move setting/clearing ptrace_message into ptrace_stop
` [PATCH 2/2] ptrace: Return the signal to continue with from ptrace_stop
Wycena paneli fotowoltaicznych
2022-03-18 8:41 UTC
Regression of madvise(MADV_COLD) on shmem?
2022-03-11 0:09 UTC (8+ messages)
[PATCH v33 14/29] LSM: Specify which LSM to display
2022-03-10 23:46 UTC (2+ messages)
` [PATCH v33 28/29] LSM: Add /proc attr entry for full LSM context
[RFC PATCH 5/7] serial: termbits: ADDRB to indicate 9th bit addressing mode
2022-03-10 14:09 UTC (7+ messages)
` [RFC PATCH 6/7] serial: General support for multipoint addresses
[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
2022-03-08 15:31 UTC (4+ messages)
[PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
2022-03-08 12:17 UTC (8+ messages)
Napływ Klientów ze strony
2022-03-08 8:45 UTC
Wycena paneli fotowoltaicznych
2022-03-08 8:29 UTC
[PATCH 00/35] Shadow stacks for userspace
2022-03-07 22:21 UTC (21+ messages)
[PATCH v4 0/6] Qualcomm custom compressed pixfmt
2022-03-03 15:06 UTC (7+ messages)
` [PATCH v4 1/6] v4l: Add Qualcomm custom compressed pixel formats
` [PATCH v4 2/6] venus: helpers: Add helper to check supported "
` [PATCH v4 3/6] venus: Add a handling of QC08C compressed format
` [PATCH v4 4/6] venus: hfi_platform: Correct supported "
` [PATCH v4 5/6] venus: Add a handling of QC10C "
` [PATCH v4 6/6] venus: vdec: Use output resolution on reconfigure
[PATCH] sched/numa: add per-process numa_balancing
2022-03-03 2:40 UTC (2+ messages)
[PATCH v2 0/5] ucounts: RLIMIT_NPROC fixes
2022-03-03 0:30 UTC (18+ messages)
` [GIT PULL] ucounts: RLIMIT_NPROC fixes for v5.17
` [GIT PULL] ucounts: Regression fix "
` How should rlimits, suid exec, and capabilities interact?
` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression
[PATCH v4 6/6] io_uring: add support for zone-append
2022-03-02 20:51 UTC (26+ messages)
[PATCH v4 0/3] block: show crypto capabilities in sysfs
2022-02-28 13:40 UTC (4+ messages)
[PATCH v1 0/7] Minor Landlock fixes and new tests
2022-02-28 7:59 UTC (10+ messages)
` [PATCH v1 1/7] landlock: Fix landlock_add_rule(2) documentation
` [PATCH v1 2/7] landlock: Fix landlock_add_rule(2) signature
` [PATCH v1 3/7] selftest/landlock: Make tests build with old libc
` [PATCH v1 4/7] selftest/landlock: Extend tests for minimal valid attribute size
` [PATCH v1 5/7] selftest/landlock: Add tests for unknown access rights
` [PATCH v1 6/7] selftest/landlock: Extend access right tests to directories
` [PATCH v1 7/7] selftest/landlock: Fully test file rename with "remove" access
[RFC PATCH v2 00/11] RSEQ node id and virtual cpu id extensions
2022-02-25 21:21 UTC (19+ messages)
` [RFC PATCH v2 01/11] rseq: Introduce feature size and alignment ELF auxiliary vector entries
` [RFC PATCH v2 02/11] rseq: Introduce extensible rseq ABI
` [RFC PATCH v2 03/11] rseq: extend struct rseq with numa node id
` [RFC PATCH v2 04/11] selftests/rseq: Use ELF auxiliary vector for extensible rseq
` [RFC PATCH v2 05/11] selftests/rseq: Implement rseq numa node id field selftest
` [RFC PATCH v2 06/11] lib: invert _find_next_bit source arguments
` [RFC PATCH v2 07/11] lib: implement find_{first,next}_{zero,one}_and_zero_bit
` [RFC PATCH v2 08/11] cpumask: implement cpumask_{first,next}_{zero,one}_and_zero
` [RFC PATCH v2 09/11] sched: Introduce per memory space current virtual cpu id
` [RFC PATCH v3 "
` [RFC PATCH v2 10/11] rseq: extend struct rseq with per memory space vcpu id
` [RFC PATCH v2 11/11] selftests/rseq: Implement rseq vm_vcpu_id field support
Wycena paneli fotowoltaicznych
2022-02-25 7:45 UTC
[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
2022-02-25 4:33 UTC (29+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users
Ruch z pierwszej pozycji w Google
2022-02-24 9:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).