linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 00:29:43 to 2020-08-27 13:20:15 UTC [more...]

[PATCH v2 00/15] kprobes: Unify kretprobe trampoline handlers
 2020-08-27 13:02 UTC  (12+ messages)
` [PATCH v2 02/15] x86/kprobes: Use generic kretprobe trampoline handler
` [PATCH v2 03/15] arm: kprobes: "
` [PATCH v2 04/15] arm64: "
` [PATCH v2 05/15] arc: "
` [PATCH v2 12/15] sh: "
` [PATCH v2 14/15] kprobes: Remove NMI context check
` [PATCH v2 15/15] kprobes: Free kretprobe_instance with rcu callback

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

[PATCH 00/23] clean up the code related to ASSERT()
 2020-08-27 10:14 UTC  (24+ messages)
` [PATCH 01/23] include/asm-generic/bug.h: add ASSERT_FAIL() and ASSERT_WARN() wrapper
` [PATCH 02/23] ia64: use ASSERT_FAIL()/ASSERT_WARN() to cleanup some code
` [PATCH 03/23] KVM: "
` [PATCH 04/23] fore200e: "
` [PATCH 05/23] scsi: "
` [PATCH 06/23] rxrpc: "
` [PATCH 07/23] lib/mpi: "
` [PATCH 08/23] jfs: "
` [PATCH 09/23] cachefiles: "
` [PATCH 10/23] btrfs: "
` [PATCH 11/23] afs: "
` [PATCH 12/23] rivafb: "
` [PATCH 13/23] nvidia: "
` [PATCH 14/23] fbdev/cirrusfb:: "
` [PATCH 15/23] media/staging: "
` [PATCH 16/23] sym53c8xx: "
` [PATCH 17/23] 8139too: "
` [PATCH 18/23] net:hns: "
` [PATCH 19/23] block/sx8: "
` [PATCH 20/23] skb: "
` [PATCH 21/23] ext4: "
` [PATCH 22/23] rbd: "
` [PATCH 23/23] ALSA: asihpi: "

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-27  9:37 UTC  (4+ messages)
` [PATCH 09/11] x86: remove address space overrides using set_fs()

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-08-27  9:33 UTC  (33+ messages)
` [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions
` [PATCH v2 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v2 03/23] arc: "
` [PATCH v2 04/23] arm: "
` [PATCH v2 05/23] arm64: "
` [PATCH v2 06/23] csky: "
` [PATCH v2 07/23] hexagon: "
` [PATCH v2 08/23] ia64: "
` [PATCH v2 09/23] m68k: "
` [PATCH v2 10/23] microblaze: "
` [PATCH v2 11/23] mips: "
` [PATCH v2 12/23] nds32: "
` [PATCH v2 13/23] nios2: "
` [PATCH v2 14/23] openrisc: "
` [PATCH v2 15/23] parisc: "
` [PATCH v2 16/23] powerpc: "
` [PATCH v2 17/23] riscv: "
` [PATCH v2 18/23] s390: "
` [PATCH v2 19/23] sh: "
` [PATCH v2 20/23] sparc: "
` [PATCH v2 21/23] um: "
` [PATCH v2 22/23] x86: "
` [PATCH v2 23/23] xtensa: "

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-08-27  8:04 UTC  (14+ messages)
` [PATCH v3 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v3 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v3 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

[PATCH 0/1] clean up the code related to ASSERT()
 2020-08-27  6:24 UTC  (3+ messages)
` [PATCH 1/1] include/asm-generic/bug.h: add ASSERT_FAIL() and ASSERT_WARN() wrapper

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-08-26 17:08 UTC  (10+ messages)
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v8 27/28] arm64: mte: Kconfig entry

[RFC PATCH 00/14] kprobes: Unify kretprobe trampoline handlers
 2020-08-26 15:26 UTC  (19+ messages)
` [RFC PATCH 01/14] kprobes: Add generic kretprobe trampoline handler
` [RFC PATCH 02/14] x86/kprobes: Use "
` [RFC PATCH 03/14] arm: kprobes: "
` [RFC PATCH 04/14] arm64: "
` [RFC PATCH 05/14] arc: "
` [RFC PATCH 06/14] csky: "
` [RFC PATCH 07/14] ia64: "
` [RFC PATCH 08/14] mips: "
` [RFC PATCH 09/14] parisc: "
` [RFC PATCH 10/14] powerpc: "
` [RFC PATCH 11/14] s390: "
` [RFC PATCH 12/14] sh: "
` [RFC PATCH 13/14] sparc: "
` [RFC PATCH 14/14] kprobes: Remove NMI context check

[PATCH 00/24] Use asm-generic for mmu_context no-op functions
 2020-08-26 14:33 UTC  (10+ messages)
` [PATCH 01/24] asm-generic: add generic versions of mmu context functions
` [PATCH 04/24] arm: use asm-generic/mmu_context.h for no-op implementations
` [PATCH 14/24] openrisc: "

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-08-26 13:58 UTC  (6+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[PATCH v7 00/12] huge vmalloc mappings
 2020-08-26 11:59 UTC  (15+ messages)
` [PATCH v7 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v7 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v7 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v7 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v7 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v7 06/12] powerpc: inline huge vmap supported functions
` [PATCH v7 07/12] arm64: "
` [PATCH v7 08/12] x86: "
` [PATCH v7 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v7 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v7 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v7 12/12] powerpc/64s/radix: Enable huge "

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-26 11:01 UTC  (2+ messages)

[PATCH v7 00/10] Enable Linux guests on Hyper-V on ARM64
 2020-08-26  7:18 UTC  (12+ messages)
` [PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer
` [PATCH v7 07/10] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH 1/2 v3] rseq/membarrier: add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
 2020-08-25 17:22 UTC  (4+ messages)

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-08-25 16:13 UTC  (15+ messages)
` [PATCH v11 1/9] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v11 2/9] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v11 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v11 4/9] x86/cet/ibt: ELF header parsing "
` [PATCH v11 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
` [PATCH v11 7/9] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v11 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v11 9/9] x86: Disallow vsyscall emulation when CET is enabled

[PATCH v11 0/5] powerpc: switch VDSO to C implementation
 2020-08-25 13:09 UTC  (6+ messages)
` [PATCH v11 1/5] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v11 2/5] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v11 3/5] powerpc/vdso: Save and restore TOC pointer on PPC64
` [PATCH v11 4/5] powerpc/vdso: Switch VDSO to generic C implementation
` [PATCH v11 5/5] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH v2 1/2] MIPS: Set page access bit with pgprot on platforms with RIXI
 2020-08-25  3:20 UTC  (3+ messages)
` [PATCH v2 1/2] MIPS: Set page access bit with pgprot on
  ` [PATCH] MIPS: make userspace mapping young by default

[PATCH v3] PCI: Add pci_iounmap
 2020-08-25  1:25 UTC  (2+ 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).