All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-12 15:23:18 to 2012-12-12 16:16:28 UTC [more...]

[PATCH 00/81] drm/i915: Atomic mode setting / page flip, yet again
 2012-12-12 16:16 UTC  (62+ messages)
` [PATCH 01/81] drm: Add struct drm_region and assorted utility functions
` [PATCH 02/81] drm: Add drm_calc_{hscale, vscale}() "
` [PATCH 03/81] drm: Keep a copy of last plane coordinates
` [PATCH 04/81] drm: Add restore_fbdev_mode() hook to drm_fb_helper
` [PATCH 05/81] drm: Export drm_property_create_blob() and drm_property_destroy_blob()
` [PATCH 06/81] drm: Allow signed values for range properties
` [PATCH 07/81] drm: Allow drm_mode_object_find() to look up an object of any type
` [PATCH 08/81] drm: Export drm_encoder_crtc_ok
` [PATCH 09/81] drm: Export drm_crtc_prepare_encoders()
` [PATCH 10/81] drm: Refactor object property check code
` [PATCH 11/81] drm: Export mode<->umode conversion functions
` [PATCH 12/81] drm: Make blobs resizeable
` [PATCH 13/81] drm: Add drm_flip helper
` [PATCH 14/81] drm: Add mode_blob and connector_ids_blob to drm_crtc
` [PATCH 15/81] drm: Add the atomic modeset ioctl
` [PATCH 16/81] drm/i915: Use drm_format_plane_cpp() rather than bits_per_pixel/8
` [PATCH 17/81] drm/i915: Implement proper clipping for video sprites
` [PATCH 18/81] drm/i915: Implement restore_fbdev_mode hook
` [PATCH 19/81] drm/i915: Split clipping and checking from update_plane hook
` [PATCH 20/81] drm/i915: Factor out i9xx_compute_clocks() like ironlake_compute_clocks()
` [PATCH 21/81] drm/i915: Consitify adjusted_mode parameter
` [PATCH 22/81] drm/i915: Add intel_check_clock()
` [PATCH 23/81] drm/i915: store cursor_handle in struct intel_crtc
` [PATCH 24/81] drm/i915: split cursor setting code into prepare/commit/unref parts
` [PATCH 25/81] drm/i915: unstatic cursor functions for use with atomic modesetting
` [PATCH 26/81] drm/i915: Unstatic intel_finish_fb()
` [PATCH 27/81] drm/i915: Pull intel_pipe_set_base() out of the crtc_mode_set() functions
` [PATCH 28/81] drm/i915: Unstatic intel_crtc_update_sarea()
` [PATCH 29/81] drm/i915: Unstatic intel_crtc_update_sarea_pos()
` [PATCH 30/81] drm/i915: Constify mode argument to intel_modeset_adjusted_mode()
` [PATCH 31/81] drm/i915: Unstatic intel_crtc_mode_fixup()
` [PATCH 32/81] drm/i915: Introduce intel_plane_regs
` [PATCH 33/81] drm/i915: Split primary plane update_plane() into calc+commit phases
` [PATCH 34/81] drm/i915: Split sprite "
` [PATCH 35/81] drm/i915: Implement atomic modesetting
` [PATCH 36/81] drm/i915: Add support for atomic modesetting completion events
` [PATCH 37/81] drm/i915: Add atomic page flip support
` [PATCH 38/81] drm/i915: Unstatic intel_enable_primary() and intel_disable_primary()
` [PATCH 39/81] drm/i915: Respect primary_disabled in crtc_enable()
` [PATCH 40/81] drm/i915: Enable/disable primary plane in calc_plane()
` [PATCH 41/81] drm/i915: Add primary plane disable logic to atomic mode setting code
` [PATCH 42/81] drm: Add missing EXPORT_SYMBOL()s for drm_flip
` [PATCH 43/81] drm/i915: Clear flip helpers for sprites too
` [PATCH 44/81] drm/i915: Refactor property handling in atomic code
` [PATCH 45/81] drm/i915: Move standard properties under mode_config
` [PATCH 46/81] drm_crtc_helper: Update standard crtc properties after modeset
` [PATCH 47/81] drm: Update standard plane properties after update_plane/disable_plane
` [PATCH 48/81] drm/i915: Update CRTC properties after modeset
` [PATCH 49/81] drm: Move standard crtc/plane prop handling to drm_crtc.c
` [PATCH 50/81] drm/i915: Use intel_best_encoder() directly
` [PATCH 51/81] drm/i915: Unstatic intel_modeset_update_staged_output_state()
` [PATCH 52/81] drm/i915: Update new_crtc and new_encoder fields after atomic modeset
` [PATCH 53/81] drm/i915: Update connector DPMS state after an "
` [PATCH 54/81] drm/i915: Kill the pending_flip counter manipulations
` [PATCH 55/81] drm/i915: Don't mark cursor as pinned, when we don't have a cursor bo
` [PATCH 56/81] drm/i915: Fix sprite_scaling_enabled for multiple sprites
` [PATCH 57/81] drm/i915: Fix hiding the cursor with atomic ioctl
` [PATCH 58/81] drm/i915: Fix plane src rectangle dirty check
` [PATCH 59/81] drm/i915: Send atomic completion events even if nothing changed
` [PATCH 60/81] drm/i915: Unpin old fbs only when appropriate
` [PATCH 61/81] drm/i915: Remove stale prototypes form atomic code

[patch net-next 0/4] net: allow to change carrier from userspace
 2012-12-12 16:15 UTC  (2+ messages)

[Powertop] [PATCH] cpufreq: only try to open files under cpuX
 2012-12-12 16:16 UTC 

[PATCH] x86: Add support for 64bit get_user() on x86-32
 2012-12-12 16:15 UTC  (2+ messages)

[PATCH] RFC Optionally handle symbolic links as copies
 2012-12-12 16:15 UTC  (2+ messages)

[PATCHv2 iproute2] add DOVE extensions for iproute2
 2012-12-12 16:10 UTC 

[RFC/PATCH v2] ubi: Add ubiblock read-write driver
 2012-12-12 16:14 UTC  (4+ messages)

[Qemu-devel] [RFC V3 00/24] QCOW2 deduplication
 2012-12-12 16:14 UTC  (7+ messages)
` [Qemu-devel] [RFC V3 01/24] qcow2: Add deduplication to the qcow2 specification

