All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-12 14:58:41 to 2018-12-12 15:38:08 UTC [more...]

[Qemu-devel] [PULL 00/54] Misc patches for 2018-12-12
 2018-12-12 15:37 UTC  (56+ messages)
` [Qemu-devel] [PULL 01/54] accel: Improve selection of the default accelerator
` [Qemu-devel] [PULL 02/54] vhost-user-bridge: fix "unknown type name" compilation error
` [Qemu-devel] [PULL 03/54] checkpatch: fix premature exit when no input or --mailback
` [Qemu-devel] [PULL 04/54] checkpatch: check Signed-off-by in --mailback mode
` [Qemu-devel] [PULL 05/54] checkpatch: improve handling of multiple patches or files
` [Qemu-devel] [PULL 06/54] checkpatch: colorize output to terminal
` [Qemu-devel] [PULL 07/54] pam: wrap MemoryRegion initialization in a transaction
` [Qemu-devel] [PULL 08/54] memory: extract flat_range_coalesced_io_{del, add}
` [Qemu-devel] [PULL 09/54] memory: avoid unnecessary coalesced_io_del operations
` [Qemu-devel] [PULL 10/54] memory: update coalesced_range on transaction_commit
` [Qemu-devel] [PULL 11/54] hax: Support for Linux hosts
` [Qemu-devel] [PULL 12/54] block/iscsi: drop unused IscsiAIOCB->buf field
` [Qemu-devel] [PULL 13/54] block/iscsi: take iscsilun->mutex in iscsi_timed_check_events()
` [Qemu-devel] [PULL 14/54] block/iscsi: fix ioctl cancel use-after-free
` [Qemu-devel] [PULL 15/54] block/iscsi: cancel libiscsi task when ABORT TASK TMF completes
` [Qemu-devel] [PULL 16/54] esp-pci: Fix status register write erase control
` [Qemu-devel] [PULL 17/54] scsi: esp: Defer command completion until previous interrupts have been handled
` [Qemu-devel] [PULL 18/54] build-sys: don't include windows.h, osdep.h does it
` [Qemu-devel] [PULL 19/54] build-sys: move windows defines in osdep.h header
` [Qemu-devel] [PULL 20/54] build-sys: build with Vista API by default
` [Qemu-devel] [PULL 21/54] RFC: qga: drop < Vista compatibility
` [Qemu-devel] [PULL 22/54] test: execute g_test_run when tests are skipped
` [Qemu-devel] [PULL 23/54] test: replace gtester with a TAP driver
` [Qemu-devel] [PULL 24/54] compiler.h: Add an explicit check for the compiler version
` [Qemu-devel] [PULL 25/54] qemu/queue.h: do not access tqe_prev directly
` [Qemu-devel] [PULL 26/54] vfio: make vfio_address_spaces static
` [Qemu-devel] [PULL 27/54] qemu/queue.h: leave head structs anonymous unless necessary
` [Qemu-devel] [PULL 28/54] qemu/queue.h: typedef QTAILQ heads
` [Qemu-devel] [PULL 29/54] qemu/queue.h: remove Q_TAILQ_{HEAD, ENTRY}
` [Qemu-devel] [PULL 30/54] qemu/queue.h: reimplement QTAILQ without pointer-to-pointers
` [Qemu-devel] [PULL 31/54] qemu/queue.h: simplify reverse access to QTAILQ
` [Qemu-devel] [PULL 32/54] checkpatch: warn about qemu/queue.h head structs that are not typedef-ed
` [Qemu-devel] [PULL 33/54] configure: Add a test for the minimum compiler version
` [Qemu-devel] [PULL 34/54] configure: Remove obsolete check for Clang < 3.2
` [Qemu-devel] [PULL 35/54] configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012]
` [Qemu-devel] [PULL 36/54] tcg/tcg.h: Remove GCC check for tcg_debug_assert() macro
` [Qemu-devel] [PULL 37/54] audio/alsaaudio: Remove compiler check around pragma
` [Qemu-devel] [PULL 38/54] includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"
` [Qemu-devel] [PULL 39/54] Remove QEMU_ARTIFICIAL macro
` [Qemu-devel] [PULL 40/54] hw/watchdog/wdt_i6300esb : remove a unnecessary comment
` [Qemu-devel] [PULL 41/54] vhost-net: move stubs to a separate file
` [Qemu-devel] [PULL 42/54] vhost-net-user: add stubs for when no virtio-net device is present
` [Qemu-devel] [PULL 43/54] vhost: restrict Linux dependency to kernel vhost
` [Qemu-devel] [PULL 44/54] vhost-net: compile it on all targets that have virtio-net
` [Qemu-devel] [PULL 45/54] vhost-net: revamp configure logic
` [Qemu-devel] [PULL 46/54] vhost-user-test: use g_cond_broadcast
` [Qemu-devel] [PULL 47/54] vhost-user-test: signal data_cond when s->rings changes
` [Qemu-devel] [PULL 48/54] vhost-user: support cross-endian vnet headers
` [Qemu-devel] [PULL 49/54] vhost-user-test: support VHOST_USER_PROTOCOL_F_CROSS_ENDIAN
` [Qemu-devel] [PULL 50/54] vhost-user-test: skip if there is no memory at address 0
` [Qemu-devel] [PULL 51/54] vhost-user-test: reduce usage of global_qtest
` [Qemu-devel] [PULL 52/54] vhost-user-test: create a main loop per TestServer
` [Qemu-devel] [PULL 53/54] vhost-user-test: small changes to init_hugepagefs
` [Qemu-devel] [PULL 54/54] vhost-user-test: create a temporary directory per TestServer

