All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-05-25 11:31:52 to 2012-05-25 12:41:39 UTC [more...]

[PATCH -v2 00/12] Another step in l2cap_core/sock separation
 2012-05-25 12:41 UTC  (15+ messages)
` [PATCH -v2 01/12] Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
` [PATCH -v2 02/12] Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
` [PATCH -v2 03/12] Bluetooth: Add l2cap_chan->ops->ready()
` [PATCH -v2 04/12] Bluetooth: Use l2cap_chan_ready() in LE path
` [PATCH -v2 05/12] Bluetooth: Use chan->state instead of sk->sk_state
` [PATCH -v2 06/12] Bluetooth: Move check for backlog size to l2cap_sock.c
` [PATCH -v2 07/12] Bluetooth: Create DEFER_SETUP flag in conf_state
` [PATCH -v2 08/12] Bluetooth: Add chan->ops->defer()
` [PATCH -v2 09/12] Bluetooth: check for already existent channel before create new one
` [PATCH -v2 10/12] Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c
` [PATCH -v2 11/12] Bluetooth: Remove parent socket usage from l2cap_core.c
` [PATCH -v2 12/12] Bluetooth: Used void * as parameter in alloc_skb()

[Qemu-devel] [PATCH 00/18] ehci updates
 2012-05-25 12:40 UTC  (20+ messages)
` [Qemu-devel] [PATCH 01/18] ehci: add EHCIPacket
` [Qemu-devel] [PATCH] uhci: fix irq routing
` [Qemu-devel] [PATCH 02/18] ehci: make ehci_execute work on EHCIPacket instead of EHCIQueue
` [Qemu-devel] [PATCH 03/18] ehci: cache USBDevice in EHCIQueue
` [Qemu-devel] [PATCH 04/18] ehci: move ehci_flush_qh
` [Qemu-devel] [PATCH 05/18] ehci: add queuing support
` [Qemu-devel] [PATCH 06/18] ehci: tweak queue initialization
` [Qemu-devel] [PATCH 07/18] ehci: add async field to EHCIQueue
` [Qemu-devel] [PATCH 08/18] ehci: move async schedule to bottom half
` [Qemu-devel] [PATCH 09/18] ehci: schedule async bh on async packet completion
` [Qemu-devel] [PATCH 10/18] ehci: kick async schedule on wakeup
` [Qemu-devel] [PATCH 11/18] ehci: fix reset
` [Qemu-devel] [PATCH 12/18] ehci: add ehci_*_enabled() helpers
` [Qemu-devel] [PATCH 13/18] ehci: update status bits in ehci_set_state
` [Qemu-devel] [PATCH 14/18] ehci: fix halt status handling
` [Qemu-devel] [PATCH 15/18] ehci: remove unused attach_poll_counter
` [Qemu-devel] [PATCH 16/18] ehci: create ehci_update_frindex
` [Qemu-devel] [PATCH 17/18] ehci: adaptive wakeup rate
` [Qemu-devel] [PATCH 18/18] ehci: rework frame skipping

mm: fix faulty initialization in vmalloc_init()
 2012-05-25 12:39 UTC  (4+ messages)

remove repeat implementation of page_referenced
 2012-05-25 12:37 UTC 

[RFC PATCH] vfio: add fixup for broken PCI devices
 2012-05-25 12:36 UTC  (6+ messages)
  ` [Qemu-devel] "

Reason for md raid 01 blksize limited to 4 KiB?
 2012-05-25 12:35 UTC  (3+ messages)

Check if valid kernel and/or FS
 2012-05-25 12:35 UTC  (4+ messages)

[PULL] smsusb: add autodetection support for USB ID 2040:f5a0 (2012-05-25 08:32:17 -0400)
 2012-05-25 12:35 UTC 

[RFC] fastboot
 2012-05-25 12:33 UTC  (44+ messages)
