All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-12 06:28:19 to 2016-08-12 07:35:24 UTC [more...]

Patch "bridge: Fix incorrect re-injection of LLDP packets" has been added to the 4.6-stable tree
 2016-08-12  7:35 UTC 

Patch "bonding: set carrier off for devices created through netlink" has been added to the 4.6-stable tree
 2016-08-12  7:35 UTC 

Patch "tcp: make challenge acks less predictable" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "tcp: enable per-socket rate limiting of all 'challenge acks'
 2016-08-12  7:35 UTC 

Patch "net/irda: fix NULL pointer dereference on memory allocation failure" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "tcp: consider recv buf for the initial window scale" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "qed: Fix setting/clearing bit in completion bitmap" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user space" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "net: bgmac: Fix infinite loop in bgmac_dma_tx_add()" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Patch "bonding: set carrier off for devices created through netlink" has been added to the 4.4-stable tree
 2016-08-12  7:35 UTC 

Various tidy-ups for VCE/UVD
 2016-08-12  7:34 UTC  (7+ messages)
` [PATCH 3/4] drm/amd/amdgpu: VCE v2 register cleanup

[PATCH] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12  8:50 UTC  (2+ messages)

[U-Boot] [PATCH] Please pull u-boot-mmc
 2016-08-12  7:34 UTC 

[Ksummit-discuss] [TECH TOPIC] Addressing complex dependencies and semantics (v2)
 2016-08-12  7:33 UTC  (9+ messages)

[PATCH 0/8] IOMMU Probe deferral support
 2016-08-12  7:33 UTC  (7+ messages)
` [PATCH 4/8] of: dma: Split of_configure_dma() into mask and ops configuration
` [PATCH 6/8] drivers: platform: Remove call to of_dma_(con/decon)figure_ops

Adjusting memory speed according to display
 2016-08-12  7:32 UTC  (2+ messages)

[PATCH v9 0/2] [media] atmel-isc: add driver for Atmel ISC
 2016-08-12  7:32 UTC  (4+ messages)

[Patch v2] x86, ACPI: Fix the wrong assignment when Handle apic/x2apic entries
 2016-08-12  7:21 UTC 

[xen-unstable test] 100424: tolerable FAIL - PUSHED
 2016-08-12  7:31 UTC 

[RFC PATCH v2 0/4] arm/arm64: vgic-new: Implement API for vGICv3 live migration
 2016-08-12  7:38 UTC  (5+ messages)

[PATCH] befs: fix typos in btree.c
 2016-08-12  7:30 UTC  (2+ messages)

[PATCH] libnl: musl fixes
 2016-08-12  7:28 UTC  (4+ messages)

[ovmf test] 100427: all pass - PUSHED
 2016-08-12  7:28 UTC 

[PATCH 01/37] drm/i915: Record the position of the start of the request
 2016-08-12  7:27 UTC  (39+ messages)
` [PATCH 02/37] drm/i915: Reduce amount of duplicate buffer information captured on error
` [PATCH 03/37] drm/i915: Stop the machine whilst capturing the GPU crash dump
` [PATCH 04/37] drm/i915: Store the active context object on all engines upon error
` [PATCH 05/37] drm/i915: Remove inactive/active list from debugfs
` [PATCH 06/37] drm/i915: Focus debugfs/i915_gem_pinned to show only display pins
` [PATCH 07/37] drm/i915: Reduce i915_gem_objects to only show object information
` [PATCH 08/37] drm/i915: Record the device capabilities at the time of a hang
` [PATCH 09/37] drm/i915: Remove redundant WARN_ON from __i915_add_request()
` [PATCH 10/37] drm/i915: Always set the vma->pages
` [PATCH 11/37] drm/i915: Create a VMA for an object
` [PATCH 12/37] drm/i915: Add fetch_and_zero() macro
` [PATCH 13/37] drm/i915: Add convenience wrappers for vma's object get/put
` [PATCH 14/37] drm/i915: Track pinned vma inside guc
` [PATCH 15/37] drm/i915: Convert fence computations to use vma directly
` [PATCH 16/37] drm/i915: Use VMA directly for checking tiling parameters
` [PATCH 17/37] drm/i915: Use VMA as the primary object for context state
` [PATCH 18/37] drm/i915: Only clflush the context object when binding
` [PATCH 19/37] drm/i915: Move assertion for iomap access to i915_vma_pin_iomap
` [PATCH 20/37] drm/i915: Use VMA for ringbuffer tracking
` [PATCH 21/37] drm/i915: Use VMA for scratch page tracking
` [PATCH 22/37] drm/i915: Move common scratch allocation/destroy to intel_engine_cs.c
` [PATCH 23/37] drm/i915: Move common seqno reset "
` [PATCH 24/37] drm/i915/overlay: Use VMA as the primary tracker for images
` [PATCH 25/37] drm/i915: Use VMA as the primary tracker for semaphore page
` [PATCH 26/37] drm/i915: Use VMA for render state page tracking
` [PATCH 27/37] drm/i915: Use VMA for wa_ctx tracking
` [PATCH 28/37] drm/i915: Consolidate i915_vma_unpin_and_release()
` [PATCH 29/37] drm/i915: Track pinned VMA
` [PATCH 30/37] drm/i915: Introduce i915_ggtt_offset()
` [PATCH 31/37] drm/i915: Print the batchbuffer offset next to BBADDR in error state
` [PATCH 32/37] drm/i915: Move debug only per-request pid tracking from request to ctx
` [PATCH 33/37] drm/i915: Only record active and pending requests upon a GPU hang
` [PATCH 34/37] drm/i915: Record the RING_MODE register for post-mortem debugging
` [PATCH 35/37] drm/i915: Always use the GTT for error capture
` [PATCH 36/37] drm/i915: Consolidate error object printing
` [PATCH 37/37] drm/i915: Compress GPU objects in error state
` ✗ Ro.CI.BAT: failure for series starting with [01/37] drm/i915: Record the position of the start of the request

