linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 07:46:52 to 2020-02-06 05:48:12 UTC [more...]

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-02-06  5:48 UTC  (30+ messages)
` [PATCH v6 01/11] asm-generic/pgtable: Adds generic functions to track lockless pgtable walks
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks
` [PATCH v6 04/11] powerpc/mce_power: Use functions to track lockless pgtbl walks
` [PATCH v6 05/11] powerpc/perf: "
` [PATCH v6 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v6 07/11] powerpc/kvm/e500: "
` [PATCH v6 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v6 09/11] powerpc/kvm/book3s_64: "
` [PATCH v6 10/11] powerpc/mm: Adds counting method to track lockless pagetable walks
` [PATCH v6 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing

[PATCH] arch/cksy: Support the pci in csky serial core
 2020-01-27  2:56 UTC 

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-02-06  0:16 UTC  (58+ messages)
` [RFC PATCH v9 01/27] Documentation/x86: Add CET description
` [RFC PATCH v9 03/27] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [RFC PATCH v9 04/27] x86/cet: Add control-protection fault handler
` [RFC PATCH v9 06/27] mm: Introduce VM_SHSTK for Shadow Stack memory
` [RFC PATCH v9 07/27] Add guard pages around a Shadow Stack
` [RFC PATCH v9 08/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v9 10/27] x86/mm: Update pte_modify, pmd_modify, and _PAGE_CHG_MASK for _PAGE_DIRTY_SW
` [RFC PATCH v9 11/27] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [RFC PATCH v9 13/27] x86/mm: Shadow Stack page fault error checking
` [RFC PATCH v9 14/27] mm: Handle Shadow Stack page fault
` [RFC PATCH v9 15/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v9 16/27] mm: Update can_follow_write_pte() for Shadow Stack
` [RFC PATCH v9 17/27] x86/cet/shstk: User-mode Shadow Stack support
` [RFC PATCH v9 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v9 19/27] x86/cet/shstk: Handle signals for Shadow Stack
` [RFC PATCH v9 20/27] ELF: UAPI and Kconfig additions for ELF program properties
` [RFC PATCH v9 22/27] ELF: Add ELF program property parsing support
` [RFC PATCH v9 23/27] ELF: Introduce arch_setup_elf_property()
` [RFC PATCH v9 24/27] x86/cet/shstk: ELF header parsing for Shadow Stack
` [RFC PATCH v9 25/27] x86/cet/shstk: Handle thread "
` [RFC PATCH v9 26/27] mm/mmap: Add Shadow Stack pages to memory accounting
  ` [RFC PATCH v9 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
  ` [RFC PATCH v9 05/27] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack protection
  ` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW
  ` [RFC PATCH v9 12/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
  ` [RFC PATCH v9 21/27] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND
  ` [RFC PATCH v9 27/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack

[RFC PATCH v9 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-02-05 18:23 UTC  (16+ messages)
` [RFC PATCH v9 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [RFC PATCH v9 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
  ` [RFC PATCH v9 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [RFC PATCH v9 4/7] x86/cet/ibt: ELF header parsing "
` [RFC PATCH v9 5/7] x86/cet/ibt: Add arch_prctl functions "
` [RFC PATCH v9 6/7] mm: Update alloc_set_pte() for zero page
` [RFC PATCH v9 7/7] x86/cet/ibt: Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)

[RFC v3 00/26] Unifying LKL into UML
 2020-02-05 17:13 UTC  (36+ messages)
` [RFC v3 01/26] asm-generic: atomic64: allow using generic atomic64 on 64bit platforms
  ` [RFC v3 02/26] arch: add __SYSCALL_DEFINE_ARCH
` [RFC v3 03/26] um lkl: architecture skeleton for Linux kernel library
` [RFC v3 04/26] um lkl: host interface
` [RFC v3 05/26] um lkl: memory handling
` [RFC v3 06/26] um lkl: kernel threads support
` [RFC v3 07/26] um lkl: interrupt support
` [RFC v3 08/26] um lkl: system call interface and application API
` [RFC v3 09/26] um lkl: timers, time and delay support
` [RFC v3 10/26] um lkl: basic kernel console support
` [RFC v3 11/26] um lkl: initialization and cleanup
` [RFC v3 12/26] um lkl: plug in the build system
` [RFC v3 13/26] lkl tools: skeleton for host side library
` [RFC v3 14/26] lkl tools: host lib: add utilities functions
` [RFC v3 15/26] lkl tools: host lib: filesystem helpers
` [RFC v3 16/26] lkl tools: host lib: networking helpers
` [RFC v3 17/26] lkl tools: host lib: posix host operations
` [RFC v3 18/26] lkl tools: add test programs
` [RFC v3 19/26] lkl tools: cptofs that reads/writes to/from a filesystem image
` [RFC v3 20/26] lkl tools: fs2tar that converts a filesystem image to tar
` [RFC v3 21/26] lkl tools: add lklfuse
` [RFC v3 22/26] um lkl: add documentation
` [RFC v3 23/26] um lkl: add CI scripts to conduct regression tests
` [RFC v3 24/26] um lkl: add UML network driver for lkl
` [RFC v3 25/26] um lkl: add UML block device driver (ubd) "
` [RFC v3 26/26] um: fix clone flags to be familar with valgrind

[RFC v2 00/37] Unifying LKL into UML
 2020-02-05 14:24 UTC  (14+ messages)
` [RFC v2 03/37] lkl: architecture skeleton for Linux kernel library
` [RFC v2 05/37] lkl: memory handling
` [RFC v2 07/37] lkl: interrupt support

(unknown)
 2020-02-05  8:23 UTC 

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-02-05  1:17 UTC  (36+ messages)
` [PATCH v2 2/7] arch: um: add linker section for KUnit test suites
` [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v2 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v2 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

From Mrs. Isabella Dzsesszika
 2020-02-05  1:11 UTC 

[PATCH v8 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
 2020-02-04 17:53 UTC  (18+ messages)

[PATCH v2 0/2] microblaze: Enable CMA
 2020-02-04 10:30 UTC  (3+ messages)

[kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
 2020-02-03 17:41 UTC  (24+ 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).