All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-08 17:07:52 to 2018-06-08 17:47:52 UTC [more...]

[Qemu-devel] [PULL 00/30] Ide patches
 2018-06-08 17:47 UTC  (28+ messages)
` [Qemu-devel] [PULL 01/30] ahci: trim signatures on raise/lower
` [Qemu-devel] [PULL 02/30] ahci: fix PxCI register race
` [Qemu-devel] [PULL 03/30] ahci: don't schedule unnecessary BH
` [Qemu-devel] [PULL 04/30] ahci: add port register enumeration
` [Qemu-devel] [PULL 05/30] ahci: modify ahci_port_read to use register numbers
` [Qemu-devel] [PULL 06/30] ahci: make port read traces more descriptive
` [Qemu-devel] [PULL 07/30] ahci: fix spacing damage on ahci_port_write
` [Qemu-devel] [PULL 08/30] ahci: combine identical clauses in port write
` [Qemu-devel] [PULL 09/30] ahci: modify ahci_port_write to use register numbers
` [Qemu-devel] [PULL 10/30] ahci: make port write traces more descriptive
` [Qemu-devel] [PULL 11/30] ahci: delete old port register address definitions
` [Qemu-devel] [PULL 12/30] ahci: add host register enumeration
` [Qemu-devel] [PULL 13/30] ahci: fix host register max address
` [Qemu-devel] [PULL 14/30] ahci: modify ahci_mem_read_32 to work on register numbers
` [Qemu-devel] [PULL 15/30] ahci: make mem_read_32 traces more descriptive
` [Qemu-devel] [PULL 16/30] ahci: fix spacing damage on ahci_mem_write
` [Qemu-devel] [PULL 17/30] ahci: adjust ahci_mem_write to work on registers
` [Qemu-devel] [PULL 18/30] ahci: delete old host register address definitions
` [Qemu-devel] [PULL 19/30] ahci: make ahci_mem_write traces more descriptive
` [Qemu-devel] [PULL 20/30] tests/boot-sector: Add magic bytes to s390x boot code header
` [Qemu-devel] [PULL 21/30] tests/cdrom-test: Test booting from CD-ROM ISO image file
` [Qemu-devel] [PULL 22/30] tests/cdrom-test: Test that -cdrom parameter is working
` [Qemu-devel] [PULL 23/30] MAINTAINERS: Add the cdrom-test to John's section
` [Qemu-devel] [PULL 24/30] libqos/ahci: track sector size
` [Qemu-devel] [PULL 26/30] ide: push end_transfer_func out of start_transfer callback, rename callback
` [Qemu-devel] [PULL 28/30] ide: make ide_transfer_stop idempotent
` [Qemu-devel] [PULL 29/30] atapi: call ide_set_irq before ide_transfer_start

[PATCH 0/2] Addition of new routing protocols for iproute2
 2018-06-08 17:47 UTC  (3+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] iproute2: Add support for a few routing protocols

[PATCH v4 0/3] Support Common Not Private translations
 2018-06-08 17:44 UTC  (9+ messages)
` [PATCH v4 1/3] arm64: mm: "
` [PATCH v4 2/3] arm64: KVM: Enable "
` [PATCH v4 3/3] arm64: Introduce command line parameter to disable CNP

[PATCH v11 00/13] Intel SGX1 support
 2018-06-08 17:43 UTC  (35+ messages)