[meta-oe][PATCH v3 1/2] gflags: New recipe
 2016-08-12  7:26 UTC  (4+ messages)

[PATCH 1/4] befs: check allocation_group number before use
 2016-08-12  7:26 UTC  (3+ messages)

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-08-12  7:25 UTC  (15+ messages)
` [RFC v3 07/13] tables.h: add linker table support

[U-Boot] [PATCH 0/4] k2g: switch mmc/sd to driver model
 2016-08-12  7:25 UTC  (2+ messages)

t0027 racy?
 2016-08-12  7:24 UTC  (11+ messages)

[U-Boot] [PATCH] getting ubifs to run
 2016-08-12  7:24 UTC  (3+ messages)

[PATCH 06/10] mmc: sdhci: Add SDHCI_QUIRK2_ALWAYS_USE_BASE_CLOCK quirk2 support
 2016-08-12  7:21 UTC  (8+ messages)
` Adding callback in sdhci_calc_clk for geting clk divider
    ` [PATCH 06/10] mmc: sdhci: Add get_clk_div callback support

[PATCH net-next v4 2/3] bpf: Add bpf_current_task_under_cgroup helper
 2016-08-12  7:22 UTC  (5+ messages)

[meta-networking][PATCH] proftpd: fix system account login failure
 2016-08-12  7:19 UTC 

Problems with mwifiex_pcie firmware activation
 2016-08-12  7:17 UTC  (8+ messages)

[PATCH] net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_key
 2016-08-12  7:16 UTC  (2+ messages)

[PATCH V8 2/2] mmc: OCTEON: Add host driver for OCTEON MMC controller
 2016-08-12  5:41 UTC  (4+ messages)

next-20160812 build: 0 failures 3 warnings (next-20160812)
 2016-08-12  7:15 UTC 

[U-Boot] [PATCH v11] mmc: atmel_sdhci: Convert to the driver model support
 2016-08-12  7:16 UTC  (3+ messages)

[PATCH] smartreflex: Neaten logging
 2016-08-12  7:14 UTC 

git difftool and git mergetool aren't returning errors when the tool has issues
 2016-08-12  7:13 UTC 

WARNING: CPU: 0 PID: 1271 at drivers/mmc/core/core.c:991 mmc_release_host+0xa0/0xa8
 2016-08-12  7:13 UTC  (2+ messages)

[PATCH v2 0/8] nvdimm: hotplug support
 2016-08-12  6:54 UTC  (9+ messages)
` [PATCH v2 1/8] acpi nvdimm: fix wrong buffer size returned by DSM method
` [PATCH v2 2/8] nvdimm acpi: prebuild nvdimm devices for available slots
` [PATCH v2 3/8] nvdimm acpi: introduce _FIT
` [PATCH v2 4/8] nvdimm acpi: implement Read FIT function
` [PATCH v2 5/8] pc-dimm: introduce prepare_unplug() callback
` [PATCH v2 6/8] pc: memhp: do not export nvdimm's memory via _CRS
` [PATCH v2 7/8] pc: acpi: memhp: nvdimm hotplug support
` [PATCH v2 8/8] nvdimm docs: add nvdimm Read FIT function

[PATCH v4 0/8] Name for A..B ranges?
 2016-08-12  7:10 UTC  (15+ messages)
` [PATCH v5 00/12] Update git revisions
  ` [PATCH v5 01/12] doc: use 'symmetric difference' consistently
  ` [PATCH v5 02/12] doc: revisions - name the left and right sides
  ` [PATCH v5 03/12] doc: show the actual left, right, and boundary marks
  ` [PATCH v5 04/12] doc: revisions: give headings for the two and three dot notations
  ` [PATCH v5 05/12] doc: revisions: extra clarification of <rev>^! notation effects
  ` [PATCH v5 06/12] doc: revisions: single vs multi-parent notation comparison
  ` [PATCH v5 07/12] doc: gitrevisions - use 'reachable' in page description
  ` [PATCH v5 08/12] doc: gitrevisions - clarify 'latter case' is revision walk
  ` [PATCH v5 09/12] doc: revisions - define `reachable`
  ` [PATCH v5 10/12] doc: revisions - clarify reachability examples
  ` [PATCH v5 11/12] doc: revisions: show revision expansion in examples
  ` [PATCH v5 12/12] doc: revisions: sort examples and fix alignment of the unchanged

