All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-28 12:31:29 to 2018-06-28 13:12:13 UTC [more...]

[PATCHv4 00/10] media/mc: fix inconsistencies
 2018-06-28 13:12 UTC  (4+ messages)
` [PATCHv4 01/10] media: add 'index' to struct media_v2_pad
` [PATCHv4 02/10] media-ioc-g-topology.rst: document new 'index' field
` [PATCHv4 03/10] media: add flags field to struct media_v2_entity

[PATCH 1/9] drm/i915: Drop posting reads to flush master interrupts
 2018-06-28 13:11 UTC  (15+ messages)
` [PATCH 2/9] drm/i915/execlists: Pull submit after dequeue under timeline lock
` [PATCH 3/9] drm/i915/execlists: Pull CSB reset under the timeline.lock
` [PATCH 4/9] drm/i915/execlists: Process one CSB update at a time
` [PATCH 5/9] drm/i915/execlists: Unify CSB access pointers
` [PATCH 6/9] drm/i915/execlists: Reset CSB write pointer after reset
` [PATCH 7/9] drm/i915/execlists: Stop storing the CSB read pointer in the mmio register
` [PATCH 8/9] drm/i915/execlists: Trust the CSB
` [PATCH 9/9] drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
  ` [PATCH v7] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915: Drop posting reads to flush master interrupts
` ✓ Fi.CI.BAT: success "

[PATCH v3 net-next 0/5] Fixes coding style in xilinx_emaclite.c
 2018-06-28 13:11 UTC  (8+ messages)
` [PATCH v3 net-next 1/5] net: emaclite: Use __func__ instead of hardcoded name
` [PATCH v3 net-next 2/5] net: emaclite: Simplify if-else statements
` [PATCH v3 net-next 3/5] net: emaclite: update kernel-doc comments
` [PATCH v3 net-next 4/5] net: emaclite: Fix block comments style
` [PATCH v3 net-next 5/5] net: emaclite: Remove unnecessary spaces

Testing with distros
 2018-06-28 13:11 UTC  (3+ messages)
` getting started?
  ` [kernelci] "

[PATCH 0/6] x86/msr: Introductory MSR cleanup
 2018-06-28 13:11 UTC  (7+ messages)
` [PATCH 1/6] x86/msr: Clean up the MSR_EFER constants
` [PATCH 3/6] x86/msr: Clean up the MSR_{PLATFORM_INFO, MISC_FEATURES_ENABLES} constants
` [PATCH 4/6] x86/msr: Clean up the MSR_FEATURE_CONTROL constants

[PATCH 0/3] sched/locking/doc: Miscellaneous fixes
 2018-06-28 13:10 UTC  (6+ messages)
` [PATCH 2/3] locking: Clarify requirements for smp_mb__after_spinlock()

[Qemu-devel] [Bug 1779120] [NEW] disk missing in the guest contingently when hotplug several virtio scsi disks consecutively
 2018-06-28 13:01 UTC  (2+ messages)
` [Qemu-devel] [Bug 1779120] "

[patch net-next v2 0/9] net: sched: introduce chain templates support with offloading to mlxsw
 2018-06-28 13:09 UTC  (10+ messages)
` [patch net-next v2 1/9] net: sched: push ops lookup bits into tcf_proto_lookup_ops()
` [patch net-next v2 2/9] net: sched: introduce chain templates
` [patch net-next v2 3/9] net: sched: cls_flower: move key/mask dumping into a separate function
` [patch net-next v2 4/9] net: sched: cls_flower: change fl_init_dissector to accept mask and dissector
` [patch net-next v2 5/9] net: sched: cls_flower: implement chain templates
` [patch net-next v2 6/9] net: sched: cls_flower: propagate chain teplate creation and destruction to drivers
` [patch net-next v2 7/9] mlxsw: spectrum: Implement chain template hinting
` [patch net-next v2 8/9] selftests: forwarding: move shblock tc support check to a separate helper
` [patch net-next v2 9/9] selftests: forwarding: add tests for TC chain templates