[PATCH v1 2/2] mtd: spi-nor: add NPCM FIU controller driver
 2018-12-12 15:37 UTC  (3+ messages)

CAT-M1 and NB-IoT features support in ofono
 2018-12-12 15:37 UTC  (2+ messages)

[PATCH v2 2/5] VSOCK: support fill data to mergeable rx buffer in host
 2018-12-12 15:37 UTC  (3+ messages)

[PATCH v2] btrfs: balance dirty metadata pages in btrfs_finish_ordered_io
 2018-12-12 15:36 UTC  (4+ messages)

[virtio-dev] [PATCH] content: reserve virtio device ID for file system devices
 2018-12-12 15:27 UTC 

[virtio-dev] [VIRTIO RFC] content: add virtio file system device
 2018-12-12 15:20 UTC  (3+ messages)

[PATCH v2 0/8] net: y2038-safe socket timestamps
 2018-12-12 15:35 UTC  (11+ messages)
` [PATCH v2 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW
` [PATCH v2 8/8] socket: Update timestamping Documentation

[PATCH] sim: Sim PIN1 cache upon modem reset/crash
 2018-12-12 15:35 UTC  (2+ messages)

[PATCH v3 00/14] Sound Open Firmware (SOF) core
 2018-12-12 15:34 UTC  (11+ messages)
` [PATCH v3 02/14] ASoC: SOF: Add Sound Open Firmware KControl support
` [PATCH v3 04/14] ASoC: SOF: Add support for IPC IO between DSP and Host
` [PATCH v3 05/14] ASoC: SOF: Add PCM operations support
    ` [Sound-open-firmware] "

[PATCH net-next 0/9] Pass extack to SWITCHDEV_PORT_OBJ_ADD
 2018-12-12 15:33 UTC  (3+ messages)
` [PATCH net-next 2/9] net: bridge: Propagate extack to switchdev

[PATCH for-4.12 v2 00/17] xen/arm: Implement Set/Way operations
 2018-12-12 15:33 UTC  (6+ messages)
` [PATCH for-4.12 v2 16/17] "

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-12 15:33 UTC  (2+ messages)

[PATCH] percpu_rwsem: fix missed wakeup due to reordering of load
 2018-12-12 15:31 UTC  (6+ messages)

[Bug 201973] New: File Size
 2018-12-12 15:31 UTC  (2+ messages)
` [Bug 201973] "

[RFC v2 00/13] Multi-Key Total Memory Encryption API (MKTME)
 2018-12-12 15:31 UTC  (9+ messages)

[Qemu-devel] [PATCH for-4.0 00/71] qtest: qgraph driver framework
 2018-12-12 15:31 UTC  (8+ messages)
` [Qemu-devel] [PATCH 22/71] tests/libqos: sdhci driver and interface nodes
` [Qemu-devel] [PATCH 23/71] tests/libqos: arm/raspi2 machine node

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-12 15:31 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2018-12-06
 2018-12-12 15:30 UTC  (5+ messages)
` [Buildroot] strace on xtensa/uclibc

[meta-networking][PATCH] samba: fix build on qemumips64 with musl
 2018-12-12 15:29 UTC 

