All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-12 10:05:47 to 2021-03-12 10:38:34 UTC [more...]

all class init functions for all types in QEMU are called in select_machine(). Expected?
 2021-03-12 10:07 UTC  (4+ messages)

[PATCH v6 0/3] vnc: support reload x509 certificates
 2021-03-12 10:31 UTC  (3+ messages)
` [PATCH v6 1/3] crypto: add reload for QCryptoTLSCredsClass
` [PATCH v6 2/3] vnc: support reload x509 certificates for vnc

[PULL 00/53] Error reporting patches patches for 2020-07-07
 2021-03-12 10:17 UTC  (5+ messages)
` [PULL 47/53] scripts: Coccinelle script to use ERRP_GUARD()

[PATCH v2 00/14] Introduce devm_pm_opp_* API
 2021-03-12 10:36 UTC  (4+ messages)
` [PATCH v2 01/14] opp: Add devres wrapper for dev_pm_opp_set_clkname

[PATCH v2] irqchip/irq-mst: Support polarity configuration
 2021-03-12 10:35 UTC  (5+ messages)

[PATCH] spi: stm32: avoid ifdef CONFIG_PM for pm callbacks
 2021-03-12 10:35 UTC  (2+ messages)

[PATCH v9 0/8] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2021-03-12 10:36 UTC  (3+ messages)
` [PATCH v9 7/8] arm64: dts: imx8qxp: Add jpeg encoder/decoder nodes

[PATCH] spi: stm32: drop devres version of spi_register_master
 2021-03-12 10:34 UTC  (2+ messages)

[PATCH v2 00/10] Fixed some bugs and optimized some codes for COLO
 2021-03-12 10:28 UTC  (12+ messages)
` [PATCH v2 04/10] Remove migrate_set_block_enabled in checkpoint
` [PATCH v2 05/10] Optimize the function of packet_new
` [PATCH v2 08/10] Reduce the PVM stop time during Checkpoint
` [PATCH v2 09/10] Add the function of colo_bitmap_clear_diry

[PATCH v5 0/5] semihosting/next (SYS_HEAPINFO)
 2021-03-12 10:35 UTC  (13+ messages)
` [PATCH v5 1/5] semihosting: move semihosting tests to multiarch
` [PATCH v5 2/5] semihosting/arm-compat-semi: unify GET/SET_ARG helpers
` [PATCH v5 3/5] semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO
` [PATCH v5 4/5] linux-user/riscv: initialise the TaskState heap/stack info
` [PATCH v5 5/5] tests/tcg: add HeapInfo checking to semihosting test

[PATCH] MIPS: pci-mt7620: fix PLL lock check
 2021-03-12 10:27 UTC  (3+ messages)

[PATCH] MIPS: ralink: select WEAK_REORDERING_BEYOND_LLSC on MT7621
 2021-03-12 10:33 UTC  (3+ messages)

[PATCH 00/14] mips: bmips: include dt-bindings headers
 2021-03-12 10:29 UTC  (3+ messages)
` [PATCH 0/7] "

[PATCH 0/2] some cleanup code
 2021-03-12 10:28 UTC  (5+ messages)
` [PATCH 1/2] MIPS: Loongson64: Remove unused sysconf members
` [PATCH 2/2] MIPS: Loongson64: Move loongson_system_configuration to loongson.h

[PATCH V4]: minor cleanup and improvement
 2021-03-12 10:27 UTC  (5+ messages)
` [PATCH 1/2] MIPS: clean up CONFIG_MIPS_PGD_C0_CONTEXT handling
` [PATCH 2/2] MIPS: loongson64: alloc pglist_data at run time

[PATCH 00/27] Add D-Bus display backend
 2021-03-12 10:12 UTC  (27+ messages)
` [PATCH 02/27] vhost-user-gpu: glFlush before notifying clients
` [PATCH 03/27] vhost-user-gpu: fix vugbm_device_init fallback
` [PATCH 05/27] ui: factor out qemu_console_set_display_gl_ctx()
` [PATCH 06/27] ui: associate GL context outside of display listener registration
` [PATCH 07/27] ui: make gl_block use a counter
` [PATCH 08/27] ui: add a gl-unblock warning timer
` [PATCH 09/27] ui: simplify gl unblock & flush
` [PATCH 10/27] ui: dispatch GL events to all listeners
` [PATCH 11/27] ui: split the GL context in a different object
` [PATCH 12/27] ui: move qemu_spice_fill_device_address to ui/util.c
` [PATCH 13/27] console: save current scanout details
` [PATCH 14/27] ui: add a D-Bus display backend
` [PATCH 15/27] audio: add dbusaudio backend
` [PATCH 16/27] vhost-user-gpu: add vg_send_disable_scanout()
` [PATCH 17/27] vhost-user-gpu: add vg_send_scanout_dmabuf()
` [PATCH 18/27] vhost-user-gpu: add vg_send_dmabuf_update()
` [PATCH 19/27] vhost-user-gpu: add vg_send_scanout()
` [PATCH 20/27] vhost-user-gpu: add vg_send_cursor_update()
` [PATCH 21/27] vhost-user-gpu: add vg_send_cursor_pos()
` [PATCH 22/27] vhost-user-gpu: add vg_send_update()
` [PATCH 23/27] vhost-user: add VHOST_USER_GPU_QEMU_DBUS_LISTENER
` [PATCH 24/27] ui: add GraphicHwOps.register_dbus_listener()
` [PATCH 25/27] vhost-user-gpu: implement register_dbus_listener()
` [PATCH 26/27] vhost-user-gpu: check the PIXMAN format is supported
` [PATCH 27/27] vhost-user-gpu: implement GPU_QEMU_DBUS_LISTENER

