All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-08-12 05:21:59 to 2016-08-12 06:50:11 UTC [more...]

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

[PATCHv4] watchdog: xilinx: Add clock support
 2016-08-12  6:48 UTC  (8+ 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  (6+ 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

[PATCH v5 00/20] Support for sustained capturing of GuC firmware logs
 2016-08-12  6:44 UTC  (24+ messages)
` [PATCH 01/20] drm/i915: Decouple GuC log setup from verbosity parameter
` [PATCH 02/20] drm/i915: Add GuC ukernel logging related fields to fw interface file
` [PATCH 03/20] drm/i915: New structure to contain GuC logging related fields
` [PATCH 04/20] drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
` [PATCH 05/20] drm/i915: Support for GuC interrupts
` [PATCH 06/20] drm/i915: Handle log buffer flush interrupt event from GuC
` [PATCH 07/20] relay: Use per CPU constructs for the relay channel buffer pointers
` [PATCH 08/20] drm/i915: Add a relay backed debugfs interface for capturing GuC logs
` [PATCH 09/20] drm/i915: New lock to serialize the Host2GuC actions
` [PATCH 10/20] drm/i915: Add stats for GuC log buffer flush interrupts
` [PATCH 11/20] drm/i915: Optimization to reduce the sampling time of GuC log buffer
` [PATCH 12/20] drm/i915: Increase GuC log buffer size to reduce flush interrupts
` [PATCH 13/20] drm/i915: Augment i915 error state to include the dump of GuC log buffer
` [PATCH 14/20] drm/i915: Forcefully flush GuC log buffer on reset
` [PATCH 15/20] drm/i915: Debugfs support for GuC logging control
` [PATCH 16/20] drm/i915: Support to create write combined type vmaps
` [PATCH 17/20] drm/i915: Use uncached(WC) mapping for acessing the GuC log buffer
` [PATCH 18/20] drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
` [PATCH 19/20] drm/i915: Use SSE4.1 movntdqa based memcpy for sampling GuC log buffer
` [PATCH 20/20] drm/i915: Early creation of relay channel for capturing boot time logs

[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] Revert "drm/i915/chv: Set min freq to efficient frequency on chv"
 2016-08-12 11:22 UTC  (10+ messages)
  ` [PATCH v2] "
` ✗ Fi.CI.BAT: failure for Revert "drm/i915/chv: Set min freq to efficient frequency on chv" (rev2)
` ✗ Ro.CI.BAT: "

[meta-oe][PATCH v3 1/2] gflags: New recipe
 2016-08-12  6:37 UTC  (3+ messages)

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

[Ksummit-discuss] [CORE TOPIC] More useful types in the linux kernel
 2016-08-12  6:37 UTC  (20+ 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  (19+ messages)
` [kvm-unit-tests PATCH V2 2/4] lib/powerpc: Add generic decrementer exception handler
` [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)

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

[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)

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

[PATCH V3] clk: bcm: Add driver for Northstar ILP clock
 2016-08-12  6:26 UTC  (9+ messages)

[PATCH net-next 2/4] flow_dissector: Get vlan priority in addition to vlan id
 2016-08-12  6:26 UTC  (4+ messages)

[PATCH] soc: fsl/qe: fix Oops on CPM1 (and likely CPM2)
 2016-08-12  6:25 UTC  (3+ messages)

[PATCHv3] watchdog: xilinx: Add clock support
 2016-08-12  6:20 UTC  (4+ messages)

[PATCH 0/5] Remove last remnants of CONFIG_IPV6_PRIVACY from arch defconfigs
 2016-08-12  6:19 UTC  (8+ messages)
` [PATCH 1/5] arm/defconfigs: Remove CONFIG_IPV6_PRIVACY

Bluestore different allocator performance Vs FileStore
 2016-08-12  6:19 UTC  (20+ messages)

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

[Bug 151661] New: Adaptec 3805 prints "AAC: Host adapter dead -1" every 10 seconds but works fine anyway
 2016-08-12  6:17 UTC  (3+ messages)
` [Bug 151661] "

[PATCH] soc: ti: wkup_m3_ipc: switch to using remoteproc OF infrastructure
 2016-08-12  6:17 UTC  (4+ messages)

Strange behavior after "rm -rf //"
 2016-08-12  6:15 UTC  (4+ messages)

[PATCH kernel 00/15] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-08-12  6:12 UTC  (10+ messages)
` [PATCH kernel 14/15] vfio/spapr_tce: Export container API for external users

[PATCH 1/2] A Helper function that returns available link bandwidth
 2016-08-12  6:07 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for series starting with [1/2] "

[PATCH 1/2] perf: Add function to post process kernel trace events
 2016-08-12  6:06 UTC  (6+ messages)
` [PATCH 2/2] perf ppc64le: Fix probe location when using DWARF

[PATCH 0/2] KVM: nVMX: msr bitmaps fixes
 2016-08-12  6:07 UTC  (3+ messages)
` [PATCH 2/2] KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write

[PATCH v4] powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
 2016-08-12  6:06 UTC  (4+ messages)

[PATCH 1/2] Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"
 2016-08-12  6:05 UTC  (5+ messages)

[Thermal] do you need help for the pending soc thermal patches?
 2016-08-12  6:00 UTC 

[PATCH 0/5] Add support for ZBC host-managed devices
 2016-08-12  6:00 UTC  (3+ messages)
` [PATCH 3/5] sd: Implement support for ZBC devices

[PATCH] x86/x2apic: fix x2apic_cluster_probe null pointer
 2016-08-12  5:59 UTC  (3+ messages)

[PATCH 1/4] cfg80211: rdev-ops: remove callback check from rdev_set_coalesce()
 2016-08-12  5:59 UTC  (4+ messages)

[RESEND PATCH] nl80211: Allow GET_INTERFACE dumps to be filtered
 2016-08-12  5:58 UTC  (6+ messages)

[PATCH] i2c: brcmstb: Fix START and STOP conditions
 2016-08-12  5:56 UTC 

[U-Boot] P4080DS ELBC UPM MODE
 2016-08-12  5:56 UTC 

[U-Boot] [PATCH 1/2] driver/ddr/fsl: Add general MMDC driver
 2016-08-12  5:56 UTC  (4+ messages)

[PATCH] ccache.bbclass: don't remove CCACHE_DIR as part of do_clean
 2016-08-12  5:54 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] cmd: Split 'bootz' and 'booti' out from 'bootm'
 2016-08-12  5:49 UTC  (2+ messages)

[PATCH] powerpc: populate the default bus with machine_arch_initcall
 2016-08-12  5:49 UTC  (4+ messages)

[PATCH v2] ipv6: suppress sparse warnings in IP6_ECN_set_ce()
 2016-08-12  5:48 UTC 

gitpkgv: Fix $GITPKV for a single named git source
 2016-08-12  5:49 UTC  (3+ messages)
` [PATCH] "

[PATCH][master] curl: Update to 7.50.1
 2016-08-12  5:47 UTC  (3+ messages)

[PATCH v2] drm/i915: intel_dp_link_is_valid() should only return status of link
 2016-08-12  5:45 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for drm/i915: intel_dp_link_is_valid() should only return status of link (rev2)

[PATCH] ipv6: suppress sparse warnings in IP6_ECN_set_ce()
 2016-08-12  5:43 UTC  (3+ messages)

[PATCH] libnl: musl fixes
 2016-08-12  5:45 UTC  (2+ messages)

[PATCH v4 0/5] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2016-08-12  5:42 UTC  (6+ messages)
` [PATCH v4 1/5] PCI: Ignore enforced alignment when kernel uses existing firmware setup
` [PATCH v4 2/5] PCI: Ignore enforced alignment to VF BARs
` [PATCH v4 3/5] PCI: Do not disable memory decoding in pci_reassigndev_resource_alignment()
` [PATCH v4 4/5] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v4 5/5] PCI: Add a macro to set default alignment for all PCI devices

[PATCH V2 00/10] The latest changes for md-cluster
 2016-08-12  5:42 UTC  (11+ messages)
` [PATCH V2 01/10] md-cluster: call md_kick_rdev_from_array once ack failed
` [PATCH V2 02/10] md-cluster: use FORCEUNLOCK in lockres_free
` [PATCH V2 03/10] md-cluster: remove some unnecessary dlm_unlock_sync
` [PATCH V2 04/10] md: changes for MD_STILL_CLOSED flag
` [PATCH V2 05/10] md-cluster: clean related infos of cluster
` [PATCH V2 06/10] md-cluster: protect md_find_rdev_nr_rcu with rcu lock
` [PATCH V2 07/10] md: remove obsolete ret in md_start_sync
` [PATCH V2 08/10] md-cluster: convert the completion to wait queue
` [PATCH V2 09/10] md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang
` [PATCH V2 10/10] md-cluster: make resync lock also could be interruptted

[PATCH] uprobes/x86: fix rip-relative handling of EVEX-encoded insns
 2016-08-12  5:39 UTC  (2+ messages)

[RFC PATCH v7 0/7] Restartable sequences system call
 2016-08-12  5:30 UTC  (9+ messages)
` [RFC PATCH v7 7/7] Restartable sequences: self-tests

[Buildroot] [PATCH 1/3] ffmpeg: disable for ARMv7-M
 2016-08-12  5:30 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] ffmpeg: explicitly disable NEON support

[PATCH V2] arm64:kexec: Memstart should not be before the kernel start address
 2016-08-12  5:28 UTC  (2+ messages)

[U-Boot] [PATCH v2] serial: bcm283x_mu: Detect disabled serial device
 2016-08-12  5:27 UTC  (7+ messages)

[Buildroot] eudev compilation fails on buildroot-2016.08-rc1
 2016-08-12  5:26 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] bcm2835_gpio: Implement GPIOF_FUNC
 2016-08-12  5:24 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] serial: bcm283x_mu: Detect disabled serial device

[U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt
 2016-08-12  5:22 UTC  (2+ messages)

[PATCH v11 0/7] Finally fix watermarks
 2016-08-12  5:21 UTC  (2+ messages)
` ✗ Ro.CI.BAT: failure for Finally fix watermarks (rev9)


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.