All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-11 10:10:58 to 2016-01-11 10:51:11 UTC [more...]

[RFC 00/13] x86/mm: PCID and INVPCID
 2016-01-11 10:51 UTC  (7+ messages)
` [RFC 09/13] x86/mm: Disable interrupts when flushing the TLB using CR3

[PATCH] Provide a dirname() function when NO_LIBGEN_H=YesPlease
 2016-01-11 10:50 UTC  (5+ messages)
` [PATCH v2 0/4] Ensure that we can build without libgen.h
  ` [PATCH v2 4/4] t0060: verify that basename() and dirname() work as expected

[PATCH v5 00/11] arm-cci: PMU updates
 2016-01-11 10:50 UTC  (16+ messages)
` [PATCH v5 03/11] arm-cci: Group writes to counter
` [PATCH v5 05/11] arm-cci PMU: Delay counter writes to pmu_enable
` [PATCH v5 07/11] arm-cci: Add routines to save/restore all counters

[PATCH v2 1/3] ARM: asm: Add convenience fucntions to access VBAR
 2016-01-11 10:49 UTC  (2+ messages)

[PATCH] gpio: max77620: fix of_table.cocci warnings
 2016-01-11 10:48 UTC  (2+ messages)
` [rtc-linux] "

[Qemu-devel] [PATCH V5] block/nfs: add support for setting debug level
 2016-01-11 10:47 UTC  (4+ messages)
    ` [Qemu-devel] [Qemu-block] "

[PATCH 001/190] drm: Release driver references to handle before making it available again
 2016-01-11 10:45 UTC  (56+ messages)
` [PATCH 087/190] Revert "drm/i915: Clean up associated VMAs on context destruction"
  ` [PATCH 088/190] drm/i915: Move execlists interrupt based submission to a bottom-half
  ` [PATCH 089/190] drm/i915: Tidy execlists submission and tracking
  ` [PATCH 090/190] drm/i915: Refactor execlists default context pinning
  ` [PATCH 091/190] drm/i915: Move context initialisation to first-use
  ` [PATCH 092/190] drm/i915: Move the magical deferred context allocation into the request
  ` [PATCH 093/190] drm/i915: Move the forced switch back to the kernel context into eviction
  ` [PATCH 094/190] drm/i915: Remove early l3-remap
  ` [PATCH 095/190] drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
  ` [PATCH 096/190] drm/i915: Eliminate early submission of context enabling request
  ` [PATCH 097/190] drm/i915/shrinker: Flush active on objects before counting
  ` [PATCH 098/190] drm/i915: Double check the active status on the batch pool
  ` [PATCH 099/190] drm/i915: Check for request completion before choosing CS flips
  ` [PATCH 100/190] drm/i915: Remove request retirement before each batch
  ` [PATCH 101/190] drm/i915: Only retire if necessary when creating a userptr
  ` [PATCH 102/190] drm/i915: Move the "per-ring" default_context to the device
  ` [PATCH 103/190] drm/i915: Move pinning of dev_priv->kernel_context into its creator
  ` [PATCH 104/190] drm/i915: Remove i915_gem_execbuffer_retire_commands()
  ` [PATCH 105/190] drm/i915: Pad GTT views of exec objects up to user specified size
  ` [PATCH 106/190] drm/i915: Split insertion/binding of an object into the VM
  ` [PATCH 107/190] drm/i915: Record allocated vma size
  ` [PATCH 108/190] drm/i915: Start passing around i915_vma from execbuffer
  ` [PATCH 109/190] drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
  ` [PATCH 110/190] drm/i915: Move vma->pin_count:4 to vma->flags
  ` [PATCH 111/190] drm/i915: Make fb_tracking.lock a spinlock
  ` [PATCH 112/190] drm/i915: Move obj->active:5 to obj->flags
  ` [PATCH 113/190] drm/i915: Enable lockless lookup of request tracking via RCU
  ` [PATCH 114/190] drm/i915: Remove (struct_mutex) locking for wait-ioctl
  ` [PATCH 115/190] drm/i915: Remove (struct_mutex) locking for busy-ioctl
  ` [PATCH 116/190] drm/i915: Reduce locking inside swfinish ioctl
  ` [PATCH 117/190] drm/i915: Remove pinned check from madvise ioctl
  ` [PATCH 118/190] drm/i915: Remove locking for get_tiling
  ` [PATCH 119/190] drm/i915: Reduce amount of duplicate buffer information captured on error
  ` [PATCH 120/190] drm/i915: Stop the machine whilst capturing the GPU crash dump
  ` [PATCH 121/190] drm/i915: Scan GGTT active list for context object
  ` [PATCH 122/190] drm/i915: Move setting of request->batch into its single callsite
  ` [PATCH 123/190] drm/i915: Mark unmappable GGTT entries as PIN_HIGH
  ` [PATCH 124/190] drm/i915: Track pinned vma inside guc
  ` [PATCH 125/190] drm/i915: Track pinned VMA
  ` [PATCH 126/190] drm/i915: Print the batchbuffer offset next to BBADDR in error state
  ` [PATCH 127/190] drm/i915: Cache kmap between relocations
  ` [PATCH 128/190] drm/i915: Extract i915_gem_obj_prepare_shmem_write()
  ` [PATCH 129/190] drm/i915: Before accessing an object via the cpu, flush GTT writes
  ` [PATCH 130/190] drm/i915: Wait for writes through the GTT to land before reading back
  ` [PATCH 131/190] drm/i915: Pin the pages first in shmem prepare read/write
  ` [PATCH 132/190] drm/i915: Tidy up flush cpu/gtt write domains
  ` [PATCH 133/190] drm/i915: Convert known clflush paths over to clflush_cache_range()
  ` [PATCH 134/190] drm/i915: Refactor execbuffer relocation writing
  ` [PATCH 135/190] drm/i915: Move map-and-fenceable tracking to the VMA
  ` [PATCH 136/190] drm/i915: Move ioremap_wc tracking onto VMA
  ` [PATCH 137/190] drm/i915: Shrink pages around failure to dma map
  ` [PATCH 138/190] drm/i915/userptr: Make gup errors stickier
  ` [PATCH 139/190] drm/i915: Move fence tracking from object to vma
  ` [PATCH 140/190] drm/i915: Fix partial GGTT faulting
  ` [PATCH 141/190] drm/i915: Choose not to evict faultable objects from the GGTT

[PATCH] pmd/virtio: fix cannot start virtio dev after stop
 2016-01-11 10:47 UTC  (2+ messages)

[PATCH] arm64/dts: Add missing DMA Abort interrupt to Juno
 2016-01-11 10:47 UTC  (5+ messages)

[Qemu-devel] [PATCH v4] igd-passthrough-i440FX: convert to realize()
 2016-01-11 10:46 UTC  (15+ messages)
          ` [Qemu-devel] [Xen-devel] "
                      `  "

[U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure
 2016-01-11 10:45 UTC  (3+ messages)

[PATCH 0/7] perf: Untangle aux refcounting
 2016-01-11 10:44 UTC  (10+ messages)
` [PATCH 2/7] perf: Generalize task_function_call()ers