[PATCH u-boot v2 00/38] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-12 10:34 UTC  (39+ messages)
` [PATCH u-boot v2 01/38] regmap: fix a serious pointer casting bug
` [PATCH u-boot v2 02/38] api: fix a potential serious bug caused by undef CONFIG_SYS_64BIT_LBA
` [PATCH u-boot v2 03/38] checkpatch: require quotes around section name in the __section() macro
` [PATCH u-boot v2 04/38] treewide: Convert macro and uses of __section(foo) to __section("foo")
` [PATCH u-boot v2 05/38] compiler.h: align the __ADDRESSABLE macro with Linux' version
` [PATCH u-boot v2 06/38] linker_lists: prepare macros to avoid code repetition
` [PATCH u-boot v2 07/38] test/py: improve regular expression for ut subtest symbol matcher
` [PATCH u-boot v2 08/38] linker_lists: declare lists and entries as __ADDRESSABLE for LTO
` [PATCH u-boot v2 09/38] string: make memcpy(), memset(), memcmp() and memmove() visible "
` [PATCH u-boot v2 10/38] efi_loader: fix warning when linking with LTO
` [PATCH u-boot v2 11/38] efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
` [PATCH u-boot v2 12/38] efi_loader: add macro for const EFI runtime data
` [PATCH u-boot v2 13/38] efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
` [PATCH u-boot v2 14/38] lib: crc32: put the crc_table variable into efi_runtime_rodata section
` [PATCH u-boot v2 15/38] Makefile, Makefile.spl: cosmetic change
` [PATCH u-boot v2 16/38] build: use thin archives instead of incremental linking
` [PATCH u-boot v2 17/38] build: support building with Link Time Optimizations
` [PATCH u-boot v2 18/38] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v2 19/38] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v2 20/38] sandbox: make LTO available
` [PATCH u-boot v2 21/38] sandbox: enable LTO by default
` [PATCH u-boot v2 22/38] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v2 23/38] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v2 24/38] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v2 25/38] ARM: fix LTO for imx28_xea
` [PATCH u-boot v2 26/38] ARM: fix LTO for apf27
` [PATCH u-boot v2 27/38] ARM: fix LTO for keystone
` [PATCH u-boot v2 28/38] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v2 29/38] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v2 30/38] ARM: fix LTO for seaboard
` [PATCH u-boot v2 31/38] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v2 32/38] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v2 33/38] armv8: SPL: discard relocation information
` [PATCH u-boot v2 34/38] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v2 35/38] ARM: make LTO available
` [PATCH u-boot v2 36/38] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v2 37/38] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v2 38/38] ARM: enable LTO for some boards

[PATCH 0/3] vl: QAPIfy -object
 2021-03-12 10:21 UTC  (3+ messages)
` [PATCH 3/3] vl: allow passing JSON to -object

[RFC PATCHv2] uvc: use vb2 ioctl and fop helpers
 2021-03-12 10:33 UTC 

[PATCH 0/1] Add support for OV5693 Sensor
 2021-03-12 10:32 UTC  (2+ messages)
` [PATCH 1/1] media: i2c: Add support for ov5693 sensor