` [PATCH v11 01/13] compiler.h, kasan: add __SANITIZE_ADDRESS__ check for __no_kasan_or_inline
` [PATCH v11 02/13] x86, sgx: updated MAINTAINERS
` [PATCH v11 03/13] x86, sgx: add SGX definitions to cpufeature
` [PATCH v11 04/13] x86, sgx: add SGX definitions to msr-index.h
` [PATCH v11 05/13] x86, cpufeatures: add Intel-defined SGX leaf CPUID_12_EAX
` [PATCH v11 06/13] crypto: aesni: add minimal build option for SGX LE
` [PATCH v11 07/13] x86, sgx: detect Intel SGX
` [PATCH v11 08/13] x86, sgx: added ENCLS wrappers
` [PATCH v11 09/13] x86, sgx: basic routines for enclave page cache
` [PATCH v11 10/13] intel_sgx: driver for Intel Software Guard Extensions
` [PATCH v11 11/13] intel_sgx: ptrace() support
` [PATCH v11 12/13] intel_sgx: driver documentation
` [PATCH v11 13/13] intel_sgx: in-kernel launch enclave

[PATCH] media: i2c: adv748x: csi2: set entity function to video interface bridge
 2018-06-08 17:43 UTC 

[PATCH 0/2] Convert IB/mad to use an IDR for agent IDs
 2018-06-08 17:42 UTC  (3+ messages)
` [PATCH 1/2] IB/mad: Agent registration is process context only
` [PATCH 2/2] IB/mad: Use IDR for agent IDs

[qemu PATCH 1/5] gitignore: ignore generated qapi job files
 2018-06-08 17:41 UTC  (13+ messages)
` [qemu PATCH 2/5] acpi: "make check" should fail on asl mismatch
    ` [Qemu-devel] "
` [qemu PATCH 4/5] machine: fix some misspelled words
  ` [Qemu-devel] "

[GIT PULL] two more s390 bug fixes for 4.17
 2018-06-08 17:40 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/8] Add a standard authorization framework
 2018-06-08 17:38 UTC  (20+ messages)
` [Qemu-trivial] "
` [Qemu-devel] [PATCH 1/8] util: add helper APIs for dealing with inotify
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 2/8] hw/usb: switch MTP to use new inotify APIs
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 3/8] authz: add QAuthZ object as an authorization base class
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 4/8] authz: add QAuthZSimple object type for trivial auth checks
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 5/8] authz: add QAuthZList object type for an access control list
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 6/8] authz: add QAuthZListFile object type for a file "
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 7/8] authz: add QAuthZPAM object type for authorizing using PAM
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 8/8] authz: delete existing ACL implementation
  ` [Qemu-trivial] "
  ` [Qemu-trivial] [Qemu-devel] [PATCH 0/8] Add a standard authorization framework

[Qemu-devel] [PULL 00/53] Misc patches for 2018-05-31
 2018-06-08 17:39 UTC  (4+ messages)
` [Qemu-devel] [PULL 39/53] ipmi: Use proper struct reference for KCS vmstate
  ` [Qemu-devel] [PULL 52/53] char: Remove unwanted crlf conversion

[Qemu-devel] [PATCH 0/2] python: Remove unused compatibility modules
 2018-06-08 17:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] python: Remove scripts/argparse.py
` [Qemu-devel] [PATCH 2/2] python: Remove scripts/ordereddict.py

18.08 Intel Roadmap
 2018-06-08 17:35 UTC  (3+ messages)

netdevice notifier and device private data
 2018-06-08 17:34 UTC 

[Buildroot] [PATCH] fs: allow extra arguments to common tarball extraction
 2018-06-08 17:34 UTC  (10+ messages)

[Qemu-devel] [PATCH v3 0/3] glib: update the min required version
 2018-06-08 17:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 1/3] util: remove redundant include of glib.h and add osdep.h
` [Qemu-devel] [PATCH v3 3/3] glib: enforce the minimum required version and warn about old APIs

[Qemu-devel] [PATCH v4 0/6] NBD export
 2018-06-08 17:33 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 2/6] nbd/server: refactor NBDExportMetaContexts
` [Qemu-devel] [PATCH v4 4/6] nbd/server: implement dirty bitmap export

[PATCH] drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_range
 2018-06-08 17:32 UTC 

[PATCH v9 00/24] ILP32 for ARM64
 2018-06-08 17:32 UTC  (6+ messages)
` [PATCH 04/24] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option

[Bug 199619] New: screen stays dark for long on bootup since kernel 4.17.0-rc2+
 2018-06-08 17:32 UTC  (2+ messages)
` [Bug 199619] "

[PATCH v4 0/3] Renesas R9A06G032 SMP enabler
 2018-06-08 17:31 UTC  (10+ messages)
` [PATCH v4 2/3] arm: shmobile: Add the R9A06G032 SMP enabler driver

[ovmf baseline-only test] 74807: all pass
 2018-06-08 17:30 UTC 

[PATCH 1/2] iproute2: Add support for a few routing protocols
 2018-06-08 17:29 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Add sensors
 2018-06-08 17:28 UTC  (4+ messages)
` [PATCH 2/2] imx_v6_v7_defconfig: Enable imx6qdl-sabreauto sensors

