All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-03 17:59:04 to 2017-07-03 19:34:19 UTC [more...]

[RFC][PATCHv3 0/5] printk: introduce printing kernel thread
 2017-07-03 19:34 UTC  (12+ messages)
` [RFC][PATCHv3 2/5] "

[Qemu-devel] [PATCH v3 00/22] add disable-tcg option for x86 build
 2017-07-03 19:32 UTC  (5+ messages)
` [Qemu-devel] [PATCH 01/22] configure: factor out list of supported Xen/KVM/HAX targets
` [Qemu-devel] [PATCH 02/22] configure: early test for supported targets

[PATCH 0/5] pull request
 2017-07-03 19:31 UTC  (5+ messages)
` [PATCH 2/5] hwclock: usage() use program_invocation_short_name

[RFC/RFT PATCH 0/4] net: ethernat: ti: cpts: enable irq and HW_TS_PUSH
 2017-07-03 19:31 UTC  (5+ messages)
` [RFC/RFT PATCH 2/4] net: ethernat: ti: cpts: enable irq

[Qemu-devel] [PATCH] virtio-net: fix tx queue size for !vhost-user
 2017-07-03 19:29 UTC 

[RFT] mmc: tmio: fix CMD12 (STOP) handling
 2017-07-03 19:28 UTC 

[PATCH rdma-next] RDMA: Remove useless MODULE_VERSION
 2017-07-03 19:27 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4] target/m68k: implement 680x0 FPU (part 3)
 2017-07-03 19:26 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] softfloat: use floatx80_infinity in softfloat
` [Qemu-devel] [PATCH 2/4] target/m68k: add FPU trigonometric instructions
` [Qemu-devel] [PATCH 3/4] target/m68k: add fmod/frem
` [Qemu-devel] [PATCH 4/4] target-m68k: add fscale, fgetman and fgetexp

[PATCH] oeqa/sdk: Replace buildiptables for buildgzip tests
 2017-07-03 19:28 UTC  (3+ messages)

[meta-browser][PATCH] firefox: Fix Build QA error compile-host-path
 2017-07-03 19:24 UTC 

RBD rights acting up
 2017-07-03 19:24 UTC  (3+ messages)

[Buildroot] [PATCH 0/2] system: default to using Etc/UTC as a timezone
 2017-07-03 19:22 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] package/tz: fix variable name
` [Buildroot] [PATCH 2/2] system: use Etc/UTC as default timezone

[Buildroot] [PATCH] libpwquality: select cracklib
 2017-07-03 19:21 UTC  (2+ messages)

[PATCH][V2] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"
 2017-07-03 19:21 UTC 

[PATCH 1/2] video/hdmi: Allow "empty" HDMI infoframes
 2017-07-03 19:19 UTC  (2+ messages)
` [PATCH 2/2] drm/hdmi: Allow HDMI infoframe without VIC or S3D

[Qemu-devel] [PATCH v4] virtio-net: enable configurable tx queue size
 2017-07-03 19:18 UTC  (2+ messages)

[PATCH] scsi: qedf: fix spelling mistake: "offlading" -> "offloading"
 2017-07-03 19:17 UTC  (2+ messages)

[PATCH 00/33] introduce generic eventdev test application framework
 2017-07-03 19:14 UTC  (36+ messages)