[PATCH] amidi: add delay option
 2016-08-12  7:10 UTC  (2+ messages)

[GIT PULL] cputime fixes and cleanups
 2016-08-12  7:09 UTC  (10+ messages)
` [PATCH 1/5] sched,time: Count actually elapsed irq & softirq time
          ` [PATCH] time,virt: resync steal time when guest & host lose sync

of_clk_add_(hw_)providers multipule times for one node?
 2016-08-12  7:04 UTC  (7+ messages)

[PATCH v5 00/20] Support for sustained capturing of GuC firmware logs
 2016-08-12  7:02 UTC  (10+ messages)
` [PATCH 06/20] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 14/20] drm/i915: Forcefully flush GuC log buffer on reset
` ✗ Ro.CI.BAT: warning for Support for sustained capturing of GuC firmware logs (rev6)

[refpolicy] [PATCH] Update the pulseaudio module for usability and ORC support
 2016-08-12  7:02 UTC  (2+ messages)

4.7.0, cp -al causes OOM
 2016-08-12  7:01 UTC 

[PATCH] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12 11:22 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V6 0/6] iommu/msm: Add DT adaptation and generic bindings support
 2016-08-12  7:00 UTC  (5+ messages)

[PATCH] clk: prevent __of_clk_get_hw_from_provider() from returning NULL
 2016-08-12  6:59 UTC  (5+ messages)

xen does not support the 8G large bar
 2016-08-12  6:58 UTC  (3+ messages)

[Patch v4 1/2] x86/mm/numa: Open code function early_get_boot_cpu_id
 2016-08-12  6:57 UTC  (2+ messages)
` [Patch v4 2/2] x86/acpi: Remove the repeated lapic address override entry parsing

[libvirt test] 100426: regressions - FAIL
 2016-08-12  6:53 UTC 

[PATCH 0/3] conf: Add vendor tuples in conf
 2016-08-12  7:00 UTC 

[PATCH 0/4] ASoC: Intel: Skylake: Add token support for topology data
 2016-08-12  6:59 UTC  (5+ messages)
` [PATCH 1/4] ASoC: uapi: Intel: Skylake: Define vendor specific tokens
` [PATCH 2/4] ASoC: Intel: Skylake: Parse vendor tokens to build module data
` [PATCH 3/4] ASoC: Intel: Skylake: Remove dfw config and associated structures
` [PATCH 4/4] ASoC: Intel: Skylake: Parse manifest data

[PATCHv4] watchdog: xilinx: Add clock support
 2016-08-12  6:48 UTC  (7+ messages)

[Qemu-devel] [PATCH] add migration capability to bypass the shared memory
 2016-08-12  6:48 UTC  (9+ messages)
` [Qemu-devel] [PATCH V2] "