[PATCH] drm/ttm: make ttm_bo_unpin more defensive
 2021-03-12 10:32 UTC  (2+ messages)

[LTP] [PATCH 1/2] Add FS quota availability check functions
 2021-03-12 10:33 UTC  (5+ messages)
` [LTP] [PATCH 2/2] syscalls/quotactl: Skip tests if FS quota is not supported

[PATCH 0/9] Changing qemu_mutex_locks to lock guard macros
 2021-03-12 10:23 UTC  (3+ messages)
` [PATCH 2/9] block: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD

[Intel-gfx] [PATCH] drm/i915: Workaround async flip + VT-d corruption on HSW/BDW
 2021-03-12 10:24 UTC  (2+ messages)

[PATCH 1/1] arm: dts: owl-s500-roseapplepi: Add ATC2603C PMIC
 2021-03-12  9:49 UTC 

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-12 10:20 UTC  (20+ messages)
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted

[PATCH v5 2/2] tty/serial: Add rx-tx-swap OF option to stm32-usart
 2021-03-12 10:27 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: serial: Add rx-tx-swap "
  ` [PATCH v6 2/2] tty/serial: Add rx-tx-swap OF option "

[PATCH 1/2] devtmpfs: fix placement of complete() call
 2021-03-12 10:30 UTC  (2+ messages)
` [PATCH 2/2] devtmpfs: actually reclaim some init memory

[PATCH][4.15] gnttab: work around "may be used uninitialized" warning
 2021-03-12 10:29 UTC  (7+ messages)

[PATCH v7 0/5] Introducing QMP query-netdev command
 2021-03-12 10:29 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/testpmd: support Tx mbuf free on demand cmd
 2021-03-12 10:29 UTC  (5+ messages)
` [dpdk-dev] [PATCH V2] "
      ` [dpdk-dev] [Linuxarm] "

