All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-23 14:05:31 to 2020-11-23 14:39:49 UTC [more...]

[PATCH v3 00/36] cleanup qemu_init and make sense of command line processing
 2020-11-23 14:14 UTC  (35+ messages)
` [PATCH 01/36] vl: extract validation of -smp to machine.c
` [PATCH 02/36] vl: remove bogus check
` [PATCH 03/36] vl: split various early command line options to a separate function
` [PATCH 04/36] vl: move various initialization routines out of qemu_init
` [PATCH 05/36] vl: extract qemu_init_subsystems
` [PATCH 06/36] vl: move prelaunch part of qemu_init to new functions
` [PATCH 07/36] vl: extract various command line validation snippets to a new function
` [PATCH 08/36] vl: preconfig and loadvm are mutually exclusive
` [PATCH 09/36] vl: extract various command line desugaring snippets to a new function
` [PATCH 10/36] qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
` [PATCH 11/36] vl: create "-net nic -net user" default earlier
` [PATCH 12/36] vl: load plugins as late as possible
` [PATCH 13/36] vl: move semihosting command line fallback to qemu_init_board
` [PATCH 14/36] vl: extract default devices to separate functions
` [PATCH 15/36] vl: move CHECKPOINT_INIT after preconfig
` [PATCH 16/36] vl: separate qemu_create_early_backends
` [PATCH 17/36] vl: separate qemu_create_late_backends
` [PATCH 18/36] vl: separate qemu_create_machine
` [PATCH 19/36] vl: separate qemu_apply_machine_options
` [PATCH 20/36] vl: separate qemu_resolve_machine_memdev
` [PATCH 21/36] vl: initialize displays before preconfig loop
` [PATCH 22/36] vl: move -global check earlier
` [PATCH 23/36] migration, vl: start migration via qmp_migrate_incoming
` [PATCH 24/36] vl: start VM via qmp_cont
` [PATCH 25/36] hmp: introduce cmd_available
` [PATCH 26/36] remove preconfig state
` [PATCH 28/36] vl: allow -incoming defer with -preconfig
` [PATCH 29/36] vl: extract softmmu/datadir.c
` [PATCH 30/36] vl: extract machine done notifiers
` [PATCH 31/36] vl: extract softmmu/rtc.c
` [PATCH 32/36] vl: extract softmmu/runstate.c
` [PATCH 33/36] vl: extract softmmu/globals.c
` [PATCH 34/36] vl: remove serial_max_hds
` [PATCH 36/36] vl: move all generic initialization out of vl.c

[dpdk-dev] [PATCH] ethdev: fix eCPRI header generic data field
 2020-11-23 14:39 UTC  (3+ messages)

Problems with the new pthread clock implementations
 2020-11-23 14:38 UTC  (4+ messages)

[PATCH V2 00/23] IOREQ feature (+ virtio-mmio) on Arm
 2020-11-23 14:39 UTC  (5+ messages)
` [PATCH V2 12/23] xen/ioreq: Remove "hvm" prefixes from involved function names

[virtio-comment] [PATCH v9] virtio-net: Add support for the flexible driver notification structure
 2020-11-23 14:38 UTC  (3+ messages)
` [virtio-comment] "
  ` [virtio-comment] "

[RFC] regarding Uboot AUTOBOOT_STOP_STR_SHA256
 2020-11-23 14:38 UTC  (2+ messages)

[PATCH 00/40] [Set 7] Rid W=1 warnings from GPU
 2020-11-23 14:36 UTC  (16+ messages)
` [PATCH 07/40] drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member description
` [PATCH 10/40] drm/mediatek/mtk_drm_drv: Staticise local function invoked by reference
` [PATCH 18/40] drm/mediatek/mtk_dpi: Remove unused struct definition 'mtk_dpi_encoder_funcs'

[PATCH v2 00/17] xvmalloc() / x86 xstate area / x86 CPUID / AMX beginnings
 2020-11-23 14:37 UTC  (18+ messages)
