messages from 2021-07-12 21:44:24 to 2021-07-22 20:53:22 UTC [more...]
[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
2021-07-22 20:52 UTC (20+ messages)
` [PATCH v28 01/32] Documentation/x86: Add CET description
` [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [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 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap()
[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
2021-07-22 18:25 UTC (16+ messages)
` [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v5 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v5 03/14] i40e: "
` [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v5 05/14] scsi: mpt3sas: "
` [PATCH v5 06/14] RDMA/irdma: Use irq_update_affinity_hint
` [PATCH v5 07/14] enic: "
` [PATCH v5 08/14] be2net: "
` [PATCH v5 09/14] ixgbe: "
` [PATCH v5 10/14] mailbox: "
` [PATCH v5 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v5 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v5 13/14] net/mlx5: "
` [PATCH v5 14/14] net/mlx4: Use irq_update_affinity_hint
[PATCH v3] mm: Enable suspend-only swap spaces
2021-07-22 18:00 UTC (5+ messages)
[PATCH v6 0/6] Introduce multi-preference mempolicy
2021-07-22 16:21 UTC (9+ messages)
` [PATCH v6 4/6] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
[PATCH v2 1/3] mm, oom: move task_will_free_mem up in the file to be used in process_mrelease
2021-07-22 7:45 UTC (16+ messages)
` [PATCH v2 2/3] mm: introduce process_mrelease system call
` [PATCH v2 3/3] mm: wire up syscall process_mrelease
[PATCH v28 14/25] LSM: Specify which LSM to display
2021-07-22 0:47 UTC (2+ messages)
` [PATCH v28 24/25] LSM: Add /proc attr entry for full LSM context
[RFC PATCH 0/4 v0.3] sched/UMCG
2021-07-21 23:44 UTC (12+ messages)
` [RFC PATCH 1/4 v0.3] sched: add WF_CURRENT_CPU and externise ttwu
` [RFC PATCH 2/4 v0.3] sched/umcg: RFC: add userspace atomic helpers
` [RFC PATCH 3/4 v0.3] sched/umcg: RFC: add userspace sll helpers
` [RFC PATCH 4/4 v0.3] sched/umcg: RFC: implement UMCG syscalls
[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
2021-07-21 20:14 UTC (10+ messages)
` [PATCH v27 23/31] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack
[PATCH v3 0/5] Add pidfd support to the fanotify API
2021-07-21 7:06 UTC (10+ messages)
` [PATCH v3 1/5] kernel/pid.c: remove static qualifier from pidfd_create()
` [PATCH v3 2/5] kernel/pid.c: implement additional checks upon pidfd_create() parameters
` [PATCH v3 3/5] fanotify/fanotify_user.c: minor cosmetic adjustments to fid labels
` [PATCH v3 4/5] fanotify/fanotify_user.c: introduce a generic info record copying helper
` [PATCH v3 5/5] fanotify: add pidfd support to the fanotify API
[PATCH] fanotify.7, fanotify_mark.2: Document FAN_FS_ERROR
2021-07-21 7:01 UTC (2+ messages)
[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
2021-07-20 19:45 UTC (5+ messages)
` [PATCH v27 06/10] x86/cet/ibt: Update arch_prctl functions for "
[PATCH v5] mm: introduce reference pages
2021-07-20 12:27 UTC (2+ messages)
[PATCH v4 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
2021-07-20 10:57 UTC (16+ messages)
` [PATCH v4 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v4 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v4 03/14] i40e: "
` [PATCH v4 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v4 05/14] scsi: mpt3sas: "
` [PATCH v4 06/14] RDMA/irdma: Use irq_update_affinity_hint
` [PATCH v4 07/14] enic: "
` [PATCH v4 08/14] be2net: "
` [PATCH v4 09/14] ixgbe: "
` [PATCH v4 10/14] mailbox: "
` [PATCH v4 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v4 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v4 13/14] net/mlx5: "
` [PATCH v4 14/14] net/mlx4: Use irq_update_affinity_hint
[PATCH v4] mm: introduce reference pages
2021-07-20 7:28 UTC (16+ messages)
[PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
2021-07-19 15:44 UTC (12+ messages)
[PATCH v5 1/2] move_mount: allow to add a mount into an existing group
2021-07-18 3:33 UTC (3+ messages)
[PATCH 0/4 POC] Allow executing code and syscalls in another address space
2021-07-18 1:34 UTC (7+ messages)
[PATCH] refpage_create.2: Document refpage_create(2)
2021-07-17 2:59 UTC
siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
2021-07-16 17:15 UTC (21+ messages)
` [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union
` [PATCH 0/6] Final si_trapno bits
` [PATCH 1/6] sparc64: Add compile-time asserts for siginfo_t offsets
` [PATCH 2/6] arm: "
` [PATCH 3/6] arm64: "
` [PATCH 4/6] signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRP
` [PATCH 5/6] signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNK
` [PATCH 6/6] signal: Remove the generic __ARCH_SI_TRAPNO support
` [PATCH 7/7] signal: Verify the alignment and size of siginfo_t
` [PATCH 8/6] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
[PATCH v3] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
2021-07-15 20:46 UTC (3+ messages)
[PATCH v4] sigaction.2: Document SA_EXPOSE_TAGBITS and the flag support detection protocol
2021-07-15 20:46 UTC
[PATCH v3 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
2021-07-15 13:25 UTC (24+ messages)
` [PATCH v3 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v3 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v3 03/14] i40e: "
` [PATCH v3 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v3 05/14] scsi: mpt3sas: "
` [PATCH v3 06/14] RDMA/irdma: "
` [PATCH v3 07/14] enic: Use irq_update_affinity_hint
` [PATCH v3 08/14] be2net: "
` [PATCH v3 09/14] ixgbe: "
` [PATCH v3 10/14] mailbox: "
` [PATCH v3 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v3 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v3 13/14] net/mlx5: "
` [PATCH v3 14/14] net/mlx4: Use irq_update_affinity_hint
[PATCH v4 1/2] move_mount: allow to add a mount into an existing group
2021-07-15 9:51 UTC (2+ messages)
` [PATCH v4 2/2] tests: add move_mount(MOVE_MOUNT_SET_GROUP) selftest
[PATCH v2] mm: Enable suspend-only swap spaces
2021-07-14 22:39 UTC (8+ messages)
[PATCH v5 00/11] Add futex2 syscalls
2021-07-14 21:25 UTC (5+ messages)
` [PATCH v5 02/11] futex2: Implement vectorized wait
` [PATCH v5 04/11] docs: locking: futex2: Add documentation
[PATCH v3 1/2] move_mount: allow to add a mount into an existing group
2021-07-14 16:12 UTC (3+ messages)
[PATCH v2 0/5] Add pidfd support to the fanotify API
2021-07-14 0:18 UTC (4+ messages)
` [PATCH v2 5/5] fanotify: add "
[RFC PATCH 0/3 v0.2] RFC: sched/UMCG
2021-07-13 17:14 UTC (6+ messages)
` [RFC PATCH 2/3 v0.2] sched/umcg: RFC: add userspace atomic helpers
[PATCH v2] move_mount: allow to add a mount into an existing group
2021-07-13 16:39 UTC (3+ messages)
[RFC PATCH 3/3 v0.2] sched/umcg: RFC: implement UMCG syscalls
2021-07-13 14:02 UTC (4+ messages)
[PATCH v2 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
2021-07-13 13:29 UTC (6+ 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).