` [PATCH 01/43] drm/i915: Track unbound pages
` [PATCH 02/43] drm/i915: Only pwrite through the GTT if there is space in the aperture
` [PATCH 03/43] drm/i915: Try harder to allocate an mmap_offset
` [PATCH 04/43] drm/i915: Pin backing pages for pwrite
` [PATCH 05/43] drm/i915: Pin pages for pread
` [PATCH 06/43] drm/i915/debugfs: Show (count, size) of purgeable objects in i915_gem_objects
` [PATCH 07/43] drm: Introduce drm_mm_create_block()
` [PATCH 08/43] drm/i915: Fix detection of stolen base for gen2
` [PATCH 09/43] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 10/43] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 11/43] drm/i915: Always use the scatterlists if available for GTT insertion
` [PATCH 12/43] drm/i915: Tidy handling of the scatterlist by ppgtt
` [PATCH 13/43] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 14/43] drm/i915: Extract general object init routine
` [PATCH 15/43] drm/i915: Allow objects to be created with no backing pages, but stolen space
` [PATCH 16/43] drm/i915: Support readback of stolen objects upon error
` [PATCH 17/43] drm/i915: Handle stolen objects in pwrite
` [PATCH 18/43] drm/i915: Handle stolen objects for pread
` [PATCH 19/43] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 20/43] drm/i915: Allocate fbcon from stolen memory
` [PATCH 21/43] drm/i915: Allocate ringbuffers "
` [PATCH 22/43] drm/i915: Allocate overlay registers "
` [PATCH 23/43] drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated
` [PATCH 24/43] drm/i915: Split the framebuffer_info creation into a separate routine
` [PATCH 25/43] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon
` [PATCH 26/43] drm: add initial_config function to fb helper and add i915 support
` [PATCH 27/43] drm/i915: read initial config from hardware
` [PATCH 28/43] drm: don't zero out the CRTC even if it's the same as the current one
` [PATCH 29/43] drm/fb: don't NULL encoder CRTCs at fb init time
` [PATCH 30/43] drm/i915: when reading initial config, don't clobber PCH clock state
` [PATCH 31/43] drm/i915: use fb helper probe when building BIOS config
` [PATCH 32/43] drm/i915: read current LVDS config at boot
` [PATCH 33/43] drm/i915: more debug messages when BIOS display config can't be replicated
` [PATCH 34/43] drm/i915: allow 8 bit BIOS configs to be inherited
` [PATCH 35/43] drm/i915: add panel shutdown debug message
` [PATCH 36/43] drm/i915: try to handle multi-head BIOS configurations too
` [PATCH 37/43] drm/i915: Skip modifying PCH DREF if not changing clock sources
` [PATCH 38/43] drm/i915: Disable unused CRTCs
` [PATCH 39/43] drm/i915: remove unnecessary arg from intel_crtc_mode_get
` [PATCH 40/43] drm/i915: fetch sync polarity when building initial configuration
` [PATCH 41/43] drm/i915: remove unnecessary arg from intel_crtc_clock_get
` [PATCH 42/43] drm/i915: HACK: hard code existing mode clock to 137500
` [PATCH 43/43] drm/i915: HACK: force plane enable at plane update time

[RFC PATCH 00/11] OMAP System Control Module
 2012-05-25 12:32 UTC  (17+ messages)
` [RFC PATCH 03/11] arm: omap: device: create a device for system control module
` [RFC PATCH 04/11] OMAP: Add early "

[PATCH] drm/i915/hdmi: Fix reg values for g4x_hdmi_connected
 2012-05-25 12:33 UTC  (3+ messages)

[PATCH v3 00/16] net: hub-based networking
 2012-05-25 12:30 UTC  (11+ messages)
` [PATCH v3 13/16] net: Make the monitor output more reasonable hub info
    ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3 00/16] net: hub-based networking

[PATCHv1 00/17] Bluetooth A2MP implementation
 2012-05-25 12:29 UTC  (8+ messages)
` [PATCHv3 00/18] "
  ` [PATCHv3 05/18] Bluetooth: A2MP: Add chan callbacks
  ` [PATCHv3 10/18] Bluetooth: A2MP: Process A2MP Discover Request
  ` [PATCHv3 11/18] Bluetooth: A2MP: Process A2MP Change Notify

[PATCH v4] regulator: MAX77686: Add Maxim 77686 regulator driver
 2012-05-25 12:27 UTC  (2+ messages)

long cifs timeout when share becomes unavailable
 2012-05-25 12:26 UTC  (4+ messages)

[U-Boot] [PATCH] MPC8xxx: Define cache ops for USB
 2012-05-25 12:24 UTC 

