All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-19 17:00:49 to 2017-09-19 17:47:02 UTC [more...]

[PATCH] omap2: hsmmc: fix logic to call either omap_hsmmc_init or omap_hsmmc_late_init but not both
 2017-09-19 17:47 UTC  (4+ messages)

[PATCH] tracing: erase irqsoff trace with empty write
 2017-09-19 17:46 UTC  (4+ messages)

[Bug 102814] Blender 2.79 flickering
 2017-09-19 17:46 UTC  (2+ messages)

[U-Boot] [PATCH] mx53loco: Let CONFIG_DISPLAY_CPUINFO be selected
 2017-09-19 17:46 UTC 

[PATCH net-next 0/4] qed: iWARP fixes and enhancements
 2017-09-19 17:46 UTC  (12+ messages)
` [PATCH net-next 1/4] qed: Add iWARP enablement support
` [PATCH net-next 2/4] qed: Add iWARP out of order support
` [PATCH net-next 3/4] qed: Fix maximum number of CQs for iWARP
` [PATCH net-next 4/4] qed: iWARP - Add check for errors on a SYN packet

[RFC PATCH 1/3] usbnet: Get rid of spammy usbnet "kevent X may have been dropped"
 2017-09-19 17:45 UTC  (4+ messages)
` [RFC PATCH 3/3] usbnet: Fix memory leak when rx_submit() fails

[PATCH net] net: change skb->mac_header when Generic XDP calls adjust_head
 2017-09-19 17:45 UTC 

[PATCH v6 00/40] Add initial experimental external ODB support
 2017-09-19 17:45 UTC  (3+ messages)
` [PATCH v6 09/40] Add initial external odb support

[PATCH ndctl] ndctl: sort by dimm's number when bad dimms are shown
 2017-09-19 17:48 UTC  (4+ messages)

[PATCH] ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux
 2017-09-19 17:45 UTC  (3+ messages)

[PATCH net-next 03/14] gtp: Call common functions to get tunnel routes and add dst_cache
 2017-09-19 17:44 UTC  (4+ messages)

[PATCH] arm: omap: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
 2017-09-19 17:44 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/1] x86: provide CONFIG_BUILD_ROM
 2017-09-19 17:44 UTC 

[PATCH net-next 07/14] gtp: Support encapsulation of IPv6 packets
 2017-09-19 17:42 UTC  (4+ messages)

[PATCH] sparc64: Expose mdesc to sysfs
 2017-09-19 17:42 UTC  (8+ messages)

[PATCH] nokia n900: update dts with camera support
 2017-09-19 17:42 UTC  (5+ messages)
  ` [PATCH] nokia n900: drop unneeded/undocumented parts of the dts

[Qemu-devel] [PATCH v10 00/10] calculate blocktime for postcopy live migration
 2017-09-19 17:41 UTC  (3+ messages)
  ` [Qemu-devel] [PATCH v10 10/10] migration: add postcopy total blocktime into query-migrate

