linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-29 22:07:03 to 2021-02-04 01:41:14 UTC [more...]

[PATCH] MIPS: make userspace mapping young by default
 2021-02-04  1:39 UTC 

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-02-04  1:31 UTC  (7+ messages)

[PATCH] mm/memory.c: Remove pte_sw_mkyoung()
 2021-02-04  0:46 UTC  (2+ messages)

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-02-04  0:33 UTC  (19+ messages)
` [PATCH v7 1/2] Kbuild: make DWARF version a choice
` [PATCH v7 2/2] Kbuild: implement support for DWARF v5

[PATCH v19 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-03 22:55 UTC  (26+ messages)
` [PATCH v19 01/25] Documentation/x86: Add CET description
` [PATCH v19 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v19 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v19 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v19 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v19 06/25] x86/cet: Add control-protection fault handler
` [PATCH v19 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v19 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v19 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v19 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v19 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v19 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v19 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v19 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v19 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v19 16/25] mm: Add guard pages around a shadow stack
` [PATCH v19 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v19 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v19 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v19 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v19 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v19 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v19 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v19 24/25] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v19 25/25] mm: Introduce PROT_SHSTK "

[PATCH v19 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-03 22:59 UTC  (8+ messages)
` [PATCH v19 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v19 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v19 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v19 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v19 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v19 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v19 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-03 22:28 UTC  (19+ messages)
` [PATCH v18 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v18 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions "

memory_model.h:64:14: error: implicit declaration of function 'page_to_section'
 2021-02-03 19:55 UTC  (2+ messages)

[PATCH v5 0/5] x86: Improve Minimum Alternate Stack Size
 2021-02-03 17:22 UTC  (6+ messages)
` [PATCH v5 1/5] uapi: Move the aux vector AT_MINSIGSTKSZ define to uapi
` [PATCH v5 2/5] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v5 3/5] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v5 4/5] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v5 5/5] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH 0/2] KVM: arm64: Stub exports in nvhe code
 2021-02-03 16:43 UTC  (5+ messages)
` [PATCH 1/2] asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTS
` [PATCH 2/2] KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code

[PATCH v28 00/12] Landlock LSM
 2021-02-03 15:27 UTC  (15+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 04/12] landlock: Add ptrace restrictions
` [PATCH v28 05/12] LSM: Infrastructure management of the superblock
` [PATCH v28 06/12] fs,security: Add sb_delete hook
` [PATCH v28 07/12] landlock: Support filesystem access-control
` [PATCH v28 08/12] landlock: Add syscall implementations
` [PATCH v28 09/12] arch: Wire up Landlock syscalls
` [PATCH v28 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v28 12/12] landlock: Add user and kernel documentation

[PATCH v6 01/16] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
 2021-02-03 15:04 UTC  (7+ messages)
` [PATCH v6 06/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v6 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v6 11/16] asm-generic/hyperv: update hv_msi_entry
` [PATCH v6 12/16] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v6 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v6 14/16] asm-generic/hyperv: import data structures for mapping device interrupts

[PATCH v5 07/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
 2021-02-03 14:09 UTC  (12+ messages)
` [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-03 12:15 UTC  (30+ messages)
` [PATCH v16 06/11] "
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation

[PATCH] MIPS: fix kernel_stack_pointer()
 2021-02-03 10:36 UTC  (4+ messages)

[PATCH v6 0/2] Kbuild: DWARF v5 support
 2021-02-03  7:56 UTC  (36+ messages)
` [PATCH v6 1/2] Kbuild: make DWARF version a choice
` [PATCH v6 2/2] Kbuild: implement support for DWARF v5

[PATCH v12 00/14] huge vmalloc mappings
 2021-02-03  3:01 UTC  (22+ messages)
` [PATCH v12 01/14] ARM: mm: add missing pud_page define to 2-level page tables
` [PATCH v12 02/14] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v12 03/14] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v12 04/14] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v12 05/14] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v12 06/14] mm: HUGE_VMAP arch support cleanup
` [PATCH v12 07/14] powerpc: inline huge vmap supported functions
` [PATCH v12 08/14] arm64: "
` [PATCH v12 09/14] x86: "
` [PATCH v12 10/14] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v12 11/14] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v12 12/14] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v12 13/14] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v12 14/14] powerpc/64s/radix: Enable huge "

[RFC PATCH 00/12] Introduce sv48 support without relocable kernel
 2021-02-03  3:04 UTC  (3+ messages)

[PATCH v11 00/13] huge vmalloc mappings
 2021-02-02 10:22 UTC  (4+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page

[RESEND PATCH v2 0/6] lib/find_bit: fast path for small bitmaps
 2021-02-02  7:13 UTC  (19+ messages)
` [PATCH 1/8] tools: disable -Wno-type-limits
` [PATCH 2/8] tools: bitmap: sync function declarations with linux kernel
` [PATCH 3/8] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 4/8] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 5/8] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 6/8] lib: inline _find_next_bit() wrappers
` [PATCH 7/8] lib: add fast path for find_next_*_bit()
` [PATCH 8/8] lib: add fast path for find_first_*_bit() and find_last_bit()

[PATCH 00/10] Refactor arch specific Hyper-V code
 2021-02-01 19:53 UTC  (5+ messages)
` [PATCH 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline
` [PATCH 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH v3 hyperv-next 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-02-01 18:11 UTC  (4+ messages)
` [PATCH v3 hyperv-next 1/4] x86/hyperv: Load/save the Isolation Configuration leaf

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29 22:25 UTC  (4+ messages)
` [PATCH 2/5] bits_per_long.h: introduce SMALL_CONST() macro


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).