` [PATCH v2 01/17] mm: check for truncation in vmalloc_type()
` [PATCH v2 02/17] mm: introduce xvmalloc() et al and use for grant table allocations
` [PATCH v2 03/17] x86/xstate: use xvzalloc() for save area allocation
` [PATCH v2 04/17] x86/xstate: re-size save area when CPUID policy changes
` [PATCH v2 05/17] x86/xstate: re-use valid_xcr0() for boot-time checks
` [PATCH v2 06/17] x86/xstate: drop xstate_offsets[] and xstate_sizes[]
` [PATCH v2 07/17] x86/xstate: replace xsave_cntxt_size and drop XCNTXT_MASK
` [PATCH v2 08/17] x86/xstate: avoid accounting for unsupported components
` [PATCH v2 09/17] x86: use xvmalloc() for extended context buffer allocations
` [PATCH v2 10/17] x86/xstate: enable AMX components
` [PATCH v2 11/17] x86/CPUID: adjust extended leaves out of range clearing
` [PATCH v2 12/17] x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents
` [PATCH v2 13/17] x86/CPUID: move bounding of max_{,sub}leaf fields to library code
` [PATCH v2 14/17] x86/CPUID: enable AMX leaves
` [PATCH v2 15/17] x86emul: introduce X86EMUL_FPU_tile
` [PATCH v2 16/17] x86emul: support TILERELEASE
` [PATCH v2 17/17] x86emul: support {LD,ST}TILECFG

Regression due to commit 1161db6776bd1c35257e1e362e91bcb1b3fe4347 (media: usb: pwc: Don't use coherent DMA buffers for ISO transfer)
 2020-11-23 13:33 UTC  (2+ messages)

[PATCH] nvme-core: update NS Attr Changed AEN handling for ANA group
 2020-11-23 14:35 UTC  (4+ messages)

[PATCH 0/4] x86/MCE: some minor fixes
 2020-11-23 14:35 UTC  (8+ messages)
` [PATCH 1/4] x86/mce: do not overwrite no_way_out if mce_end() fails
` [PATCH 2/4] x86/mce: move the mce_panic() call and kill_it assignments at the right places

[PATCH 1/2] iio: cros_ec: do an early exit if not physical_device case
 2020-11-23 14:40 UTC  (2+ messages)
` [PATCH 2/2] iio: cros_ec: un-indent block that configures motion sensor fifo

[PATCH] ARM: hyp-stub: remove unused .L__boot_cpu_mode_offset symbol
 2020-11-23 14:34 UTC  (2+ messages)

[PATCH 0/2] More RCU vs idle fixes
 2020-11-23 14:35 UTC  (6+ messages)
` [PATCH 2/2] intel_idle: Fix intel_idle() vs tracing

[PATCH 0/2] drm: panel: add support for the Khadas TS050 panel
 2020-11-23 14:33 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: panel-simple-dsi: add Khadas TS050 panel bindings
` [PATCH 2/2] drm: panel: add Khadas TS050 panel driver

[PSIGN X/2] drm: panel: add support for the Khadas TS050 panel
 2020-11-23 14:34 UTC 

[PATCH v2 00/24] Opt-in always-on nVHE hypervisor
 2020-11-23 14:32 UTC  (9+ messages)
` [PATCH v2 06/24] kvm: arm64: Move hyp-init params to a per-CPU struct
` [PATCH v2 07/24] kvm: arm64: Refactor handle_trap to use a switch

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-23 14:31 UTC  (11+ messages)
` [PATCH 28/30] drm/mediatek/mtk_disp_color: Fix formatting and provide missing member description
` [PATCH 30/30] drm/mediatek/mtk_disp_ovl: "

[RFC] PM Domains: Ensure the provider is resumed first
 2020-11-23 14:31 UTC  (4+ messages)

NetBSD dom0 PVH: hardware interrupts stalls
 2020-11-23 14:31 UTC  (11+ messages)