[PATCH V2 1/2] irqchip/gic: Remove static irq_chip definition for eoimode1
 2016-01-11 10:44 UTC  (3+ messages)

[PATCH v8 3/3] x86, mce: Add __mcsafe_copy()
 2016-01-11 10:44 UTC  (12+ messages)

CMA usage in driver
 2016-01-11 10:43 UTC  (2+ messages)

[RFC 0/5] virtio support for container
 2016-01-11 10:42 UTC  (4+ messages)
` [PATCH 0/4] "
  ` [PATCH 3/4] virtio/vdev: add ways to interact with vhost

[PATCH -next] ASoC: AMD: Add missing include file
 2016-01-11 10:41 UTC 

[PATCH v3 0/3] checkpatch: handling of memory barriers
 2016-01-11 10:40 UTC  (19+ messages)
` [PATCH v3 3/3] checkpatch: add virt barriers

[PATCH 0/4] remove auto exit of production and added sysfs interface
 2016-01-11 10:38 UTC  (13+ messages)
` [PATCH 1/4] mfd/menf21bmc: remove auto exiting of production mode and add "
` [PATCH 2/4] doc/ABI: added sysfs description for the menf21bmc MFD driver
` [PATCH 3/4] mfd/menf21bmc.c: add additional sysfs entries for BMC status information
` [PATCH 4/4] doc/ABI: add documentation for the additional sysfs "
    ` [PATCH 4/4] doc/ABI: add documentation for the additional sysfs status informationj

[PATCH v2 4/4] perf tools: Fallback to srcdir/Documentation/tips.txt
 2016-01-11 10:38 UTC 

[PATCH v1 0/5] perf: Untangle aux refcounting
 2016-01-11 10:37 UTC  (2+ messages)

[GIT PULL] Third Round of Renesas ARM64 Based SoC DT Updates for v4.5
 2016-01-11 10:39 UTC  (10+ messages)