[PATCH v5 1/2] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
 2018-06-28 13:10 UTC  (4+ messages)
` [PATCH v6 2/2] drm/i915/gmbus: Enable burst read
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v5,1/2] drm/i915/gmbus: Increase the Bytes per Rd/Wr Op
` ✗ Fi.CI.SPARSE: "

[Qemu-devel] [PATCH v3 0/3] glib: update the min required version
 2018-06-28 13:09 UTC  (2+ messages)

[PATCH 00/22] enable hotplug on multi-process
 2018-06-28 13:09 UTC  (29+ messages)
` [PATCH v6 00/19] "
  ` [PATCH v6 06/19] ethdev: support attach private device as first
` [PATCH v7 00/19] enable hotplug on multi-process
  ` [PATCH v7 01/19] ethdev: add function to release port in local process
  ` [PATCH v7 02/19] eal: enable multi process init callback
  ` [PATCH v7 03/19] ethdev: enable hotplug on multi-process
  ` [PATCH v7 04/19] ethdev: introduce device lock
  ` [PATCH v7 05/19] ethdev: support attach or detach share device from secondary
  ` [PATCH v7 06/19] ethdev: support attach private device as first
  ` [PATCH v7 07/19] net/i40e: enable port detach on secondary process
  ` [PATCH v7 08/19] net/ixgbe: "
  ` [PATCH v7 09/19] net/af_packet: "
  ` [PATCH v7 10/19] net/bonding: "
  ` [PATCH v7 11/19] net/kni: "
  ` [PATCH v7 12/19] net/null: "
  ` [PATCH v7 13/19] net/octeontx: "
  ` [PATCH v7 14/19] net/pcap: "
  ` [PATCH v7 15/19] net/softnic: "
  ` [PATCH v7 16/19] net/tap: "
  ` [PATCH v7 17/19] net/vhost: "
  ` [PATCH v7 18/19] examples/multi_process: add hotplug sample
  ` [PATCH v7 19/19] doc: update release notes for multi process hotplug

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-28 13:08 UTC  (9+ messages)

[PATCH] ASoC: dpcm: extend channel merging to the backend cpu dai
 2018-06-28 13:08 UTC  (3+ messages)

[PATCH 0/4] support for write combining
 2018-06-28 13:08 UTC  (13+ messages)
` [PATCH 1/4] igb_uio: add wc option
` [PATCH 2/4] bus/pci: reference driver structure
` [PATCH 3/4] eal: enable WC during resources mapping
` [PATCH 4/4] net/ena: enable WC

[PATCH] wlcore: Fix memory leak in wlcore_cmd_wait_for_event_or_timeout
 2018-06-28 13:08 UTC  (2+ messages)

[PATCH v3 0/3] have the vt console preserve unicode characters
 2018-06-28 12:38 UTC  (2+ messages)

[PATCH v6 0/5] mm/sparse: Optimize memmap allocation during sparse_init()
 2018-06-28 13:08 UTC  (3+ messages)
` [PATCH v6 3/5] mm/sparse: Add a new parameter 'data_unit_size' for alloc_usemap_and_memmap

[PATCH] ARM: mvebu: declare asm symbols as character arrays in pmsu.c
 2018-06-28 13:07 UTC  (5+ messages)

[PATCH 0/3][RFC] Introduce the in-kernel hibernation encryption
 2018-06-28 13:07 UTC  (3+ messages)
` [PATCH 2/3][RFC] PM / Hibernate: Encrypt the snapshot pages before submitted to the block device

