linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 13:57:44 to 2023-08-04 01:38:23 UTC [more...]

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2023-08-04  1:38 UTC  (8+ messages)
` [PATCH v15 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH v6 00/38] New page table range API
 2023-08-03 23:38 UTC  (44+ messages)
` [PATCH v6 01/38] minmax: Add in_range() macro
` [PATCH v6 02/38] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v6 03/38] mm: Add generic flush_icache_pages() and documentation
` [PATCH v6 04/38] mm: Add folio_flush_mapping()
` [PATCH v6 05/38] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v6 06/38] mm: Add default definition of set_ptes()
` [PATCH v6 07/38] alpha: Implement the new page table range API
` [PATCH v6 08/38] arc: "
` [PATCH v6 09/38] arm: "
` [PATCH v6 10/38] arm64: "
` [PATCH v6 11/38] csky: "
` [PATCH v6 12/38] hexagon: "
` [PATCH v6 13/38] ia64: "
` [PATCH v6 14/38] loongarch: "
` [PATCH v6 15/38] m68k: "
` [PATCH v6 16/38] microblaze: "
` [PATCH v6 17/38] mips: "
` [PATCH v6 18/38] nios2: "
` [PATCH v6 19/38] openrisc: "
` [PATCH v6 20/38] parisc: "
` [PATCH v6 21/38] powerpc: "
` [PATCH v6 22/38] riscv: "
` [PATCH v6 23/38] s390: "
` [PATCH v6 24/38] sh: "
` [PATCH v6 25/38] sparc32: "
` [PATCH v6 26/38] sparc64: "
` [PATCH v6 27/38] um: "
` [PATCH v6 28/38] x86: "
` [PATCH v6 29/38] xtensa: "
` [PATCH v6 30/38] mm: Remove page_mapping_file()
` [PATCH v6 31/38] mm: Rationalise flush_icache_pages() and flush_icache_page()
` [PATCH v6 32/38] mm: Tidy up set_ptes definition
` [PATCH v6 33/38] mm: Use flush_icache_pages() in do_set_pmd()
` [PATCH v6 34/38] filemap: Add filemap_map_folio_range()
` [PATCH v6 35/38] rmap: add folio_add_file_rmap_range()
` [PATCH v6 36/38] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v6 37/38] filemap: Batch PTE mappings
` [PATCH v6 38/38] mm: Call update_mmu_cache_range() in more page fault handling paths

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2023-08-03 23:17 UTC  (3+ messages)
` [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-08-03 21:44 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/15] Introduce /dev/mshv drivers
 2023-08-03 21:05 UTC  (30+ messages)
` [PATCH 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*
` [PATCH 02/15] mshyperv: Introduce hv_get_hypervisor_version
` [PATCH 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info
` [PATCH 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi()
` [PATCH 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code
` [PATCH 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common
` [PATCH 10/15] x86: hyperv: Add mshv_handler irq handler and setup function
` [PATCH 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message
` [PATCH 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h
` [PATCH 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
  ` [PATCH 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH] word-at-a-time: use the same return type for has_zero regardless of endianness
 2023-08-02 18:17 UTC  (8+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-02 16:47 UTC  (20+ messages)
` [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-02 16:27 UTC  (28+ messages)
` [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v3 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v3 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v3 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v3 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v3 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v3 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v3 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v3 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v3 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH 1/5] sh: rename suffix-y to suffix_y
 2023-08-02  9:21 UTC  (8+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}

[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
 2023-08-01 19:28 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION a734662572708cf062e974f659ae50c24fc1ad17
 2023-08-01 17:49 UTC 

[PATCH v9 16/42] mm: Add guard pages around a shadow stack
 2023-08-01 16:52 UTC  (3+ messages)
` [PATCH] x86/shstk: Move arch detail comment out of core mm

W sprawie samochodu
 2023-07-31  8:35 UTC 

[PATCH v3 0/4] riscv: tlb flush improvements
 2023-08-01  8:54 UTC  (5+ messages)
` [PATCH v3 1/4] riscv: Improve flush_tlb()
` [PATCH v3 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v3 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v3 4/4] riscv: Improve flush_tlb_kernel_range()

[PATCH v1 00/14] futex: More futex2 bits
 2023-08-01  8:49 UTC  (35+ messages)
` [PATCH v1 01/14] futex: Clarify FUTEX2 flags
` [PATCH v1 02/14] futex: Extend the "
` [PATCH v1 03/14] futex: Flag conversion
` [PATCH v1 04/14] futex: Validate futex value against futex size
` [PATCH v1 06/14] futex: Add sys_futex_wait()
` [PATCH v1 07/14] futex: Propagate flags into get_futex_key()
` [PATCH v1 08/14] futex: Add flags2 argument to futex_requeue()
` [PATCH v1 09/14] futex: Add sys_futex_requeue()
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-08-01  7:03 UTC  (4+ messages)
` [PATCH v5 03/12] virt: geniezone: Add GenieZone hypervisor support

[PATCH V2] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-08-01  4:05 UTC  (5+ messages)

[PATCH mm-unstable v8 00/31] Split ptdesc from struct page
 2023-07-31 17:03 UTC  (32+ messages)
` [PATCH mm-unstable v8 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v8 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v8 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v8 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v8 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v8 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v8 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v8 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v8 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v8 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v8 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v8 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 13/31] x86: "
` [PATCH mm-unstable v8 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v8 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v8 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v8 17/31] arm: "
` [PATCH mm-unstable v8 18/31] arm64: "
` [PATCH mm-unstable v8 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 20/31] hexagon: "
` [PATCH mm-unstable v8 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v8 22/31] m68k: "
` [PATCH mm-unstable v8 23/31] mips: "
` [PATCH mm-unstable v8 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v8 25/31] openrisc: "
` [PATCH mm-unstable v8 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v8 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v8 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v8 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v8 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v8 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-31 16:04 UTC  (11+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch


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