[PATCH] ARM: dts: Add missing ranges for dra7 mcasp l3 ports
 2018-12-12 15:28 UTC  (4+ messages)

[PATCH] python/sepolicy: search() also for dontaudit rules
 2018-12-12 15:28 UTC 

[RFC 0/3] QEMU changes to do PVH boot
 2018-12-12 15:28 UTC  (6+ messages)
` [RFC 3/3] pvh: Boot uncompressed kernel using direct boot ABI
  ` [Qemu-devel] "

[PATCH] run-command: report exec failure
 2018-12-12 15:27 UTC  (4+ messages)

[PATCH 3/3] filemap: drop the mmap_sem for all blocking operations
 2018-12-12 15:27 UTC  (2+ messages)
` [PATCH][v6] "

[PATCH 0/2] Graph fixes for using multiple endpoints per port
 2018-12-12 15:27 UTC  (11+ messages)
                  ` [alsa-devel] "

[PATCH v5 0/7] Add virtio-iommu driver
 2018-12-12 15:27 UTC  (11+ messages)
` [PATCH v5 5/7] iommu: "
        `  "
          ` [virtio-dev] "

[PATCH v2 01/10] libxl: Move dm user determination logic into a helper function
 2018-12-12 15:26 UTC  (3+ messages)
` [PATCH v2 03/10] libxl: Clean up userlookup_helper_getpw* helper

[U-Boot] [PATCH v4 00/25] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 15:24 UTC  (5+ messages)
` [U-Boot] [PATCH v4 16/25] riscv: Update supports_extension() to use desc from cpu driver

[PATCH v6 00/13] ARMv8.3 pointer authentication userspace support
 2018-12-12 15:23 UTC  (7+ messages)
` [PATCH v6 10/13] arm64: add prctl control for resetting ptrauth keys
` [PATCH v6 11/13] arm64: add ptrace regsets for ptrauth key management

[PATCH] vhost: batch used descriptors chains write-back with packed ring
 2018-12-12 15:23 UTC  (2+ messages)

[meta-security][thud][PATCH] tpm2-abrmd: Fix QA error
 2018-12-12 15:27 UTC 

[Qemu-devel] [PATCH 00/15] s390: vfio-ccw dasd ipl support
 2018-12-12 15:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/15] s390 vfio-ccw: Add bootindex property and IPLB data
  ` [Qemu-devel] [qemu-s390x] "

[PATCH] drm/amd/display: Fix cursor pos and hotspot calcs
 2018-12-12 15:22 UTC  (3+ messages)

[PATCH] xen: xen-pciback: Reset MSI-X state when exposing a device
 2018-12-12 15:21 UTC  (9+ messages)

[PATCH v11] tolerate jitter in cpu_khz calculation to avoid TSC emulation
 2018-12-12 15:20 UTC 

[U-Boot] [PATCH v5 00/25] riscv: Adding RISC-V CPU and timer driver
 2018-12-12 15:19 UTC  (3+ messages)
` [U-Boot] [PATCH v5 06/25] riscv: ax25: Hide the ax25-specific Kconfig option

[PATCH 00/19] A new net PMD - ice
 2018-12-12 15:19 UTC  (5+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 02/34] net/ice: Add basic structures

[PATCH] dm: fix inflight IO check
 2018-12-12 15:18 UTC  (5+ messages)
`  "
  ` xfstests generic/347 was never correct [was: Re: dm: fix inflight IO check]

[U-Boot] qemu x86 ide device not probing automatically with 2018.11
 2018-12-12 15:18 UTC 

[U-Boot] policy regarding unused code
 2018-12-12 15:17 UTC  (5+ messages)

[PATCH] btrfs: Refactor main loop in extent_readpages
 2018-12-12 15:16 UTC  (3+ messages)

[PATCH v6 0/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
 2018-12-12 15:15 UTC  (8+ messages)
` [PATCH v6 2/2] "

[v7,01/10] usb: gadget: udc: Add timer support for usb requests
 2018-12-12 15:11 UTC  (4+ messages)
  ` [PATCH v7 01/10] "

[PATCH 1/7] [DSA] adding fields for holding information about upstream-port
 2018-12-12 15:12 UTC  (4+ messages)
  ` Aw: "

[Buildroot] [PATCH] package/uclibc: add custom bits/poll.h for xtensa
 2018-12-12 15:13 UTC 

