messages from 2022-01-20 21:27:14 to 2022-02-08 01:48:04 UTC [more...]
[PATCH 00/35] Shadow stacks for userspace
2022-02-08 1:31 UTC (68+ messages)
` [PATCH 01/35] Documentation/x86: Add CET description
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH 09/35] x86/mm: Introduce _PAGE_COW
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate
` [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap()
` [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers
` [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack
` [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack
` [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions
` [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test
` [PATCH 34/35] x86/cet/shstk: Support wrss for userspace
` [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs
[RFC PATCH 1/3] rseq: Introduce feature size and alignment ELF auxiliary vector entries
2022-02-07 16:39 UTC (7+ messages)
` [RFC PATCH 2/3] rseq: Introduce extensible rseq ABI
` [RFC PATCH 3/3] rseq: extend struct rseq with numa node id
[RFC PATCH 1/3] Introduce per thread group current virtual cpu id
2022-02-03 15:53 UTC (14+ messages)
` [RFC PATCH 2/3] rseq: extend struct rseq with per thread group vcpu id
` [RFC PATCH 3/3] selftests/rseq: Implement rseq tg_vcpu_id field support
[PATCH] selftests/rseq: change type of rseq_offset to ptrdiff_t
2022-02-03 15:05 UTC
[PATCH v32 14/28] LSM: Specify which LSM to display
2022-02-02 23:53 UTC (2+ messages)
` [PATCH v32 27/28] LSM: Add /proc attr entry for full LSM context
Prezentacja
2022-02-02 9:25 UTC
[PATCH 2/4] net/smc: Add netlink net namespace support
2022-02-02 7:26 UTC (4+ messages)
` [PATCH] Partially revert "net/smc: Add netlink net namespace support"
[RFC PATCH v2 1/2] rseq: extend struct rseq with numa node id
2022-02-01 20:36 UTC (4+ messages)
` [RFC PATCH v2 2/2] selftests/rseq: Implement rseq numa node id field selftest
[RFC PATCH 1/2] rseq: extend struct rseq with numa node id
2022-02-01 12:11 UTC (9+ messages)
` [RFC PATCH 2/2] selftests/rseq: Implement rseq numa node id field selftest
[PATCH] exec: Force single empty string when argv is empty
2022-02-01 2:00 UTC
[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
2022-01-28 16:29 UTC (46+ messages)
` [RFC][PATCH v2 1/5] mm: Avoid unmapping pinned pages
` [RFC][PATCH v2 2/5] entry,x86: Create common IRQ operations for exceptions
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups
[RFC PATCH 00/15] rseq uapi and selftest updates
2022-01-28 8:52 UTC (26+ messages)
` [RFC PATCH 01/15] selftests/rseq: introduce own copy of rseq uapi header
` [RFC PATCH 02/15] rseq: Remove broken uapi field layout on 32-bit little endian
` [RFC PATCH v2] "
` [RFC PATCH 03/15] selftests/rseq: Remove useless assignment to cpu variable
` [RFC PATCH 04/15] selftests/rseq: Remove volatile from __rseq_abi
` [RFC PATCH 05/15] selftests/rseq: Introduce rseq_get_abi() helper
` [RFC PATCH 06/15] selftests/rseq: Introduce thread pointer getters
` [RFC PATCH 07/15] selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35
` [RFC PATCH 08/15] selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian
` [RFC PATCH 09/15] selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store
` [RFC PATCH 10/15] selftests/rseq: Fix ppc32 offsets by using long rather than off_t
` [RFC PATCH 11/15] selftests/rseq: Fix warnings about #if checks of undefined tokens
` [RFC PATCH 12/15] selftests/rseq: Remove arm/mips asm goto compiler work-around
` [RFC PATCH 13/15] selftests/rseq: Fix: work-around asm goto compiler bugs
` [RFC PATCH 14/15] selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area
` [RFC PATCH 15/15] selftests/rseq: x86-32: use %gs "
[RFC PATCH v2 0/5] User Managed Concurrency Groups
2022-01-27 17:20 UTC (6+ messages)
` [RFC PATCH v2 4/5] sched: UMCG: add a blocked worker list
` [RFC PATCH v2 5/5] sched: UMCG: allow to sys_umcg_kick UMCG servers
[PATCH 1/8] signal: Make SIGKILL during coredumps an explicit special case
2022-01-26 15:06 UTC (12+ messages)
Wycena paneli fotowoltaicznych
2022-01-25 9:10 UTC
[PATCH v4 0/3] block: show crypto capabilities in sysfs
2022-01-25 7:26 UTC (6+ messages)
` [PATCH v4 1/3] block: simplify calling convention of elv_unregister_queue()
` [PATCH v4 2/3] block: don't delete queue kobject before its children
` [PATCH v4 3/3] blk-crypto: show crypto capabilities in sysfs
[RFC PATCH 0/6] Add support for shared PTEs across processes
2022-01-24 23:44 UTC (7+ messages)
[RFC PATCH] rseq: Fix broken uapi field layout on 32-bit little endian
2022-01-24 11:49 UTC (4+ messages)
Fotowoltaika - nowe warunki
2022-01-24 9:16 UTC
[merged] mm-mempolicy-wire-up-syscall-set_mempolicy_home_node.patch removed from -mm tree
2022-01-20 21:27 UTC
[merged] mm-mempolicy-add-set_mempolicy_home_node-syscall.patch removed from -mm tree
2022-01-20 21:27 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).