[PATCH v2] input: bcm5974 - Add driver for Apple Magic Trackpad 2
 2018-06-08 17:28 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 03/18] drm/i915/ringbuffer: Fix context restore upon reset
 2018-06-08 17:26 UTC  (2+ messages)
` [PATCH v2] "

[Buildroot] [PATCH 1/2] configs/imx6ulpico: Bump kernel and U-Boot
 2018-06-08 17:26 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] configs/imx7dpico: "

[PATCH 00/20] add eventmode helper functions
 2018-06-08 17:24 UTC  (21+ messages)
` [PATCH 01/20] eventdev: add files for eventmode helper
` [PATCH 02/20] eventdev: add routines for logging "
` [PATCH 03/20] eventdev: add eventmode CL options framework
` [PATCH 04/20] eventdev: allow application to set ethernet portmask
` [PATCH 05/20] eventdev: add framework for eventmode conf
` [PATCH 06/20] eventdev: add common initialize routine for eventmode devs
` [PATCH 07/20] eventdev: add eventdevice init for eventmode
` [PATCH 08/20] eventdev: add eventdev port-lcore link
` [PATCH 09/20] eventdev: add option to specify schedule mode for app stage
` [PATCH 10/20] eventdev: add placeholder for ethdev init
` [PATCH 11/20] eventdev: add Rx adapter init in eventmode
` [PATCH 12/20] eventdev: add routine to validate conf
` [PATCH 13/20] eventdev: add default conf for event devs field in conf
` [PATCH 14/20] eventdev: add default conf for Rx adapter conf
` [PATCH 15/20] eventdev: add default conf for event port-lcore link
` [PATCH 16/20] eventdev: add routines to display the eventmode conf
` [PATCH 17/20] eventdev: add routine to access eventmode link info
` [PATCH 18/20] eventdev: add routine to access event queue for eth Tx
` [PATCH 19/20] eventdev: add routine to launch eventmode workers
` [PATCH 20/20] examples/l2fwd: add eventmode for l2fwd

[PATCH] drm/i915: Wrap around the tail offset before setting ring->tail
 2018-06-08 17:25 UTC 

[Buildroot] [PATCH] linux-headers: bump 4.{4, 9}.x series
 2018-06-08 17:25 UTC 

[Qemu-devel] [RFC v2 00/12] vhost-user for input & GPU
 2018-06-08 17:25 UTC  (4+ messages)
` [Qemu-devel] [RFC v2 11/12] Add virtio-gpu vhost-user backend

[ANNOUNCE] iproute 4.17
 2018-06-08 17:25 UTC 

[PATCH] Bluetooth: hci_bcm: Configure SCO routing automatically
 2018-06-08 17:25 UTC  (4+ messages)

[PATCH] net/i40e: illagel pactket checking
 2018-06-08 17:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH xf86-video-amdgpu 6/7] Compose non-legacy with legacy regamma LUT
 2018-06-08 17:21 UTC  (2+ messages)
  ` [PATCH xf86-video-amdgpu 6/7 v2] "

master - Removing locking layer from sync_local_dev_names
 2018-06-08 17:19 UTC 

[Qemu-devel] [PATCH] Purge uses of banned g_assert_FOO()
 2018-06-08 17:19 UTC  (3+ messages)

[PATCH 1/4] mbuf: add accessor function for private data area
 2018-06-08 17:19 UTC  (3+ messages)

Qualcomm rmnet driver and qmi_wwan
 2018-06-08 17:19 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/6] Reenable hmp for preconfig mode
 2018-06-08 17:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH 4/6] hmp: Add info commands for preconfig

[Buildroot] [PATCH 1/1] tinymembench: bump to version 0.4
 2018-06-08 17:16 UTC 

is there a canonical doc about how to deal with whitespace issues?
 2018-06-08 17:15 UTC  (2+ messages)

DPDK checkpatch and SPDX tags?
 2018-06-08 17:15 UTC 

[PATCH v10 0/5] Hyper-V/Azure netvsc PMD and bus support
 2018-06-08 17:15 UTC  (3+ messages)
` [PATCH v10 1/5] eal: add rte_uuid support