[PATCH 0/2] dwc3 on XU3 and XU4
 2017-09-19 17:40 UTC  (4+ messages)
  ` [PATCH 1/2] ARM: dts: exynos: Add dwc3 SUSPHY quirk

[meta-perl][PATCH] po4a: update to version 0.52
 2017-09-19 17:30 UTC  (3+ messages)

io_submit() blocks for writes for substantial amount of time
 2017-09-19 17:39 UTC  (7+ messages)

[Qemu-devel] [PATCH] softfloat: rename make_float[x80|128]_init to const_float[x80|128]
 2017-09-19 17:39 UTC  (3+ messages)

[PATCH net] MAINTAINERS: Remove Yuval Mintz from maintainers list
 2017-09-19 17:39 UTC  (2+ messages)

[PATCH 00/31] Add support for GuC-based SLPC
 2017-09-19 17:42 UTC  (32+ messages)
` [PATCH 01/31] drm/i915/debugfs: Create generic string tokenize function and update CRC control parsing
` [PATCH 02/31] drm/i915: Separate RPS and RC6 handling for gen6+
` [PATCH 03/31] drm/i915: Separate RPS and RC6 handling for BDW
` [PATCH 04/31] drm/i915: Separate RPS and RC6 handling for VLV
` [PATCH 05/31] drm/i915: Separate RPS and RC6 handling for CHV
` [PATCH 06/31] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm"
` [PATCH 07/31] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm"
` [PATCH 08/31] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
` [PATCH 09/31] drm/i915: Create generic function to setup ring frequency table
` [PATCH 10/31] drm/i915: Create generic functions to control RC6, RPS
` [PATCH 11/31] drm/i915: Introduce separate status variable for RC6 and Ring frequency setup
` [PATCH 12/31] drm/i915: Define RPS idle, busy, boost function pointers
` [PATCH 13/31] drm/i915/slpc: Add has_slpc capability flag
` [PATCH 14/31] drm/i915/slpc: Add enable_slpc module parameter
` [PATCH 15/31] drm/i915/slpc: Sanitize GuC version
` [PATCH 16/31] drm/i915/slpc: Lay out SLPC init/enable/disable/cleanup helpers
` [PATCH 17/31] drm/i915/slpc: Enable SLPC in GuC if supported
` [PATCH 18/31] drm/i915/slpc: Add SLPC communication interfaces
` [PATCH 19/31] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data
` [PATCH 20/31] drm/i915/slpc: Add parameter set/unset/get, task control/status functions
` [PATCH 21/31] drm/i915/slpc: Send RESET event to enable SLPC during Load/TDR
` [PATCH 22/31] drm/i915/slpc: Send SHUTDOWN event
` [PATCH 23/31] drm/i915/slpc: Add support for min/max frequency control
` [PATCH 24/31] drm/i915/slpc: Add debugfs support to read/write/revert the parameters
` [PATCH 25/31] drm/i915/slpc: Add enable/disable controls for SLPC tasks
` [PATCH 26/31] drm/i915/slpc: Add i915_slpc_info to debugfs
` [PATCH 27/31] drm/i915/slpc: Add SLPC banner to RPS debugfs interfaces
` [PATCH 28/31] drm/i915/slpc: Add SKL SLPC Support
` [PATCH 29/31] drm/i915/slpc: Add Broxton SLPC support
` [PATCH 30/31] drm/i915/slpc: Add Kabylake "
` [PATCH 31/31] drm/i915/slpc: Add Geminilake "

[meta-processor-sdk][PATCH] uio-test-pruss: Update to new version 1.0.2.0
 2017-09-19 17:38 UTC 

[linux-lvm] Option to silence "WARNING: Sum of all thin volume sizes exceeds the size of thin pool"
 2017-09-19 17:38 UTC  (6+ messages)

[PATCH] VSOCK: fix uapi/linux/vm_sockets.h incomplete types
 2017-09-19 17:38 UTC  (4+ messages)

[PATCH rdma-next] RDMA/qedr: Fix rdma_type initialization
 2017-09-19 17:38 UTC 

[PATCH 0/5] Exynos HDMI bindings cleanup
 2017-09-19 17:37 UTC  (3+ messages)
  ` [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated

[PATCH] drm/amd/amdgpu: Fix iova debugfs for non-iommu case
 2017-09-19 17:37 UTC  (9+ messages)

[PATCH nfs-utils v3 00/14] add NFS over AF_VSOCK support
 2017-09-19 17:37 UTC  (12+ messages)

[PATCH net] bpf: do not disable/enable BH in bpf_map_free_id()
 2017-09-19 17:36 UTC  (2+ messages)

[PATCH] Expose some h/w info from ILOM to userspace via sysfs
 2017-09-19 17:36 UTC  (2+ messages)

[Buildroot] [PATCH v3 1/1] package/pulseaudio: bump version to 11.1
 2017-09-19 17:35 UTC 

Development Setup
 2017-09-19 17:35 UTC 

[PATCH] net: emac: Fix napi poll list corruption
 2017-09-19 17:35 UTC 

Understanding suspend() vs suspend_late() for I2c devices
 2017-09-19 17:35 UTC 

[morty/master][PATCH] uio-test_pruss: Update to new version 1.0.2.0
 2017-09-19 17:34 UTC 

[Qemu-trivial] [PATCH] ppc/pnv: Improve macro parenthesization
 2017-09-19 15:22 UTC  (2+ messages)
` [Qemu-trivial] [Qemu-ppc] "

[PATCH] cgcc: teach cgcc about GNU/kFreeBSD
 2017-09-19 17:33 UTC  (5+ messages)

[PATCH] mtd: spi-nor: Check for spi_nor_hwcaps_read2cmd() return value
 2017-09-19 17:33 UTC  (2+ messages)

compile nvme 4.13 appear error
 2017-09-19 17:33 UTC  (6+ messages)

[PATCH v4 0/4] Exynos-gsc: Support the hardware rotation limits
 2017-09-19 17:32 UTC  (5+ messages)
  ` [PATCH v4 2/4] ARM: dts: exynos: Add clean name of compatible

[PATCH] sd: Limit WRITE SAME / WRITE SAME(16) w/UNMAP length for certain devices
 2017-09-19 17:32 UTC  (2+ messages)

[PATCH v2 0/2] net/i40e: get information about protocols defined in ddp profile
 2017-09-19 17:32 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] app/testpmd: "

[Qemu-devel] [PATCH 00/10] Support the Capstone disassembler
 2017-09-19 17:30 UTC  (4+ messages)
` [Qemu-arm] "