[PATCH v10 0/3] Adding support for Microchip/Microsemi serial GPIO controller
 2020-11-23 14:31 UTC  (6+ messages)
` [PATCH v10 3/3] arm64: dts: sparx5: Add SGPIO devices

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-23 14:31 UTC  (7+ messages)
` [PATCH 2/6] arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()

[dpdk-dev] [PATCH] doc: update features for hns3
 2020-11-23 14:32 UTC 

netconsole deadlock with virtnet
 2020-11-23 14:31 UTC  (9+ messages)

[PATCH 0/4] x86: ACPI and DMI table mapping fixes
 2020-11-23 14:30 UTC  (3+ messages)
` [PATCH 1/4] x86/ACPI: fix mapping of FACS

Poor performace on mmap reading arm64 on audio device
 2020-11-23 14:28 UTC  (6+ messages)

[PATCH] uio/uio_pci_generic: remove unneeded pci_set_drvdata()
 2020-11-23 14:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs: fix lockdep splat when reading qgroup config on mount
 2020-11-23 14:28 UTC 

[PATCH v3 1/1] xdp: remove the function xsk_map_inc
 2020-11-23 14:28 UTC 

[PATCH net-next v2 0/2] Add an assert in napi_consume_skb()
 2020-11-23 14:27 UTC  (3+ messages)
` [PATCH net-next v2 1/2] lockdep: Introduce in_softirq lockdep assert

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-23 14:26 UTC  (5+ messages)

[PATCH] arm-autonomy/xenguest-manager: Private xenguest-manager functions
 2020-11-23 14:26 UTC  (2+ messages)
` [meta-arm] "

[PATCH] arm-autonomy/n1sdp-image-customization: boot partition size variables
 2020-11-23 14:26 UTC  (2+ messages)
` [meta-arm] "

[PATCH net-next] bridge: mrp: Implement LC mode for MRP
 2020-11-23 14:25 UTC  (5+ messages)
      ` [Bridge] "

[Buildroot] [PATCH RESEND] package/icu: bump to version 68-1
 2020-11-23 14:25 UTC  (3+ messages)

[dpdk-dev] [PATCH] doc: announce flow API matching pattern struct changes
 2020-11-23 14:25 UTC  (4+ messages)

[PATCH] drm/mediatek: Drop local dma_parms
 2020-11-23 14:24 UTC  (4+ messages)

[ANNOUNCE] WireGuard for Windows 0.3: ARM support, enterprise features, & more
 2020-11-23 14:24 UTC 

[RFC] perf/x86: Fix a warning on x86_pmu_stop()
 2020-11-23 14:23 UTC  (2+ messages)

Hardcoded multicast queue length in macvlan.c driver causes poor multicast receive performance
 2020-11-23 14:22 UTC 

Clarification on log rotation
 2020-11-23 14:21 UTC 

[MPTCP] [PATCH net-next 00/10] mptcp: More miscellaneous MPTCP fixes
 2020-11-23 14:21 UTC  (5+ messages)
` [MPTCP] [PATCH net-next 10/10] mptcp: refine MPTCP-level ack scheduling
  ` [MPTCP] "
    `  "

[igt-dev] [PATCH i-g-t] lib/rendercopy_gen9: Ensure to cover all destination area
 2020-11-23 14:20 UTC 

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-23 14:19 UTC  (28+ messages)
                ` [Intel-wired-lan] "
                ` [Cluster-devel] "
                ` [Bridge] "

[bluetooth-next:master 27/32] drivers/bluetooth/btqca.c:493:24: sparse: sparse: restricted __le32 degrades to integer
 2020-11-23 14:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v4] app/testpmd: fix testpmd packets dump overlapping
 2020-11-23 14:20 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] "

[PATCH 0/2] media: max9271: Fix GPIO handling
 2020-11-23 14:19 UTC  (5+ messages)
` [PATCH 1/2] media: max9271: Fix GPIO enable/disable
` [PATCH 2/2] media: rdacm20: Enable GPIO1 explicitly

[PATCH v5 0/6] Tegra210 audio graph card
 2020-11-23 14:17 UTC  (5+ messages)
` [PATCH v5 3/6] ASoC: tegra: Add audio graph based card driver