[PATCH 0/4] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-06-28 13:07 UTC  (5+ messages)
` [PATCH 1/4] PCI: mediatek: fixup mtk_pcie_find_port logical

[Qemu-devel] [PATCH v6 00/35] target/arm SVE patches
 2018-06-28 13:07 UTC  (9+ messages)
` [Qemu-devel] [PATCH v6 05/35] target/arm: Implement SVE integer convert to floating-point
` [Qemu-devel] [PATCH v6 23/35] target/arm: Implement SVE floating-point convert precision
` [Qemu-devel] [PATCH v6 31/35] target/arm: Implement SVE fp complex multiply add (indexed)
` [Qemu-devel] [PATCH v6 33/35] target/arm: Implement SVE dot product (indexed)

[Xenomai] Kernel oops during rtnet loopback usage on x86_64 (e1000e)
 2018-06-28 13:07 UTC  (17+ messages)

[PATCH tip/core/rcu 13/22] rcu: Fix grace-period hangs due to race with CPU offline
 2018-06-28 13:06 UTC  (12+ messages)

[PATCH net-next] netem: slotting with non-uniform distribution
 2018-06-28 13:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] Add support for TPM Physical Presence interface
 2018-06-28 13:06 UTC  (7+ messages)
` [Qemu-devel] [PATCH v5 3/4] acpi: add fw_cfg file for TPM and PPI virtual memory device

ERROR: "swiotlb_dma_ops" [...] undefined!
 2018-06-28 13:06 UTC  (2+ messages)

patch "n_tty: Fix stall at n_tty_receive_char_special()." added to tty-linus
 2018-06-28 12:31 UTC 

[LTP] [PATCH 1/2 v2] tst_test: Fail the test subprocess cannot be killed
 2018-06-28 13:05 UTC  (3+ messages)
` [LTP] [PATCH 2/2] [WORK-IN-PROGRESS] lib/tst_test: Dump stack for test processes stuck in kernel

[Qemu-devel] [PATCH] ppc/pnv: Add model for Power8 PHB3 PCIe Host bridge
 2018-06-28 13:05 UTC  (9+ messages)

patch "n_tty: Access echo_* variables carefully." added to tty-linus
 2018-06-28 12:31 UTC 

[PATCH net 1/1] net/smc: rebuild nonblocking connect
 2018-06-28 13:04 UTC  (2+ messages)

[PATCH v1 0/9] Introducing remote ODBs
 2018-06-28 13:04 UTC  (3+ messages)

[Qemu-devel] [PULL 00/32] target-arm queue
 2018-06-28 13:03 UTC  (3+ messages)
` [Qemu-devel] [PULL 23/32] tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZE

[PATCH 01/31] drm/i915: Defer modeset cleanup to a secondary task
 2018-06-28 13:03 UTC  (12+ messages)
` [PATCH 07/31] drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)

[PATCH] ACPI: properties: expose device properties through sysfs
 2018-06-28 13:03 UTC 

[Qemu-devel] [PATCH v5 0/7] monitor: enable OOB by default
 2018-06-28 13:02 UTC  (7+ messages)
` [Qemu-devel] (no subject)
  ` [Qemu-devel] monitor: enable OOB by default

[PATCH net] tcp: add one more quick ack after after ECN events
 2018-06-28 13:02 UTC  (2+ messages)

[PATCH] stop_machine: Remove cpu swap from stop_two_cpus
 2018-06-28 13:02 UTC  (2+ messages)

[PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-06-28 13:01 UTC  (6+ messages)
` [PATCH v3 14/31] libxl_qmp_ev: Introduce libxl__ev_qmp_start() to connect to QMP

[PATCH] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-06-28 13:00 UTC 

[U-Boot] [PATCH v6 1/2] spi: zynqmp_gqspi: Add support for ZynqMP qspi driver
 2018-06-28 13:00 UTC  (2+ messages)

[PATCH v4 0/6] input: pm8941-pwrkey: Add support for reboot reason
 2018-06-28 12:59 UTC  (4+ messages)
` [PATCH v4 2/6] power: reset: qcom-pon: Add Qcom PON driver

[PATCH v3 0/6] coresight: Coresight Address Translation Unit support
 2018-06-28 12:57 UTC  (15+ messages)
` [PATCH v3 1/6] coresight: Cleanup device subtype struct
` [PATCH v3 2/6] coresight: Add helper device type
` [PATCH v3 3/6] coresight: Introduce support for Coresight Address Translation Unit
` [PATCH v3 4/6] dts: bindings: Document device tree binding for CATU
` [PATCH v3 5/6] coresight: catu: Add support for scatter gather tables
` [PATCH v3 6/6] coresight: catu: Plug in CATU as a backend for ETR buffer

[virtio-dev] [RFC] content: tweak VIRTIO_F_IO_BARRIER
 2018-06-28 12:56 UTC  (8+ messages)
` [virtio-dev] "

