linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 13:52:34 to 2020-11-12 14:56:51 UTC [more...]

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-12 14:56 UTC  (13+ messages)
` [PATCH v8 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v8 2/9] mmap: make mlock_future_check() global
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v8 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 2/6] arm64: Allow mismatched 32-bit EL0 support
 2020-11-12 11:55 UTC  (19+ messages)

[PATCH v2 0/6] An alternative series for asymmetric AArch32 systems
 2020-11-11 19:10 UTC  (16+ messages)
` [PATCH v2 1/6] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v2 2/6] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v2 3/6] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v2 4/6] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v2 5/6] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v2 6/6] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0

[PATCH 0/8] linker-section array fix and clean ups
 2020-11-11 15:47 UTC  (17+ messages)
` [PATCH 1/8] of: fix linker-section match-table corruption
` [PATCH 2/8] earlycon: simplify earlycon-table implementation
` [PATCH 3/8] module: drop version-attribute alignment
` [PATCH 4/8] module: simplify version-attribute handling
` [PATCH 5/8] init: use type alignment for kernel parameters
` [PATCH 6/8] params: drop redundant "unused" attributes
` [PATCH 7/8] params: use type alignment for kernel parameters
` [PATCH 8/8] params: clean up module-param macros
` get_maintainer.pl bug? (was: Re: [PATCH 0/8] linker-section array fix and clean ups)

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-11-11 13:44 UTC  (6+ messages)
` [PATCH 1/3] asm-generic/atomic64: Add support for ARCH_ATOMIC
` [PATCH 2/3] powerpc/64s/iommu: don't use atomic_ function on atomic64_t type
` [PATCH 3/3] powerpc: rewrite atomics to use ARCH_ATOMIC

Corporate and Personal Loan *
 2020-11-11  8:31 UTC 

[PATCH v6 00/25] Add support for Clang LTO
 2020-11-10 18:59 UTC  (18+ messages)
` [PATCH v6 22/25] x86/asm: annotate indirect jumps

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

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

[PATCH 3/4] powercap/drivers/dtpm: Add API for dynamic thermal power management
 2020-11-10 15:04 UTC  (8+ messages)

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

[PATCH 1/3] lib: Introduce copy_from_back()
 2020-11-09 19:16 UTC 

[PATCH 5.4 05/85] linkage: Introduce new macros for assembler symbols
 2020-11-09 12:55 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-09 10:41 UTC  (8+ messages)

[RFC] proc: get_wchan() stack unwind only makes sense for sleeping/non-self tasks
 2020-11-07  5:08 UTC  (2+ messages)

[PATCH memory-model 0/8] LKMM updates for v5.11
 2020-11-07  3:07 UTC  (23+ messages)
` [PATCH memory-model 1/8] tools: memory-model: Document that the LKMM can easily miss control dependencies
` [PATCH memory-model 2/8] tools/memory-model: Move Documentation description to Documentation/README
` [PATCH memory-model 3/8] tools/memory-model: Document categories of ordering primitives
` [PATCH memory-model 4/8] docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
` [PATCH memory-model 5/8] tools/memory-model: Add a glossary of LKMM terms
` [PATCH memory-model 6/8] tools/memory-model: Add types to litmus tests
` [PATCH memory-model 7/8] tools/memory-model: Use "buf" and "flag" for message-passing tests
` [PATCH memory-model 8/8] tools/memory-model: Label MP tests' producers and consumers

[PATCH v4 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-11-07  0:53 UTC  (8+ messages)
` [PATCH v4 2/5] arm64, numa: Change the numa init functions name to be generic

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-06 20:14 UTC  (11+ messages)
` [PATCH v14 01/26] Documentation/x86: Add CET description
` [PATCH v14 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)

[PATCH v4 0/9] ARM: remove set_fs callers and implementation
 2020-11-06  9:36 UTC  (6+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
  ` [PATCH 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()

[PATCH v4 5/5] riscv: Add numa support for riscv64 platform
 2020-11-05 17:34 UTC  (2+ messages)

[PATCH v4 4/5] riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCING
 2020-11-05 17:34 UTC  (2+ messages)

[PATCH v4 3/5] riscv: Separate memory init from paging init
 2020-11-05 17:34 UTC  (2+ messages)

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

Disinfectant
 2020-11-05  8:30 UTC 

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-11-05  5:15 UTC  (11+ messages)
` [PATCH v5 14/21] kprobes: Remove NMI context check

[PATCH 5.9 182/391] vmlinux.lds.h: Add PGO and AutoFDO input sections
 2020-11-03 20:33 UTC 

[PATCH v13 0/8] powerpc: switch VDSO to C implementation
 2020-11-03 18:07 UTC  (9+ messages)
` [PATCH v13 1/8] powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
` [PATCH v13 2/8] powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible features
` [PATCH v13 3/8] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v13 4/8] powerpc/time: Move timebase functions into new asm/timebase.h
` [PATCH v13 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v13 6/8] powerpc/vdso: Save and restore TOC pointer on PPC64
` [PATCH v13 7/8] powerpc/vdso: Switch VDSO to generic C implementation
` [PATCH v13 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH v22 00/12] Landlock LSM
 2020-11-03 16:03 UTC  (4+ messages)
` [PATCH v22 07/12] landlock: Support filesystem access-control


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