` [PATCH v2 00/34] "
  ` [PATCH v2 01/34] app/testeventdev: introduce dpdk-test-eventdev application
  ` [PATCH v2 02/34] app/testeventdev: define eventdev test ops
  ` [PATCH v2 03/34] app/testeventdev: add eventdev test registration framework
  ` [PATCH v2 04/34] app/testeventdev: add string parsing helpers
  ` [PATCH v2 05/34] app/testeventdev: add common helper functions
  ` [PATCH v2 06/34] app/testeventdev: define the test options
  ` [PATCH v2 07/34] app/testeventdev: add helper functions to check options
  ` [PATCH v2 08/34] app/testeventdev: add helper functions to dump options
  ` [PATCH v2 09/34] app/testeventdev: update options through the command line
  ` [PATCH v2 10/34] app/testeventdev: invoke the test ops
  ` [PATCH v2 11/34] app/testeventdev: add the signal handler
  ` [PATCH v2 12/34] app/testeventdev: order: add test setup and destroy
  ` [PATCH v2 13/34] app/testeventdev: order: add basic functions
  ` [PATCH v2 14/34] app/testeventdev: order: add eventdev port setup
  ` [PATCH v2 15/34] app/testeventdev: order: launch lcores
  ` [PATCH v2 16/34] app/testeventdev: add order queue test
  ` [PATCH v2 17/34] app/testeventdev: order queue: add worker functions
  ` [PATCH v2 18/34] app/testeventdev: add order "all types queue" test
  ` [PATCH v2 19/34] app/testeventdev: perf: add test setup and destroy
  ` [PATCH v2 20/34] app/testeventdev: perf: add basic functions
  ` [PATCH v2 21/34] app/testeventdev: perf: add opt dump and check functions
  ` [PATCH v2 22/34] app/testeventdev: perf: add eventdev port setup
  ` [PATCH v2 23/34] app/testeventdev: perf: launch lcores
  ` [PATCH v2 24/34] app/testeventdev: add perf queue test
  ` [PATCH v2 25/34] app/testeventdev: perf queue: add worker functions
  ` [PATCH v2 26/34] app/testeventdev: add perf "all types queue" test
  ` [PATCH v2 27/34] app/testeventdev: perf: add "all type queue" worker function
  ` [PATCH v2 28/34] doc: describe the new eventdev test application
  ` [PATCH v2 29/34] doc/testeventdev: add "order queue" test details
  ` [PATCH v2 30/34] doc/testeventdev: add "order all types "
  ` [PATCH v2 31/34] doc/testeventdev: add "perf "
  ` [PATCH v2 32/34] doc/testeventdev: add "perf all types "
  ` [PATCH v2 33/34] maintainers: claim responsibility for the eventdev test app
  ` [PATCH v2 34/34] doc: update release notes for dpdk-test-eventdev application

Question about gc time
 2017-07-03 19:15 UTC  (3+ messages)
      `  "

[ovmf test] 111361: all pass - PUSHED
 2017-07-03 19:15 UTC 

[yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES
 2017-07-03 19:14 UTC  (6+ messages)
` [yocto-autobuilder][PATCHv2 4/5] autobuilder/buildsteps: Add DAFTFlash buildstep

What's cooking in git.git (Jun 2017, #09; Fri, 30)
 2017-07-03 19:13 UTC  (4+ messages)

[GIT PULL] parisc architecture updates for v4.13
 2017-07-03 19:13 UTC 

nilfs bad btree node and broken bmap
 2017-07-03 19:12 UTC  (3+ messages)

[PATCH 0/2] ARM64: Fix irq generation between breakpoint and step exception
 2017-07-03 19:10 UTC  (3+ messages)
` [PATCH 1/2] arm64: hw_breakpoint: Allow stepping if a kernel mode overflow handler exists
` [PATCH 2/2] arm64: disable irq between breakpoint and step exception

[Qemu-devel] postcopy migration hangs while loading virtio state
 2017-07-03 19:07 UTC  (11+ messages)

[Qemu-devel] [Bug 1377095] [NEW] KVM guest VM does not reattach a throughpassed USB printer from Host after switching printer off and on
 2017-07-03 18:47 UTC  (2+ messages)
` [Qemu-devel] [Bug 1377095] "

[PATCH 0/2] drm/exynos: clean up bridge binding
 2017-07-03 19:05 UTC  (3+ messages)
  ` [PATCH 1/2] drm/exynos: dsi: move of_drm_find_bridge call into probe

[GIT PULL] Core block/IO changes for 4.13-rc
 2017-07-03 19:04 UTC  (3+ messages)

[Buildroot] [PATCH v1] qt5multimedia: fix plugins videonode egl x11 header related compile failure
 2017-07-03 19:02 UTC  (6+ messages)

[Buildroot] [PATCH 0/8] Remove /usr component from HOST_DIR
 2017-07-03 19:01 UTC  (2+ messages)

[PATCH RFC 01/26] netfilter: Replace spin_unlock_wait() with lock/unlock pair
 2017-07-03 19:01 UTC  (3+ messages)

Large ib_srp configuration cannot allocate FRM pool space and fails map SCSI host
 2017-07-03 19:00 UTC  (4+ messages)

[PATCH 00/12] object_id part 9
 2017-07-03 18:55 UTC  (13+ messages)
` [PATCH 01/12] builtin/fsck: convert remaining caller of get_sha1 to object_id
` [PATCH 02/12] builtin/merge-tree: "
` [PATCH 03/12] submodule: convert submodule config lookup to use object_id
` [PATCH 04/12] remote: convert struct push_cas to struct object_id
` [PATCH 05/12] sequencer: convert "
` [PATCH 06/12] builtin/update_ref: "
` [PATCH 07/12] bisect: convert bisect_checkout "
` [PATCH 08/12] builtin/unpack-file: convert "
` [PATCH 09/12] builtin/verify-tag: "
` [PATCH 10/12] Convert remaining callers of get_sha1 to get_oid
` [PATCH 11/12] sha1_name: convert get_sha1* to get_oid*
` [PATCH 12/12] sha1_name: convert GET_SHA1* flags to GET_OID*

[PATCH] ACPI: SPCR: Use access width to determine mmio usage
 2017-07-03 18:56 UTC  (16+ messages)
                    ` [Devel] "

[PATCH net-next] qed: initialize ll2_syn_handle at start of function
 2017-07-03 18:55 UTC  (2+ messages)

[PATCH v2 0/5] crypto/dpaa2_sec optimization and feature update
 2017-07-03 18:55 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v5] crypto: sun4i-ss: support the Security System PRNG
 2017-07-03 18:48 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] KASLR kernel dump support
 2017-07-03 18:50 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/7] vmgenid: replace x-write-pointer-available hack

