messages from 2022-06-27 05:49:26 to 2022-07-11 20:43:45 UTC [more...]
[PATCH V7 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
2022-07-11 20:43 UTC (29+ messages)
` [PATCH V7 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V7 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V7 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V7 04/26] sparc/mm: "
` [PATCH V7 05/26] arm64/mm: "
` [PATCH V7 06/26] x86/mm: "
` [PATCH V7 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 09/26] loongarch/mm: "
` [PATCH V7 10/26] openrisc/mm: "
` [PATCH V7 11/26] xtensa/mm: "
` [PATCH V7 12/26] hexagon/mm: "
` [PATCH V7 13/26] parisc/mm: "
` [PATCH V7 14/26] alpha/mm: "
` [PATCH V7 15/26] nios2/mm: "
` [PATCH V7 16/26] riscv/mm: "
` [PATCH V7 17/26] csky/mm: "
` [PATCH V7 18/26] s390/mm: "
` [PATCH V7 19/26] ia64/mm: "
` [PATCH V7 20/26] mips/mm: "
` [PATCH V7 21/26] m68k/mm: "
` [PATCH V7 22/26] arc/mm: "
` [PATCH V7 23/26] arm/mm: "
` [PATCH V7 24/26] um/mm: "
` [PATCH V7 25/26] sh/mm: "
` [PATCH V7 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT
[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
2022-07-08 6:23 UTC (76+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam
[PATCH 00/36] cpuidle,rcu: Cleanup the mess
2022-07-06 14:04 UTC (15+ messages)
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 31/36] cpuidle,acpi: Make noinstr clean
[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
2022-07-06 11:15 UTC (34+ messages)
` [PATCH V6 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V6 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V6 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V6 04/26] sparc/mm: "
` [PATCH V6 05/26] arm64/mm: "
` [PATCH V6 06/26] x86/mm: "
` [PATCH V6 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 09/26] loongarch/mm: "
` [PATCH V6 10/26] openrisc/mm: "
` [PATCH V6 11/26] xtensa/mm: "
` [PATCH V6 12/26] hexagon/mm: "
` [PATCH V6 13/26] parisc/mm: "
` [PATCH V6 14/26] alpha/mm: "
` [PATCH V6 15/26] nios2/mm: "
` [PATCH V6 16/26] riscv/mm: "
` [PATCH V6 17/26] csky/mm: "
` [PATCH V6 18/26] s390/mm: "
` [PATCH V6 19/26] ia64/mm: "
` [PATCH V6 20/26] mips/mm: "
` [PATCH V6 21/26] m68k/mm: "
` [PATCH V6 22/26] arc/mm: "
` [PATCH V6 23/26] arm/mm: "
` [PATCH V6 24/26] um/mm: "
` [PATCH V6 25/26] sh/mm: "
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT
[PATCH v4 0/12] ptrace: cleaning up ptrace_stop
2022-07-06 10:11 UTC (21+ messages)
` [PATCH v4 12/12] sched, signal, ptrace: Rework TASK_TRACED, TASK_STOPPED state
` [PATCH v4 12/12] sched,signal,ptrace: "
Your message to linux-um awaits moderator approval
2022-07-06 9:46 UTC
[PATCH v5 1/2] mm: Add PAGE_ALIGN_DOWN macro
2022-07-01 10:35 UTC (3+ messages)
` [PATCH v5 2/2] UML: add support for KASAN under x86_64
[PATCH v4 1/2] mm: Add PAGE_ALIGN_DOWN macro
2022-07-01 10:34 UTC (10+ messages)
` [PATCH v4 2/2] UML: add support for KASAN under x86_64
[PATCH v3 1/2] mm: Add PAGE_ALIGN_DOWN macro
2022-06-30 8:11 UTC (3+ messages)
` [PATCH v3 2/2] UML: add support for KASAN under x86_64
[PATCH v2 1/2] mm: Add PAGE_ALIGN_DOWN macro
2022-06-30 7:54 UTC (8+ messages)
` [PATCH v2 2/2] UML: add support for KASAN under x86_64
[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
2022-06-28 6:54 UTC (15+ messages)
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
2022-06-28 3:12 UTC (16+ messages)
` [PATCH V5 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V5 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V5 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V5 04/26] sparc/mm: "
` [PATCH V5 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 12/26] hexagon/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT
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).