` [PATCH 05/10] arm64: dts: r8a7795: Add pmu device nodes

Reiser4-enabled Debian Unstable (Sid) netboot iso
 2016-01-11 10:39 UTC  (3+ messages)

[PATCH v3 0/2] adding PCI support to AXS10x
 2016-01-11 10:38 UTC  (4+ messages)

[PATCH] crypto: Make CRYPTO_CBC select CRYPTO_ECHAINIV
 2016-01-11 10:38 UTC  (8+ messages)

[PATCH 00/19] Fix driver crashes on hangup
 2016-01-11 10:37 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/19] staging/speakup: Use tty_ldisc_ref() for paste kworker

[PATCH] drm: arm-hdlcd: remove DMA_CMA select
 2016-01-11 10:37 UTC  (4+ messages)

[PATCH v3 0/3] SoC: rockchip: support power domain for RK3368
 2016-01-11 10:36 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: add power-domain header for RK3368 SoCs
` [PATCH v3 2/3] soc: rockchip: power-domain: Modify power domain driver for rk3368
` [PATCH v3 3/3] dt-bindings: modify document of Rockchip power domains

[PATCH 1/4] perf tools: Add more usage tips
 2016-01-11 10:35 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v2 0/7] AMD XGBE KVM platform passthrough
 2016-01-11 10:35 UTC  (9+ messages)
` [PATCH v2 3/7] device_tree: introduce qemu_fdt_node_path
    ` [Qemu-devel] "
` [PATCH v2 5/7] hw/arm/sysbus-fdt: helpers for clock node generation
    ` [Qemu-devel] "

VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs and Xen
 2016-01-11 10:34 UTC  (3+ messages)

[PATCH RFC v3 0/6] Introduce extended syscall error reporting
 2016-01-11 10:34 UTC  (3+ messages)
` [PATCH RFC v3 1/6] exterr: "

[PATCH 0/5] ARM: dts: sunxi: Add backlight node to q8 tablets
 2016-01-11 10:34 UTC  (5+ messages)
  ` [linux-sunxi] "

The problem of linux-yocto external source build
 2016-01-11 10:18 UTC 

PCIe sg dma device used as dma-contig
 2016-01-11 10:32 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] qmp: process system-reset event in paused state
 2016-01-11 10:31 UTC  (6+ messages)

[PATCH] Fixed frequency range to 42-870 MHz
 2016-01-11 10:30 UTC  (2+ messages)

perf_event_open() ABI compatability
 2016-01-11 10:30 UTC  (3+ messages)

[PATCH V10 0/4] perf/powerpc: Add ability to sample intr machine state in powerpc
 2016-01-11 10:28 UTC  (5+ messages)
` [PATCH V10 1/4] perf/powerpc: assign an id to each powerpc register
` [PATCH V10 2/4] perf/powerpc: add support for sampling intr machine state
` [PATCH v10 3/4] tools/perf: Map the ID values with register names
` [PATCH V1 4/4] tool/perf: Add sample_reg_mask to include all perf_regs regs

Correct place for USB PHY driver
 2016-01-11 10:28 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Store edram capabilities instead of fixed size
 2016-01-11 10:27 UTC  (3+ messages)
` ✗ failure: Fi.CI.BAT
` ✗ warning: Fi.CI.BAT

arm/arm64 HARDLOCKUP Detector and PERF NMI support
 2016-01-11 10:26 UTC  (3+ messages)

[PATCH V2] bitbake: clean up stamp-base related codes
 2016-01-11 10:27 UTC 

[U-Boot] [PATCH] net: phy: ensure Gigabit features are masked off if requested
 2016-01-11 10:26 UTC  (2+ messages)

[PATCH] reset: fix non GPIO reset
 2016-01-11 10:26 UTC  (2+ messages)

[PATCH 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC
 2016-01-11 10:16 UTC  (6+ messages)
` [PATCH 6/6] regulator: max77620: add regulator driver for max77620/max20024
      ` [rtc-linux] "

[PATCH 01/12] ethdev: add API to query what/if packet type is set
 2016-01-11 10:26 UTC  (13+ messages)

[PATCH V2 1/2] bitbake: clean up stamp-base related codes
 2016-01-11 10:26 UTC 

[RFC PATCH v5] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288
 2016-01-11 10:26 UTC  (3+ messages)

[PATCH v3 1/4] extcon: arizona: Remove enable/disable of 32k clock
 2016-01-11 10:25 UTC  (5+ messages)
` [PATCH v3 3/4] mfd: arizona: Switch to using clock driver for "
` [PATCH v3 4/4] mfd: arizona: Add device tree binding documentation for new clock driver

[U-Boot] [PATCH] net: phy: breakdown PHY_*_FEATURES defines
 2016-01-11 10:25 UTC  (2+ messages)

[PATCH 1/1] USB: core: let USB device know device node
 2016-01-11 10:24 UTC  (5+ messages)

[PATCH linux-next v2 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-01-11 10:24 UTC  (5+ messages)
` [PATCH linux-next v2 03/14] mtd: spi-nor: select op codes and SPI NOR protocols by manufacturer

