linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-01 17:13:48 to 2022-06-24 04:43:39 UTC [more...]

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-24  4:43 UTC  (27+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

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

[PATCH] um: random: Don't initialise hwrng struct with zero
 2022-06-23  8:58 UTC 

[PATCH 0/9] ptrace: cleaning up ptrace_stop
 2022-06-21 17:47 UTC  (29+ messages)
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH v4 12/12] sched, signal, ptrace: Rework TASK_TRACED, TASK_STOPPED state
              ` [PATCH v4 12/12] sched,signal,ptrace: "
            ` [PATCH 00/16] ptrace: cleanups and calling do_cldstop with only siglock
              ` [PATCH 05/16] ptrace: Remove dead code from __ptrace_detach
              ` [PATCH 07/16] signal: Wake up the designated parent
              ` [PATCH 08/16] ptrace: Only populate last_siginfo from ptrace

[PATCH] um: remove unused mm_copy_segments
 2022-06-21 10:21 UTC 

[PATCH] docs: UML: fix typo
 2022-06-21  7:29 UTC 

[linux-next:master] BUILD REGRESSION 07dc787be2316e243a16a33d0a9b734cd9365bd3
 2022-06-17 22:36 UTC 

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-06-16 21:26 UTC  (87+ messages)
` [PATCH 01/36] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH 02/36] x86/idle: Replace x86_idle with a static_call
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 04/36] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 06/36] cpuidle,riscv: Push RCU-idle into driver
` [PATCH 07/36] cpuidle,tegra: "
` [PATCH 08/36] cpuidle,psci: "
` [PATCH 09/36] cpuidle,imx6: "
` [PATCH 10/36] cpuidle,omap3: "
` [PATCH 11/36] cpuidle,armada: "
` [PATCH 12/36] cpuidle,omap2: "
` [PATCH 13/36] cpuidle,dt: "
` [PATCH 14/36] cpuidle: Fix rcu_idle_*() usage
` [PATCH 15/36] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH 16/36] rcu: Fix rcu_idle_exit()
` [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 21/36] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH 22/36] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH 23/36] arm64,smp: "
` [PATCH 24/36] printk: "
` [PATCH 25/36] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH 26/36] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH 27/36] cpuidle,mwait: Make noinstr clean
` [PATCH 28/36] cpuidle,tdx: Make tdx "
` [PATCH 29/36] cpuidle,xenpv: Make more PARAVIRT_XXL "
    ` [Pv-drivers] [PATCH 29/36] cpuidle, xenpv: "
` [PATCH 30/36] cpuidle,nospec: Make "
` [PATCH 31/36] cpuidle,acpi: "
` [PATCH 32/36] ftrace: WARN on rcuidle
` [PATCH 33/36] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH 34/36] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
  ` [PATCH 34.5/36] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH 35/36] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH 36/36] cpuidle,clk: "

[linux-next:master] BUILD REGRESSION c6d7e3b385f19869ab96e9404c92ff1abc34f2c8
 2022-06-16 19:52 UTC 

[PATCH] um: virt-pci: set device ready in probe()
 2022-06-16 10:40 UTC  (9+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-06-15  9:36 UTC  (6+ messages)
` [PATCH 24/30] panic: Refactor the panic path

Undesirable preprocessor options passed when building modules
 2022-06-11 22:06 UTC 

[PATCH] Documentation/features: Update the arch support status files
 2022-06-09 15:37 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 40/51] um: line: Use separate IRQs per line
 2022-06-07 17:55 UTC 

[PATCH AUTOSEL 5.17 45/60] um: line: Use separate IRQs per line
 2022-06-07 17:52 UTC 

[PATCH AUTOSEL 5.18 51/68] um: line: Use separate IRQs per line
 2022-06-07 17:48 UTC 

[PATCH 0/4] um: Assorted console related fixes
 2022-06-07 15:10 UTC  (8+ messages)

[PATCH] um: read multiple msg from virtio slave request fd
 2022-06-07 11:36 UTC  (4+ messages)

[PATCH v2] um: read multiple msg from virtio slave request fd
 2022-06-07 11:27 UTC 

Build regressions/improvements in v5.19-rc1
 2022-06-06  9:08 UTC 

[PATCH 0/2] x86: Optimize memchr() for x86-64
 2022-06-06  3:25 UTC  (6+ messages)
` [PATCH 1/2] x86/lib: Optimize memchr()

[GIT PULL] UML updates for v5.19-rc1
 2022-06-03 21:49 UTC  (2+ messages)


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