[PATCHv5] watchdog: xilinx: Add clock support
 2016-08-12  6:47 UTC  (2+ messages)

[PATCH] vfio: Enable VFIO device for powerpc
 2016-08-12  6:46 UTC  (7+ messages)

[Qemu-devel] [PULL 0/3] virtio/vhost: fixes
 2016-08-12  6:38 UTC  (3+ messages)
` [Qemu-devel] [PULL 3/3] vhost-user: Attempt to fix a race with set_mem_table

[U-Boot] Bug in u-boot/tools/mkenvimage.c
 2016-08-12  6:44 UTC 

[Qemu-devel] [PATCH 0/6] POWER9 TCG enablements - part4
 2016-08-12  6:43 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/6] target-ppc: Implement darn instruction
        ` [Qemu-devel] [Qemu-ppc] "

[PATCH 00/18] shadow page table support V3
 2016-08-12  6:39 UTC  (19+ messages)
  ` [PATCH 01/18] drm/amdgpu: add shadow bo support V2
  ` [PATCH 02/18] drm/amdgpu: validate shadow as well when validating bo
  ` [PATCH 03/18] drm/amdgpu: allocate shadow for pd/pt bo V2
  ` [PATCH 04/18] drm/amdgpu: add shadow flag V2
  ` [PATCH 05/18] drm/amdgpu: sync bo and shadow
  ` [PATCH 06/18] drm/amdgpu: implement vm recovery function from shadow
  ` [PATCH 07/18] drm/amdgpu: add shadow_entity for shadow page table updates
  ` [PATCH 08/18] drm/amdgpu: update pd shadow bo
  ` [PATCH 09/18] drm/amdgpu: update pt shadow
  ` [PATCH 10/18] drm/amd: add last fence in sched entity
  ` [PATCH 11/18] drm/amdgpu: link all vm clients
  ` [PATCH 12/18] drm/amdgpu: add vm_list_lock
  ` [PATCH 13/18] drm/amd: add block entity function
  ` [PATCH 14/18] drm/amdgpu: add shadow fence owner
  ` [PATCH 15/18] drm/amd: block entity
  ` [PATCH 16/18] drm/amdgpu: recover page tables after gpu reset
  ` [PATCH 17/18] drm/amdgpu: add need backup function
  ` [PATCH 18/18] drm/amdgpu: add backup condition for vm

[PATCH net-next 0/4] net_sched, flow_dissector, flower: Introduce vlan tag support
 2016-08-12  6:36 UTC  (3+ messages)
` [PATCH net-next 1/4] flow_dissector: Get vlan info from skb->vlan_tci instead of skb->data

[Ksummit-discuss] [CORE TOPIC] More useful types in the linux kernel
 2016-08-12  6:37 UTC  (12+ messages)

[kvm-unit-tests PATCH V2 1/4] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-12  6:36 UTC  (12+ messages)
` [kvm-unit-tests PATCH V2 3/4] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V2 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended

[Qemu-devel] [PATCH v5 0/9] UUID clean ups for 2.8
 2016-08-12  6:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 1/9] util: Add UUID API

[RFC 0/4] doc: dma-buf: sphinx conversion and cleanup
 2016-08-12  6:35 UTC  (4+ messages)

[PATCH] perf symbols: Fix annotation of objects with debuginfo files
 2016-08-12  6:35 UTC 

[PATCH 0/1] maintainers.inc: update maintainers for Dengke
 2016-08-12  6:33 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/2][RFC] PM / sleep: Expose DPM watchdog timeout to sysfs
 2016-08-12  6:33 UTC  (4+ messages)

[xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression
 2016-08-12  6:29 UTC  (12+ messages)
                  ` [LKP] [lkp] "

[PATCH 0/3] Enable PSR2 for idle screen
 2016-08-12  6:32 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/psr:Adds Y-cordinate to skl_psr_setup_vsc

JENTAI---Professional Manufactory in Hot melt glue sticks and Hot melt colloidal particles
 2016-08-12  6:30 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2016-08-11
 2016-08-12  6:30 UTC 

[PATCH][RFC] Documentation/: update hibernation debug documentation
 2016-08-12  6:22 UTC  (2+ messages)

[kernel-hardening] [PATCH v1] x86/power/64: Restore processor state before using per-cpu variables
 2016-08-12  6:29 UTC  (3+ messages)
`  "
  ` [kernel-hardening] "


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.