All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-12 15:13:41 to 2018-12-12 16:04:17 UTC [more...]

[Qemu-devel] [PATCH v12 0/6] Add support for TPM Physical Presence interface
 2018-12-12 16:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v12 3/6] tpm: allocate/map buffer "
` [Qemu-devel] [PATCH v12 4/6] acpi: expose TPM/PPI configuration parameters to firmware via fw_cfg

Dearest One,
 2018-12-12 16:04 UTC 

[PATCH 00/25] Argo: hypervisor-mediated interdomain communication
 2018-12-12 16:01 UTC  (3+ messages)
` [PATCH 07/25] xen (ARM, x86): add errno-returning functions for copy

Luminous v12.2.10 released
 2018-12-12 16:03 UTC  (2+ messages)

how to distinguish between PHYs that are not distinguished in the device tree?
 2018-12-12 16:02 UTC  (3+ messages)

[PATCH 0/8][V2] Enospc cleanups and fixeS
 2018-12-12 16:01 UTC  (3+ messages)
` [PATCH 6/8] btrfs: loop in inode_rsv_refill

[PATCH] serial/sunsu: fix refcount leak
 2018-12-12 16:01 UTC  (2+ messages)

[Bug 109001] Freezes when waking up after screen goes blank
 2018-12-12 16:01 UTC  (2+ messages)

[PATCH 0/4] Update definition of cmpxchg() under CodeSamples
 2018-12-12 16:01 UTC  (5+ messages)
` [PATCH 3/4] CodeSamples: Fix definition of cmpxchg() in api-gcc.h
` [PATCH 4/4] EXP CodeSamples: Add weak variant of cmpxchg() as cmpxchg_weak()

arm64 board boot pauses on linux-next
 2018-12-12 16:00 UTC 

[Qemu-devel] [PULL 00/54] Misc patches for 2018-12-12
 2018-12-12 15:59 UTC  (57+ 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

USB: serial: option: add Fibocom NL668 series
 2018-12-12 15:57 UTC 

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-12 15:57 UTC  (5+ messages)
` [PATCH v2] "

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

[PATCH v2 0/2] x86/dom0: improve PVH paging memory calculation
 2018-12-12 15:56 UTC  (10+ messages)
` [PATCH v2 1/2] x86/dom0: rename paging function

[PATCH] srcu: Remove srcu_queue_delayed_work_on()
 2018-12-12 15:55 UTC  (4+ messages)

[tpm2] how can i use abrmd/tpmrm0 with tpm2-tools
 2018-12-12 15:55 UTC 

[Buildroot] [PATCH] package/uclibc: add custom bits/poll.h for xtensa
 2018-12-12 15:55 UTC  (2+ messages)

[RESEND PATCH v3 0/3] add support for MCP16502 PMIC
 2018-12-12 15:55 UTC  (6+ messages)
` [RESEND PATCH v3 3/3] regulator: mcp16502: add regulator driver for MCP16502

[PATCH] nfsref: switch the way libraries are linked
 2018-12-12 15:54 UTC  (4+ messages)

[ANNOUNCE] Creation of the linux-i3c mailing list
 2018-12-12 15:54 UTC  (2+ messages)

[PATCH] btrfs: raid56: data corruption on a device removal
 2018-12-12 15:53 UTC  (2+ messages)

[GIT PULL for v4.20-rc7] media fixes
 2018-12-12 15:54 UTC 

[PATCH v1 0/2] Introduced new Cadence USBSS DRD Driver
 2018-12-12 15:53 UTC  (8+ messages)
` [PATCH v1 2/2] usb:cdns3 Add Cadence USB3 "
          ` [v1,2/2] "

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

[SPDK] DPDK's new memory management module
 2018-12-12 15:52 UTC 

[U-Boot] [PATCH] m53menlo: fix splashfile location
 2018-12-12 15:52 UTC  (2+ messages)

[U-Boot] [PATCH] m53menlo: fix addmtd cmd in default environment
 2018-12-12 15:52 UTC  (2+ messages)

[PATCH 0/6 V2] ccache.bbclass: Refactor it to make it more reliable
 2018-12-12 15:50 UTC  (3+ messages)
` [PATCH 5/6] base.bbclass: Add comments for gcc links to ccache

[PATCH 0/6] staging: most: sound: change sound card layout
 2018-12-12 15:50 UTC  (7+ messages)
` [PATCH 1/6] staging: most: sound: create one sound card w/ multiple PCM devices per MOST device
` [PATCH 3/6] staging: most: sound: rename variable

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

[SPDK] DPDK's new memory management module
 2018-12-12 15:50 UTC 

[Buildroot] [PATCH v2 1/5] boot/optee-os: new package
 2018-12-12 15:49 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/5] optee-client: "

[PATCH 00/17] Add support for TI PRU ICSS
 2018-12-12 15:48 UTC  (7+ messages)
` [PATCH 08/17] soc: ti: pruss: Add a PRUSS irqchip driver for PRUSS interrupts

[PATCH v2 01/10] libxl: Move dm user determination logic into a helper function
 2018-12-12 15:46 UTC  (7+ messages)
` [PATCH v2 03/10] libxl: Clean up userlookup_helper_getpw* helper
` [PATCH v2 05/10] libxl: Do root checks once in libxl__domain_get_device_model_uid
` [PATCH v2 07/10] libxl: Make killing of device model asynchronous

[PATCH] tidl-api: update to version 1.2.2
 2018-12-12 15:46 UTC 

[PATCH net-next 0/13] sk_buff: add extension infrastructure
 2018-12-12 15:45 UTC  (5+ messages)
` [PATCH net-next 02/13] sk_buff: add skb "

linux-next: Signed-off-by missing for commit in the gfs2 tree
 2018-12-12 15:46 UTC  (4+ messages)

[PATCH] blktests: make block/026 run in constant time
 2018-12-12 15:45 UTC 

[PATCH] [RFC] MAINTAINERS: Daniel for drm co-maintainer
 2018-12-12 15:45 UTC  (2+ messages)

[tpm2] how can i use abrmd/tpmrm0 with tpm2-tools
 2018-12-12 15:45 UTC 

[PATCH v3 00/14] Sound Open Firmware (SOF) core
 2018-12-12 15:43 UTC  (9+ messages)
` [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] "

rcu_preempt caused oom
 2018-12-12 15:42 UTC  (9+ messages)

[PATCH] Input: elantech - Disable elan-i2c for P52 and P72
 2018-12-12 15:42 UTC 

[bug?] poor migrate_pages() performance on arm64
 2018-12-12 15:41 UTC  (3+ messages)
  ` [LTP] "

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

[virtio-dev] [PATCH] content: reserve virtio device ID for file system devices
 2018-12-12 15:38 UTC  (2+ messages)
` [virtio-dev] "

ipipe-arm64 kernel issue
 2018-12-12 15:38 UTC  (3+ messages)

[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] [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  (9+ messages)
` [PATCH v2 6/8] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH v2 7/8] socket: Add SO_TIMESTAMPING_NEW

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

[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] 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)

[PATCH v2 3/5] VSOCK: support receive mergeable rx buffer in guest
 2018-12-12 15:31 UTC  (3+ 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

[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 

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

[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] "

[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] 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] "

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

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

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


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.