messages from 2021-07-30 07:42:25 to 2021-08-09 08:41:42 UTC [more...]
[PATCH v7 0/5] Introduce multi-preference mempolicy
2021-08-09 8:41 UTC (12+ messages)
` [PATCH v7 1/5] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v7 2/5] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [PATCH v7 3/5] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
` [PATCH v7 4/5] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY
` [PATCH v7 5/5] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
[PATCH] uapi: expose enum pid_type
2021-08-09 8:04 UTC (2+ messages)
[PATCH v7 1/2] mm: introduce process_mrelease system call
2021-08-08 16:13 UTC (13+ messages)
` [PATCH v7 2/2] mm: wire up syscall process_mrelease
[PATCH v8 1/2] mm: introduce process_mrelease system call
2021-08-08 16:08 UTC (2+ messages)
` [PATCH v8 2/2] mm: wire up syscall process_mrelease
[PATCH v4 0/5] Add pidfd support to the fanotify API
2021-08-08 5:26 UTC (6+ messages)
` [PATCH v4 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH v4 2/5] kernel/pid.c: implement additional checks upon pidfd_create() parameters
` [PATCH v4 3/5] fanotify: minor cosmetic adjustments to fid labels
` [PATCH v4 4/5] fanotify: introduce a generic info record copying helper
` [PATCH v4 5/5] fanotify: add pidfd support to the fanotify API
[PATCH v3] uapi: expose enum pid_type as enum __kernel_pidtype
2021-08-07 14:48 UTC (2+ messages)
[PATCH v2] uapi: expose enum pid_type as enum __kernel_pidtype
2021-08-07 11:01 UTC (2+ messages)
[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
2021-08-06 17:57 UTC (44+ messages)
` [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 02/16] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [PATCH 03/16] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 05/16] huge tmpfs: move shmem_huge_enabled() upwards
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)
` [PATCH 09/16] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file
` [PATCH 11/16] tmpfs: fcntl(fd, F_MEM_LOCKED) to test if memlocked
` [PATCH 12/16] tmpfs: refuse memlock when fallocated beyond i_size
` [PATCH 13/16] mm: bool user_shm_lock(loff_t size, struct ucounts *)
` [PATCH 14/16] mm: user_shm_lock(,,getuc) and user_shm_unlock(,,putuc)
` [PATCH 15/16] tmpfs: permit changing size of memlocked file
` [PATCH 16/16] memfd: memfd_create(name, MFD_MEM_LOCK) for memlocked shmem
[PATCH 0/4 v0.4] sched/umcg: RFC UMCG patchset
2021-08-06 17:25 UTC (11+ messages)
` [PATCH 1/4 v0.4] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [PATCH 2/4 v0.4] sched/umcg: RFC: add userspace atomic helpers
` [PATCH 3/4 v0.4] sched/umcg: add Documentation/userspace-api/umcg.rst
` [PATCH 4/4 v0.4] sched/umcg: RFC: implement UMCG syscalls
[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
2021-08-06 15:51 UTC (7+ messages)
` [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v5 05/14] scsi: mpt3sas: "
[PATCH v2] arm64: allow TCR_EL1.TBID0 to be configured
2021-08-06 1:48 UTC (7+ messages)
[PATCH 0/4] futex2: Add wait on multiple futexes syscall
2021-08-05 19:04 UTC (5+ messages)
` [PATCH 1/4] futex: Prepare for futex_wait_multiple()
` [PATCH 2/4] futex2: Implement vectorized wait
` [PATCH 3/4] selftests: futex2: Add waitv test
` [PATCH 4/4] futex2: Documentation: Document futex_waitv() uAPI
[PATCH] pipe: increase minimum default pipe size to 2 pages
2021-08-05 17:41 UTC (4+ messages)
[PATCH v6 1/2] mm: introduce process_mrelease system call
2021-08-05 17:11 UTC (10+ messages)
` [PATCH v6 2/2] mm: wire up syscall process_mrelease
[PATCH 18/19] sched: prctl() core-scheduling interface
2021-08-05 17:00 UTC (2+ messages)
[PATCH v5 00/23] File system wide monitoring
2021-08-05 15:55 UTC (39+ messages)
` [PATCH v5 01/23] fsnotify: Don't insert unmergeable events in hashtable
` [PATCH v5 02/23] fanotify: Fold event size calculation to its own function
` [PATCH v5 03/23] fanotify: Split fsid check from other fid mode checks
` [PATCH v5 04/23] fsnotify: Reserve mark bits for backends
` [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache
` [PATCH v5 06/23] inotify: Don't force FS_IN_IGNORED
` [PATCH v5 07/23] fsnotify: Add helper to detect overflow_event
` [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event
` [PATCH v5 09/23] fsnotify: Support passing argument to insert callback on add_event
` [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode
` [PATCH v5 11/23] fsnotify: Support FS_ERROR event type
` [PATCH v5 12/23] fanotify: Expose helper to estimate file handle encoding length
` [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events
` [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided
` [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event
` [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR
` [PATCH v5 17/23] fanotify: Preallocate per superblock mark error event
` [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events
` [PATCH v5 19/23] fanotify: Report fid info for file related file system errors
` [PATCH v5 20/23] fanotify: Emit generic error info type for error event
` [PATCH v5 21/23] ext4: Send notifications on error
` [PATCH v5 22/23] samples: Add fs error monitoring example
` [PATCH v5 23/23] docs: Document the FAN_FS_ERROR event
[PATCH] pipe: increase minimum default pipe size to 2 pages
2021-08-05 14:40 UTC
[PATCH v3 0/5] Add pidfd support to the fanotify API
2021-08-05 8:55 UTC (21+ messages)
` [PATCH v3 5/5] fanotify: add "
[PATCH v2] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR
2021-08-05 6:35 UTC (2+ messages)
[REGRESSION?] Simultaneous writes to a reader-less, non-full pipe can hang
2021-08-04 20:04 UTC (4+ messages)
[PATCH v4 1/2] mm: introduce process_mrelease system call
2021-08-04 16:54 UTC (9+ messages)
` [PATCH v4 2/2] mm: wire up syscall process_mrelease
[PATCH v5 1/2] mm: introduce process_mrelease system call
2021-08-03 22:03 UTC (2+ messages)
` [PATCH v5 2/2] mm: wire up syscall process_mrelease
[PATCH v4] mm: Enable suspend-only swap spaces
2021-08-03 18:00 UTC (7+ messages)
[PATCH v3 1/2] mm: introduce process_mrelease system call
2021-08-02 22:16 UTC (13+ messages)
[PATCH v6 1/6] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
2021-08-02 11:47 UTC (14+ messages)
Tr: Unable to boot on multiple kernel with acpi
2021-08-01 6:05 UTC
[PATCH v5] mm: introduce reference pages
2021-07-30 17:58 UTC (2+ messages)
[PATCH] fixup! mm: simplify compat numa syscalls
2021-07-30 14:19 UTC
[PATCH v5 0/6] compat: remove compat_alloc_user_space
2021-07-30 13:35 UTC (3+ messages)
[PATCH v1] mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
2021-07-30 12:23 UTC (2+ messages)
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).