messages from 2023-10-27 22:11:24 to 2023-11-05 16:20:42 UTC [more...]
[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
2023-11-05 16:19 UTC (121+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 14/35] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [PATCH v13 15/35] fs: Export anon_inode_getfile_secure() for use by KVM
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
` [PATCH v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize private memory
[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
2023-11-05 13:31 UTC (26+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
Słowa kluczowe do wypozycjonowania
2023-10-31 8:30 UTC
[PATCH v1 00/14] DCE/DSE: Add Dead Syscalls Elimination support, part2
2023-11-03 16:04 UTC (17+ messages)
` [PATCH v1 01/14] DCE/DSE: allow keep unique bounded sections
` [PATCH v1 02/14] compiler: add a global __QUITE_UNIQUE_ID()
` [PATCH v1 03/14] compiler: add unique __SECTION_NAME()
` [PATCH v1 04/14] compiler: add unique LABEL_NAME()
` [PATCH v1 05/14] DCE/DSE: add HAVE_SECTION_SHF_LINK_ORDER_SUPPORT option
` [PATCH v1 06/14] DCE/DSE: add HAVE_SECTION_SHF_GROUP_SUPPORT option
` [PATCH v1 07/14] DCE/DSE: add HAVE_SECTION_NO_KEEP_SUPPORT option
` [PATCH v1 08/14] DCE/DSE: add choice of methods to build reference for orphan sections
` [PATCH v1 09/14] DCE/DSE: inhibit .size directive for SHF_GROUP
` [PATCH v1 10/14] DCE/DSE: riscv: make every ex_table's name unique
` [PATCH v1 11/14] DCE/DSE: riscv: build reference for .pushsection in C functions
` [PATCH v1 12/14] DCE/DSE: riscv: build reference for .pushsection in assembly
` [PATCH v1 13/14] DCE/DSE: add SECTION_NO_KEEP_SUPPORT option
` [PATCH v1 14/14] DCE/DSE: vmlinux.lds.h: allow NO_KEEP on __ex_table sections
[PATCH fixes 0/3] MIPS: Loongson64: Fix some long-term issues
2023-11-01 16:27 UTC (6+ messages)
` [PATCH fixes 1/3] MIPS: Loongson64: Reserve vgabios memory on boot
` [PATCH fixes 2/3] MIPS: Loongson64: Enable DMA noncoherent support
` [PATCH fixes 3/3] MIPS: Loongson64: Handle more memory types passed from firmware
[PATCH v3 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
2023-11-01 2:05 UTC (14+ messages)
` [PATCH v3 1/5] dt-bindings: interrupt-controller: loongson,liointc: Standardize the naming of 'loongson,parent-int-map'
` [PATCH v3 2/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for reg-names
` [PATCH v3 3/5] dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check for interrupt-names
` [PATCH v3 4/5] irqchip/loongson-liointc: Fix 'loongson,parent_int_map' parse
` [PATCH v3 5/5] MIPS: Loongson64: DTS: Fix 'loongson,parent_int_map' references
[PATCH 2/3] MIPS: zboot: Add UHI semihosting debug print support
2023-10-31 21:49 UTC (2+ messages)
[PATCH v3 00/11] MIPS: Support I6500 multi-cluster configuration
2023-10-31 16:49 UTC (12+ messages)
` [PATCH v3 01/11] MIPS: CPS: Add a couple of multi-cluster utility functions
` [PATCH v3 02/11] MIPS: GIC: Generate redirect block accessors
` [PATCH v3 03/11] irqchip: mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v3 04/11] irqchip: mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v3 05/11] irqchip: mips-gic: Setup defaults in each cluster
` [PATCH v3 06/11] irqchip: mips-gic: Multi-cluster support
` [PATCH v3 07/11] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
` [PATCH v3 08/11] clocksource: mips-gic-timer: Enable counter when CPUs start
` [PATCH v3 09/11] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
` [PATCH v3 10/11] MIPS: CPS: Introduce struct cluster_boot_config
` [PATCH v3 11/11] MIPS: CPS: Boot CPUs in secondary clusters
[PATCH v2] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about liointc-2.0
2023-10-30 9:56 UTC (19+ messages)
[PATCH v3 00/13] mm: jit/text allocator
2023-10-30 7:00 UTC (6+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
[PATCH 0/8] MIPS: Unify low-level debugging functionalities
2023-10-29 2:53 UTC (9+ messages)
` [PATCH 1/8] MIPS: asm: Move strings to .rodata.str section
` [PATCH 2/8] MIPS: debug: Implement low-level debugging functions
` [PATCH 3/8] MIPS: debug: Hook up DEBUG_LL with early printk
` [PATCH 4/8] MIPS: debug: Provide an early exception vector for low-level debugging
` [PATCH 5/8] MIPS: debug_ll: Add Kconfig symbols for some 8250 uarts
` [PATCH 6/8] MIPS: debug_ll: Implement support for Alchemy uarts
` [PATCH 7/8] MIPS: debug_ll: Implement support for AR933X uarts
` [PATCH 8/8] MIPS: zboot: Convert to use debug_ll facilities
[PATCH 0/2] MIPS: Adjust SPARSEMEM Kconfigs
2023-10-28 13:52 UTC (3+ messages)
` [PATCH 1/2] MIPS: Enable SPARSEMEM option unconditionally on 64BIT
` [PATCH 2/2] MIPS: generic: Set SPARSEMEM by default for 64BIT kernel
[PATCH v2 00/10] MIPS: Fix kernel in XKPHYS
2023-10-28 7:22 UTC (10+ messages)
` [PATCH v2 03/10] MIPS: genex: Fix except_vec_vi for "
` [PATCH v2 04/10] MIPS: Fix set_uncached_handler for ebase "
` [PATCH v2 05/10] MIPS: Refactor mips_cps_core_entry implementation
` [PATCH v2 06/10] MIPS: Allow kernel base to be set from Kconfig for all platforms
` [PATCH v2 07/10] MIPS: traps: Handle CPU with non standard vint offset
` [PATCH v2 08/10] MIPS: Avoid unnecessary reservation of exception space
` [PATCH v2 09/10] MIPS: traps: Enhance memblock ebase allocation process
` [PATCH v2 10/10] MIPS: Get rid of CONFIG_NO_EXCEPT_FILL
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).