[meta][PATCH 0/2] Add kernel-sample tests for runtime test
 2018-06-28 12:55 UTC  (3+ messages)
` [meta][PATCH 2/2 v4] Meta runtime cases: add testcases for kernel sample

[PATCH] arm64: numa: rework ACPI NUMA initialization
 2018-06-28 12:55 UTC  (3+ messages)

[PATCH 0/2] mmc: renesas_sdhi_internal_dmac: fix two issues for error path
 2018-06-28 12:53 UTC  (5+ messages)
` [PATCH 1/2] mmc: renesas_sdhi_internal_dmac: Fix missing unmap in error patch
` [PATCH 2/2] mmc: renesas_sdhi_internal_dmac: Cannot clear the RX_IN_USE in abort

[PATCH 0/1] Makefile: fix the "built from commit" code
 2018-06-28 12:53 UTC  (2+ messages)
` [PATCH 1/1] "

Inconsistencies in commit-graph technical docs
 2018-06-28 12:52 UTC  (3+ messages)
  ` [PATCH] commit-graph: fix documentation inconsistencies

[PATCH libdrm 01/10] xf86drm: drmGetDevice2: error out if the fd has unknown subsys
 2018-06-28 12:52 UTC  (3+ messages)
` [PATCH libdrm 04/10] xf86drm: Allocate drmDevicePtr's on stack

[RFC/RFT PATCH 0/2] disable_hest quirk on HP m400 with bad UEFI firmwware
 2018-06-28 12:51 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/11] hw: various conversions to trace-events
 2018-06-28 12:50 UTC  (2+ messages)

[PATCH v2] net/mlx4: support hardware TSO
 2018-06-28 12:48 UTC  (2+ messages)
` [PATCH v3] "

[U-Boot] [PATCH 1/1] dwc2 USB controller hangs with lan78xx
 2018-06-28 12:49 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/1] "

[PATCH v5 0/1] *** PCI: kirin: Add MSI support ***
 2018-06-28 12:48 UTC  (2+ messages)
` [PATCH v5 1/1] PCI: kirin: Add MSI support

[less-CONFIG_NET 7/7] kvm: drop CONFIG_NET
 2018-06-28 12:47 UTC  (11+ messages)
` less-CONFIG_NET v2
  ` [less-CONFIG_NET v2 1/8] net: reorder filter code
  ` [less-CONFIG_NET v2 2/8] net: reorder flow_dissector
  ` [less-CONFIG_NET v2 3/8] seccomp: include net
  ` [less-CONFIG_NET v2 4/8] seccomp: include nlattr
  ` [less-CONFIG_NET v2 5/8] seccomp: cut off functions not required
  ` [less-CONFIG_NET v2 6/8] bpf: avoid duplicate definitions
  ` [less-CONFIG_NET v2 7/8] seccomp: drop CONFIG_NET
  ` [less-CONFIG_NET v2 8/8] kvm: "

[PATCH] net: phy: DP83TC811: Fix diabling interrupts
 2018-06-28 12:47 UTC  (2+ messages)

[PATCH v2 0/2] v4l: Add support for STD ioctls on subdev nodes
 2018-06-28 12:47 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH i-g-t] igt/kms_universal_plane: Flush pending cleanups
 2018-06-28 12:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] lightnvm: pblk: expose generic disk name on pr_* msgs
 2018-06-28 12:45 UTC 

[PATCH v9 0/5] arm: Base support for Renesas RZN1D-DB Board
 2018-06-28 12:45 UTC  (6+ messages)
` [PATCH v9 3/5] ARM: dts: Renesas R9A06G032 base device tree file

[PATCH v2 01/22] net/softnic: restructuring
 2018-06-28 12:45 UTC  (7+ messages)
