All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-04 10:17:58 to 2014-09-04 11:29:09 UTC [more...]

[PATCH 00/89] Basic Skylake enabling
 2014-09-04 11:27 UTC  (73+ messages)
` [PATCH 01/89] drm/i915/skl: Add the Skylake PCI ids
` [PATCH 02/89] drm/i915/skl: Add an IS_GEN9() define
` [PATCH 03/89] drm/i915/skl: Add an IS_SKYLAKE macro
` [PATCH 04/89] drm/i915/skl: SKL FBC enablement
` [PATCH 05/89] drm/i915/skl: i915_swizzle_info gen9 fix
` [PATCH 06/89] drm/i915/skl: Fence registers on SKL are the same as SNB
` [PATCH 07/89] drm/i915/skl: Provide a placeholder for init_clock_gating()
` [PATCH 08/89] drm/i915/skl: Use gen8_ring_dispatch_execbuffer() on GEN9
` [PATCH 09/89] drm/i915/skl: Skylake shares the interrupt logic with Broadwell
` [PATCH 10/89] drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+
` [PATCH 11/89] drm/i915/skl: Framebuffers need to be aligned to 256Kb on Skylake
` [PATCH 12/89] drm/i915/skl: Implement thew new update_plane() for primary planes
` [PATCH 13/89] drm/i915/skl: Don't create a VGA connector on Skylake
` [PATCH 14/89] drm/i915/skl: Don't try to read out the PCH transcoder state if not present
` [PATCH 15/89] drm/i915/skl: Program the DDI buffer translation tables
` [PATCH 16/89] drm/i915/skl: Add support for DP voltage swings and pre-emphasis
` [PATCH 17/89] drm/i915/skl: Skylake doesn't need the DP AUX clock divider programmed
` [PATCH 18/89] drm/i915/skl: Skylake moves AUX_CTL from PCH to CPU
` [PATCH 19/89] drm/i915/skl: Add the additional graphics stolen sizes
` [PATCH 20/89] drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+
` [PATCH 21/89] drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc
` [PATCH 22/89] drm/i915/skl: Provide a get_aux_send_ctl() vfunc for skylake
` [PATCH 23/89] drm/i915/skl: Initialize PPGTT like gen8
` [PATCH 24/89] drm/i915/skl: Allow the reg_read ioctl to return RCS_TIMESTAMP
` [PATCH 25/89] drm/i915/skl: report the same INSTDONE registers as gen8
` [PATCH 26/89] drm/i915/skl: Report the PDP regs as in gen8
` [PATCH 27/89] drm/i915/skl: SKL shares the same underrun interrupt as BDW
` [PATCH 28/89] drm/i915/skl: SKL pipe misc programming
` [PATCH 29/89] drm/i915/skl: vfuncs for skl eld and global resource
` [PATCH 30/89] drm/i915/skl: SKL backlight enabling
` [PATCH 31/89] drm/i915/skl: Restore pipe B/C interrupts
` [PATCH 32/89] drm/i915/skl: Adjust the display engine interrupts
` [PATCH 33/89] drm/i915/skl: Sunrise Point PCH detection
` [PATCH 34/89] drm/i915/skl: Implement WaDisableSDEUnitClockGating:skl
` [PATCH 35/89] drm/i915/skl: Implement Wa4x4STCOptimizationDisable:skl
` [PATCH 36/89] drm/i915/skl: Implement WaDisableDgMirrorFixInHalfSliceChicken5:skl
` [PATCH 37/89] drm/i915/skl: Skylake has 2 "sprite" planes per pipe
` [PATCH 38/89] drm/i915/skl: Implement drm_plane vfuncs
` [PATCH 39/89] drm/i915/skl: Adjust assert_sprites_disabled()
` [PATCH 40/89] drm/i915/skl: Introduce a I915_MAX_PLANES macro
` [PATCH 41/89] drm/i915/skl: Introduce intel_num_planes()
` [PATCH 42/89] drm/i915/skl: Move gen9 pm initialization into its own branch
` [PATCH 43/89] drm/i915/skl: Read the Memory Latency Values for WM computation
` [PATCH 44/89] drm/i915/skl: Register definitions and macros for SKL Watermark regs
` [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane
` [PATCH 46/89] drm/i915/skl: Add DDB allocation management structures
` [PATCH 47/89] drm/i915/skl: SKL Watermark Computation
` [PATCH 48/89] drm/i915/skl: Allocate DDB portions for display planes
` [PATCH 49/89] drm/i915/skl: Program the DDB allocation
` [PATCH 50/89] drm/i915/skl: Read the pipe WM HW state
` [PATCH 51/89] drm/i915/gen9: Add 2us read latency to WM level
` [PATCH 52/89] drm/i915/gen9: Disable WM if corresponding latency is 0
` [PATCH 53/89] drm/i915/skl: Gen9 Forcewake
` [PATCH 54/89] drm/i915/skl: Enable Gen9 RC6
` [PATCH 55/89] drm/i915/skl: Gen9 multi-engine forcewake
` [PATCH 56/89] drm/i915: Gen9 shadowed registers
` [PATCH 57/89] drm/i915: Rewrite ABS_DIFF() in a safer manner
` [PATCH 58/89] drm/i915/skl: Register definitions for SKL Clocks
` [PATCH 59/89] drm/i915/skl: Structure/enum definitions for SKL clocks
` [PATCH 60/89] drm/i915/skl: CD clock back calculation for SKL
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock
` [PATCH 62/89] drm/i915/skl: Query DPLL attached to port on SKL
` [PATCH 63/89] drm/i915/skl: Define shared DPLLs for Skylake
` [PATCH 64/89] drm/i915/skl: Adjust the port PLL selection code
` [PATCH 65/89] drm/i915/skl: Always use DPLL0 for eDP
` [PATCH 66/89] drm/i915/skl: Implementation of SKL DPLL programming
` [PATCH 67/89] drm/i915/skl: Provide skl-specific pll hw state cross-checking
` [PATCH 68/89] drm/i915/skl: Apply eDP WA only for gen < 9
` [PATCH 69/89] drm/i915/skl: Adding power domains for AUX controllers
` [PATCH 70/89] drm/i915/skl: Register definition for SKL power well
` [PATCH 71/89] drm/i915/skl: Implementation of SKL display power well support
` [PATCH 72/89] drm/i915/skl: Enable/disable power well for aux transaction

[RFC PATCH v2 0/7] Introduce automatic DMA configuration for IOMMU masters
 2014-09-04 11:26 UTC  (5+ messages)
` [RFC PATCH v2 4/7] iommu: provide helper function to configure an IOMMU for an of master