[oe][meta-oe][PATCH] fcgiwrap: add recipe
 2020-11-23 14:16 UTC 

[PATCH 0/2] More meson HDMI fixes
 2020-11-23 14:15 UTC  (7+ messages)
` [PATCH 1/2] drm/meson: dw-hdmi: Disable clocks on driver teardown

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-11-23 14:15 UTC  (3+ messages)
` [PATCH 1/4] mm: introduce cma_alloc_bulk API

drivers/net/wan/slic_ds26522.c:205:12: warning: stack frame size of 12288 bytes in function 'slic_ds26522_probe'
 2020-11-23 14:15 UTC  (4+ messages)

[PATCH v2] Fix most Shebang lines
 2020-11-23 14:15 UTC 

[PATCH] coresight: etm4x: Modify core-commit of cpu to avoid the overflow of HiSilicon ETM
 2020-11-23 14:12 UTC  (3+ messages)

[PATCH] notifier: Make atomic_notifiers use raw_spinlock
 2020-11-23 14:14 UTC  (2+ messages)

[PATCH] mm: memory_hotplug: put migration failure information under DEBUG_VM
 2020-11-23 14:13 UTC  (3+ messages)

[PATCH net] netdevice.h: Fix unintentional disable of ALL_FOR_ALL features on upper device
 2020-11-23 14:12 UTC 

[RFC PATCH] vfs: fs{set,get}attr iops
 2020-11-23 14:12 UTC 

[PATCH] xsk: add cq event
 2020-11-23 14:11 UTC  (4+ messages)
` [PATCH 0/3] xsk: fix for xsk_poll writeable
  ` [PATCH 1/3] xsk: replace datagram_poll by sock_poll_wait

Printk specifiers for __user pointers
 2020-11-23 14:11 UTC  (4+ messages)

[PATCH] compiler_attribute: remove CONFIG_ENABLE_MUST_CHECK
 2020-11-21 20:45 UTC  (2+ messages)

Using wg-quick without having it set routes
 2020-11-21 12:59 UTC 

[PATCH v6 1/6] dt-bindings: usb: add documentation for typec switch simple driver
 2020-11-23 14:01 UTC  (6+ messages)
` [PATCH v6 2/6] device property: Add fwnode_is_compatible() and device_is_compatible() helpers
` [PATCH v6 3/6] usb: typec: mux: add "compatible" property for switch match
` [PATCH v6 4/6] usb: typec: mux: use fwnode's dev for driver module user count
` [PATCH v6 5/6] usb: typec: mux: add typec switch via general mux control
` [PATCH v6 6/6] usb: typec: mux: add typec switch simple driver

[PATCH for-5.10] spi: spi-geni-qcom: Fix use-after-free on unbind
 2020-11-23 14:06 UTC  (3+ messages)
` [PATCH for-5.10] media: netup_unidvb: Don't leak SPI master in probe error path

[RFC PATCH 00/27] KVM/arm64: A stage 2 for the host
 2020-11-23 14:06 UTC  (6+ messages)
` [RFC PATCH 02/27] KVM: arm64: Link position-independent string routines into .hyp.text

[PATCH bpf] net, xsk: Avoid taking multiple skbuff references
 2020-11-23 14:05 UTC  (3+ messages)

[PATCH bpf-next v2 1/3] ima: Implement ima_inode_hash
 2020-11-23 14:06 UTC  (4+ messages)
` [PATCH bpf-next v2 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

[LTP] [PATCH V2 1/2] syscalls: Add tests for name_to_handle_at()
 2020-11-23 14:06 UTC  (2+ messages)

[PATCH 1/2] events/core: introduce perf_pmu_disable_all() to turn off all PMU
 2020-11-23 14:05 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.