backport "nfsd: Fix general protection fault in release_lock_stateid()" to 4.4
 2017-09-19 16:14 UTC  (2+ messages)

Patch "nfsd: Fix general protection fault in release_lock_stateid()" has been added to the 4.4-stable tree
 2017-09-19 16:14 UTC 

[PATCH v7 0/9] Infrastructure to detect iova mapping on the bus
 2017-09-19 17:29 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/9] eal/pci: get iommu class

usb/gadget: stalls in dummy_timer
 2017-09-19 17:29 UTC  (3+ messages)

[distros-debian-snapshot test] 72123: regressions - trouble: blocked/broken/fail/pass
 2017-09-19 17:29 UTC 

[PATCH] drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug
 2017-09-19 17:28 UTC  (2+ messages)

OSD crashes (10.2.9)
 2017-09-19 17:28 UTC  (5+ messages)

[U-Boot] [PATCH 1/1] scripts/checkpatch: add missing spelling.txt
 2017-09-19 17:28 UTC 

[PATCH v3 2/2] drm/i915/guc : Decouple logs from submission
 2017-09-19 17:26 UTC  (4+ messages)
` [PATCH v3 2/2] drm/i915/guc : Decouple logs and ADS "

[PATCH] of: overlay: Fix uninitialized vars in dup_and_fixup_symbol_prop()
 2017-09-19 17:27 UTC  (3+ messages)

[PATCH] PCI: Fixup the RTIT_BAR of Intel TH on Denverton
 2017-09-19 17:27 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: Fix iova debugfs for non-iommu case (v2)
 2017-09-19 17:26 UTC 

[PATCH 00/12] xfs: more and better verifiers
 2017-09-19 17:24 UTC  (6+ messages)
` [PATCH 12/12] xfs: create a new buf_ops pointer to verify structure metadata

[PATCH] ARM: dts: exynos: Remove redundant interrupt properties in gpio-keys
 2017-09-19 17:24 UTC  (2+ messages)

[PATCH 00/14] GuC code restructuring and fixes
 2017-09-19 17:27 UTC  (15+ messages)
` [PATCH 01/14] drm/i915/guc: Pass intel_guc struct as parameter to intel_guc_wopcm_size
` [PATCH 02/14] drm/i915: Create intel_uc_init_mmio to initialize MMIO interface prior to uc init
` [PATCH 03/14] drm/i915/guc: Create intel_guc_init_early
` [PATCH 04/14] drm/i915: Create intel_guc.h, intel_huc.h and intel_uc_common.h
` [PATCH 05/14] drm/i915/guc: Move GuC specific functionality from intel_uc.c to intel_guc.c
` [PATCH 06/14] drm/i915: Create uc runtime and system suspend/resume helpers
` [PATCH 07/14] drm/i915/guc: Update prototype/name of GuC suspend/resume fns and move to intel_guc.c
` [PATCH 08/14] drm/i915/guc: Update GuC ggtt.invalidate/interrupts/communication across RPM suspend/resume
` [PATCH 09/14] drm/i915/guc: Update suspend functionality in intel_uc_suspend path
` [PATCH 10/14] drm/i915/guc: Reuse GuC suspend functionality in reset path
` [PATCH 11/14] drm/i915/guc: Fix GuC cleanup in unload path
` [PATCH 12/14] drm/i915/guc: Remove i915_guc_log_unregister
` [PATCH 13/14] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9
` [PATCH 14/14] drm/i915: Reorganize HuC authentication

[Qemu-devel] [PATCH v2 0/3] Implement basic MSA functions
 2017-09-19 17:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 2/3] s390x/tcg: move wrap_address() to internal.h

[PATCH] net: compat: assert the size of cmsg copied in is as expected
 2017-09-19 17:19 UTC 

[PATCH v4 1/3] drm/i915/gvt: Add gvt_debug in i915_params for GVT-g log classification
 2017-09-19 17:18 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [v4,1/3] "

[Bug 89511] New: USB-storage mount error
 2017-09-19 17:18 UTC  (2+ messages)
` [Bug 89511] "

[kernel-hardening] [PATCH v2 0/5] stackprotector: ascii armor the stack canary
 2017-09-19 17:16 UTC  (4+ messages)

[PATCH] image.bbclass: Sorted ctypes to avoid basehash error
 2017-09-19 17:15 UTC 

[Qemu-devel] [PATCH] watchdog/aspeed: fix variable type to store reload value
 2017-09-19 17:15 UTC  (2+ messages)

[PATCH v4 1/2] ethdev: add return code to rte_eth_stats_reset()
 2017-09-19 17:14 UTC  (3+ messages)
` [PATCH v5] "

