Linux API
[Prev Page][Next Page]
- Re: [PATCH v2 09/18] mips: use simpler access_ok(), (continued)
- [PATCH v2 10/18] m68k: fix access_ok for coldfire, Arnd Bergmann
- [PATCH v2 11/18] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok(), Arnd Bergmann
- [PATCH v2 13/18] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces, Arnd Bergmann
- [PATCH v2 16/18] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 17/18] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users, Arnd Bergmann
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Christophe Leroy
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Arnd Bergmann
- discovering native audit arch, Kees Cook
- [PATCH 0/2] exit: Introduce __WCHILDSIGINFO for waitid,
Kees Cook
- [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good,
Arnd Bergmann
- [PATCH 01/14] uaccess: fix integer overflow on access_ok(), Arnd Bergmann
- [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck(), Arnd Bergmann
- [PATCH 03/14] nds32: fix access_ok() checks in get/put_user, Arnd Bergmann
- [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault, Arnd Bergmann
- [PATCH 07/14] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH 04/14] x86: use more conventional access_ok() definition, Arnd Bergmann
- [PATCH 06/14] mips: use simpler access_ok(), Arnd Bergmann
- [PATCH 08/14] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH 09/14] m68k: drop custom __access_ok(), Arnd Bergmann
- [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users, Arnd Bergmann
- [PATCH 11/14] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 12/14] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 13/14] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 14/14] uaccess: drop set_fs leftovers, Arnd Bergmann
- Re: [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good, Linus Torvalds
- [RFC] Get siginfo from unreaped task,
Kees Cook
- Re: [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE,
Andy Lutomirski
- [RFC PATCH 0/7] make statx() return I/O alignment information,
Eric Biggers
- Re: [PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory,
Mike Rapoport
- [no subject], Unknown
- [no subject], Unknown
- [RFC PATCH 1/3] rseq: Introduce feature size and alignment ELF auxiliary vector entries,
Mathieu Desnoyers
- [PATCH] selftests/rseq: change type of rseq_offset to ptrdiff_t, Mathieu Desnoyers
- [PATCH v32 27/28] LSM: Add /proc attr entry for full LSM context, Casey Schaufler
- [PATCH v32 14/28] LSM: Specify which LSM to display, Casey Schaufler
- [RFC PATCH 1/3] Introduce per thread group current virtual cpu id,
Mathieu Desnoyers
- [RFC PATCH v2 1/2] rseq: extend struct rseq with numa node id,
Mathieu Desnoyers
- Re: [PATCH] exec: Force single empty string when argv is empty, Andy Lutomirski
- [RFC PATCH 1/2] rseq: extend struct rseq with numa node id,
Mathieu Desnoyers
- Re: [PATCH 2/4] net/smc: Add netlink net namespace support,
Dmitry V. Levin
- [PATCH 00/35] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack, Rick Edgecombe
- [PATCH 01/35] Documentation/x86: Add CET description, Rick Edgecombe
- [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Rick Edgecombe
- [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Rick Edgecombe
- [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Rick Edgecombe
- [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH 09/35] x86/mm: Introduce _PAGE_COW, Rick Edgecombe
- [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Rick Edgecombe
- [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW, Rick Edgecombe
- [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors, Rick Edgecombe
- [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH 06/35] x86/cet: Add control-protection fault handler, Rick Edgecombe
- [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack, Rick Edgecombe
- [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly, Rick Edgecombe
- [PATCH 18/35] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks, Rick Edgecombe
- [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack, Rick Edgecombe
- [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write, Rick Edgecombe
- [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Rick Edgecombe
- [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions, Rick Edgecombe
- [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate, Rick Edgecombe
- [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test, Rick Edgecombe
- [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size', Rick Edgecombe
- [PATCH 34/35] x86/cet/shstk: Support wrss for userspace, Rick Edgecombe
- [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs, Rick Edgecombe
- [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers, Rick Edgecombe
- [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack, Rick Edgecombe
- Re: [PATCH 00/35] Shadow stacks for userspace, Thomas Gleixner
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Adrian Reber
- Re: [PATCH 00/35] Shadow stacks for userspace, Dave Hansen
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Cyrill Gorcunov
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, Cyrill Gorcunov
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, Cyrill Gorcunov
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, H.J. Lu
- Re: [PATCH 00/35] Shadow stacks for userspace, avagin@xxxxxxxxx
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, Andy Lutomirski
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, H.J. Lu
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, H.J. Lu
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, H.J. Lu
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- Re: [PATCH 00/35] Shadow stacks for userspace, Edgecombe, Rick P
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- RE: [PATCH 00/35] Shadow stacks for userspace, David Laight
- [PATCH v4 0/3] block: show crypto capabilities in sysfs,
Eric Biggers
- [RFC PATCH 00/15] rseq uapi and selftest updates,
Mathieu Desnoyers
- [RFC PATCH 01/15] selftests/rseq: introduce own copy of rseq uapi header, Mathieu Desnoyers
- [RFC PATCH 03/15] selftests/rseq: Remove useless assignment to cpu variable, Mathieu Desnoyers
- [RFC PATCH 02/15] rseq: Remove broken uapi field layout on 32-bit little endian, Mathieu Desnoyers
- [RFC PATCH 04/15] selftests/rseq: Remove volatile from __rseq_abi, Mathieu Desnoyers
- [RFC PATCH 07/15] selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35, Mathieu Desnoyers
- [RFC PATCH 05/15] selftests/rseq: Introduce rseq_get_abi() helper, Mathieu Desnoyers
- [RFC PATCH 06/15] selftests/rseq: Introduce thread pointer getters, Mathieu Desnoyers
- [RFC PATCH 08/15] selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian, Mathieu Desnoyers
- [RFC PATCH 09/15] selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store, Mathieu Desnoyers
- [RFC PATCH 10/15] selftests/rseq: Fix ppc32 offsets by using long rather than off_t, Mathieu Desnoyers
- [RFC PATCH 12/15] selftests/rseq: Remove arm/mips asm goto compiler work-around, Mathieu Desnoyers
- [RFC PATCH 11/15] selftests/rseq: Fix warnings about #if checks of undefined tokens, Mathieu Desnoyers
- [RFC PATCH 15/15] selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area, Mathieu Desnoyers
- [RFC PATCH 14/15] selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area, Mathieu Desnoyers
- [RFC PATCH 13/15] selftests/rseq: Fix: work-around asm goto compiler bugs, Mathieu Desnoyers
- Re: [RFC PATCH 00/15] rseq uapi and selftest updates, Peter Zijlstra
- [RFC PATCH] rseq: Fix broken uapi field layout on 32-bit little endian,
Mathieu Desnoyers
- Re: [RFC PATCH 0/6] Add support for shared PTEs across processes,
Mike Rapoport
- [merged] mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch removed from -mm tree, akpm
- [merged] mm-mempolicy-add-set_mempolicy_home_node-syscall.patch removed from -mm tree, akpm
- [merged] mm-mempolicy-use-policy_node-helper-with-mpol_preferred_many.patch removed from -mm tree, akpm
- [RFC PATCH] selftests: Rewrite RLIMIT_NPROC checks (in user namespaces), Michal Koutný
- [RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups,
Peter Zijlstra
- [RFC PATCH 0/5] RSEQ selftests uplift for glibc-2.35 compatibility,
Mathieu Desnoyers
- Re: [PATCH v2 2/2] sched/tracing: Add TASK_RTLOCK_WAIT to TASK_REPORT,
Eric W. Biederman
- [PATCH v3 0/6] Qualcomm custom compressed pixfmt,
Stanimir Varbanov
- [patch 098/146] mm/mempolicy: wire up syscall set_mempolicy_home_node, Andrew Morton
- [patch 097/146] mm/mempolicy: add set_mempolicy_home_node syscall, Andrew Morton
- [patch 096/146] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY, Andrew Morton
- [RFC PATCH v2 0/5] User Managed Concurrency Groups,
Peter Oskolkov
- [PATCH] fs/open: add new RESOLVE_EMPTY_PATH flag for openat2,
Andrey Zhadchenko
- Re: [bug report] NFS: Support statx_get and statx_set ioctls,
Amir Goldstein
- [RFC PATCH v2 1/2] rseq: x86: implement abort-at-ip extension,
Mathieu Desnoyers
- [PATCH v2] sysinfo: include availram field in sysinfo struct,
Pintu Kumar
- [RFC PATCH] rseq: x86: implement abort-at-ip extension,
Mathieu Desnoyers
- Re: [PATCH] sysinfo: include availram field in sysinfo struct,
Vlastimil Babka
- [PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall,
Florian Weimer
- [PATCH v18 0/4] Add trusted_for(2) (was O_MAYEXEC),
Mickaël Salaün
- [PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall,
Florian Weimer
- [PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount,
Christian Brauner
- [RFC][PATCH 0/3] sched: User Managed Concurrency Groups,
Peter Zijlstra
- [PATCH v31 27/28] LSM: Add /proc attr entry for full LSM context, Casey Schaufler
- [PATCH v31 14/28] LSM: Specify which LSM to display,
Casey Schaufler
- [PATCH 8/8] signal: Remove the helper signal_group_exit, Eric W. Biederman
- [PATCH 7/8] signal: Rename group_exit_task group_exec_task, Eric W. Biederman
- [PATCH 5/8] signal: Remove SIGNAL_GROUP_COREDUMP, Eric W. Biederman
- [PATCH 6/8] coredump: Stop setting signal->group_exit_task, Eric W. Biederman
- [PATCH 4/8] signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process, Eric W. Biederman
- [PATCH 3/8] signal: Have the oom killer detect coredumps using signal->core_state, Eric W. Biederman
- [PATCH 2/8] signal: Drop signals received after a fatal signal has been processed, Eric W. Biederman
- [PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case,
Eric W. Biederman
[PATCH 0/8] signal: Cleanup of the signal->flags,
Eric W. Biederman
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]