[Ksummit-discuss] [MAINTAINERS SUMMIT] & [TECH TOPIC] Improve regression tracking
 2017-07-03 18:50 UTC  (4+ messages)

[PATCH v3 1/3] rtmutex: update rt-mutex-design
 2017-07-03 18:49 UTC  (2+ messages)

[PATCH tip/perf/core 0/7] namespace tracing improvements
 2017-07-03 18:48 UTC  (9+ messages)
` [PATCH tip/perf/core 1/7] perf symbols: find symbols in different mount namespace
` [PATCH tip/perf/core 2/7] perf maps: lookup maps in both intitial mountns and inner mountns
` [PATCH tip/perf/core 3/7] perf probe: allow placing uprobes in alternate namespaces
` [PATCH tip/perf/core 6/7] perf documentation: updates for target-ns

[PATCH v2 1/2] drm/ttm: Fix use-after-free in ttm_bo_clean_mm
 2017-07-03 18:46 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplay

[PATCH] initial support (display-only) for GP108
 2017-07-03 18:46 UTC 

What is provided with the Xen Tools and why do I need them?
 2017-07-03 18:44 UTC 

[PATCH v9 0/3] Tango PCIe controller support
 2017-07-03 18:44 UTC  (9+ messages)
` [PATCH v9 2/3] PCI: Add tango PCIe host bridge support

[PATCH] xen/balloon: don't online new memory initially
 2017-07-03 18:44 UTC  (3+ messages)
` [Xen-devel] "

[PATCH 2/2] Add full list of gcc attribute
 2017-07-03 18:43 UTC 

RT-Xen on ARM
 2017-07-03 18:42 UTC  (4+ messages)

I was able to cross-compile the hypervisor on an amd64 host for the aarch64 target ... However, I can't build the Xen toolset
 2017-07-03 18:41 UTC 

[PATCH 1/2] Let create_symbol check for previous same symbol
 2017-07-03 18:41 UTC 

[Qemu-devel] [PATCH v2 0/3] block: block driver callbacks fixes
 2017-07-03 18:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/3] block: pass bdrv_* methods to bs->file by default
` [Qemu-devel] [PATCH v2 3/3] block: add default implementations for bdrv_co_get_block_status()

[PATCH 00/11] Set 4 of changes related to updates of btcoexist
 2017-07-03 18:40 UTC  (12+ messages)
` [PATCH 01/11] rtlwifi: btcoex: Add power_on_setting routine
` [PATCH 02/11] rtlwifi: Fix MAX MPDU of VHT capability
` [PATCH 03/11] rtlwifi: Remove redundant semicolon in wifi.h
` [PATCH 04/11] rtlwifi: rtl8192ee: Make driver support 64bits DMA
` [PATCH 05/11] rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_rate
` [PATCH 06/11] rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA
` [PATCH 07/11] rtlwifi: Add TX/RX throughput statistics in period
` [PATCH 08/11] rtlwifi: Add RSSI and RF type to wifi.h for phydm
` [PATCH 09/11] rtlwifi: Remove BAND_NUM and related fields
` [PATCH 10/11] rtlwifi: Add bw_update parameter for RA mask update
` [PATCH 11/11] rtlwifi: Add module parameter ASPM

[PATCH 00/12] V4L2 explicit synchronization support
 2017-07-03 18:40 UTC  (9+ messages)