[asoc:for-next 9/9] sound/soc/codecs/wm9712.c:737:1: error: invalid storage class for function '__inittest'
 2017-09-19 17:25 UTC 

kernel BUG at fs/btrfs/extent_io.c:1989
 2017-09-19 16:12 UTC  (5+ messages)

[PATCH v3] platform/chrome: Use proper protocol transfer function
 2017-09-19 17:14 UTC  (8+ messages)

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-09-19 17:13 UTC  (8+ messages)
` [PATCH v2 11/28] arm64/sve: Core task context handling

[Qemu-devel] [PATCH] throttle-groups: update tg->any_timer_armed[] on detach
 2017-09-19 17:12 UTC  (3+ messages)

[asoc:for-next 9/9] sound/soc/codecs/wm9712.c:675:12: error: invalid storage class for function 'wm9712_soc_remove'
 2017-09-19 17:11 UTC 

[PATCH] mtd: spi-nor: Kill check with no effect
 2017-09-19 17:10 UTC  (3+ messages)

[PATCH] PCI SUBSYSTEM allows inconsistent configuration, current Kernel version
 2017-09-19 17:10 UTC  (2+ messages)

[PATCH V3 0/9] pm80xx updates
 2017-09-19 17:10 UTC  (10+ messages)
` [PATCH V3 1/9] pm80xx : redefine sas_identify_frame structure
` [PATCH V3 2/9] pm80xx : ILA and inactive firmware version through sysfs
` [PATCH V3 3/9] pm80xx : Different SAS addresses for phys
` [PATCH V3 4/9] pm80xx : tag allocation for phy control request
` [PATCH V3 5/9] pm80xx : cleanup in pm8001_abort_task function
` [PATCH V3 6/9] pm80xx : modified port reset timer value for PM8006 card
` [PATCH V3 7/9] pm80xx : corrected SATA abort handling sequence
` [PATCH V3 8/9] pm80xx : panic on ncq error cleaning up the read log
` [PATCH V3 9/9] pm80xx : corrected linkrate value

PMTU discovery behaviour
 2017-09-19 17:09 UTC  (2+ messages)

What's cooking in git.git (Aug 2017, #05; Tue, 22)
 2017-09-19 17:08 UTC  (11+ messages)

[PATCH 1/2] drm/amdgpu: Fix a bug in amdgpu_fill_buffer()
 2017-09-19 17:07 UTC  (2+ messages)
  ` [PATCH 2/2] drm/amdgpu: Add copy_pte_num_dw member in amdgpu_vm_pte_funcs

[PATCH lttng-ust 1/2] Fix: lttng-gen-tp: only replace file extension
 2017-09-19 17:08 UTC  (2+ messages)
  ` [PATCH lttng-ust 2/2] lttng-gen-tp: formatting

[PATCH net] tcp: fastopen: fix on syn-data transmit failure
 2017-09-19 17:05 UTC 

[PATCH] ACPI/IORT: Fix PCI ACS enablement
 2017-09-19 17:05 UTC  (2+ messages)

[PATCH] scsi: aacraid: Add a small delay after IOP reset
 2017-09-19 17:05 UTC  (5+ messages)

[PATCH v2 0/3] *** timer library enhancements ***
 2017-09-19 17:04 UTC  (8+ messages)
` [PATCH v3 0/3] timer library enhancement
  ` [PATCH v3 3/3] doc: update timer lib docs
  ` [PATCH v4 0/3] timer library enhancement
    ` [PATCH v4 2/3] timer: handle timers installed from non-EAL threads
    ` [PATCH v4 3/3] doc: update timer lib docs

[Qemu-devel] [PULL v2 00/38] various s390x patches (+some fixes)
 2017-09-19 17:03 UTC  (2+ messages)

Use of github /archive/ tarballs in SRC_URI
 2017-09-19 17:02 UTC  (3+ messages)
    ` [oe] "

[Bug 102796] steam not rendering correctly on VEGA 56
 2017-09-19 17:02 UTC  (2+ messages)

[meta-perl][PATCH] adduser: update to version 3.116
 2017-09-19 17:01 UTC 

[RFC 2/3] ethdev: add new rte_mtr API for traffic metering and policing
 2017-09-19 17:00 UTC  (6+ messages)
` [PATCH 0/3] rte_mtr: generic ethdev API for "
  ` [PATCH 3/3] rte_flow: add new action for traffic "


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.