[LKP] [tty] c96cf923a9: WARNING:possible_circular_locking_dependency_detected
 2018-12-12 15:12 UTC  (3+ messages)
`  "

[igt-dev] [PATCH i-g-t] PSR: Bump wait for active timeout to 2.5s
 2018-12-12 15:11 UTC  (4+ messages)

[PATCH net-next] net/mlx5: Remove duplicated include from eswitch.c
 2018-12-12 15:10 UTC  (3+ messages)

[PATCH] MAINTAINERS/vfio-ccw: add Farhan and Eric, make Halil Reviewer
 2018-12-12 15:10 UTC  (3+ messages)

[PATCH net-next] net/mlx5e: Remove set but not used variable 'upriv'
 2018-12-12 15:10 UTC  (3+ messages)

[PATCH v2 0/5] VSOCK: support mergeable rx buffer in vhost-vsock
 2018-12-12 15:09 UTC  (3+ messages)

[PATCH 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-12 15:10 UTC  (2+ messages)
` [PATCH 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link

[RFC 11/16] irq: skip action avalability check for guest's IRQ
 2018-12-12 15:08 UTC  (8+ messages)

[PATCH v4 00/15] Add initial RDA8810PL SoC and Orange Pi boards support
 2018-12-12 15:07 UTC  (4+ messages)
` [PATCH v4 11/15] clocksource: Add clock driver for RDA8810PL SoC

[PATCH v13 00/25] kasan: add software tag-based mode for arm64
 2018-12-12 15:04 UTC  (6+ messages)
` [PATCH v13 19/25] kasan: add hooks implementation for tag-based mode

[RFC PATCH v2 00/12] arm64: Paravirtualized time support
 2018-12-12 15:02 UTC  (26+ messages)
` [RFC PATCH v2 01/12] KVM: arm64: Document PV-time interface
` [RFC PATCH v2 02/12] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [RFC PATCH v2 03/12] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [RFC PATCH v2 04/12] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [RFC PATCH v2 05/12] KVM: arm64: Implement PV_FEATURES call
` [RFC PATCH v2 06/12] KVM: arm64: Support stolen time reporting via shared structure
` [RFC PATCH v2 07/12] arm64: Retrieve stolen time as paravirtualized guest
` [RFC PATCH v2 08/12] KVM: Allow kvm_device_ops to be const
` [RFC PATCH v2 09/12] KVM: arm64: Provide a PV_TIME device to user space
` [RFC PATCH v2 10/12] KVM: arm64: Support Live Physical Time reporting
` [RFC PATCH v2 11/12] clocksource: arm_arch_timer: Use paravirtualized LPT
` [RFC PATCH v2 12/12] KVM: arm64: Export LPT using PV_TIME device

[Qemu-devel] [PATCH V6 0/6] nvdimm: support MAP_SYNC for memory-backend-file
 2018-12-12 15:06 UTC  (2+ messages)

[PATCH v5 1/9] app/procinfo: add usage for new debug
 2018-12-12 15:06 UTC  (5+ messages)
` [PATCH v6 0/9] app/proc-info: improve debug of proc-info tool
  ` [PATCH v6 1/9] app/procinfo: add usage for new debug

[RFC v2] pwm: Add Xilinx AXI Timer in PWM mode support
 2018-12-12 15:06 UTC  (3+ messages)

[PATCH v2] x86/speculation: Add support for STIBP always-on preferred mode
 2018-12-12 15:04 UTC  (10+ messages)

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-12 15:03 UTC  (12+ messages)

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2018-12-12 15:02 UTC  (8+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI

[Qemu-devel] [PATCH v2 0/3] Guest Support for Diagnose 318
 2018-12-12 15:01 UTC  (8+ messages)
` [Qemu-devel] [PATCH v2 2/3] s390: cpu feature for diagnose 318 andlimit max VCPUs to 247
    ` [Qemu-devel] [qemu-s390x] "

: I need your urgent respons
 2018-12-12 15:00 UTC 

Regression in next-20181211 with fsverity changes
 2018-12-12 14:59 UTC  (4+ messages)

[PATCH v3] m68k: Fix memblock-related crashes
 2018-12-12 14:58 UTC  (2+ messages)

[PATCH 0/6] Raspberry Pi miniuart support
 2018-12-12 14:58 UTC  (4+ messages)
` [PATCH 1/6] mach-bcm2835/core: add clkdev for uart1


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.