[PATCH v4 00/11] drivers: cacheinfo support
 2014-09-04 11:25 UTC  (7+ messages)
` [PATCH v4 01/11] cpumask: factor out show_cpumap into separate helper function

How to use NFS with multiple principals in different realms?
 2014-09-04 11:25 UTC  (3+ messages)

[REGRESSION] "efi: efistub: Convert into static library" and preparation patches
 2014-09-04 11:24 UTC  (15+ messages)

[BUG (maybe)] git rev-parse --verify --quiet isn't quiet
 2014-09-04 11:20 UTC 

[Buildroot] [PATCH 1/2] setserial: Rename patches to add sequence numbers
 2014-09-04 11:18 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] setserial: Disable manpages

[Qemu-devel] [PATCH v2 0/4] target-ppc: Add FWNMI support in qemu for powerKVM guests
 2014-09-04 11:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] target-ppc: Extend rtas-blob
` [Qemu-devel] [PATCH v2 2/4] target-ppc: Register and handle HCALL to receive updated RTAS region
` [Qemu-devel] [PATCH v2 3/4] target-ppc: Build error log
` [Qemu-devel] [PATCH v2 4/4] target-ppc: Handle ibm, nmi-register RTAS call

[PATCH] drm/i915: Fix irq enable tracking in driver load
 2014-09-04 11:13 UTC  (3+ messages)

[Qemu-devel] [PULL 00/13] pci, pc fixes, features
 2014-09-04 11:11 UTC  (3+ messages)

External devices
 2014-09-04 11:11 UTC  (5+ messages)

[patch -next] hyperv: NULL dereference on error
 2014-09-04 11:11 UTC  (2+ messages)

[PATCH] igt/gem_concurrent_blit: Inject hangs before verifying contents
 2014-09-04 11:10 UTC 

[patch] [media] staging: lirc: freeing ERR_PTRs
 2014-09-04 11:10 UTC  (2+ messages)

Design - layer details page
 2014-09-04 11:09 UTC  (5+ messages)

