Linux API
[Prev Page][Next Page]
- [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib(), (continued)
- [PATCH v1 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib(), David Hildenbrand
- [PATCH v1 2/7] kernel/fork: factor out atomcially replacing the current MM exe_file, David Hildenbrand
- [PATCH v1 3/7] kernel/fork: always deny write access to current MM exe_file, David Hildenbrand
- [PATCH v1 4/7] binfmt: remove in-tree usage of MAP_DENYWRITE, David Hildenbrand
- [PATCH v1 5/7] mm: remove VM_DENYWRITE, David Hildenbrand
- [PATCH v1 6/7] mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff(), David Hildenbrand
- [PATCH v1 7/7] fs: update documentation of get_write_access() and friends, David Hildenbrand
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Florian Weimer
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Eric W. Biederman
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Andy Lutomirski
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Eric W. Biederman
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Andy Lutomirski
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Florian Weimer
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Linus Torvalds
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Eric W. Biederman
- RE: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, David Laight
- Message not available
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Linus Torvalds
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Andy Lutomirski
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Linus Torvalds
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Matthew Wilcox
- Removing Mandatory Locks, Eric W. Biederman
- Re: Removing Mandatory Locks, David Hildenbrand
- Re: Removing Mandatory Locks, Rodrigo Campos
- Re: Removing Mandatory Locks, Jeff Layton
- Re: Removing Mandatory Locks, Linus Torvalds
- Re: Removing Mandatory Locks, Eric Biggers
- Re: Removing Mandatory Locks, Jeff Layton
- Re: Removing Mandatory Locks, Linus Torvalds
- Re: Removing Mandatory Locks, Jeff Layton
- Re: Removing Mandatory Locks, Linus Torvalds
- RE: Removing Mandatory Locks, David Laight
- Re: Removing Mandatory Locks, Geert Uytterhoeven
- RE: Removing Mandatory Locks, David Laight
- Re: Removing Mandatory Locks, Steven Rostedt
- Re: Removing Mandatory Locks, Linus Torvalds
- Re: Removing Mandatory Locks, Matthew Wilcox
- Re: Removing Mandatory Locks, Amir Goldstein
- Re: Removing Mandatory Locks, Amir Goldstein
- Re: Removing Mandatory Locks, Jeff Layton
- Re: Removing Mandatory Locks, Willy Tarreau
- Re: Removing Mandatory Locks, Jeff Layton
- Re: Removing Mandatory Locks, Willy Tarreau
- Re: Removing Mandatory Locks, Kees Cook
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, Christian Brauner
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, J. Bruce Fields
- Re: [PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE, David Hildenbrand
[PATCH v9 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
[PATCH v8 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
[PATCH v4 0/5] Add pidfd support to the fanotify API,
Matthew Bobrowski
[PATCH v3] uapi: expose enum pid_type as enum __kernel_pidtype,
Eugene Syromiatnikov
[PATCH v2] uapi: expose enum pid_type as enum __kernel_pidtype,
Eugene Syromiatnikov
[PATCH] uapi: expose enum pid_type,
Eugene Syromiatnikov
[PATCH 0/4] futex2: Add wait on multiple futexes syscall,
André Almeida
[PATCH v7 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
Re: [PATCH 18/19] sched: prctl() core-scheduling interface,
Eugene Syromiatnikov
[PATCH] pipe: increase minimum default pipe size to 2 pages,
Alex Xu (Hello71)
[PATCH v6 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
[PATCH v2] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR,
Gabriel Krisman Bertazi
[PATCH v5 00/23] File system wide monitoring,
Gabriel Krisman Bertazi
- [PATCH v5 01/23] fsnotify: Don't insert unmergeable events in hashtable, Gabriel Krisman Bertazi
- [PATCH v5 02/23] fanotify: Fold event size calculation to its own function, Gabriel Krisman Bertazi
- [PATCH v5 03/23] fanotify: Split fsid check from other fid mode checks, Gabriel Krisman Bertazi
- [PATCH v5 04/23] fsnotify: Reserve mark bits for backends, Gabriel Krisman Bertazi
- [PATCH v5 05/23] fanotify: Split superblock marks out to a new cache, Gabriel Krisman Bertazi
- [PATCH v5 06/23] inotify: Don't force FS_IN_IGNORED, Gabriel Krisman Bertazi
- [PATCH v5 07/23] fsnotify: Add helper to detect overflow_event, Gabriel Krisman Bertazi
- [PATCH v5 08/23] fsnotify: Add wrapper around fsnotify_add_event, Gabriel Krisman Bertazi
- [PATCH v5 09/23] fsnotify: Support passing argument to insert callback on add_event, Gabriel Krisman Bertazi
- [PATCH v5 10/23] fsnotify: Allow events reported with an empty inode, Gabriel Krisman Bertazi
- [PATCH v5 11/23] fsnotify: Support FS_ERROR event type, Gabriel Krisman Bertazi
- [PATCH v5 12/23] fanotify: Expose helper to estimate file handle encoding length, Gabriel Krisman Bertazi
- [PATCH v5 13/23] fanotify: Allow file handle encoding for unhashed events, Gabriel Krisman Bertazi
- [PATCH v5 14/23] fanotify: Encode invalid file handler when no inode is provided, Gabriel Krisman Bertazi
- [PATCH v5 15/23] fanotify: Require fid_mode for any non-fd event, Gabriel Krisman Bertazi
- [PATCH v5 16/23] fanotify: Reserve UAPI bits for FAN_FS_ERROR, Gabriel Krisman Bertazi
- [PATCH v5 17/23] fanotify: Preallocate per superblock mark error event, Gabriel Krisman Bertazi
- [PATCH v5 18/23] fanotify: Handle FAN_FS_ERROR events, Gabriel Krisman Bertazi
- [PATCH v5 19/23] fanotify: Report fid info for file related file system errors, Gabriel Krisman Bertazi
- [PATCH v5 20/23] fanotify: Emit generic error info type for error event, Gabriel Krisman Bertazi
- [PATCH v5 21/23] ext4: Send notifications on error, Gabriel Krisman Bertazi
- [PATCH v5 22/23] samples: Add fs error monitoring example, Gabriel Krisman Bertazi
- [PATCH v5 23/23] docs: Document the FAN_FS_ERROR event, Gabriel Krisman Bertazi
[REGRESSION?] Simultaneous writes to a reader-less, non-full pipe can hang,
Alex Xu (Hello71)
[PATCH v5 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
[PATCH v7 0/5] Introduce multi-preference mempolicy,
Feng Tang
[PATCH v4 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
[PATCH 0/4 v0.4] sched/umcg: RFC UMCG patchset,
Peter Oskolkov
Re: Tr: Unable to boot on multiple kernel with acpi, Greg KH
[PATCH] fixup! mm: simplify compat numa syscalls, Arnd Bergmann
[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds,
Hugh Dickins
- [PATCH 01/16] huge tmpfs: fix fallocate(vanilla) advance over huge pages, Hugh Dickins
- [PATCH 02/16] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE, Hugh Dickins
- [PATCH 03/16] huge tmpfs: remove shrinklist addition from shmem_setattr(), Hugh Dickins
- [PATCH 04/16] huge tmpfs: revert shmem's use of transhuge_vma_enabled(), Hugh Dickins
- [PATCH 05/16] huge tmpfs: move shmem_huge_enabled() upwards, Hugh Dickins
- [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index), Hugh Dickins
- [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages, Hugh Dickins
- [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE), Hugh Dickins
- [PATCH 09/16] huge tmpfs: decide stat.st_blksize by shmem_is_huge(), Hugh Dickins
- [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file, Hugh Dickins
- [PATCH 11/16] tmpfs: fcntl(fd, F_MEM_LOCKED) to test if memlocked, Hugh Dickins
- [PATCH 12/16] tmpfs: refuse memlock when fallocated beyond i_size, Hugh Dickins
- [PATCH 13/16] mm: bool user_shm_lock(loff_t size, struct ucounts *), Hugh Dickins
- [PATCH 14/16] mm: user_shm_lock(,,getuc) and user_shm_unlock(,,putuc), Hugh Dickins
- [PATCH 15/16] tmpfs: permit changing size of memlocked file, Hugh Dickins
- [PATCH 16/16] memfd: memfd_create(name, MFD_MEM_LOCK) for memlocked shmem, Hugh Dickins
[PATCH] corrent sys_reboot annotation,
Wang Zi-cheng
[PATCH v2] man2: new page describing memfd_secret() system call,
Mike Rapoport
Re: FAN_REPORT_CHILD_FID, Amir Goldstein
[PATCH v5 0/6] compat: remove compat_alloc_user_space,
Arnd Bergmann
[PATCH] man2: new page describing memfd_secret() system call,
Mike Rapoport
[PATCH v4] mm: Enable suspend-only swap spaces,
Evan Green
[PATCH v1] mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE),
David Hildenbrand
[PATCH v3 1/2] mm: introduce process_mrelease system call,
Suren Baghdasaryan
Re: [PATCH v3 1/2] mm: introduce process_mrelease system call, Michal Hocko
[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32, Yu-cheng Yu
- [PATCH v28 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v28 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v28 01/10] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v28 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support, Yu-cheng Yu
- [PATCH v28 06/10] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v28 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO, Yu-cheng Yu
- [PATCH v28 08/10] x86/vdso: Introduce ENDBR macro, Yu-cheng Yu
- [PATCH v28 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave, Yu-cheng Yu
- [PATCH v28 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point, Yu-cheng Yu
[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v28 01/32] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v28 06/32] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v28 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Yu-cheng Yu
- [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v28 19/32] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v28 18/32] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v28 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size', Yu-cheng Yu
- [PATCH v28 23/32] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v28 27/32] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v28 28/32] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v28 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v28 31/32] mm: Update arch_validate_flags() to test vma anonymous, Yu-cheng Yu
- [PATCH v28 15/32] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v28 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v28 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack, Yu-cheng Yu
- Re: [PATCH v28 00/32] Control-flow Enforcement: Shadow Stack, Dave Hansen
[PATCH v28 24/25] LSM: Add /proc attr entry for full LSM context, Casey Schaufler
[PATCH v28 14/25] LSM: Specify which LSM to display, Casey Schaufler
[PATCH v3] mm: Enable suspend-only swap spaces,
Evan Green
[PATCH v3 0/5] Add pidfd support to the fanotify API,
Matthew Bobrowski
[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint(),
Nitesh Narayan Lal
- [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints, Nitesh Narayan Lal
- [PATCH v5 02/14] iavf: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 07/14] enic: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 09/14] ixgbe: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 12/14] hinic: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v5 11/14] scsi: lpfc: Use irq_set_affinity, Nitesh Narayan Lal
- [PATCH v5 13/14] net/mlx5: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v5 14/14] net/mlx4: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 08/14] be2net: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 10/14] mailbox: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 06/14] RDMA/irdma: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v5 05/14] scsi: mpt3sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v5 03/14] i40e: Use irq_update_affinity_hint, Nitesh Narayan Lal
Re: [PATCH] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR,
Amir Goldstein
[PATCH v4 00/14] genirq: Cleanup the usage of irq_set_affinity_hint,
Nitesh Narayan Lal
- [PATCH v4 01/14] genirq: Provide new interfaces for affinity hints, Nitesh Narayan Lal
- [PATCH v4 02/14] iavf: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 03/14] i40e: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v4 05/14] scsi: mpt3sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v4 06/14] RDMA/irdma: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 07/14] enic: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 08/14] be2net: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 09/14] ixgbe: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 10/14] mailbox: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 11/14] scsi: lpfc: Use irq_set_affinity, Nitesh Narayan Lal
- [PATCH v4 13/14] net/mlx5: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v4 14/14] net/mlx4: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v4 12/14] hinic: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
[PATCH v2 1/3] mm, oom: move task_will_free_mem up in the file to be used in process_mrelease,
Suren Baghdasaryan
[PATCH] refpage_create.2: Document refpage_create(2),
Peter Collingbourne
[PATCH v5] mm: introduce reference pages,
Peter Collingbourne
[RFC PATCH 0/4 v0.3] sched/UMCG,
Peter Oskolkov
[PATCH v4] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol,
Peter Collingbourne
[PATCH v5 1/2] move_mount: allow to add a mount into an existing group,
Pavel Tikhomirov
[PATCH v4 1/2] move_mount: allow to add a mount into an existing group,
Pavel Tikhomirov
[PATCH v3 1/2] move_mount: allow to add a mount into an existing group,
Pavel Tikhomirov
[PATCH v3 00/14] genirq: Cleanup the usage of irq_set_affinity_hint,
Nitesh Narayan Lal
- [PATCH v3 01/14] genirq: Provide new interfaces for affinity hints, Nitesh Narayan Lal
- [PATCH v3 02/14] iavf: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 03/14] i40e: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v3 05/14] scsi: mpt3sas: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v3 06/14] RDMA/irdma: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v3 07/14] enic: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 08/14] be2net: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 09/14] ixgbe: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 10/14] mailbox: Use irq_update_affinity_hint, Nitesh Narayan Lal
- [PATCH v3 11/14] scsi: lpfc: Use irq_set_affinity, Nitesh Narayan Lal
- [PATCH v3 12/14] hinic: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v3 13/14] net/mlx5: Use irq_set_affinity_and_hint, Nitesh Narayan Lal
- [PATCH v3 14/14] net/mlx4: Use irq_update_affinity_hint, Nitesh Narayan Lal
[PATCH v2] move_mount: allow to add a mount into an existing group,
Pavel Tikhomirov
[PATCH v3] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol,
Peter Collingbourne
[PATCH v1] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE,
David Hildenbrand
[PATCH v6 0/6] Introduce multi-preference mempolicy,
Feng Tang
Re: [PATCH v2] mm: Enable suspend-only swap spaces,
Michal Hocko
[PATCH v5 00/11] Add futex2 syscalls,
André Almeida
- [PATCH v5 01/11] futex2: Implement wait and wake functions, André Almeida
- [PATCH v5 02/11] futex2: Implement vectorized wait, André Almeida
- [PATCH v5 03/11] futex2: Implement requeue operation, André Almeida
- [PATCH v5 04/11] docs: locking: futex2: Add documentation, André Almeida
- [PATCH v5 05/11] selftests: futex2: Add wake/wait test, André Almeida
- [PATCH v5 06/11] selftests: futex2: Add timeout test, André Almeida
- [PATCH v5 07/11] selftests: futex2: Add wouldblock test, André Almeida
- [PATCH v5 08/11] selftests: futex2: Add waitv test, André Almeida
- [PATCH v5 09/11] selftests: futex2: Add requeue test, André Almeida
- [PATCH v5 10/11] perf bench: Add futex2 benchmark tests, André Almeida
- [PATCH v5 11/11] kernel: Enable waitpid() for futex2, André Almeida
[RFC PATCH 0/3 v0.2] RFC: sched/UMCG,
Peter Oskolkov
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]