[Buildroot] [PATCHv2] linux: may fail to boot for binutils 2.29+ even without armv7m
 2018-06-08 17:15 UTC  (6+ messages)

general protection fault in wb_workfn (2)
 2018-06-08 17:14 UTC  (7+ messages)

[PATCH 0/3] net: bpfilter: clean-up build rules
 2018-06-08 17:12 UTC  (4+ messages)
` [PATCH 1/3] bpfilter: add bpfilter_umh to .gitignore
` [PATCH 2/3] bpfilter: include bpfilter_umh in assembly instead of using objcopy
` [PATCH 3/3] bpfilter: do not (ab)use host-program build rule

[PATCH] gobject-introspection: relocate typelib repository for native builds
 2018-06-08 17:13 UTC  (2+ messages)

[Buildroot] [PATCH proposal/next] replace host-mkpasswd
 2018-06-08 17:13 UTC  (11+ messages)
` [Buildroot] [PATCHv2 propsal/next] "
  ` [Buildroot] [PATCHv2 proposal/next 2/3] build: replace host-mkpasswd with host-busybox

[Qemu-devel] [PATCH v2 0/2] vl: Partial support for non-scalar properties with -object
 2018-06-08 17:11 UTC  (4+ messages)

[PATCH 00/15] preparing l2fwd for eventmode additions
 2018-06-08 17:09 UTC  (16+ messages)
` [PATCH 01/15] examples/l2fwd: add new header to move common code
` [PATCH 02/15] examples/l2fwd: move macro definitions to common header
` [PATCH 03/15] examples/l2fwd: move structure "
` [PATCH 04/15] examples/l2fwd: move globally accessed vars "
` [PATCH 05/15] examples/l2fwd: add missing space
` [PATCH 06/15] examples/l2fwd: fix lines exceeding 80 char limit
` [PATCH 07/15] examples/l2fwd: move dataplane code to new file
` [PATCH 08/15] examples/l2fwd: remove unused header includes
` [PATCH 09/15] examples/l2fwd: move drain buffers to new function
` [PATCH 10/15] examples/l2fwd: optimize check for master core
` [PATCH 11/15] examples/l2fwd: move periodic tasks to new function
` [PATCH 12/15] examples/l2fwd: skip timer updates for non master cores
` [PATCH 13/15] examples/l2fwd: move pkt send code to a new function
` [PATCH 14/15] examples/l2fwd: use fprint instead of printf for usage print
` [PATCH 15/15] examples/l2fwd: improvements to the "

[PATCH 0/7] Enable 32-bit native builds with meson
 2018-06-08 17:10 UTC  (3+ messages)
` [PATCH 3/7] net/sfc: disable for 32-bit builds

[PATCH] libkmod-signature: Fix crash when module signature is not present
 2018-06-08 17:10 UTC  (2+ messages)
` [PATCH] libkmod-signature: pkcs#7: fix crash when signer info "

[PATCH] mm: fix null pointer dereference in mem_cgroup_protected
 2018-06-08 17:09 UTC  (2+ messages)

Haswell full-ppgtt, no really
 2018-06-08 17:09 UTC  (4+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [01/18] drm/i915: Apply batch location restrictions before pinning (rev2)

[PATCH v3 0/3] mtd: Add support for reading MTD devices via the nvmem API
 2018-06-08 17:07 UTC  (17+ messages)
` [PATCH v3 1/3] nvmem: Update the OF binding to use a subnode for the cells list

[PATCH 1/3] drm/v3d: Take a lock across GPU scheduler job creation and queuing
 2018-06-08 17:08 UTC  (5+ messages)
` [PATCH 3/3] drm/v3d: Add a note about locking of v3d_fence_create()

[PATCH iproute2 1/2] ip: display netns name instead of nsid
 2018-06-08 17:08 UTC  (3+ messages)
` [PATCH iproute2 v2 0/2] "

[iproute2 1/1] tipc: TIPC_NLA_LINK_NAME value pass on nesting entry TIPC_NLA_LINK
 2018-06-08 17:07 UTC  (2+ messages)


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.