[PATCH 0/4] perf hists: Changes on hists__{match,link} (v4)
 2012-12-12 16:14 UTC  (6+ messages)
` [PATCH 1/4] perf hists: Exchange order of comparing items when collapsing hists

[U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC
 2012-12-12 16:14 UTC  (4+ messages)
` [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files

[meta-fsl-arm-extra][PATCH v3 0/3] Initial support for Nitrogen6X
 2012-12-12 16:13 UTC  (5+ messages)
` [meta-fsl-arm-extra][PATCH v3 3/3] nitrogen6x: Add machine definition

[PATCH] f2fs: fix up f2fs_get_parent issue to retrieve correct parent inode number
 2012-12-12 16:12 UTC  (3+ messages)

[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
 2012-12-12 16:12 UTC  (3+ messages)

[Buildroot] Getting It into Compact Flash
 2012-12-12 16:12 UTC 

[PATCH] HID: i2c-hid: add mutex protecting open/close race
 2012-12-12 16:12 UTC  (2+ messages)

[Buildroot] [PATCH] boa: needs MMU
 2012-12-12 16:11 UTC  (2+ messages)

[Buildroot] [git commit] pkg-infra: pass --disable-doc if documentation is not enabled
 2012-12-12 16:11 UTC 

[Buildroot] [git commit] boa: needs MMU
 2012-12-12 16:11 UTC 

failed raid re-create changed dev size
 2012-12-12 16:10 UTC  (3+ messages)

nilfs_cleanerd cannot open nilfs on device that exists
 2012-12-12 16:10 UTC  (3+ messages)

[PATCH] DM RAID: Ensure the bitmap region_size is a power of 2
 2012-12-12 16:10 UTC  (3+ messages)

[PATCH] arm: dts: Add uart1 and uart2 to igep boards
 2012-12-12 16:09 UTC  (5+ messages)

[PATCH] OMAP: add pwm driver using dmtimers
 2012-12-12 16:08 UTC  (3+ messages)

How to avoid the ^M induced by Meld and Git
 2012-12-12 16:08 UTC  (4+ messages)

[PATCH 0/3] ARM: cfa10036: Load a different DTB depending on variants
 2012-12-12 16:07 UTC  (3+ messages)
` [PATCH 2/3] ARM: cfa10036: Retrieve the board variant from the AT24

[Cluster-devel] [PATCH] gfs2-utils: Add the beginnings of a test suite
 2012-12-12 16:09 UTC 

[RFC v2 0/8] Support for Tegra 2D hardware
 2012-12-12 16:08 UTC  (10+ messages)
` [RFC v2 6/8] gpu: drm: tegra: Remove redundant host1x

[PATCHv2] ARM: sunxi: Change device tree naming scheme for sunxi
 2012-12-12 16:08 UTC 

[PATCH] Btrfs: put delayed iput tracking list inside in-memory inode
 2012-12-12 16:05 UTC  (5+ messages)

Updated Patch Backlog
 2012-12-12 16:06 UTC 

[Qemu-devel] [PATCH 5/5] pc: remove bochs bios debug ports
 2012-12-12 16:05 UTC  (4+ messages)
` [Qemu-devel] [PATCH] add isa-debug-exit device

[Qemu-devel] new pc-bios/bios.bin breaks freebsd booting
 2012-12-12 16:04 UTC 

[PATCH v10 0/3] wireless: Driver for 60GHz card wil6210
 2012-12-12 16:04 UTC  (6+ messages)
` [PATCH v10 1/3] "
` [PATCH v10 2/3] wil6210: Local compensation for dynamic hexdump
` [PATCH v10 3/3] wireless: integrate wil6210 driver into build

[RFC v1] PCIe support for the Armada 370 and Armada XP SoCs
 2012-12-12 16:04 UTC  (10+ messages)
` [RFC v1 08/16] arm: mvebu: the core PCIe driver

[PATCH] mtd: nand: gpmi: reset BCH earlier, too, to avoid NAND startup problems
 2012-12-12 16:01 UTC  (4+ messages)

Network namespace bugs in L2TP
 2012-12-12 15:51 UTC 

[Printing-architecture] Agenda - OP US/Europe - Wednesday 11 January 2012
 2012-12-12 15:59 UTC  (4+ messages)
` [Printing-architecture] REMINDER: OP US/Europe - TODAY, in 4 hours
  ` [Printing-architecture] [reschedule?] "

Qt commercial support
 2012-12-12 15:58 UTC  (2+ messages)

[PATCH] Btrfs: no full sync flag on new inode when we do not reuse inode id
 2012-12-12 15:55 UTC  (5+ messages)

[PATCH v10] LSM: Multiple concurrent LSMs
 2012-12-12 15:55 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/12] virtio: virtio-blk data plane
 2012-12-12 15:55 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 03/12] dataplane: add host memory mapping code