` [PATCH v3 00/23] net/softnic: refactoring
  ` [PATCH v3 23/23] app/testpmd: rework softnic forward mode

[PATCH v3 00/17] Add System Error Interrupt support to Armada SoCs
 2018-06-28 12:45 UTC  (4+ messages)
` [PATCH v3 09/17] irqchip/irq-mvebu-icu: support ICU subnodes

[PATCH net-next 0/4] net: mvpp2: Add big-endian support
 2018-06-28 12:42 UTC  (5+ messages)
` [PATCH net-next 1/4] net: mvpp2: Make TX / RX descriptors little-endian
` [PATCH net-next 2/4] net: mvpp2: prs: Drop unions representing TCAM and SRAM entries
` [PATCH net-next 3/4] net: mvpp2: prs: Drop unnecessary swab16 in vlan detection
` [PATCH net-next 4/4] net: mvpp2: Use htons when checking protocol info

[PATCH net] bpfilter: include bpfilter_umh in assembly instead of using objcopy
 2018-06-28 12:43 UTC  (2+ messages)

[PATCH net] strparser: Remove early eaten to fix full tcp receive buffer stall
 2018-06-28 12:43 UTC  (2+ messages)

[PATCH] vgaswitchroo: set audio client id according to bound gpu client id
 2018-06-28 12:43 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a77965: Add second port to rcar_sound placeholder
 2018-06-28 12:42 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/2] s390x/kvm: legacy_s390_alloc() fixes
 2018-06-28 12:42 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] s390x/kvm: legacy_s390_alloc() only supports one allocation
  ` [Qemu-devel] [qemu-s390x] "

[Buildroot] [autobuild.buildroot.net] Build results for 2018-06-27
 2018-06-28 12:42 UTC  (2+ messages)

[PATCH v2] drm/vc4: Make DSI call into the bridge after the DSI link is enabled
 2018-06-28 12:41 UTC  (3+ messages)

[PATCH] arm64: remove no-op -p linker flag
 2018-06-28 12:40 UTC  (4+ messages)

[PATCH] net/mlx4: refinements to Rx packet type report
 2018-06-28 12:39 UTC  (2+ messages)

[PATCH/RFC] mm: do not drop unused pages when userfaultd is running
 2018-06-28 12:39 UTC 

[PATCH v2 0/4] Add devicetree functionality to w1 busses
 2018-06-28 12:39 UTC  (4+ messages)
` [PATCH v2 4/4] power: ds2760_battery: add device tree glue

[PATCH 0/2] tools/memory-model: remove ACCESS_ONCE()
 2018-06-28 12:38 UTC  (4+ messages)
` [PATCH 1/2] tools/memory-model: remove ACCESS_ONCE() from recipes
` [PATCH 2/2] tools/memory-model: remove ACCESS_ONCE() from model

[Qemu-devel] [PULL v3 0/2] Qio next patches
 2018-06-28 12:38 UTC  (3+ messages)
` [Qemu-devel] [PULL v3 1/2] socket: don't free msgfds if error equals EAGAIN
` [Qemu-devel] [PULL v3 2/2] Delete AF_UNIX socket after close

[net 0/2] DPAA fixes
 2018-06-28 12:26 UTC  (2+ messages)
` [net 1/2] fsl/fman: fix parser reporting bad checksum on short frames

[PATCH v3] ethdev: add flow API to expand RSS flows
 2018-06-28 12:33 UTC  (3+ messages)
` [PATCH v4] "

staging: rtl8192u: v3 Coding style changes. Plus one change to use memset()
 2018-06-28 12:32 UTC  (6+ messages)
` [PATCH v3 5/8] staging: rtl8192u: Use %s and __func__ instead of hardcoded string - Style

[RFC PATCH] drm/atomic: add ASYNC_UPDATE flag to the Atomic IOCTL
 2018-06-28 12:31 UTC  (3+ messages)

Moving unmaintained filesystems to staging
 2018-06-28 12:31 UTC  (5+ messages)
` Amiga RDB partition support for disks >= 2 TB


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.