Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2025-02-10 20:27:37 to 2025-02-21 14:31:07 UTC [more...]

[PATCH 0/4] Some uses of folio_mk_pte()
 2025-02-21 14:30 UTC  (3+ messages)
` [PATCH 1/4] hugetlb: Simplify make_huge_pte()
` [PATCH 2/4] mm: Remove mk_huge_pte()

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-21 13:15 UTC  (23+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus()
` [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm()
` [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
` [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns()
` [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb()
` [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
` [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
` [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init()
` [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister()
` [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
` [PATCH *-next 16/18] rhashtable: "
` [PATCH *-next 17/18] dma-mapping: Remove needless return in five "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function

[PATCH] LoongArch: vDSO: Remove --hash-style=sysv
 2025-02-21 10:26 UTC  (2+ messages)

[PATCH v2 0/3] Introduce CONFIG_MSHV_ROOT for root partition code
 2025-02-20 22:59 UTC  (17+ messages)
` [PATCH v2 1/3] hyperv: Convert hypercall statuses to linux error codes
` [PATCH v2 2/3] hyperv: Change hv_root_partition into a function
` [PATCH v2 3/3] hyperv: Add CONFIG_MSHV_ROOT to gate root partition support

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-20 17:38 UTC  (23+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH hyperv-next v4 0/6] arm64: hyperv: Support Virtual Trust Level Boot
 2025-02-20 16:41 UTC  (25+ messages)
` [PATCH hyperv-next v4 1/6] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v4 3/6] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v4 4/6] dt-bindings: microsoft,vmbus: Add GIC and DMA coherence to the example
` [PATCH hyperv-next v4 5/6] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain "

[PATCH memory-model 0/7] LKMM updates for v6.15
 2025-02-20 16:14 UTC  (8+ messages)
` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
` [PATCH memory-model 2/7] tools/memory-model: Add atomic_andnot() with its variants
` [PATCH memory-model 3/7] tools/memory-model: Legitimize current use of tags in LKMM macros
` [PATCH memory-model 4/7] tools/memory-model: Define applicable tags on operation in tools/
` [PATCH memory-model 5/7] tools/memory-model: Define effect of Mb tags on RMWs "
` [PATCH memory-model 6/7] tools/memory-model: Switch to softcoded herd7 tags
` [PATCH memory-model 7/7] tools/memory-model: Distinguish between syntactic and semantic tags

[PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks
 2025-02-20  2:40 UTC  (9+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-02-20  2:29 UTC  (33+ messages)
` [RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public
` [RFC PATCH v2 02/22] PCI/IDE: Fixes to make it work on AMD SNP-SEV
` [RFC PATCH v2 03/22] PCI/IDE: Init IDs on all IDE streams beforehand
` [RFC PATCH v2 04/22] iommu/amd: Report SEV-TIO support
` [RFC PATCH v2 05/22] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 08/22] pci/tsm: Add PCI driver for TSM
` [RFC PATCH v2 09/22] crypto/ccp: Implement SEV TIO firmware interface
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 11/22] KVM: SEV: Add TIO VMGEXIT
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 13/22] iommufd: amd-iommu: Add vdevice support
` [RFC PATCH v2 14/22] iommufd: Add TIO calls
` [RFC PATCH v2 15/22] KVM: X86: Handle private MMIO as shared
` [RFC PATCH v2 16/22] coco/tsm: Add tsm-guest module
` [RFC PATCH v2 17/22] resource: Mark encrypted MMIO resource on validation
` [RFC PATCH v2 18/22] coco/sev-guest: Implement the guest support for SEV TIO
` [RFC PATCH v2 19/22] RFC: pci: Add BUS_NOTIFY_PCI_BUS_MASTER event
` [RFC PATCH v2 20/22] sev-guest: Stop changing encrypted page state for TDISP devices
` [RFC PATCH v2 21/22] pci: Allow encrypted MMIO mapping via sysfs
` [RFC PATCH v2 22/22] pci: Define pci_iomap_range_encrypted

[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
 2025-02-19 20:53 UTC  (21+ messages)
` [PATCH 1/7] mm: Set the pte dirty if the folio is already dirty
` [PATCH 2/7] mm: Introduce a common definition of mk_pte()
` [PATCH 3/7] sparc32: Remove custom "
` [PATCH 4/7] x86: "
` [PATCH 5/7] um: "
` [PATCH 6/7] mm: Make mk_pte() definition unconditional
` [PATCH 7/7] mm: Add folio_mk_pte()

[PATCH v6 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
 2025-02-19 17:16 UTC  (5+ messages)
` [PATCH v6 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v6 3/6] syscall.h: introduce syscall_set_nr()

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-02-19 13:53 UTC  (4+ messages)
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API

[PATCH] mm/ioremap: Pass pgprot_t to ioremap_prot() instead of unsigned long
 2025-02-19 11:52 UTC  (2+ messages)

[PATCH 00/27] Implement kernel-doc in Python
 2025-02-19  8:32 UTC  (2+ messages)
` [PATCH 01/27] include/asm-generic/io.h: fix kerneldoc markup

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-18 23:09 UTC  (8+ messages)
` [PATCH 1/2] kallsyms: output rodata to ".kallsyms_rodata"
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
 2025-02-18 21:48 UTC  (5+ messages)
` [PATCH 4/4] arm64: barrier: Add smp_cond_load_acquire_timewait()

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-18 10:47 UTC  (4+ messages)

[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
 2025-02-18  9:56 UTC  (5+ messages)

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-14 12:04 UTC  (4+ messages)

[PATCH RFCv2 0/5]Implement kernel-doc in Python
 2025-02-14  8:02 UTC  (5+ messages)
` [PATCH RFCv2 1/5] include/asm-generic/io.h: fix kerneldoc markup

[PATCH v3 0/2] hyperv: Move some features to common code
 2025-02-12  4:11 UTC  (4+ messages)
` [PATCH v3 2/2] hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv

[PATCH] mm/mmu_gather: Update comment on RCU freeing
 2025-02-11 13:00 UTC 

[PATCH AUTOSEL 6.13 16/21] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
 2025-02-11  1:29 UTC 

[PATCH v10 00/27] riscv control-flow integrity for usermode
 2025-02-10 20:27 UTC  (7+ messages)
` [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v10 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox