All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-20 13:09:23 to 2019-12-20 14:14:24 UTC [more...]

[PATCH v5 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-12-20 13:46 UTC  (35+ messages)
` [PATCH v5 01/37] hw/display/sm501: Always map the UART0
` [PATCH v5 02/37] sysbus: remove unused sysbus_try_create*
` [PATCH v5 03/37] sysbus: remove outdated comment
` [PATCH v5 04/37] chardev: generate an internal id when none given
` [PATCH v5 05/37] serial-pci-multi: factor out multi_serial_get_port_count()
` [PATCH v5 06/37] serial: initial qom-ification
` [PATCH v5 07/37] serial: register vmsd with DeviceClass
` [PATCH v5 08/37] serial: add "chardev" property
` [PATCH v5 09/37] serial: add "baudbase" property
` [PATCH v5 10/37] serial: realize the serial device
` [PATCH v5 11/37] serial: replace serial_exit_core() with unrealize
` [PATCH v5 12/37] serial: start making SerialMM a sysbus device
` [PATCH v5 13/37] serial-mm: add "regshift" property
` [PATCH v5 14/37] serial-mm: add endianness property
` [PATCH v5 15/37] serial-mm: use sysbus facilities
` [PATCH v5 16/37] serial: make SerialIO a sysbus device
` [PATCH v5 17/37] mips: inline serial_init()
` [PATCH v5 18/37] mips: baudbase is 115200 by default
` [PATCH v5 19/37] mips: use sysbus_add_io()
` [PATCH v5 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
` [PATCH v5 21/37] sm501: make SerialMM a child, export chardev property
` [PATCH v5 22/37] vmmouse: replace PROP_PTR with PROP_LINK
` [PATCH v5 23/37] lance: "
` [PATCH v5 24/37] etraxfs: remove PROP_PTR usage
` [PATCH v5 25/37] dp8393x: replace PROP_PTR with PROP_LINK
` [PATCH v5 26/37] leon3: use qemu_irq framework instead of callback as property
` [PATCH v5 27/37] leon3: use qdev gpio facilities for the PIL
` [PATCH v5 28/37] qdev: use g_strcmp0() instead of open-coding it
` [PATCH v5 29/37] mips/cps: fix setting saar property
` [PATCH v5 30/37] cris: improve passing PIC interrupt vector to the CPU
` [PATCH v5 31/37] smbus-eeprom: remove PROP_PTR
` [PATCH v5 32/37] omap-intc: "
` [PATCH v5 33/37] omap-i2c: "
` [PATCH v5 37/37] qdev/qom: remove some TODO limitations now that PROP_PTR is gone

[Buildroot] [PATCH 1/2] package/snappy: add snappy.pc
 2019-12-20 14:14 UTC  (3+ messages)

[PATCH qca6390-bringup] ath11k: fix ZERO address in probe request
 2019-12-20 14:13 UTC  (2+ messages)

[PATCH] 9pfs: local: Fix possible memory leak in local_link()
 2019-12-20  9:49 UTC 

[Xen-devel] [PATCH v3 0/2] xen: make more debugger support code conditional
 2019-12-20 14:09 UTC  (3+ messages)
` [Xen-devel] [PATCH v3 1/2] xen: put more code under CONFIG_CRASH_DEBUG

[PATCH V3 0/2] irqchip: add NXP INTMUX interrupt controller
 2019-12-20 14:10 UTC  (5+ messages)
` [PATCH V3 2/2] drivers/irqchip: add NXP INTMUX interrupt multiplexer support

[PATCH v3 00/20] gdbstub refactor and SVE support (+check-tcg tweaks)
 2019-12-20 13:18 UTC  (9+ messages)
` [PATCH v3 12/20] target/arm: generate xml description of our SVE registers

[RFC PATCH v1] devres: align devres.data strictly only for devm_kmalloc()
 2019-12-20 14:06 UTC  (4+ messages)

[dpdk-dev] [PATCH] test/common: fix log2 check
 2019-12-20 14:06 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [dpdk-stable] "

[Xen-devel] [PATCH v2] x86/PV: remove unnecessary toggle_guest_pt() overhead
 2019-12-20 14:06 UTC 

[PATCH] drm/nouveau/bios: fix incorrect kfree in platform_init
 2019-12-20 14:05 UTC 

[virtio-dev] [PATCH v2 0/1] VirtIO video device specification
 2019-12-20 14:05 UTC  (5+ messages)
` [virtio-dev] [PATCH v2 1/1] virtio-video: Add virtio "
  `  "
    ` [virtio-dev] "

[PATCH net 0/2] net/sched: cls_u32: fix refcount leak
 2019-12-20 14:04 UTC  (14+ messages)
` [PATCH net 1/2] net/sched: cls_u32: fix refcount leak in the error path of u32_change()

[PATCH v1 - RFC] ima: export the measurement list when needed
 2019-12-20 14:04 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix W=1 warnings
 2019-12-20 14:03 UTC  (5+ messages)

[PATCH v2 0/2] openat2: minor uapi cleanups
 2019-12-20 14:03 UTC  (3+ messages)
` [PATCH v2 1/2] openat2: drop open_how->__padding field
` [PATCH v2 2/2] uapi: split openat2(2) definitions from fcntl.h

[Intel-gfx] [PATCH 00/15] drm/i915/tgl: Render/media decompression support
 2019-12-20 14:03 UTC  (6+ messages)
` [Intel-gfx] [PATCH 05/15] drm/i915: Add helpers to select correct ccs/aux planes
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/tgl: Render/media decompression support (rev3)

[Xen-devel] [PATCH 0/6] x86: IRQ handling adjustments
 2019-12-20 14:01 UTC  (12+ messages)
` [Xen-devel] [PATCH 1/6] x86/IRQ: move do_IRQ()
` [Xen-devel] [PATCH 2/6] x86/IRQ: move and rename __do_IRQ_guest()
` [Xen-devel] [PATCH 3/6] x86/IRQ: simplify pending EOI stack logic for internally used IRQs
` [Xen-devel] [PATCH 4/6] x86/IRQ: flip legacy and dynamic vector ranges
` [Xen-devel] [PATCH 5/6] x86/IRQ: re-use legacy vector ranges on APs
` [Xen-devel] [PATCH 6/6] x86: move and rename NR_VECTORS

[PATCH] dmaengine: virt-dma: Fix access after free in vcna_complete()
 2019-12-20 14:01 UTC  (3+ messages)

[PATCH] dt-bindings: iio: ad7192: Fix DTC error in reg schema
 2019-12-20 14:01 UTC  (2+ messages)

[PULL 0/7] Trivial branch patches
 2019-12-20 14:00 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: tegra20: add labels to i2c nodes
 2019-12-20 14:00 UTC  (2+ messages)

[PATCH V1] mmc: sdhci-msm: Add CQHCI support for sdhci-msm
 2019-12-20 13:59 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 1/3] drm/i915/dp: Make sure all tiled connectors get added to the state with full modeset
 2019-12-20 13:59 UTC  (6+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/dp: Make port sync mode assignments only if all tiles present
` [Intel-gfx] [PATCH v2 3/3] drm/i915/dp: Disable Port sync mode correctly on teardown

[alsa-devel] tegra30 tdm audio support
 2019-12-20 13:57 UTC  (10+ messages)
` [alsa-devel] [PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
              `  "

libbpf distro packaging
 2019-12-20 13:58 UTC  (11+ messages)

Garbage UART output on RPI 4 with upstream kernel DTB
 2019-12-20 13:58 UTC 

[PATCH] target/arm: Set ISSIs16Bit in make_issinfo
 2019-12-20 13:48 UTC  (3+ messages)

[Xen-devel] [xen-unstable test] 144990: tolerable FAIL - PUSHED
 2019-12-20 13:57 UTC 

[dpdk-dev] [PATCH 0/2] add travis ci support for aarch64
 2019-12-20 13:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[Xen-devel] [PATCH] x86: move vgc_flags to struct pv_vcpu
 2019-12-20 13:55 UTC 

How to use SMB Direct
 2019-12-20 13:25 UTC  (9+ messages)

[PATCH v6 1/4] perf report: Fix incorrectly added dimensions as switch perf data file
 2019-12-20 13:53 UTC  (2+ messages)

8250: set_ier(), clear_ier() and the concept of atomic console writes
 2019-12-20 13:53 UTC  (3+ messages)

[Buildroot] [PATCH v2 0/3] Update the sysrepo package and dependend libs
 2019-12-20 13:53 UTC  (4+ messages)
` [Buildroot] [PATCH v2 1/3] package/libyang; bump to version 1.0.109
` [Buildroot] [PATCH v2 2/3] package/libnetconf2: bump to version 1.1.3
` [Buildroot] [PATCH v2 3/3] package/sysrepo: bump to version 1.3.21

[PATCH] arm64: Add qcom Kconfig fragment
 2019-12-20 13:56 UTC  (2+ messages)

[PATCH v2] locking/lockdep: Fix buffer overrun problem in stack_trace[]
 2019-12-20 13:51 UTC 

[PATCH v17 00/18]Timestamp synchronization of host - guest tracing session
 2019-12-20 13:50 UTC  (3+ messages)
` [PATCH v17 03/18] trace-cmd: Add implementations of htonll() and ntohll()

[Xen-devel] [PATCH v2 0/3] x86: XSA-298 follow-up
 2019-12-20 13:50 UTC  (4+ messages)
` [Xen-devel] [PATCH v2 1/3] x86: relax GDT check in arch_set_info_guest()
` [Xen-devel] [PATCH v2 2/3] x86: relax LDT "
` [Xen-devel] [PATCH v2 3/3] x86/PV: polish pv_set_gdt()

ERROR: unexpected command completion code 0x11 for DJ-Tech CTRL (resending as plain text ;)
 2019-12-20 13:50 UTC 

[PATCH 5.4 00/80] 5.4.6-stable review
 2019-12-20 13:50 UTC  (3+ messages)

[PATCH 0/5] Stateful Encoding: final bits
 2019-12-20 13:48 UTC  (3+ messages)
  ` [RFC PATCH] media: allegro: implement V4L2_CID_MPEG_VIDEO_ENC_FRAME_RATE

[android-common:android-3.18 139/139] arch/x86//kernel/uprobes.c:463:9: error: implicit declaration of function 'user_64bit_mode'
 2019-12-20 13:48 UTC 

[PATCH] netnode.c : fix sel_netnode_hash be destroyed
 2019-12-20 13:48 UTC  (2+ messages)

[PATCH for-rc 0/4] Patches for 5.5 rc
 2019-12-20 13:47 UTC  (2+ messages)

[RFC v2 00/14] Add SDEI support for arm64
 2019-12-20 13:44 UTC  (2+ messages)

[RFC v2 00/12] drm/i915/svm: Add SVM support
 2019-12-20 13:45 UTC  (5+ messages)
` [RFC v2 05/12] drm/i915/svm: Page table mirroring support
      ` [Intel-gfx] "

[Buildroot] [PATCH 1/1] package/libtelnet: new package
 2019-12-20 13:44 UTC 

[PULL] ath10k firmware 20191220
 2019-12-20 13:43 UTC  (3+ messages)

[Bug 1856834] [NEW] softmmu qemu-system-ppc freezes at virtio vda
 2019-12-20 13:30 UTC  (2+ messages)
` [Bug 1856834] Re: Virtio broken in qemu ppc in 4.2.0 and other versions

[PATCH] fs: inode: Reduce volatile inode wraparound risk when ino_t is 64 bit
 2019-12-20 13:41 UTC  (4+ messages)

btrfs dev del not transaction protected?
 2019-12-20 13:41 UTC  (6+ messages)

[Xen-devel] [PATCH 0/5] x86emul: allow suppressing FPU/MMX/SIMD insn emulation
 2019-12-20 13:41 UTC  (6+ messages)
` [Xen-devel] [PATCH 1/5] x86emul: use CASE_SIMD_PACKED_INT() where possible
` [Xen-devel] [PATCH 2/5] x86emul: introduce CASE_SIMD_PACKED_INT_VEX()
` [Xen-devel] [PATCH 3/5] x86emul: drop CASE_SIMD_DOUBLE_FP()
` [Xen-devel] [PATCH 4/5] x86emul: introduce CASE_SIMD_..._FP_VEX()
` [Xen-devel] [PATCH 5/5] x86emul: disable FPU/MMX/SIMD insn emulation when !HVM

How to heel this btrfs fi corruption?
 2019-12-20 13:38 UTC  (2+ messages)

[RFC PATCH 0/4] Add logic to consolidate TRBs for Synopsys xHC
 2019-12-20 13:40 UTC  (5+ messages)
` [RFC PATCH 1/4] usb: xhci: Synopsys xHC consolidate TRBs
` [RFC PATCH 2/4] usb: dwc3: Add device property consolidate-trbs
` [RFC PATCH 3/4] usb: xhci: Set quirk for XHCI_CONSOLIDATE_TRBS
` [RFC PATCH 4/4] dt-bindings: usb: Add snps,consolidate-trbs & consolidate-trbs

[lustre-devel] LU-12759 not in 2.12
 2019-12-20 13:40 UTC 

[PATCH] mailinfo: don't discard names under 3 characters
 2019-12-20 13:37 UTC  (2+ messages)

[PATCH v3 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-12-20 13:37 UTC  (5+ messages)

refcount_warn_saturate WARNING (was: Re: cls_flower: Fix the behavior using port ranges with hw-offload)
 2019-12-20 13:36 UTC  (5+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-20 13:34 UTC  (7+ messages)

No block device created for NVMe SSD attached to Lindy enclosure
 2019-12-20 13:36 UTC 

[PATCH rdma-rc 0/3] ODP Fixes
 2019-12-20 13:35 UTC  (5+ messages)
` [PATCH rdma-rc 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling

[Intel-gfx] [PATCH] drm/i915/lmem: debugfs for LMEM details
 2019-12-20 13:34 UTC  (2+ messages)

[PATCH] locking/lockdep: Fix potential buffer overrun problem in stack_trace[]
 2019-12-20 13:34 UTC  (3+ messages)

[PATCH v2 00/14] chardev: Use QEMUChrEvent enum in IOEventHandler typedef
 2019-12-20 13:32 UTC  (3+ messages)

ausearch on the fly
 2019-12-20 13:33 UTC 

[PATCH 00/18] block: Allow exporting BDSs via FUSE
 2019-12-20 13:25 UTC  (8+ messages)
` [PATCH 02/18] fuse: "

[PATCH] net: dst: Force 4-byte alignment of dst_metrics
 2019-12-20 13:31 UTC 

Improving documentation for programming interfaces
 2019-12-20 13:30 UTC  (2+ messages)

[PATCH v2 0/5] semihosting read console support
 2019-12-20 13:22 UTC  (11+ messages)
` [PATCH v2 1/5] target/arm: remove unused EXCP_SEMIHOST leg
` [PATCH v2 2/5] target/arm: only update pc after semihosting completes
` [PATCH v2 3/5] semihosting: add qemu_semihosting_console_inc for SYS_READC
` [PATCH v2 4/5] tests/tcg: add a dumb-as-bricks semihosting console test
` [PATCH v2 5/5] tests/tcg: add user version of dumb-as-bricks semiconsole test

[PATCH v2] dm: uclass: don't assign aliased seq numbers
 2019-12-20 13:28 UTC 

[PATCH v5 0/7] drm/mediatek: fix cursor issue and apply CMDQ in MTK DRM
 2019-12-20 13:27 UTC  (5+ messages)
` [PATCH v5 6/7] drm/mediatek: support CMDQ interface in ddp component

[Buildroot] [PATCH v v1 0/3] Update the sysrepo package and dependend libs
 2019-12-20 13:27 UTC  (4+ messages)
` [Buildroot] [PATCH v1 1/3] package/libyang; bump to version 1.0.109
` [Buildroot] [PATCH v1 2/3] package/libnetconf2: bump to version 1.1.3
` [Buildroot] [PATCH v1 3/3] package/sysrepo: bump to version 1.3.21

[PATCH v24 00/24] Intel SGX foundations
 2019-12-20 13:26 UTC  (2+ messages)

[PATCH v5 1/2] power: reset: Introduce generic reset reason
 2019-12-20 13:26 UTC  (3+ messages)
` [PATCH v5 2/2] power: reset: at91-reset: export reset reason through sysfs

[Devel] [pm:bleeding-edge 59/60] drivers/power/avs/qcom-cpr.c:838:15: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t {aka int}'
 2019-12-20 13:23 UTC  (3+ messages)
`  "

[dpdk-dev] [PATCH v5 0/3] Add ABI compatibility checks to the meson build
 2019-12-20 13:19 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 00/11] "

[PATCH 0/2] numa: stop abusing numa_mem_supported
 2019-12-20 13:14 UTC  (5+ messages)

[PATCH v2 1/2] drivers: net: fsl_enetc: use write_hwaddr()
 2019-12-20 13:16 UTC  (2+ messages)
` [PATCH v2 2/2] drivers: net: fsl_enetc: add write_hwaddr() for LS1028A

[PATCH V2 0/7] soc: imx: Enable additional functionality of i.MX8M Mini
 2019-12-20 13:16 UTC  (5+ messages)
` [PATCH V2 2/7] soc: imx: gpcv2: Update imx8m-power.h to include iMX8M Mini

[PATCH] replay: check other timers for icount limit
 2019-12-20 13:14 UTC  (2+ messages)

[PATCH] replay: record and replay random number sources
 2019-12-20 13:14 UTC  (2+ messages)

[Xen-devel] [xen-unstable-smoke test] 145013: regressions - all pass
 2019-12-20 13:14 UTC 

[virtio-dev] [PATCH v3] virtio-snd: add virtio sound device specification
 2019-12-20 13:14 UTC  (11+ messages)
` [virtio-dev] "

Power Supply Cold Redundancy
 2019-12-20 13:12 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH] Implement qemu_thread_yield for posix, use it in mttcg to handle EXCP_YIELD
 2019-12-20 13:11 UTC  (2+ messages)

[alsa-devel] [PATCH] ASoC: sgtl5000: Fix VDDA and VDDIO comparison
 2019-12-20 13:10 UTC  (5+ messages)

[PATCH 01/30] rpm: upgrade to 4.15.1
 2019-12-20 13:10 UTC  (7+ messages)
` [PATCH 03/30] gettext: update to 0.20.1

[alsa-devel] [PATCH] ASoC: max98090: Remove empty suspend function
 2019-12-20 13:09 UTC  (2+ messages)
` [alsa-devel] Applied "ASoC: max98090: Remove empty suspend function" to the asoc tree

[PATCH v3] regulator: Convert stm32-pwr regulator to json-schema
 2019-12-20 13:09 UTC  (3+ messages)
` Applied "regulator: Convert stm32-pwr regulator to json-schema" to the regulator tree

[PATCH] regulator: bd71828: remove get_voltage operation
 2019-12-20 13:09 UTC  (2+ messages)
` Applied "regulator: bd71828: remove get_voltage operation" to the regulator tree


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.