[PATCH] reboot: Backup orderly_poweroff
 2016-01-11 10:23 UTC 

[PATCH] ata: add AMD Seattle platform driver
 2016-01-11 10:23 UTC  (3+ messages)

[PATCH 1/2] ext4: Fix data exposure after a crash
 2016-01-11 10:23 UTC  (2+ messages)
` [PATCH 2/2] ext4: Remove EXT4_STATE_ORDERED_MODE

[PATCH v3 0/6] Add Advantech iManager EC driver set
 2016-01-11 10:23 UTC  (3+ messages)
` [PATCH v3 5/6] Add Advantech iManager Backlight driver

[RFC PATCH] populate_sdk_ext: Change to include siginfo and non sstate task sigs
 2016-01-11 10:22 UTC  (2+ messages)

[PATCH v2 0/2] adv7604: .get_selection support
 2016-01-11 10:22 UTC  (4+ messages)
` [PATCH v2 2/2] media: adv7604: update timings on change of input signal

how to use iptables with bridge?
 2016-01-11 10:22 UTC 

[PATCH v2 0/9] Support TI LMU devices
 2016-01-11 10:21 UTC  (5+ messages)
` [PATCH v2 5/9] mfd: add TI LMU driver
` [PATCH v2 6/9] mfd: add TI LMU hardware fault monitoring driver

[PATCH for-4.5 0/2] iw_cxgb4: Fix static checker warnings
 2016-01-11 10:21 UTC  (3+ messages)
  ` [PATCH for-4.5 1/2] iw_cxgb4: Fix static checker warning in c4iw_rdev_open()
  ` [PATCH for-4.5 2/2] iw_cxgb4: fix the GW-Basic labels to meaningful error names

ext4 out of order when use cfq scheduler
 2016-01-11 10:21 UTC  (8+ messages)

[PATCH 17/21] drm/shmob: Nuke preclose hook
 2016-01-11 10:20 UTC  (4+ messages)
` [PATCH 1/5] "
  ` [PATCH 5/5] drm/vmwgfx: "

[Qemu-devel] [RFC v6 00/14] Slow-path for atomic instruction translation
 2016-01-11 10:19 UTC  (4+ messages)
` [Qemu-devel] [RFC v6 11/14] softmmu: Simplify helper_*_st_name, wrap MMIO code

[PATCH v2] mwifiex: enable pcie MSIx interrupt mode support
 2016-01-11 10:16 UTC 

[PATCH] iio: light: acpi-als: Report data as processed rather than raw
 2016-01-11 10:16 UTC  (3+ messages)

Crypto Update for 3.15
 2016-01-11 10:14 UTC  (11+ messages)
` Crypto Update for 3.16
  ` Crypto Update for 3.17
    ` Crypto Update for 3.18
      ` Crypto Update for 3.19
        ` Crypto Update for 3.20
          ` Crypto Update for 4.1
            ` Crypto Update for 4.2
              ` Crypto Update for 4.3
                ` Crypto Update for 4.4
                  ` Crypto Update for 4.5

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-11 10:13 UTC  (2+ messages)
` ✗ warning: Fi.CI.BAT

[PATCH v3 net-next 0/8] Local Checksum Offload
 2016-01-11 10:09 UTC  (3+ messages)
` [PATCH net-next 6/8] net: gre: Implement LCO for GRE over IPv4

dracut: fails to copy udev rules to initramfs
 2016-01-11 10:11 UTC  (2+ messages)

KVM pci-assign - iommu width is not sufficient for mapped address
 2016-01-11 10:11 UTC  (7+ messages)

[U-Boot] [PATCH] net/designware: do explicit port selection for 1Gb mode
 2016-01-11 10:11 UTC  (2+ messages)

[patch] rcmd.3: Add missing condition concerning .rhosts file
 2016-01-11 10:11 UTC  (4+ messages)

[PATCH 0/3] support of v4l2 encoder for STMicroelectronics SOC
 2016-01-11 10:10 UTC  (3+ messages)
` [PATCH 2/3] [media] hva: STiH41x multi-format video encoder V4L2 driver


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.