` [PATCH 03/12] [media] vb2: add in-fence support to QBUF
` [PATCH 07/12] [media] v4l: add support to BUF_QUEUED event

[PATCH 0/5] Add rk3328 pwm support
 2017-07-03 18:39 UTC  (11+ messages)
` [PATCH 2/5] pwm: rockchip: Remove the judge from return value of rockchip_pwm_config()
` [PATCH 3/5] pwm: rockchip: Move the configuration of polarity from rockchip_pwm_set_enable() to rockchip_pwm_config()
` [PATCH 4/5] pwm: rockchip: Add atomic updated feature for rk3328

[PATCH] Make "SCSI Transports" a menuconfig to ease disabling it all
 2017-07-03 18:39 UTC  (5+ messages)

[PATCH 0/2] list of gcc supported attribute name
 2017-07-03 18:35 UTC 

Inverted test in fio ipo_bytes_align()
 2017-07-03 18:32 UTC  (3+ messages)

[PATCH 0/4] MIPS16e2 ASE support
 2017-07-03 18:32 UTC  (4+ messages)
` [PATCH 1/4] MIPS16e2: Identify ASE presence

linux-next: manual merge of the jc_docs tree with the kbuild tree
 2017-07-03 18:33 UTC  (5+ messages)

[PATCH v4] crypto: sun4i-ss: support the Security System PRNG
 2017-07-03 18:31 UTC  (5+ messages)

[PATCH net-next 00/12] qed: Add iWARP support for QL4xxxx
 2017-07-03 18:31 UTC  (4+ messages)

[PATCH] lksctp-tools: Add sctp_peeloff_flags function
 2017-07-03 18:30 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 0/6] q35: add acpi pci hotplug support
 2017-07-03 18:29 UTC  (7+ messages)

[linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq
 2017-07-03 18:28 UTC  (7+ messages)

Possible makedumpfile ELF issues
 2017-07-03 18:27 UTC  (2+ messages)

[RTDS Patch v3 for Xen4.8]
 2017-07-03 18:27 UTC  (2+ messages)

[PATCH] irqchip: gicv3-its: Use NUMA aware memory allocation for ITS tables
 2017-07-03 18:25 UTC  (6+ messages)

[PATCH] Adding ignored attribute optimize
 2017-07-03 18:23 UTC  (7+ messages)

[Qemu-devel] [PATCH v3 00/20] make bdrv_is_allocated[_above] byte-based
 2017-07-03 18:22 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 18/20] block: Make bdrv_is_allocated() byte-based

[PATCH v1] gpio: pca953x: remove incorrect le16_to_cpu calls
 2017-07-03 18:21 UTC  (2+ messages)

[Cocci] [PATCH] coccinelle: api: detect unnecessary le16_to_cpu
 2017-07-03 18:20 UTC  (8+ messages)
  ` [Devel] "
        `  "

[PATCH] serial: imx-serial - move DMA buffer configuration to DT
 2017-07-03 18:17 UTC  (2+ messages)

[PATCH v4] PCI: Workaround wrong flags completions for IDT switch
 2017-07-03 18:17 UTC  (3+ messages)

Help needed for solving a few issues with building git
 2017-07-03 18:13 UTC  (2+ messages)

[Qemu-trivial] [PATCH v4] tests: Avoid non-portable 'echo -ARG'
 2017-07-03 18:09 UTC  (2+ messages)
` [Qemu-devel] "

Full NAT forward and source routing - possible without packet marking?
 2017-07-03 18:07 UTC  (5+ messages)
      ` Hairpin NAT "

[PATCH] iio: accel: st_accel: add SPI-3wire support
 2017-07-03 18:07 UTC 

[U-Boot] [PATCH 0/1] Set VLD04 output to 2.8V in PMIC initialization
 2017-07-03 18:07 UTC  (7+ messages)
` [U-Boot] [PATCH 1/1] "

[PATCH] drm/msm: kick out firmware framebuffer
 2017-07-03 18:03 UTC  (3+ messages)

[PATCH] therm/gm200: Added
 2017-07-03 18:02 UTC 

[PATCH 1/2] libata: Introduce ata_platform_shutdown_one()
 2017-07-03 18:02 UTC  (2+ messages)
` [PATCH 2/2] ata: ahci_platform: Handle shutdown with ata_platform_shutdown_one()

[Qemu-devel] handling emulation fine-grained memory protection
 2017-07-03 18:01 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/2] x86/vmx: fix PML test
 2017-07-03 17:58 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86/vmx: report failure if tests don't progress as expected


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.