messages from 2011-08-27 15:46:55 to 2011-08-27 19:02:58 UTC [more...]
[PATCH] mmc: tmio: eliminate unused variable 'mmc' warning
2011-08-27 19:02 UTC (4+ messages)
Compat-wireless release for 2011-08-27 is baked
2011-08-27 19:02 UTC
[kernel-hardening] [PATCH] proc: fix races of /proc/PID/{fd/,fdinfo/,fdinfo/*}
2011-08-27 19:01 UTC (6+ messages)
` [kernel-hardening] "
` [kernel-hardening] [PATCH] proc: fix races against execve() "
` [kernel-hardening] "
` [PATCH v2] proc: fix races against execve() of /proc/PID/fd**
` [kernel-hardening] "
[Bug 40425] New: Maker3D graphics bugs with opensource ati drivers
2011-08-27 19:01 UTC (2+ messages)
` [Bug 40425] "
[PATCH] ath9k: Fix a smatch warnings
2011-08-27 18:56 UTC
ARM summit at Plumbers 2011
2011-08-27 18:55 UTC (11+ messages)
` [fedora-arm] "
` [lsb-discuss] "
NICE MEETING YOU
2011-08-27 15:23 UTC
[lm-sensors] [PATCH 2/2] hwmon: (pmbus) Add support for Intersil
2011-08-27 18:54 UTC
[lm-sensors] [PATCH 1/2] hwmon: (pmbus) Always call
2011-08-27 18:54 UTC
[lm-sensors] [PATCH 0/2] hwmon: (pmbus) Add support for Intersil
2011-08-27 18:54 UTC
[Xen-users] XEN 4.1.1 + IGD passthrough and Intel DQ67SW, i7-2600
2011-08-27 18:51 UTC (2+ messages)
[PATCH 1/4] t/t3905: use the name 'actual' for test output, swap arguments to test_cmp
2011-08-27 18:50 UTC (2+ messages)
Idea: "git format-patch" should get more information out of git
2011-08-27 18:46 UTC (2+ messages)
[PATCH v2 0/2] Fix reference name format check and normalization
2011-08-27 18:40 UTC (6+ messages)
` [PATCH v2 1/2] check-ref-format --print: Normalize refnames that start with slashes
` [PATCH v2 2/2] Forbid DEL characters in reference names
[PATCH 00/16] cifs: cleanup and overhaul of the receive codepath (try #2)
2011-08-27 18:47 UTC (2+ messages)
[lm-sensors] [PATCH] hwmon: (pmbus) Provide more documentation
2011-08-27 18:47 UTC
[PATCH 0000/0046] Staging: hv: Driver cleanup
2011-08-27 18:31 UTC (85+ messages)
` [PATCH 01/46] Staging: hv: storvsc: Inline free_stor_device()
` [PATCH 02/46] Staging: hv: storvsc: Do not aquire an unnecessary reference on stor_device
` [PATCH 03/46] Staging: hv: storvsc: Rename must_get_stor_device()
` [PATCH 04/46] Staging: hv: storvsc: Rename get_stor_device()
` [PATCH 05/46] Staging: hv: storvsc: Cleanup alloc_stor_device()
` [PATCH 06/46] Staging: hv: storvsc: Introduce state to manage the lifecycle of stor device
` [PATCH 07/46] Staging: hv: storvsc: Prevent outgoing traffic when stor dev is being destroyed
` [PATCH 08/46] Staging: hv: storvsc: Get rid of release_stor_device() by inlining the code
` [PATCH 09/46] Staging: hv: storvsc: Get rid of final_release_stor_device() by inlining code
` [PATCH 10/46] Staging: hv: storvsc: Get rid of the reference counting in struct storvsc_device
` [PATCH 11/46] Staging: hv: netvsc: Inline the code for free_net_device()
` [PATCH 12/46] Staging: hv: netvsc: Cleanup alloc_net_device()
` [PATCH 13/46] Staging: hv: netvsc: Introduce state to manage the lifecycle of net device
` [PATCH 14/46] Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev is destroyed
` [PATCH 15/46] Staging: hv: netvsc: Get rid of release_outbound_net_device() by inlining the code
` [PATCH 16/46] Staging: hv: netvsc: Get rid of release_inbound_net_device() "
` [PATCH 17/46] Staging: hv: netvsc: Get rid of the refcnt field in struct netvsc_device
` [PATCH 18/46] Staging: hv: storvsc: Add code to handle IDE devices using the storvsc driver
` [PATCH 19/46] Staging: hv: storvsc: Handle "
` [PATCH 20/46] Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is not used
` [PATCH 21/46] Staging: hv: storvsc: Optimize bounce buffer handling for the "write" case
` [PATCH 22/46] Staging: hv: storvsc: Optimize the bounce buffer handling in the "read" case
` [PATCH 23/46] Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c
` [PATCH 24/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of storvsc.c
` [PATCH 25/46] Staging: hv: storvsc: Add the contents of hyperv_storage.h to storvsc_drv.c
` [PATCH 26/46] Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the contents of hyperv_storage.h
` [PATCH 27/46] Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY and MODE_SENSE
` [PATCH 28/46] Staging: hv: storvsc: Fix a typo
` [PATCH 29/46] Staging: hv: storvsc: In case of scsi errors offline the device
` [PATCH 30/46] Staging: hv: storvsc: No need to copy from bounce buffer in case of a failure
` [PATCH 31/46] Staging: hv: util: Forcefully shutdown when shutdown is requested
` [PATCH 32/46] Staging: hv: util: Adjust guest time in a process context
` [PATCH 33/46] Staging: hv: vmbus: Check before invoking the channel callback
` [PATCH 34/46] Staging: hv: vmbus: Properly deal with de-registering "
` [PATCH 35/46] Staging: hv: Fix a bug in vmbus_match()
` [PATCH 36/46] Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining the code
` [PATCH 37/46] Staging: hv: vmbus: Check for events before messages
` [PATCH 38/46] Staging: hv: vmbus: Do not enable auto eoi
` [PATCH 39/46] Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
` [PATCH 40/46] Staging: hv: vmbus: Get rid of some dated/redundant comments
` [PATCH 41/46] Staging: hv: vmbus: Fix a bug in error handling in vmbus_bus_init()
` [PATCH 42/46] Staging: hv: vmbus: Get rid of an unnecessary check in vmbus_connect()
` [PATCH 43/46] Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c
` [PATCH 44/46] Staging: hv: vmbus: Fix checkpatch warnings in connection.c
` [PATCH 45/46] Staging: hv: mousevsc: Fix checkpatch errors and warnings
` [PATCH 46/46] Staging: hv: Update the TODO file
[PATCH] Don't leak init_data in tps65912_device_init()
2011-08-27 18:46 UTC
Files that cannot be added to the index
2011-08-27 18:40 UTC (6+ messages)
[PATCH 1/5] ARM: mx5: Allow CCM definitions to work on MX51 and MX53
2011-08-27 18:39 UTC (4+ messages)
[PATCH] b43: Fix smatch warning
2011-08-27 18:26 UTC
[Bug 40423] New: Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER
2011-08-27 18:24 UTC (3+ messages)
` [Bug 40423] "
[PATCH] sparse: Reduce 'test-suite' run output
2011-08-27 18:17 UTC (5+ messages)
How to handle named resources with DT?
2011-08-27 18:13 UTC (5+ messages)
BCM4321 support
2011-08-27 18:13 UTC (4+ messages)
[Qemu-devel] [PATCH 0/5] Separate thread for VM migration
2011-08-27 18:09 UTC (12+ messages)
` "
` [Qemu-devel] [PATCH 1/5] Support for vm_stop from the migration thread
` "
` [Qemu-devel] [PATCH 2/5] MRU ram block list
` "
` [Qemu-devel] [PATCH 3/5] Migration thread mutex
` "
` [Qemu-devel] [PATCH 4/5] Separate migration dirty bitmap
` "
` [Qemu-devel] [PATCH 5/5] Separate migration thread
` "
[GIT PULL] i.MX cleanups for next
2011-08-27 18:10 UTC (4+ messages)
[Qemu-devel] [PATCH 1/2] Fix guest agent build with simpletrace
2011-08-27 17:56 UTC (4+ messages)
linearize bug?
2011-08-27 17:27 UTC (8+ messages)
[Qemu-devel] [PATCH 0/2] g364 improvements
2011-08-27 17:54 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] g364fb: use trace framework
` [Qemu-devel] [PATCH 2/2] g364fb: convert to qdev
[Qemu-devel] [PATCH] checkpatch: fix braces {} handling
2011-08-27 17:53 UTC (2+ messages)
[Qemu-devel] [PATCH] Fix linker scripts
2011-08-27 17:53 UTC (2+ messages)
[Qemu-devel] [PATCH] Fix build on OpenBSD with BSD userland emu and smartcard NSS enabled
2011-08-27 17:52 UTC (2+ messages)
[ath9k-devel] 'Superchannel'?
2011-08-27 17:47 UTC (9+ messages)
[PATCH] xfstests: don't print "do not support" warnings unless verbose is specified
2011-08-27 17:43 UTC (2+ messages)
[Qemu-devel] [PATCH 00/17] onenand, omap_gpmc fixes, features
2011-08-27 17:38 UTC (3+ messages)
` [Qemu-devel] [PATCH 02/17] hw/onenand: Qdevify
[PATCH 0/9] Use RCU to stabilize page counts
2011-08-27 17:34 UTC (12+ messages)
` [PATCH] thp: tail page refcounting fix
` [PATCH] thp: tail page refcounting fix #2
` [PATCH] thp: tail page refcounting fix #3
` [PATCH] thp: tail page refcounting fix #4
Can not free irq 0
2011-08-27 17:31 UTC (2+ messages)
[PATCH 00/14] [media] Logging cleanups
2011-08-27 17:31 UTC (9+ messages)
` [PATCH 06/14] [media] cx18: Use current logging styles
[PATCH] usb: ehci: fix update qtd->token in qh_append_tds
2011-08-27 17:20 UTC (14+ messages)
[ath9k-devel] 'Superchannel'?
2011-08-27 17:17 UTC (4+ messages)
Fwd: Delivery Status Notification (Failure)
2011-08-27 17:17 UTC
[U-Boot] [PATCH] powerpc/85xx: Add workaround for erratum CPU-A011 on e500mc cores
2011-08-27 17:08 UTC (6+ messages)
[PATCH][Trivial] CIFS: Don't free volume_info->UNC until we are entirely done with it
2011-08-27 16:58 UTC (2+ messages)
[U-Boot] (no subject)
2011-08-27 16:54 UTC
[PATCH] firewire: move fw_device reference counting from drivers to core
2011-08-27 16:53 UTC
[Qemu-devel] Windows application memory dump
2011-08-27 16:51 UTC
[PATCH 6/6 V3] hwmon: OMAP4: On die temperature sensor driver
2011-08-27 16:49 UTC (8+ messages)
` [lm-sensors] "
` [lm-sensors] [PATCH 6/6 V3] hwmon: OMAP4: On die temperature
v0.34 released
2011-08-27 16:54 UTC
[PATCH] ARM: vfp: Fix the comment to make it consistent with the code
2011-08-27 16:47 UTC
[RFC] Move brcm80211 to mainline
2011-08-27 16:45 UTC (8+ messages)
` [PATCH v2] "
[Qemu-devel] [PATCH] hw: Add test device for unittests execution
2011-08-27 16:44 UTC (5+ messages)
[Qemu-devel] [PULL][PATCH 0/6] Alpha system emulation, v9
2011-08-27 16:44 UTC (7+ messages)
` [Qemu-devel] [PATCH 6/6] target-alpha: Add high-resolution access to wall clock and an alarm
[PATCH] EHCI driver - USB 2.0 support
2011-08-27 16:42 UTC (5+ messages)
[PATCH v2] Move brcm80211 to mainline
2011-08-27 16:41 UTC
[PATCH] iptables: Simplify xtables_parse_interface()
2011-08-27 16:37 UTC (2+ messages)
[PATCH] Add a personality to report 2.6.x version numbers
2011-08-27 16:36 UTC (4+ messages)
[Qemu-devel] [Bug 826363] [NEW] qemu-img convert does not work with vdi files
2011-08-27 16:23 UTC (2+ messages)
` [Qemu-devel] [Bug 826363] "
[PATCH] Makefile: Improve compiler header dependency check
2011-08-27 16:26 UTC (2+ messages)
[net-next 00/10 v4][pull request] Complete drivers/net/ move
2011-08-27 16:26 UTC (2+ messages)
[00/19] 2.6.32.46-longterm review
2011-08-27 16:25 UTC (4+ messages)
[PATCH 1/3] ASoC: snd_soc_codec_{readable, writable}_register change default to true
2011-08-27 16:24 UTC (3+ messages)
` [PATCH 2/3] ASoC: Fix register cache sync register_writable WARN_ONs
` [PATCH 3/3] ASoC: soc_codec_reg_show use snd_soc_codec_readable_register
[PATCH] mount.cifs: fix the conflict between rwpidforward and rw mount options
2011-08-27 16:21 UTC
[PATCH] CIFS: Fix the conflict between rwpidforward and rw mount options
2011-08-27 16:21 UTC (2+ messages)
[U-Boot] bcc: Dear Friend
2011-08-27 16:20 UTC
[PATCH v2] CIFS: Fix the conflict between rwpidforward and rw mount options
2011-08-27 16:19 UTC
[U-Boot] [PATCH] beagleboard: enable HUB power on all variants of the BeagleBoard
2011-08-27 16:19 UTC (4+ messages)
[U-Boot] [PATCH v2 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode
2011-08-27 16:13 UTC (3+ messages)
[PATCH] Parsing bug in libxt_conntrack.c 1.4.12
2011-08-27 16:12 UTC (2+ messages)
[net-next 0/6][pull request] Intel Wired LAN Driver Update
2011-08-27 16:10 UTC (2+ messages)
[PATCH] CIFS: Fix the conflict between rwpidforward and rw mount options
2011-08-27 16:07 UTC (5+ messages)
nVidia Corporation NV25 [GeForce4 Ti 4400] rev 163
2011-08-27 15:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.