messages from 2023-07-20 08:28:48 to 2023-07-27 21:05:39 UTC [more...]
[PATCH 00/15] Introduce /dev/mshv drivers
2023-07-27 21:05 UTC (16+ 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 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [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 v2 0/4] riscv: tlb flush improvements
2023-07-27 18:55 UTC (5+ messages)
` [PATCH v2 1/4] riscv: Improve flush_tlb()
` [PATCH v2 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v2 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v2 4/4] riscv: Improve flush_tlb_kernel_range()
Add a new fchmodat4() syscall, v2
2023-07-27 17:42 UTC (33+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 2/5] fs: Add fchmodat2()
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` Add fchmodat2() - or add a more general syscall?
[PATCH v5 00/12] GenieZone hypervisor drivers
2023-07-27 17:28 UTC (16+ messages)
` [PATCH v5 01/12] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v5 02/12] dt-bindings: hypervisor: Add MediaTek "
` [PATCH v5 03/12] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v5 04/12] virt: geniezone: Add vcpu support
` [PATCH v5 05/12] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v5 06/12] virt: geniezone: Add irqfd support
` [PATCH v5 07/12] virt: geniezone: Add ioeventfd support
` [PATCH v5 08/12] virt: geniezone: Add memory region support
` [PATCH v5 09/12] virt: geniezone: Add dtb config support
` [PATCH v5 10/12] virt: geniezone: Add virtual timer support
` [PATCH v5 11/12] virt: geniezone: Add guest page fault handler
` [PATCH v5 12/12] virt: geniezone: Add memory pin/unpin support
[RFC PATCH 00/10] Device Memory TCP
2023-07-27 11:40 UTC (12+ messages)
` [Linaro-mm-sig] "
[PATCH v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-07-27 0:29 UTC (8+ messages)
` [PATCH v9 1/2] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-26 14:34 UTC (35+ messages)
` [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 13/31] x86: "
` [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 17/31] arm: "
` [PATCH mm-unstable v7 18/31] arm64: "
` [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 20/31] hexagon: "
` [PATCH mm-unstable v7 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v7 22/31] m68k: "
` [PATCH mm-unstable v7 23/31] mips: "
` [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 25/31] openrisc: "
` [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v7 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH V3 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-07-26 14:29 UTC (12+ messages)
` [PATCH V3 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V3 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V3 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [PATCH V3 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP "
[PATCH V2] x86/hyperv: Rename hv_isolation_type_snp/en_snp() to isol_type_snp_paravisor/enlightened()
2023-07-26 12:49 UTC
[PATCH] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
2023-07-26 5:56 UTC
[PATCH] x86/hyperv: Rename hv_isolation_type_snp/en_snp() to isol_type_snp_paravisor/enlightened()
2023-07-26 2:57 UTC (3+ messages)
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-25 13:53 UTC (4+ messages)
` [PATCH v2] "
[PATCH 1/5] sh: rename suffix-y to suffix_y
2023-07-25 9:24 UTC (7+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
Słowa kluczowe do wypozycjonowania
2023-07-25 7:50 UTC
[PATCH v1 00/14] futex: More futex2 bits
2023-07-25 7:23 UTC (27+ 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 05/14] futex: Add sys_futex_wake()
` [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 10/14] mm: Add vmalloc_huge_node()
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
` [PATCH v1 12/14] futex: Propagate flags into futex_get_value_locked()
` [PATCH v1 13/14] futex: Enable FUTEX2_{8,16}
` [PATCH v1 14/14] futex,selftests: Extend the futex selftests
[PATCH v5 00/38] New page table range API
2023-07-24 15:21 UTC (5+ messages)
` [PATCH v5 01/38] minmax: Add in_range() macro
[PATCH v1 1/1] asm-generic: Fix spelling of architecture
2023-07-24 13:43 UTC
[PATCH v2 00/35] arm64/gcs: Provide support for GCS in userspace
2023-07-24 12:46 UTC (36+ messages)
` [PATCH v2 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 02/35] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v2 03/35] arm64/gcs: Document the ABI "
` [PATCH v2 04/35] arm64/sysreg: Add new system registers for GCS
` [PATCH v2 05/35] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v2 06/35] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v2 07/35] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v2 08/35] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v2 09/35] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v2 10/35] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v2 11/35] arm64/mm: Map pages for guarded control stack
` [PATCH v2 12/35] KVM: arm64: Manage GCS registers for guests
` [PATCH v2 13/35] arm64/el2_setup: Allow GCS usage at EL0 and EL1
` [PATCH v2 14/35] arm64/idreg: Add overrride for GCS
` [PATCH v2 15/35] arm64/hwcap: Add hwcap "
` [PATCH v2 16/35] arm64/traps: Handle GCS exceptions
` [PATCH v2 17/35] arm64/mm: Handle GCS data aborts
` [PATCH v2 18/35] arm64/gcs: Context switch GCS registers for EL0
` [PATCH v2 19/35] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v2 20/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v2 21/35] arm64/mm: Implement map_shadow_stack()
` [PATCH v2 22/35] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v2 23/35] arm64/signal: Expose GCS state in signal frames
` [PATCH v2 24/35] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v2 25/35] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v2 26/35] kselftest/arm64: Verify the GCS hwcap
` [PATCH v2 27/35] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v2 28/35] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v2 29/35] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v2 30/35] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v2 31/35] kselftest/arm64: Add very basic GCS test program
` [PATCH v2 32/35] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v2 33/35] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v2 34/35] selftests/arm64: Add GCS signal tests
` [PATCH v2 35/35] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v2] riscv: support PREEMPT_DYNAMIC with static keys
2023-07-24 9:59 UTC (2+ messages)
[PATCH] riscv: mm: Fixup spurious fault of kernel vaddr
2023-07-24 9:05 UTC (6+ messages)
[PATCH] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
2023-07-23 2:07 UTC (2+ messages)
[PATCH v4 0/9] GenieZone hypervisor drivers
2023-07-22 1:29 UTC (5+ messages)
` [PATCH v4 2/9] virt: geniezone: Add GenieZone hypervisor support
[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
2023-07-22 0:37 UTC (3+ messages)
[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
2023-07-22 0:14 UTC (5+ messages)
[PATCH] riscv: Add HAVE_IOREMAP_PROT support
2023-07-22 0:06 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION c58c49dd89324b18a812762a2bfa5a0458e4f252
2023-07-20 17:02 UTC
[PATCH] uapi/asm-generic: Fix typos in comments
2023-07-20 15:48 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).