[PATCH 1/4] [-next] Makefile: Do not call cc-option before including the arch's Makefile
 2012-05-25 12:29 UTC  (3+ messages)

[Qemu-devel] [PATCH] qemu_find_file: check name as a straight path even if it has no '/'
 2012-05-25 12:23 UTC  (3+ messages)

Fix parisc compile failure after smp: Add task_struct argument to __cpu_up()
 2012-05-25 12:21 UTC  (2+ messages)

[PATCH] UBIFS: introduce struct ubifs_keymap
 2012-05-25 12:24 UTC  (4+ messages)

[Xenomai] A possible mis-interaction between CONFIG_PREEMPT and GPIO IRQ handling for ARM, leading to extreme latency
 2012-05-25 12:20 UTC  (6+ messages)

[Qemu-devel] [PATCH 1/3] qerror: add QERR_TOO_MANY_PARAMETERS
 2012-05-25 12:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH 3/3] qapi: convert sendkey

[PATCH 1/4 v5] drm/i915: timeout parameter for seqno wait
 2012-05-25 12:20 UTC  (3+ messages)
` [PATCH 4/4] [RESEND] drm/i915: s/i915_wait_request/i915_wait_seqno/g

[PATCH 00/23] Crypto keys and module signing
 2012-05-25 12:18 UTC  (7+ messages)

[patch 0/2] x86: mce: Implement poll mode for CMCI
 2012-05-25 12:17 UTC  (6+ messages)
` [patch 2/2] x86: mce: Implement cmci poll mode for intel machines

[RFC PATCH 0/4 V2] introduce: livedump
 2012-05-25 12:14 UTC  (4+ messages)
` [RFC PATCH 1/4 V2] livedump: Add notifier-call-chain into do_page_fault

[PATCH] PCI / ACPI: Do not request control of ASPM if the BIOS has disabled it
 2012-05-25 11:53 UTC  (3+ messages)

security mechanism message
 2012-05-25 12:14 UTC  (2+ messages)

[PATCH] Define AMP HCI commands
 2012-05-25 12:14 UTC  (6+ messages)
` [PATCH] Bluetooth: Define HCI AMP cmd struct

[PATCH v4 16/16] hub: add the support for hub own flow control
 2012-05-25 12:13 UTC  (3+ messages)
` [Qemu-devel] "

[GIT PULL for v3.5-rc1] media updates for v3.5
 2012-05-25 12:12 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/1] ISCSI: Add support for iscsi passthroughi to iscsi devices
 2012-05-25 11:59 UTC  (2+ messages)
` [Qemu-devel] [PATCH] SCSI: Add SCSI passthrough via scsi-generic to libiscsi

[Buildroot] [pull request] Pull request for branch for-2012.08/systemd
 2012-05-25 12:11 UTC  (3+ messages)
` [Buildroot] [PATCH 1/2] Rework of the init system
` [Buildroot] [PATCH 2/2] Add systemd unit for lighttpd

[Qemu-devel] Proposal for extensions of block job commands in QEMU 1.2
 2012-05-25 12:09 UTC  (5+ messages)