` [Qemu-devel] [PATCH v6 04/12] dataplane: add virtqueue vring code

[PATCH] tests/gem_seqno_wrap: dont sync when crossing half of seqno space
 2012-12-12 15:55 UTC  (2+ messages)
` gfx context switch

[ARM] head.S change broke platform device registration?
 2012-12-12 15:55 UTC  (11+ messages)

[Powertop] Project request
 2012-12-12 15:55 UTC 

[Qemu-devel] [PATCHv2] virtio: verify that all outstanding buffers are flushed
 2012-12-12 15:52 UTC  (9+ messages)

building for ZYNQ ZC702 SoC
 2012-12-12 15:53 UTC  (4+ messages)

[PATCH 1/2] HID: autodetect HID sensor hubs
 2012-12-12 15:52 UTC  (7+ messages)
` [PATCH 1/2] HID: autodetect USB "

[PATCH v2] ad5820: Voice coil motor controller driver
 2012-12-12 15:52 UTC 

ARM: mach-moxart: platform port for MOXA ART SoC
 2012-12-12 15:51 UTC 

[Qemu-devel] [PATCH 0/3] s390: ipl device, cpu reset handler and cpu model support
 2012-12-12 15:50 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/3] S390: Enable -cpu help and QMP query-cpu-definitions

[PATCH] mmc: mmci: Gate the clock when freq is 0
 2012-12-12 15:50 UTC  (2+ messages)

[PATCH 0/6] ACPI: Change the ACPI namespace scanning code ordering
 2012-12-12 15:50 UTC  (3+ messages)
` [PATCH 1/6] ACPI: Separate adding ACPI device objects from probing ACPI drivers

(bug?) Inconsistent workdir file timestamps after initial clone
 2012-12-12 15:48 UTC  (5+ messages)

[PATCH 01/14] device: Retrieve device technology from storage
 2012-12-12 15:48 UTC  (14+ messages)
