messages from 2023-06-13 14:20:20 to 2023-06-16 12:35:53 UTC [more...]
[PATCH 00/12] mm: free retracted page table by RCU
2023-06-16 12:35 UTC (15+ messages)
` [PATCH 07/12] s390: add pte_free_defer(), with use of mmdrop_async()
[PATCH v2 00/12] mm: jit/text allocator
2023-06-16 11:44 UTC (14+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 03/12] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v2 04/12] mm/execmem, arch: convert remaining "
` [PATCH v2 05/12] modules, execmem: drop module_alloc
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 08/12] riscv: extend execmem_params for kprobes allocations
` [PATCH v2 09/12] powerpc: "
` [PATCH v2 10/12] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v2 11/12] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES
[PATCH AUTOSEL 4.14 1/5] s390/cio: unregister device when the only path is gone
2023-06-16 10:28 UTC
[PATCH AUTOSEL 5.4 1/8] s390/cio: unregister device when the only path is gone
2023-06-16 10:28 UTC
[PATCH AUTOSEL 5.10 02/14] s390/cio: unregister device when the only path is gone
2023-06-16 10:27 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 07/14] s390/purgatory: disable branch profiling
[PATCH AUTOSEL 4.19 1/6] s390/cio: unregister device when the only path is gone
2023-06-16 10:28 UTC
[PATCH AUTOSEL 5.15 02/16] s390/cio: unregister device when the only path is gone
2023-06-16 10:27 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 08/16] s390/purgatory: disable branch profiling
[PATCH AUTOSEL 6.1 04/26] s390/cio: unregister device when the only path is gone
2023-06-16 10:26 UTC (2+ messages)
` [PATCH AUTOSEL 6.1 14/26] s390/purgatory: disable branch profiling
[PATCH AUTOSEL 6.3 04/30] s390/cio: unregister device when the only path is gone
2023-06-16 10:25 UTC (2+ messages)
` [PATCH AUTOSEL 6.3 15/30] s390/purgatory: disable branch profiling
[PATCH v13 00/22] Add vfio_device cdev for iommufd support
2023-06-16 9:39 UTC (23+ messages)
` [PATCH v13 01/22] vfio: Allocate per device file structure
` [PATCH v13 02/22] vfio: Refine vfio file kAPIs for KVM
` [PATCH v13 03/22] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v13 04/22] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v13 05/22] kvm/vfio: Accept vfio device file from userspace
` [PATCH v13 06/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v13 07/22] vfio: Block device access via device fd until device is opened
` [PATCH v13 08/22] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v13 09/22] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v13 10/22] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v13 11/22] vfio-iommufd: Split bind/attach into two steps
` [PATCH v13 12/22] vfio: Record devid in vfio_device_file
` [PATCH v13 13/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v13 14/22] iommufd/device: Add iommufd_access_detach() API
` [PATCH v13 15/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v13 16/22] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v13 17/22] vfio: Add cdev for vfio_device
` [PATCH v13 18/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v13 19/22] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v13 20/22] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description
[PATCH v8 00/10] Enhance vfio PCI hot reset for vfio cdev device
2023-06-16 9:30 UTC (11+ messages)
` [PATCH v8 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v8 02/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v8 03/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v8 04/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v8 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v8 06/10] vfio: Mark cdev usage in vfio_device
` [PATCH v8 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v8 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v8 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
` [PATCH v8 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[PATCH v5 0/7] s390/uvdevice: Expose secret UVCs
2023-06-16 8:56 UTC (9+ messages)
` [PATCH v5 1/7] s390/uv: Always export uv_info
` [PATCH v5 2/7] s390/uvdevice: Add info IOCTL
` [PATCH v5 3/7] s390/uvdevice: Add 'Add Secret' UVC
` [PATCH v5 4/7] s390/uvdevice: Add 'List Secrets' UVC
` [PATCH v5 5/7] s390/uvdevice: Add 'Lock Secret Store' UVC
` [PATCH v5 6/7] s390/uv: replace scnprintf with sysfs_emit
` [PATCH v5 7/7] s390/uv: Update query for secret-UVCs
[PATCH] s390/net: lcs: use IS_ENABLED() for kconfig detection
2023-06-16 8:10 UTC (2+ messages)
[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
2023-06-16 0:41 UTC (3+ messages)
[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
2023-06-15 23:02 UTC (9+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()
[PATCH v1 00/21] refactor Kconfig to consolidate KEXEC and CRASH options
2023-06-15 16:19 UTC (20+ messages)
` [PATCH v1 01/21] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v1 05/21] arm64/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v1 07/21] m68k/kexec: "
` [PATCH v1 10/21] powerpc/kexec: "
[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL
2023-06-15 13:09 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 2/6] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v3 3/6] s390x: sie: switch to home space mode before entering SIE
[PATCH] MAINTAINERS: add reviewers for SMC Sockets
2023-06-15 8:00 UTC (5+ messages)
[PATCH v4 00/34] Split ptdesc from struct page
2023-06-15 7:57 UTC (74+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()
2023-06-15 7:50 UTC (2+ messages)
[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
2023-06-15 3:31 UTC (18+ messages)
` [PATCH v7 6/9] vfio: Mark cdev usage in vfio_device
` [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
[PATCH v12 00/24] Add vfio_device cdev for iommufd support
2023-06-14 17:30 UTC (42+ messages)
` [PATCH v12 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev()
` [PATCH v12 24/24] docs: vfio: Add vfio device cdev description
[PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
2023-06-14 17:00 UTC (14+ messages)
` [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
[PATCH] s390/crash: Use the correct type for memory allocation
2023-06-14 14:03 UTC (2+ messages)
[PATCH 00/13] mm: jit/text allocator
2023-06-13 22:16 UTC (12+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
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