linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 11:33:35 to 2021-08-12 08:45:02 UTC [more...]

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-12  8:43 UTC  (3+ messages)
` [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()
` [PATCH v1 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file

[PATCH v5 00/23] File system wide monitoring
 2021-08-11 21:12 UTC  (41+ 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 v7 0/5] Introduce multi-preference mempolicy
 2021-08-11  1:37 UTC  (19+ 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] mm/hugetlb: Initialize page to NULL in alloc_buddy_huge_page_with_mpol()
` [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 v4 0/5] Add pidfd support to the fanotify API
 2021-08-11  1:22 UTC  (8+ 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 v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-10 16:51 UTC  (13+ messages)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-10 16:07 UTC  (4+ messages)
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32

[RFC] genirq: Add effective CPU index retrieving interface
 2021-08-10 14:35 UTC  (3+ messages)

Semantics of SECCOMP_MODE_STRICT?
 2021-08-10  2:07 UTC  (4+ messages)
  ` [PATCH] seccomp.2: Clarify that bad system calls kill the thread

[PATCH v8 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:56 UTC  (8+ messages)
` [PATCH v8 2/2] mm: wire up syscall process_mrelease

[PATCH v9 1/2] mm: introduce process_mrelease system call
 2021-08-09 18:52 UTC  (2+ messages)
` [PATCH v9 2/2] mm: wire up syscall process_mrelease

[PATCH 3/4 v0.4] sched/umcg: add Documentation/userspace-api/umcg.rst
 2021-08-09 14:15 UTC  (6+ messages)

[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 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  (29+ messages)
` [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [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 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file

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

[PATCH 4/4 v0.4] sched/umcg: RFC: implement UMCG syscalls
 2021-08-04 23:30 UTC  (3+ 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  (6+ 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  (12+ 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).