` [PATCH 02/14] device: Add device_create_from_storage() function
` [PATCH 03/14] adapter: Convert device profiles list
` [PATCH 04/14] device: Load profiles from storage
` [PATCH 05/14] adapter: Probe profiles after device creation
` [PATCH 06/14] device: Delete storage device recursively
` [PATCH 07/14] adapter: Convert device sdp file
` [PATCH 08/14] device: Load services from storage
` [PATCH 09/14] device: Update services from SDP records
` [PATCH 10/14] adapter: Convert device primaries list
` [PATCH 11/14] adapter: Register services after device creation
` [PATCH 12/14] device: Add device_get_storage_path()
` [PATCH 13/14] device: Retrieve records from tmp_records only
` [PATCH 14/14] input: Use new storage architecture

[Powertop] [PATCH v1] Allow frequency stats when cpuidle is not enabled
 2012-12-12 15:47 UTC 

[PATCH V4 1/3] MCE: fix an error of mce_bad_pages statistics
 2012-12-12 15:46 UTC  (3+ messages)

[PATCH 3/3 v2] iio: add rtc-driver for HID sensors of type time
 2012-12-12 15:45 UTC  (4+ messages)
` [PATCH 1/4 v2] iio: hid-sensors: respect CONFIG_IIO_TRIGGER
  ` [PATCH 3/4] iio: merge hid-sensor-attributes.h into hid-sensor-hub.h

[PATCH] mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
 2012-12-12 15:44 UTC  (7+ messages)

Debian packaging question
 2012-12-12 15:44 UTC  (7+ messages)

[PATCH 00/37] [RFC] revamped modeset locking
 2012-12-12 15:42 UTC  (4+ messages)
` [PATCH 34/37] drm/ttm: fix fence locking in ttm_buffer_object_transfer

Fwd: Safely remove option shows with Micro SD Card connected to Linux through an Android phone
 2012-12-12 15:41 UTC  (2+ messages)

[RFC] debug_hex_dump()
 2012-12-12 15:41 UTC  (5+ messages)
` [RFC] dynamic_debug: introduce debug_hex_dump()

[FWIW:-)] comparing bonnie++ output
 2012-12-12 15:40 UTC 

[PATCH v2 0/1] gpio: add Lynxpoint chipset gpio driver
 2012-12-12 15:42 UTC  (2+ messages)
` [PATCH v2 1/1] "

Real-time kernel thread performance and optimization
 2012-12-12 15:39 UTC  (3+ messages)

New Documentation: Linux Kernel Development with the Yocto Project
 2012-12-12 15:37 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] virtio: reset all qbuses too when writing to the status field
 2012-12-12 15:38 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] virtio-pci: "

[GIT PULL] ACPI and power management updates for v3.8-rc1
 2012-12-12 15:34 UTC  (5+ messages)
    ` [PATCH] PNP: Simplify setting of resources
    ` [PATCH] PNP: Handle IORESOURCE_BITS in resource allocation

[RFC] net : add tx timestamp to packet mmap
 2012-12-12 15:29 UTC 

[Qemu-devel] [PATCH 0/5] Improve consistency of pci-ids.txt, use symbolic constants for QEMU devices
 2012-12-12 15:35 UTC  (9+ messages)
` [Qemu-devel] [PATCH 4/5] ivshmem: use symbolic constant for PCI ID, add to pci-ids.txt

[Qemu-devel] [PATCH] qxl+vnc: register a vm state change handler for dummy spice_server
 2012-12-12 15:31 UTC  (3+ messages)

ww49 - Yocto Bug Trend
 2012-12-12 15:30 UTC 

CyaSSL Yocto Recipe
 2012-12-12 15:30 UTC  (8+ messages)

Contributing to NILFS
 2012-12-12 15:30 UTC  (5+ messages)

[Buildroot] usb_modeswitch and lsusb yield Segmentation fault
 2012-12-12 15:29 UTC  (6+ messages)

Fwd: possible Improving diff algoritm
 2012-12-12 15:03 UTC 

[Qemu-devel] [RFC 00/34] QOM realize, device-only plus ISA conversion
 2012-12-12 14:29 UTC  (3+ messages)
` [Qemu-devel] [RFC 04/34] qdev: Prepare "realized" property

[PATCH v6 1/4] submodule: add get_submodule_config helper funtion
 2012-12-12 15:24 UTC  (4+ messages)
` [PATCH v7 0/3] submodule update: add --remote for submodule's upstream changes

[Qemu-devel] [PATCH] iscsi: add support for iovectors
 2012-12-12 15:25 UTC  (4+ messages)

[PATCH] ARM: sunxi: Change dtsi naming scheme for sun5i
 2012-12-12 15:25 UTC 

Mark traffic on one machine, match on another machine?
 2012-12-12 15:25 UTC  (14+ messages)

[PATCH] cpuidle - remove the power_specified field in the driver
 2012-12-12 15:23 UTC 

[U-Boot] [PATCH 0/4] sf: New flash command support
 2012-12-12 15:23 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] sf: Add configuration register writing


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.