` [Qemu-devel] Block job commands in QEMU 1.2 [v2, including support for replication]

openjdk-7
 2012-05-25 12:00 UTC 

poor OSD performance using kernel 3.4
 2012-05-25 12:10 UTC  (7+ messages)

[Qemu-devel] [PATCH 0/9] *** SUBJECT HERE ***
 2012-05-25 12:09 UTC  (11+ messages)
` [Qemu-devel] [PATCH 5/9] unicore32-softmmu: initialize ucv2 cpu
` [Qemu-devel] [PATCH 6/9] unicore32-softmmu: add generic cpu state save/load functions
` [Qemu-devel] [PATCH 7/9] unicore32-softmmu: add puv3 soc support
` [Qemu-devel] [PATCH 8/9] unicore32-softmmu: add config and makefile support

[Bug 12882] [855GM missng DVO driver] s-video not detected
 2012-05-25 12:09 UTC  (2+ messages)
` [Bug 12882] [855GM missing "

[Bug 17902] [830M] need support for DVO-LVDS via na2501
 2012-05-25 12:07 UTC  (2+ messages)
` [Bug 17902] [830M missing dvo driver] "

Beaglebone + Poky
 2012-05-25 12:06 UTC  (14+ messages)

[Bug 30845] [855 missing dvo driver] DVI output unsupported
 2012-05-25 12:05 UTC 

Include already exisiting rpm or .spec
 2012-05-25 12:03 UTC  (4+ messages)

[PATCH] rules: Limit USB autosuspend on USB HID devices
 2012-05-25 12:01 UTC 

[Buildroot] GNUTLS
 2012-05-25 12:01 UTC  (3+ messages)

[pull] drm-intel-fixes for 3.5
 2012-05-25 12:00 UTC  (2+ messages)

[Qemu-devel] [PATCH] Support virtio-scsi-pci adapter hot-plug
 2012-05-25 11:57 UTC  (6+ messages)

[U-Boot] [PATCH 0/9] arm/km: bugfixes and small corrections
 2012-05-25 11:57 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] arm/km: add board type to boards.cfg
` [U-Boot] [PATCH 2/9] arm/km: add piggy mac adress offset for mgcoge3un
` [U-Boot] [PATCH 3/9] arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
` [U-Boot] [PATCH 4/9] arm/km: use ARRAY_SIZE macro
` [U-Boot] [PATCH 5/9] arm/km: fix wrong comment in SDRAM config for mgcoge3un
` [U-Boot] [PATCH 6/9] arm/km: change maintainer "
` [U-Boot] [PATCH 7/9] arm/km: remove CONFIG_RESET_PHY_R
` [U-Boot] [PATCH 8/9] arm/km: enable mii cmd
` [U-Boot] [PATCH 9/9] km_arm: use filesize for erase in update command

USB device PM oddity in 3.5
 2012-05-25 11:56 UTC  (7+ messages)

[Qemu-devel] [PATCH 1/1] Fix geometry sector calculation
 2012-05-25 11:53 UTC  (5+ messages)
  ` [Qemu-devel] [PATCH 1.1 "

[U-Boot] [PATCH 0/4] EXYNOS: Add support for MSHCI driver
 2012-05-25 11:53 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] EXYNOS: MSHCI: Add clock for EXYNOS5
` [U-Boot] [PATCH 2/4] EXYNOS5: PINMUX: Add pinmux for SDMMC4
` [U-Boot] [PATCH 3/4] EXYNOS: Add base address for MSHCI
` [U-Boot] [PATCH 4/4] EXYNOS5: Enable support "

[PATCH] sched/rt: fix SCHED_RR across cgroups
 2012-05-25 11:52 UTC  (9+ messages)

[Qemu-devel] [PATCH for-1.1?] target-unicore32: Drop UC32_CPUID macros
 2012-05-25 11:51 UTC 

[Qemu-devel] [PATCH] uhci: fix irq routing
 2012-05-25 11:50 UTC 

[U-Boot] [PATCH] MMC: MSHCI: Add MSHCI driver
 2012-05-25 11:51 UTC 

[PATCH] mdadm: Fix Segmentation fault
 2012-05-25 11:49 UTC 

[PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanups and optimizations
 2012-05-25 11:22 UTC  (3+ messages)

[Qemu-devel] The image size of instance VM keeps growing
 2012-05-25 11:45 UTC  (10+ messages)

[PATCH 0/1] opkg 0.1.8: respect to the arch when choose the alternatives
 2012-05-25 11:30 UTC  (4+ messages)
` [PATCH 1/1] "

[Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard
 2012-05-25 11:37 UTC  (2+ messages)

[RFC PATCH] USB: remove CONFIG_USB_DEVICEFS
 2012-05-25 11:34 UTC  (11+ messages)

[ath9k-devel] I have some questions about a-mdpu and de-ampdu process, could you help me?Thanks
 2012-05-25 11:35 UTC 

[PATCH] xen: domain_pirq_to_emuirq return IRQ_UNBOUND by default
 2012-05-25 11:32 UTC  (2+ messages)

[RFC PATCH] PCI: Introduce INTx check & mask API
 2012-05-25 11:31 UTC  (9+ messages)
            ` [Qemu-devel] "

[GSoC] Designing a faster index format - Progress report
 2012-05-25 11:31 UTC  (2+ 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.