messages from 2018-12-19 14:42:43 to 2018-12-19 15:19:56 UTC [more...]
[Qemu-devel] [PULL v2 00/35] Misc patches for 2018-12-18
2018-12-19 15:18 UTC (14+ messages)
` [Qemu-devel] [PULL 01/35] accel: Improve selection of the default accelerator
` [Qemu-devel] [PULL 02/35] vhost-user-bridge: fix "unknown type name" compilation error
` [Qemu-devel] [PULL 03/35] checkpatch: fix premature exit when no input or --mailback
` [Qemu-devel] [PULL 04/35] checkpatch: check Signed-off-by in --mailback mode
` [Qemu-devel] [PULL 05/35] checkpatch: improve handling of multiple patches or files
` [Qemu-devel] [PULL 06/35] checkpatch: colorize output to terminal
` [Qemu-devel] [PULL 07/35] pam: wrap MemoryRegion initialization in a transaction
` [Qemu-devel] [PULL 08/35] memory: extract flat_range_coalesced_io_{del, add}
` [Qemu-devel] [PULL 09/35] memory: avoid unnecessary coalesced_io_del operations
` [Qemu-devel] [PULL 10/35] memory: update coalesced_range on transaction_commit
` [Qemu-devel] [PULL 11/35] hax: Support for Linux hosts
` [Qemu-devel] [PULL 12/35] block/iscsi: drop unused IscsiAIOCB->buf field
` [Qemu-devel] [PULL 13/35] block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
[PATCH v2 0/3] stm class/intel_th: Fixes for v4.20
2018-12-19 15:19 UTC (3+ messages)
` [PATCH v2 2/3] stm class: Add a reference to the SyS-T document
` [PATCH v2 3/3] intel_th: msu: Fix an off-by-one in attribute store
[PATCH 1/5] drm/amd/display: Move iteration out of dm_update_planes
2018-12-19 15:19 UTC (8+ messages)
` [PATCH 5/5] drm/amd/display: Move the dm update dance to crtc->atomic_check
[U-Boot] [PATCH v2] net: macb: fix mapping of registers
2018-12-19 15:19 UTC (2+ messages)
[PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports
2018-12-19 15:18 UTC (5+ messages)
` [U-Boot] "
[PATCH v4] watchdog: tqmx86: Add watchdog driver for the IO controller
2018-12-19 15:18 UTC
[PATCH] libxl: Documentation about the domain configuration on disk
2018-12-19 15:18 UTC (8+ messages)
[PATCH] ASoC: xlnx: change license header format style
2018-12-19 15:17 UTC (4+ messages)
[PATCH] arch/x86/kernel/topology: Make DEBUG_HOTPLUG_CPU0 pr_info more descriptive
2018-12-19 15:16 UTC
[Qemu-devel] [PATCH] docs: apply some qemu.org-like CSS style to HTML
2018-12-19 15:16 UTC (2+ messages)
[PATCH v9 00/39] drm/i915: Implement HDCP2.2
2018-12-19 15:16 UTC (15+ messages)
` [PATCH v9 04/39] component: alloc component_match without any comp to match
` [PATCH v9 07/39] drm/i915: MEI interface definition
` [PATCH v9 10/39] drm/i915: Implement HDCP2.2 receiver authentication
` [PATCH v9 12/39] drm/i915: Implement HDCP2.2 repeater authentication
` [PATCH v9 13/39] drm: HDCP2.2 link check related constants
[PATCH] arc: remove redundant kernel-space generic-y
2018-12-19 15:15 UTC (4+ messages)
[PATCH] PCI: Blacklist power management of Gigabyte X299 DESIGNARE EX PCIe ports
2018-12-19 15:15 UTC (7+ messages)
[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
2018-12-19 15:14 UTC (43+ messages)
` [PATCH v7 00/49] x86emul: remaining "
` [PATCH v7 01/49] x86emul: rename evex.br to evex.brs
` [PATCH v7 11/49] x86emul: support AVX512{F, BW, _VBMI} full permute insns
` [PATCH v7 12/49] x86emul: support AVX512{F, BW} integer shuffle insns
` [PATCH v7 13/49] x86emul: support AVX512{BW, DQ} mask move insns
` [PATCH v7 14/49] x86emul: basic AVX512BW testing
` [PATCH v7 15/49] x86emul: basic AVX512DQ testing
` [PATCH v7 16/49] x86emul: support AVX512F move high/low insns
` [PATCH v7 17/49] x86emul: support AVX512F move duplicate insns
` [PATCH v7 18/49] x86emul: support AVX512{F, BW, _VBMI} permute insns
` [PATCH v7 19/49] x86emul: support AVX512BW pack insns
` [PATCH v7 20/49] x86emul: support AVX512F floating-point conversion insns
` [PATCH v7 21/49] x86emul: support AVX512F legacy-equivalent packed int/FP "
` [PATCH v7 22/49] x86emul: support AVX512F legacy-equivalent scalar "
` [PATCH v7 23/49] x86emul: support AVX512DQ packed quad-int/FP "
` [PATCH v7 24/49] x86emul: support AVX512{F, DQ} uint-to-FP "
` [PATCH v7 25/49] x86emul: support AVX512{F, DQ} FP-to-uint "
` [PATCH v7 26/49] x86emul: support remaining AVX512F legacy-equivalent insns
` [PATCH v7 27/49] x86emul: support remaining AVX512BW "
` [PATCH v7 28/49] x86emul: support AVX512{F, ER} reciprocal insns
` [PATCH v7 29/49] x86emul: support AVX512F floating point manipulation insns
` [PATCH v7 30/49] x86emul: support AVX512DQ "
` [PATCH v7 31/49] x86emul: support AVX512{F, _VBMI2} compress/expand insns
` [PATCH v7 32/49] x86emul: support remaining misc AVX512{F, BW} insns
` [PATCH v7 33/49] x86emul: support AVX512F gather insns
` [PATCH v7 34/49] x86emul: add high register S/G test cases
` [PATCH v7 35/49] x86emul: support AVX512F scatter insns
` [PATCH v7 36/49] x86emul: support AVX512PF insns
` [PATCH v7 37/49] x86emul: support AVX512CD insns
` [PATCH v7 38/49] x86emul: complete support of AVX512_VBMI insns
` [PATCH v7 39/49] x86emul: support of AVX512* population count insns
` [PATCH v7 40/49] x86emul: support of AVX512_IFMA insns
` [PATCH v7 42/49] x86emul: support remaining AVX512_VBMI2 insns
` [PATCH v7 42/49] x86emul: support AVX512_4FMAPS insns
` [PATCH v7 43/49] x86emul: support AVX512_4VNNIW insns
` [PATCH v7 44/49] x86emul: support AVX512_VNNI insns
` [PATCH v7 45/49] x86emul: support VPCLMULQDQ insns
` [PATCH v7 46/49] x86emul: support VAES insns
` [PATCH v7 47/49] x86emul: support GFNI insns
` [PATCH v7 48/49] x86emul: restore ordering within main switch statement
` [PATCH v7 49/49] tools: re-sync CPUID leaf 7 tables
[PATCH 4.19 00/44] 4.19.11-stable review
2018-12-19 15:14 UTC (3+ messages)
[PATCH] cifs: handle allocation failures early
2018-12-19 15:14 UTC (2+ messages)
[PATCH v8 0/2 RESEND] add the Amlogic Meson PCIe controller driver
2018-12-19 15:13 UTC (7+ messages)
` [PATCH v8 2/2] PCI: amlogic: Add "
PLDM design proposal
2018-12-19 15:14 UTC (3+ messages)
[U-Boot] [PATCH] spi: cadence_qspi: remap iomem registers instead of just mapping
2018-12-19 15:14 UTC
[PATCH v2] media: uvcvideo: Fix 'type' check leading to overflow
2018-12-19 15:13 UTC (3+ messages)
[WRONG] KVM: arm/arm64: vgic: fix off-by-one bug in vgic_get_irq()
2018-12-19 15:11 UTC (2+ messages)
[REGRESSION] imx_v6_v7_defconfig: undefined reference to `__hyp_stub_vectors'
2018-12-19 15:11 UTC (6+ messages)
[PATCH 3/3] arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h>
2018-12-19 15:11 UTC (5+ messages)
Console downloaders give *The certificate of ‘www.alsa-project.org’ hasn't got a known issuer.*
2018-12-19 15:11 UTC (4+ messages)
[GIT PULL] Btrfs updates for 4.21
2018-12-19 15:11 UTC
[PATCH v2 0/3] sched/fair: some fixes for asym_packing
2018-12-19 15:11 UTC (9+ messages)
` [PATCH v2 1/3] sched/fair: fix rounding issue for asym packing
[PATCH 0/2] Add 'try' semantics for RD and WR locking
2018-12-19 15:11 UTC (4+ messages)
` [PATCH 1/2] rwlock: introduce "
libsensors soname bump
2018-12-19 15:10 UTC (4+ messages)
[PATCH 00/14] drm/bochs: cleanups, atomic modesetting, generic fbdev
2018-12-19 15:10 UTC (6+ messages)
` [PATCH 01/14] drm/bochs: encoder cleanup
` [PATCH 02/14] drm/bochs: split bochs_hw_setmode
[GIT PULL] third batch of nvme updates for 4.21
2018-12-19 15:09 UTC (3+ messages)
[PATCH nvme-cli] nvme_fc auto-connect scripts
2018-12-19 15:09 UTC (5+ messages)
[PATCH 1/3] drm/i915: Prepare for larger CSB status FIFO size
2018-12-19 15:08 UTC (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev4)
` ✓ Fi.CI.BAT: success "
[v5] PCI: imx: make msi work without CONFIG_PCIEPORTBUS=y
2018-12-19 15:07 UTC (3+ messages)
/proc/modules not showing any output
2018-12-19 15:06 UTC (3+ messages)
[SPDK] Jenkins CI Triggering Change Now In Effect
2018-12-19 15:07 UTC
[PATCHv2] gpio: add simple get/set helpers for GPIO lines
2018-12-19 15:07 UTC (2+ messages)
[Qemu-devel] [PULL 00/35] Misc patches for 2018-12-18
2018-12-19 15:05 UTC (3+ messages)
[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc: Fix handling of unknown single plane modes
2018-12-19 15:05 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_available_modes_crc: Fix handling of unknown single plane modes (rev9)
[PATCH v5 0/2] hisi_sas: DIF support
2018-12-19 15:02 UTC (5+ messages)
` [PATCH v5 1/2] scsi: hisi_sas: Add support for DIF feature for v2 hw
[PATCH 0/7] tracing: Hist trigger var-ref cleanup and comments
2018-12-19 15:02 UTC (8+ messages)
` [PATCH 3/7] tracing: Use var_refs[] for hist trigger reference checking
patch "binder: fix use-after-free due to ksys_close() during fdget()" added to char-misc-next
2018-12-19 15:01 UTC
ASoC: Intel: sst: Missing IRQ at index 5 on BYT-T device
2018-12-19 15:01 UTC (11+ messages)
[PATCH v3 0/3] Make STM32 interrupt controller use hwspinlock
2018-12-19 15:00 UTC (5+ messages)
[PATCH 00/27] kconfig: remove all reduce/shift conflicts, refactor lexer, fix various issues
2018-12-19 14:59 UTC (3+ messages)
[PATCH] sysfs: Disable lockdep for driver bind/unbind files
2018-12-19 15:00 UTC (8+ messages)
` ✓ Fi.CI.IGT: success for sysfs: Disable lockdep for driver bind/unbind files (rev2)
[PATCH 0/3] x86/mm-locks: add a bias to current domain lock levels
2018-12-19 14:59 UTC (8+ messages)
` [PATCH 3/3] x86/mm-locks: apply a bias to lock levels for current domain
[PATCH 1/9] drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
2018-12-19 14:57 UTC (9+ messages)
` [PATCH 2/9] drm/i915/execlists: Pull the render flush into breadcrumb emission
` [PATCH 3/9] drm/i915/ringbuffer: "
` [PATCH 4/9] drm/i915: Remove redundant trailing request flush
` [PATCH 5/9] drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
` [PATCH 6/9] drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
` [PATCH 7/9] drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7
` [PATCH 8/9] drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5
` [PATCH 9/9] drm/i915: Drop unused engine->irq_seqno_barrier w/a
[2/2] usb: usb251xb: add usb data lane port swap feature
2018-12-19 14:59 UTC (2+ messages)
` [PATCH 2/2] "
[1/2] dt-bindings: usb: usb251xb: add documentation for data lane swapping
2018-12-19 14:59 UTC (2+ messages)
` [PATCH 1/2] "
[PATCH v6 0/4] Fixes for Tegra soctherm
2018-12-19 14:57 UTC (5+ messages)
` [PATCH v6 3/4] thermal: tegra: parse sensor id before sensor register
[Qemu-devel] [PATCH v2] hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device
2018-12-19 14:56 UTC (2+ messages)
[PATCH libdrm] fix various typos
2018-12-19 14:55 UTC
[PATCH 0/4 v2] Consolidate iommu_ops->add/remove_device() calls
2018-12-19 14:53 UTC (5+ messages)
` [PATCH 3/4] iommu/of: Don't call iommu_ops->add_device directly
[U-Boot] [PATCH] spi: soft_spi: Fix null ptr when probing soft_spi
2018-12-19 14:53 UTC
[U-Boot] [PATCH] MIPS: remove local_irq_[save|restore] from CP0 macros
2018-12-19 14:53 UTC (2+ messages)
Pktgen having problem with Lua on RHEL
2018-12-19 14:52 UTC (3+ messages)
[U-Boot] [PULL] MIPS updates for v2019.01
2018-12-19 14:52 UTC
RME Fireface alsa driver
2018-12-19 14:51 UTC (6+ messages)
[PATCH v5 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
2018-12-19 14:51 UTC (11+ messages)
[PATCH] btrfs: Make first argument of btrfs_run_delalloc_range directly an inode
2018-12-19 14:48 UTC (2+ messages)
[Qemu-devel] [PATCH v1] migration: add incremental mode on drive-mirror
2018-12-19 14:47 UTC (3+ messages)
[PATCH] ppp: Move PFC decompression to PPP generic layer
2018-12-19 14:38 UTC (2+ messages)
[OpenRISC] [PATCH resend] openrisc: Fix broken paths to arch/or32
2018-12-19 14:47 UTC (3+ messages)
` "
[RFC PATCH v5 0/5] x86: Add vDSO exception fixup for SGX
2018-12-19 14:45 UTC (7+ messages)
` x86/sgx: uapi change proposal
[igt-dev] [PATCH i-g-t] lib/debugfs: Sanity check even discarded CRCs
2018-12-19 14:46 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for lib/debugfs: Sanity check even discarded CRCs (rev2)
Proposed PATCH to allow control of the kernel ordering in grub.cfg
2018-12-19 6:50 UTC
[PATCH 00/10] per-process address spaces for MMUv2
2018-12-19 14:45 UTC (11+ messages)
` [PATCH 01/10] drm/etnaviv: move job context pointer to etnaviv_gem_submit
` [PATCH 02/10] drm/etnaviv: mmuv2: don't map zero page
` [PATCH 03/10] drm/etnaviv: split out cmdbuf mapping into address space
` [PATCH 04/10] drm/etnaviv: share a single cmdbuf suballoc region across all GPUs
` [PATCH 05/10] drm/etnaviv: replace MMU flush marker with flush sequence
` [PATCH 06/10] drm/etnaviv: rework MMU handling
` [PATCH 07/10] drm/etnaviv: split out starting of FE idle loop
` [PATCH 08/10] drm/etnaviv: provide MMU context to etnaviv_gem_mapping_get
` [PATCH 09/10] drm/etnaviv: implement per-process address spaces on MMUv2
` [PATCH 10/10] drm/etnaviv: dump only failing submit
[PATCH v2] scripts: add a tool to produce a compile_commands.json file
2018-12-19 14:45 UTC (2+ messages)
[Intel-wired-lan] [next PATCH S1 1/6] i40e: Limiting RSS queues to CPUs
2018-12-19 14:45 UTC (6+ messages)
` [Intel-wired-lan] [next PATCH S1 2/6] i40e: Add support FEC configuration for Fortville 25G
` [Intel-wired-lan] [next PATCH S1 3/6] i40e: Change unmatched function types
` [Intel-wired-lan] [next PATCH S1 4/6] i40e: check queue pairs num in config queues handler
` [Intel-wired-lan] [next PATCH S1 5/6] i40e: remove debugfs tx_timeout support
` [Intel-wired-lan] [next PATCH S1 6/6] i40e: update version number
[GIT PULL] KVM fixes for 4.20-rc8 (or final)
2018-12-19 14:45 UTC
[sparc64] soft lockup - CPU stuck , KGDB_TESTS_ON_BOOT
2018-12-19 14:44 UTC (2+ messages)
remove exofs, the T10 OSD code and block/scsi bidi support V3
2018-12-19 14:43 UTC (3+ messages)
[PATCH v3 0/3] Use interconnect API in MDSS on SDM845
2018-12-19 14:43 UTC (4+ messages)
` [PATCH v3 3/3] dt-bindings: msm/disp: Introduce interconnect bindings for "
[igt-dev] [RFC 0/3] tests/perf: new tests for OA interrupt
2018-12-19 14:43 UTC (4+ messages)
` [igt-dev] [RFC 1/3] bump headers
` [igt-dev] [RFC 2/3] tests/perf: new tests for parameterized OA buffer polling
` [igt-dev] [RFC 3/3] tests/perf: new tests for OA interrupt
[PATCH v7 00/25] APEI in_nmi() rework and SDEI wire-up
2018-12-19 14:42 UTC (6+ messages)
` [PATCH v7 04/25] ACPI / APEI: Make hest.c manage the estatus memory pool
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.