[PATCH] scsi: sd_zbc: update write pointer offset cache
 2021-03-12 10:28 UTC  (12+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-03-12 10:18 UTC  (9+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

[PATCH 0/6] um: fix up CONFIG_GCOV support
 2021-03-12 10:26 UTC  (4+ messages)
` [PATCH 2/6] module: add support for CONFIG_MODULE_DESTRUCTORS

[syzbot] upstream boot error: WARNING in vkms_vblank_simulate
 2021-03-12 10:26 UTC 

[PATCH v8 00/37] config-based hooks
 2021-03-12 10:24 UTC  (15+ messages)
` [PATCH v8 08/37] hook: add 'run' subcommand
` [PATCH v8 10/37] hook: support passing stdin to hooks
` [PATCH v8 18/37] commit: use config-based hooks
` [PATCH v8 19/37] am: convert applypatch hooks to use config
` [PATCH v8 22/37] rebase: teach pre-rebase to use hook.h
` [PATCH v8 23/37] read-cache: convert post-index-change hook to use config
` [PATCH v8 24/37] receive-pack: convert push-to-checkout hook to hook.h

[PATCH v1] ata: ahci: Disable SXS for Hisilicon Kunpeng920
 2021-03-12 10:24 UTC 

[PATCH] igb: avoid premature Rx buffer reuse
 2021-03-12 10:24 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH v3 1/5] powercap/drivers/dtpm: Encapsulate even more the code
 2021-03-12 10:22 UTC  (5+ messages)

[PATCH v2 0/6] uvcvideo: Fix v4l2-compliance errors
 2021-03-12 10:22 UTC  (9+ messages)
` [PATCH v2 4/6] media: uvcvideo: set error_idx to count on EACCESS
` [PATCH v2 5/6] media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASS

[PATCH v2 2/5] [y2038] cobalt: posix: clock: Adding clock_gettime64
 2021-03-12 10:25 UTC  (3+ messages)

[PATCH v2 0/2] tools/x86: adjust populating of tools/include/xen/
 2021-03-12 10:24 UTC  (5+ messages)
` [PATCH v2 1/2][4.15] tools/x86: don't rebuild cpuid-autogen.h every time
` [PATCH v2 2/2] tools/x86: move arch-specific include/xen/ population into arch-specific rule

[PATCH 1/1] drm/amdgpu: wrap kiq ring ops with kiq spinlock
 2021-03-12 10:24 UTC  (3+ messages)

❌ FAIL: Test report for kernel 5.12.0-rc2 (arm-next)
 2021-03-12 10:22 UTC  (3+ messages)

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-03-12 10:20 UTC  (13+ messages)
` [RFC PATCH 4/6] spi: cadence-qspi: Use PHY for DAC reads if possible

[PULL 00/22] Trivial branch for 6.0 patches
 2021-03-12 10:15 UTC  (3+ messages)

lifetime of pwm devices
 2021-03-12 10:20 UTC  (2+ messages)

[PATCH] perf annotate: Fix sample events lost in stdio mode
 2021-03-12 10:20 UTC  (8+ messages)

[PATCH v28 4/4] scsi: ufs: Add HPB 2.0 support
 2021-03-12 10:20 UTC  (2+ messages)

just a thank you for the TCG tests in tests/tcg
 2021-03-12 10:03 UTC 

[PATCH v2 0/5] clock_settime/gettime for timespec64
 2021-03-12 10:19 UTC  (2+ messages)

[PATCH 01/11] kasan: docs: clean up sections
 2021-03-12 10:17 UTC  (4+ messages)
` [PATCH 02/11] kasan: docs: update overview section

[PATCH] thunderbolt: debugfs: Show all accessible dwords
 2021-03-12 10:17 UTC  (2+ messages)

[PATCH] ARM64: tegra: Set fw_devlink=on for Jetson TX2
 2021-03-12 10:15 UTC 

Question about edge-triggered interrupt
 2021-03-12 10:05 UTC  (10+ messages)

[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
 2021-03-12 10:13 UTC  (8+ messages)
` [PATCH v4 28/34] KVM: arm64: Use page-table to track page ownership

IMSM regresion
 2021-03-12 10:14 UTC 

[PATCH] [backport for 5.10] powerpc/603: Fix protection of user pages mapped with PROT_NONE
 2021-03-12 10:03 UTC  (2+ messages)

9c8e2f6d3d36 for linux-4.{4,9,14,19}-y
 2021-03-12 10:07 UTC  (2+ messages)

arm64 syzbot instances
 2021-03-12 10:10 UTC  (9+ messages)

[BUG] net/ppp: A use after free in ppp_unregister_channe
 2021-03-12 10:12 UTC  (2+ messages)

ARCH=arm LLVM_IAS=1 patches for 5.10, 5.4, and 4.19
 2021-03-12 10:12 UTC  (2+ messages)

[PATCH RESEND net-next] tracing: remove holes in events
 2021-03-12 10:08 UTC 

alsa-lib's new API issue (snd_ctl_elem_id_compare)
 2021-03-12 10:09 UTC  (8+ messages)

[bug report] Revert "media: staging: atomisp: Remove driver"
 2021-03-12 10:08 UTC  (3+ messages)

[syzbot] WARNING in __i2c_transfer
 2021-03-12 10:09 UTC  (2+ messages)

[PATCH u-boot 00/39] U-Boot LTO (Sandbox + Some ARM boards)
 2021-03-12 10:09 UTC  (8+ messages)
` [PATCH u-boot 12/39] string: make memcpy() and memset() visible to fix LTO linking errors

FAILED: patch "[PATCH] gpio: fix gpio-device list corruption" failed to apply to 5.11-stable tree
 2021-03-12 10:01 UTC  (3+ messages)

[PATCH][next] drm/amd/pm: Fix spelling mistake "disble" -> "disable"
 2021-03-12 10:08 UTC  (2+ messages)

[PATCH] dt-bindings: media: Convert video-mux to DT schema
 2021-03-12 10:05 UTC  (4+ messages)

vmwgfx leaking bo pins?
 2021-03-12 10:06 UTC  (5+ messages)

FAILED: patch "[PATCH] cifs: do not send close in compound create+close requests" failed to apply to 5.10-stable tree
 2021-03-12 10:05 UTC 

FAILED: patch "[PATCH] cifs: do not send close in compound create+close requests" failed to apply to 5.4-stable tree
 2021-03-12 10:05 UTC 

[pci:next] BUILD SUCCESS 9c70dfb476336d598d40d4ada3a43160bc0ae3d2
 2021-03-12 10:04 UTC 

FAILED: patch "[PATCH] cifs: do not send close in compound create+close requests" failed to apply to 5.11-stable tree
 2021-03-12 10:05 UTC 


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.