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

[Qemu-devel] [PATCH] finally kill cpudef config section support
 2012-12-12 13:03 UTC  (8+ messages)

[Buildroot] Chances in skeleton don't appear in filesystem
 2012-12-12 16:26 UTC  (4+ messages)

[Xenomai] Timer support in user-space
 2012-12-12 16:26 UTC 

[PATCH] net: filter: return -EINVAL if BPF_S_ANC* operation is not supported
 2012-12-12 16:25 UTC  (3+ messages)

[RFC PATCH net-next 0/3 V4] net-tcp: TCP/IP stack bypass for loopback connections
 2012-12-12 16:25 UTC  (3+ messages)
` [RFC PATCH net-next 4/4 V4] try to fix performance regression

[PATCH v10 0/3] wireless: Driver for 60GHz card wil6210
 2012-12-12 16:25 UTC  (7+ 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

[U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC
 2012-12-12 16:24 UTC  (10+ messages)
` [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files
` [U-Boot] [PATCH V3 2/7] Tegra30: Add AVP (arm720t) files
` [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files

[PATCH v10] LSM: Multiple concurrent LSMs
 2012-12-12 16:24 UTC  (4+ messages)

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

[Buildroot] Getting It into Compact Flash
 2012-12-12 16:22 UTC  (2+ messages)

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

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

[PATCHv2 00/21] cw1200: ST-Ericsson cw1200 wlan device driver
 2012-12-12 16:20 UTC  (6+ messages)

non-aligned DIO reads on NFS are corrupting memory in 3.7.0
 2012-12-12 16:20 UTC  (2+ messages)

[PATCH] rt2800: refactor RFCSR initialization
 2012-12-12 16:19 UTC  (3+ messages)
` [rt2x00-users] "

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

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

[PATCH] iproute2: fix tc ematch manpage section
 2012-12-12 16:16 UTC  (2+ messages)

pci and pcie device-tree binding - range No cells
 2012-12-12 16:16 UTC  (11+ messages)

[PATCH 00/81] drm/i915: Atomic mode setting / page flip, yet again
 2012-12-12 16:16 UTC  (82+ 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 62/81] drm/i915: Unstatic i915_gem_check_olr()
` [PATCH 63/81] drm/i915: Refactor atomic flip code
` [PATCH 64/81] drm/i915: Implement a non-blocking GPU synchronization mechanism for atomic page flips
` [PATCH 65/81] drm/i915: Release all atomic flips when GPU hangs
` [PATCH 66/81] drm/i915: Make a copy of the calculated plane regs
` [PATCH 67/81] drm/i915: Clear pending flips in haswell_crtc_disable()
` [PATCH 68/81] drm/i915: Drop all flips waiting for the GPU when the CRTC is about to be disabled
` [PATCH 69/81] drm/i915: Refactor flip preaparation
` [PATCH 70/81] drm/i915: Unstatic intel_modeset_commit_output_state()
` [PATCH 71/81] drm/i915: Eliminate swap_old_new() hack in the atomic code
` [PATCH 72/81] drm: Drop old_crtc and old_encoder pointers
` [PATCH 73/81] drm/i915: Use new_crtc when checking if CRTC is in use
` [PATCH 74/81] drm/i915: Add some TODO items to the atomic code
` [PATCH 75/81] drm/i915: Drop some stale FIXMEs from "
` [PATCH 76/81] drm/i915: Add pin count trace point
` [PATCH 77/81] drm/i915: Add trace points for flip queue length
` [PATCH 78/81] HACK: drm/i915: Make non-blocking GPU synchronization optional
` [PATCH 79/81] drm/i915: Add some timing debugs to atomic flips
` [PATCH 80/81] drm/i915: Add post flush DSL readout for surflive debug
` [PATCH 81/81] drm/i915: Add trace point for atomic flip vblank evade

[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 

[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

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

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

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

[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  (6+ 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  (6+ messages)

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


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.