[PATCH 1/8] android/tester: Add action to verify encryption change
 2014-09-04 11:09 UTC  (6+ messages)
` [PATCH 5/8] emulator/btdev: Overwrite default feature mask when SPP is toggled

[patch] Btrfs: kfree()ing ERR_PTRs
 2014-09-04 11:09 UTC  (2+ messages)

Possible race between CPU hotplug and perf_pmu_migrate_context
 2014-09-04 11:07 UTC  (6+ messages)

[LTP] [PATCH 2/2] [PATCH-V2]fs/fsstress: prevent orphan and zombie processes to be left
 2014-09-04 11:07 UTC  (2+ messages)

[linux-lvm] Does LVM RAID1 have TRIM support?
 2014-09-04 11:06 UTC  (3+ messages)

[PATCH] ARM: shmobile: lager: Remove legacy C board code
 2014-09-04 11:06 UTC  (3+ messages)

[alsa-devel] [PATCH] ASoC: tlv320aic31xx: Enable support for S24_LE format
 2014-09-04 11:05 UTC  (2+ messages)
`  "

staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))
 2014-09-01 12:47 UTC 

[PATCH 1/4] drm/i915: Increase PSR Idle Frame to 2
 2014-09-04 11:04 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix EIO/wedged handling in gem fault handler
 2014-09-04 11:02 UTC 

[PATCH 02/03] ARM: shmobile: sh73a0: Add Multiplatform support
 2014-09-04 11:01 UTC  (2+ messages)

[PATCH] tmio_mmc_pio: prevent endless loop in tmio_mmc_set_clock()
 2014-09-04 11:00 UTC  (5+ messages)

[PATCH 1/2] PCI: designware: change MSI-related pcie_host_ops
 2014-09-04 18:45 UTC  (2+ messages)
` [PATCH 2/2] PCI: Layerscape: Add Layerscape PCIe driver

[BUG] staging: imx-drm: clock reparent fails for LDB channel 1 on i.MX53
 2014-09-04 11:00 UTC  (3+ messages)

Introduce rt real-time scheduler for Xen
 2014-09-04 11:00 UTC  (7+ messages)
` [PATCH v1 1/4] xen: add real time scheduler rt

[PATCH 00/13] Mbuf Structure Rework, part 2
 2014-09-04 11:00 UTC  (4+ messages)
` [PATCH 11/13] mbuf: move l2_len and l3_len to second cache line

[PATCH] iommu/fsl: Fix warning resulting from adding PCI device twice
 2014-09-04 10:57 UTC  (5+ messages)

[PATCH 1/2] drm/i915: Move the ban period onto the context
 2014-09-04 10:56 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Add ioctl to set per-context parameters

[ANNOUNCE] thin-provisioning-tools v0.4.0
 2014-09-04 10:56 UTC  (2+ messages)

poor performance of OpenEmbedded on BeagleBoneBlack compared to Debian
 2014-09-04 10:55 UTC  (5+ messages)

[PATCH] setup.c: set workdir when gitdir is not default
 2014-09-04 10:53 UTC  (3+ messages)

[Qemu-devel] [RFC][patch 0/6] pci pass-through support for qemu/KVM on s390
 2014-09-04 10:52 UTC  (14+ messages)
`  "
` [Qemu-devel] [RFC][patch 1/6] s390: cio: chsc function to register GIB
  `  "
` [Qemu-devel] [RFC][patch 2/6] s390: pci: export pci functions for pass-through usage
  `  "
` [Qemu-devel] [RFC][patch 3/6] KVM: s390: Add GISA support
  `  "
` [Qemu-devel] [RFC][patch 4/6] KVM: s390: Add PCI pass-through support
  `  "
` [Qemu-devel] [RFC][patch 5/6] s390: Add PCI bus support
  `  "
` [Qemu-devel] [RFC][patch 6/6] s390: Add PCI pass-through device support
  `  "

[PATCH] mmc: sdhci-msm: Make tuning block table endian agnostic
 2014-09-04 10:53 UTC  (4+ messages)

[PATCH v5 0/3] kprobes: arm: enable OPTPROBES for ARM 32
 2014-09-04 10:52 UTC  (9+ messages)
