linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-06 14:04:42 to 2022-07-22 22:31:46 UTC [more...]

[PATCH v5 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-22 22:31 UTC  (8+ messages)
` [PATCH v5 2/4] PCI: Move isa_dma_bridge_buggy out of dma.h
` [PATCH v5 4/4] asm-generic: Add new pci.h and use it

[PATCH v3 2/2] asm-generic: Add new pci.h and use it
 2022-07-22 22:28 UTC  (14+ messages)

[PATCH v6 1/4] PCI: Remove pci_get_legacy_ide_irq and asm-generic/pci.h
 2022-07-22 21:49 UTC  (3+ messages)
` [PATCH v6 2/4] PCI: Move isa_dma_bridge_buggy out of dma.h
` [PATCH v6 4/4] asm-generic: Add new pci.h and use it

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-22  3:47 UTC  (56+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v12 33/40] virtio_mmio: "
` [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v12 37/40] virtio_net: split free_unused_bufs()
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam

[PATCH] ubd:do not initialise statics to 0
 2022-07-21 17:02 UTC  (2+ messages)

[PATCH v4 3/3] asm-generic: Add new pci.h and use it
 2022-07-20 23:34 UTC  (5+ messages)

[PATCH] um:do not initialise statics to 0
 2022-07-20 19:36 UTC 

[PATCH] kernel:do not initialise statics to 0
 2022-07-20 19:33 UTC 

[PATCH] um:do not initialise statics to 0
 2022-07-20 19:24 UTC 

[PATCH v2 2/2] asm-generic: Add new pci.h and use it
 2022-07-20 13:24 UTC  (14+ messages)

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-07-19 19:53 UTC  (2+ messages)
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering

[PATCH] um: Fix comment typo
 2022-07-15  4:29 UTC 

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH 1/6] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-07-18  9:04 UTC  (16+ messages)
` [PATCH 2/6] LoongArch: "
` [PATCH 3/6] M68K: "
` [PATCH 4/6] MicroBlaze: "
` [PATCH 5/6] SH: "
` [PATCH 6/6] UM: "

Build regressions/improvements in v5.19-rc7
 2022-07-18  7:51 UTC 

[rw-uml:linux-next 11/16] arch/um/os-Linux/mem.c:28:6: warning: no previous prototype for 'kasan_map_memory'
 2022-07-18  1:13 UTC 

[PATCH v2] random: handle archrandom in plural words
 2022-07-17 20:03 UTC 

[PATCH] um: seed rng using host OS rng
 2022-07-17 10:51 UTC  (11+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH] um: include sys/types.h instead of stddef.h for size_t
 2022-07-17  8:53 UTC  (2+ messages)
` [PATCH v2] um: include sys/types.h "

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (8+ messages)
` [PATCH v7 21/25] Kbuild: add "

[RFC PATCH 2/2] asm-generic: Add new pci.h and use it
 2022-07-15 22:23 UTC  (3+ messages)

[PATCH] um: Replace to_phys() and to_virt() with less generic function names
 2022-07-14 20:23 UTC  (3+ messages)

linux-next: Tree for Jul 13 (UML, apply_returns)
 2022-07-14 10:20 UTC  (2+ messages)
  ` [PATCH] um: Add missing apply_returns()

[PATCH v2][RESEND] x86/entry: build thunk_$(BITS) only if CONFIG_PREEMPTION=y
 2022-07-14  7:49 UTC 

musl on uml - warning: relocation in read-only section `.ref.text'
 2022-07-13 17:43 UTC 

[PATCH] um: remove stray ) in macro expression
 2022-07-13 13:55 UTC 

[PATCH] um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups
 2022-07-13 11:56 UTC 

[PATCH] um: include linux/stddef.h for __always_inline
 2022-07-13 10:54 UTC 

[PATCH v5 1/2] mm: Add PAGE_ALIGN_DOWN macro
 2022-07-12 20:43 UTC  (3+ messages)
` [PATCH v5 2/2] UML: add support for KASAN under x86_64

[PATCH V7 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-12  2:39 UTC  (30+ 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

linux-next: Tree for Jul 11 (uml)
 2022-07-11 21:49 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-06 14:04 UTC  (3+ messages)
` [PATCH 31/36] cpuidle,acpi: Make noinstr clean


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).