` [PATCH v5 3/3] "

[SPAM] Greetings
 2014-09-04 12:52 UTC 

[PATCH 0/8] Various fixes to obey LDFLAGS
 2014-09-04 10:48 UTC  (11+ messages)
` [PATCH 3/8] ossp-uuid: "
` [PATCH 4/8] setserial: "
` [PATCH 5/8] hostap-utils: "
` [PATCH 6/8] blktrace: obey LDFLAGS for btrecord
` [PATCH 7/8] irda-utils: obey LDFLAGS

[PATCH v3] ath10k: fix debugfs_create_dir() checking
 2014-09-04 10:36 UTC  (2+ messages)

[U-Boot] [PATCH] B4860QDS: Enable mac command support
 2014-09-04 10:47 UTC 

[PATCH v3 00/05] staging: Emma Mobile USB driver and KZM9D board code V3
 2014-09-04 10:44 UTC  (4+ messages)
` [PATCH v3 01/05] staging: emxx_udc: Add Emma Mobile USB Gadget driver
    ` [PATCH] [next-20140903] staging: emxx_udc: remove check for CONFIG_MACH_EMGR

[PATCH 3.14 00/88] 3.14.18-stable review
 2014-09-04 10:44 UTC  (3+ messages)

[PATCH] numa.c: convert to xen coding style
 2014-09-04 10:43 UTC  (2+ messages)

[PATCH v2] ath10k: fix debugfs_create_dir() checking
 2014-09-04 10:32 UTC  (2+ messages)

[PATCH 1/1] do_exit(): Solve possibility of BUG() due to race with try_to_wake_up()
 2014-09-04 10:39 UTC  (10+ messages)
            ` task_numa_fault() && TASK_DEAD

[PATCH 1/4] Documentation: use subdir-y to avoid unnecessary built-in.o files
 2014-09-04 10:42 UTC  (9+ messages)

[rfc]pwm: add xilinx pwm driver
 2014-09-04 10:41 UTC  (6+ messages)

[PATCH] amenth10k: fix debugfs_create_dir() checking
 2014-09-04 10:30 UTC  (2+ messages)

[Qemu-devel] HelloWord kernel for qemu-system-aarch64
 2014-09-04 10:40 UTC 

[PATCH] kcmp: Fix standard comparison bug
 2014-09-04 10:40 UTC 

[PATCH v3 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2014-09-04 10:39 UTC  (6+ messages)
` [PATCH v3 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support

[PATCH 0/3] The Designware GPIO Supporting
 2014-09-04 10:38 UTC  (7+ messages)
` [PATCH 1/3] GPIO: gpio-dwapb: Enable platform driver binding to MFD driver

[PATCH 0/2] Add exit_prepare callback to the cpufreq_driver interface
 2014-09-04 10:37 UTC  (9+ messages)

[PATCH] mmc: sdhci-esdhc-imx: Enable boot partition access from DT
 2014-09-04 10:33 UTC  (8+ messages)

[PATCH 0/3] Add max77693 haptic driver
 2014-09-04 10:31 UTC  (5+ messages)
` [PATCH 1/3] mfd: max77693: Initialize haptic register map

[Qemu-devel] [PATCH] virtio: don't call device on !vm_running
 2014-09-04 10:32 UTC 

[PATCH 0/1] sstate.bbclass: update the timestamps after install
 2014-09-04 10:29 UTC  (7+ messages)
` [PATCH 1/1] "

[Qemu-devel] [PATCH 1/3] net: invoke callback when purging queue
 2014-09-04 10:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/3] net: complete all queued packets on VM stop

[Qemu-devel] [PATCH 0/4] Geometry and blocksize support for backing devices
 2014-09-04 10:28 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/4] blocksize: add blkconf_blocksize call to all block devices

[PATCH] x86: add coreboot framebuffer support
 2014-09-04 10:25 UTC 

[PATCH 09/12] wireless-regdb: Add Saint Lucia (LC) regulatory rules
 2014-09-04 10:23 UTC  (5+ messages)
  ` [wireless-regdb] "

TTM placement & caching issue/questions
 2014-09-04 10:23 UTC  (6+ messages)

[PATCH v9 0/6] cpufreq: use generic cpufreq drivers for exynos platforms
 2014-09-04 10:22 UTC  (19+ messages)
` [PATCH v9 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210/5250/5420

[PATCH] monitor: Remove superfluous call to l2cap_frame_pull
 2014-09-04 10:22 UTC 

[U-Boot] [PATCH] dfu, usb: set usb descriptor to values defined in dfu spec 1.1
 2014-09-04 10:21 UTC 


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.