All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-16 19:23:28 to 2011-06-16 20:17:48 UTC [more...]

[PATCH 00/77] Staging: hv: Driver cleanup
 2011-06-16 20:17 UTC  (80+ messages)
` [PATCH 01/77] Staging: hv: vmbus: Increase the timeout value in the vmbus driver
  ` [PATCH 02/77] Staging: hv: netvsc: Increase the timeout value in the netvsc driver
  ` [PATCH 03/77] Staging: hv: storvsc: Increase the timeout value in the storvsc driver
  ` [PATCH 04/77] Staging: hv: netvsc: Fix a bug in accounting transmit slots
  ` [PATCH 05/77] Staging: hv: vmbus: Properly handle the error in hv_acpi_init()
  ` [PATCH 06/77] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 07/77] Staging: hv: vmbus: Introduce a function to map the dev_type guid to a name
  ` [PATCH 08/77] Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
  ` [PATCH 09/77] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 10/77] Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc driver
  ` [PATCH 11/77] Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
  ` [PATCH 12/77] Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
  ` [PATCH 13/77] Staging: hv: vmbus: Introduce a human readable device type field to struct hv_device
  ` [PATCH 14/77] Staging: hv: util: Make hv_utils a vmbus device driver
  ` [PATCH 15/77] Staging: hv: blkvsc: Add the appropriate MODULE_ALIAS() line
  ` [PATCH 16/77] Staging: hv: storvsc: "
  ` [PATCH 17/77] Staging: hv: netvsc: "
  ` [PATCH 18/77] Staging: hv: mousevsc: "
  ` [PATCH 19/77] Staging: hv: util: "
  ` [PATCH 20/77] Staging: hv: vmbus: Cleanup the vmbus_uevent() code
  ` [PATCH 21/77] Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
  ` [PATCH 22/77] Staging: hv: storvsc: Get rid of the DMI signature
  ` [PATCH 23/77] Staging: hv: netvsc: Get rid of the PCI signature
  ` [PATCH 24/77] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
  ` [PATCH 25/77] Staging: hv: util: Get rid of the DMI signature in hv_util.c
  ` [PATCH 26/77] Staging: hv: util: Get rid of the PCI "
  ` [PATCH 27/77] Staging: hv: vmbus: Cleanup vmbus_match() function
  ` [PATCH 28/77] Staging: hv: blkvsc: Get rid of the dev_type guid from blkvsc_drv.c
  ` [PATCH 29/77] Staging: hv: storvsc: Get rid of the device type guid from storvsc_drv.c
  ` [PATCH 30/77] Staging: hv: netvsc: Get rid of the dev_type guid from netvsc.c
  ` [PATCH 31/77] Staging: hv: netvsc: Initialize the driver name directly
  ` [PATCH 32/77] Staging: hv: netvsc: Get rid of the driver name initialization in netvsc.c
  ` [PATCH 33/77] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
  ` [PATCH 34/77] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
  ` [PATCH 35/77] Staging: hv: mouse: Get rid of the dev_type guid in hv_mouse.c
  ` [PATCH 36/77] Staging: hv: vmbus: Cleanup the code displaying class_id
  ` [PATCH 37/77] Staging: hv: vmbus: Do not initialize dev_type guid in vmbus_child_device_create()
  ` [PATCH 38/77] Staging: hv: vmbus: Get rid of the unused dev_type field in hv_device and hv_driver
  ` [PATCH 39/77] Staging: hv: vmbus: Get rid of the device_id attribute
  ` [PATCH 40/77] Staging: hv: vmbus: Get rid of some unnecessary comments
  ` [PATCH 41/77] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
  ` [PATCH 42/77] Staging: hv: vmbus: Cleanup error handling in hv_init()
  ` [PATCH 43/77] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
  ` [PATCH 44/77] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
  ` [PATCH 45/77] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
  ` [PATCH 46/77] Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
  ` [PATCH 47/77] Staging: hv: vmbus: Get rid of unnecessary comments "
  ` [PATCH 48/77] Staging: hv: vmbus: Change the variable name openInfo to open_info "
  ` [PATCH 49/77] Staging: hv: vmbus: Cleanup error values in ringbuffer.c
  ` [PATCH 50/77] Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
  ` [PATCH 51/77] Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
  ` [PATCH 52/77] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
  ` [PATCH 53/77] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
  ` [PATCH 54/77] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
  ` [PATCH 55/77] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
  ` [PATCH 56/77] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
  ` [PATCH 57/77] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
  ` [PATCH 58/77] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
  ` [PATCH 59/77] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
  ` [PATCH 60/77] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
  ` [PATCH 61/77] Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
  ` [PATCH 62/77] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
  ` [PATCH 63/77] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
  ` [PATCH 64/77] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
  ` [PATCH 65/77] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
  ` [PATCH 66/77] Staging: hv: netvsc: Cleanup error return values in netvsc_send()
  ` [PATCH 67/77] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
  ` [PATCH 68/77] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
  ` [PATCH 69/77] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
  ` [PATCH 70/77] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
  ` [PATCH 71/77] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
  ` [PATCH 72/77] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
  ` [PATCH 73/77] Staging: hv: mouse: Change the jump label Cleanup to cleanup
  ` [PATCH 74/77] Staging: hv: mouse: Get rid of the unused PCI signature
  ` [PATCH 75/77] Staging: hv: mouse: Disable auto-loading of the mouse driver

[PATCH] omap3: pm: Downgrade WARN for no wakeup source
 2011-06-16 20:16 UTC  (6+ messages)

REGRESSION: Performance regressions from switching anon_vma->lock to mutex
 2011-06-16 20:14 UTC  (15+ messages)

[PATCH]/[GIT PULL] stable/cpufreq.bugfixes for 3.0 for cpufreq fixes
 2011-06-16 19:36 UTC  (7+ messages)
` [PATCH 1/3] [CPUFREQ]: Don't set stat->last_index to -1 if the pol->cur has incorrect value
  ` [PATCH 1/3] : "
` [PATCH 2/3] [CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vid case)
  ` [PATCH 2/3] "
` [PATCH 3/3] [CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrect
  ` [PATCH 3/3] "

[PATCH] omap_vout: Added check in reqbuf & mmap for buf_size allocation
 2011-06-16 20:14 UTC 

irq flood with mmc boot partitions on s3c2416 with 3.0rc1
 2011-06-16 20:14 UTC  (5+ messages)

rewrite history
 2011-06-16 20:13 UTC  (6+ messages)
      ` Re[2]: "

[Bug 37417] New: No Alpha Channel for all XPixmaps with KWin+GLES
 2011-06-16 20:13 UTC  (2+ messages)
` [Bug 37417] "

Status of carl9170
 2011-06-16 20:13 UTC 

ASUS K53E fails to suspend if ehci_hcd is loaded
 2011-06-16 20:12 UTC 

[PATCH] Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"
 2011-06-16 20:11 UTC  (5+ messages)
`  "

[PATCH] USB: ehci: use packed,aligned(4) instead of removing the packed attribute
 2011-06-16 20:10 UTC  (8+ messages)
` [PATCH] USB: ehci: use packed, aligned(4) "

[lm-sensors] i2c device w/o registers
 2011-06-16 20:11 UTC  (2+ messages)

[KERNEL][PATCH] add utrace
 2011-06-16 20:11 UTC  (2+ messages)

USB disk corruption on Xen 4.1.0 & Linux 2.6.38.7
 2011-06-16 20:10 UTC  (3+ messages)

[PATCH 0/5] ptrace low level unification
 2011-06-16 20:07 UTC  (8+ messages)
` [PATCH 5/5] kgdbts: unify/generalize gdb breakpoint adjustment

[RFC][BTRFS-PROG] Avoid to scan cdrom and floppy
 2011-06-16 20:07 UTC  (2+ messages)

[RFC PATCH 00/16] Consolidation: move SMP local timers to driver/clocksource
 2011-06-16 20:07 UTC  (3+ messages)
` [RFC PATCH 06/16] ARM: local timers: move Tegra to LOCAL_TIMER_DEVICES/ARM_SMP_TWD

[U-Boot] [PATCH v3] NAND: Add 16bit NAND support for the NDFC
 2011-06-16 20:06 UTC  (3+ messages)

[lm-sensors] Gigabyte GA-D525 core temps N/A?
 2011-06-16 20:06 UTC  (3+ messages)

m68k: Convert to genirq (WIP)
 2011-06-16 20:03 UTC  (9+ messages)

[U-Boot] OpenRD Ultimate SATA & SD
 2011-06-16 20:03 UTC  (4+ messages)

Jenkins NFS
 2011-06-16 20:02 UTC 

Quick note about the elantech driver
 2011-06-16 19:40 UTC  (2+ messages)

uvcvideo failure under xHCI
 2011-06-16 19:58 UTC  (3+ messages)

[PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification, take#5
 2011-06-16 19:51 UTC  (4+ messages)
` [PATCH 4/5] ptrace: implement TRAP_NOTIFY and use it for group stop events

[U-Boot] [PATCH 1/1] Fix hang when entering udelay after GPTIMER2 overflows (about 22 minutes on AM37x)
 2011-06-16 19:52 UTC  (3+ messages)

[PATCH v5 0/5] GPIO: pca953x.c: Fix IRQ support and OF device-tree bindings
 2011-06-16 19:45 UTC  (7+ messages)
` [PATCH v5 1/5] GPIO: pca953x.c: Fix IRQ support
` [PATCH v5 2/5] GPIO: pca953x.c: Remove dynamic platform data pointer
` [PATCH v5 3/5] GPIO: pca953x.c: Deprecate meaningless device-tree bindings

[PATCH 0/5] Designware SPI driver update
 2011-06-16 19:52 UTC  (6+ messages)
` [PATCH 3/5] dw_spi: rework message processing

[PATCH/RFC 0/5] usb:tools: usb unittests framework
 2011-06-16 19:51 UTC  (3+ messages)

Probably solved or worked around: 2.6.37 says WARNING: at arch/x86/kernel/apic/apic.c:1287 setup_local_APIC+0x18f/0x263()
 2011-06-16 19:49 UTC 

[PATCH 00/20] netfilter: netfilter update
 2011-06-16 19:47 UTC  (21+ messages)
` [PATCH 01/20] ipvs: support more FTP PASV responses
` [PATCH 02/20] IPVS remove unused var from migration to netns
` [PATCH 03/20] IPVS: rename of netns init and cleanup functions
` [PATCH 04/20] IPVS: labels at pos 0
` [PATCH 05/20] IPVS: remove unused init and cleanup functions
` [PATCH 06/20] netfilter: ipset: timeout can be modified for already added elements
` [PATCH 07/20] netfilter: ipset: whitespace fixes: some space before tab slipped in
` [PATCH 08/20] netfilter: ipset: options and flags support added to the kernel API
` [PATCH 09/20] netfilter: ipset: support listing setnames and headers too
` [PATCH 10/20] netfilter: ipset: fix adding ranges to hash types
` [PATCH 11/20] netfilter: ipset: set type support with multiple revisions added
` [PATCH 12/20] netfilter: ipset: support range for IPv4 at adding/deleting elements for hash:*net* types
` [PATCH 13/20] netfilter: ipset: adding ranges to hash types with timeout could still fail, fixed
` [PATCH 14/20] netfilter: ipset: take into account cidr value for the from address when creating the set
` [PATCH 15/20] netfilter: ipset: use unified from/to address masking and check the usage
` [PATCH 16/20] netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API change
` [PATCH 17/20] netfilter: ipset: fix return code for destroy when sets are in use
` [PATCH 18/20] netfilter: ipset: use the stored first cidr value instead of '1'
` [PATCH 19/20] netfilter: ipset: hash:net,iface type introduced
` [PATCH 20/20] netfilter: ipset: whitespace and coding fixes detected by checkpatch.pl

[PATCH] gpio: gpio-ml-ioh: fix off-by-one for displaying variable i in dev_err
 2011-06-16 19:45 UTC  (2+ messages)

Refactor cafe_ccic and add Armada 610 driver [V2]
 2011-06-16 19:44 UTC  (5+ messages)
` [PATCH 8/8] marvell-cam: Basic working MMP camera driver

cpufreq doesn't work with AMD E-350 (Fusion)
 2011-06-16 19:43 UTC  (2+ messages)

[PATCH][v3] Add support for RTC device: pt7c4338 in rtc-ds1307.c
 2011-06-16 19:42 UTC  (3+ messages)

[PATCH v4] input: Add support for Kionix KXTJ9 accelerometer
 2011-06-16 19:41 UTC  (4+ messages)

[PATCH 0/8] netfilter: netfilter fixes for -rc1
 2011-06-16 19:41 UTC  (7+ messages)
` [PATCH 1/6] IPVS netns exit causes crash in conntrack
` [PATCH 2/6] netfilter: ip_tables: fix compile with debug
` [PATCH 3/6] netfilter: ipt_ecn: fix protocol check in ecn_mt_check()
` [PATCH 4/6] netfilter: ipt_ecn: fix inversion for IP header ECN match
` [PATCH 5/6] netfilter: fix looped (broad|multi)cast's MAC handling
` [PATCH 6/6] netfilter: nf_nat: avoid double seq_adjust for loopback

git log --follow doesn't follow a rename over a merge
 2011-06-16 19:41 UTC  (9+ messages)

[RFC] Add Arm cpu topology definition
 2011-06-16 19:40 UTC  (3+ messages)

[PATCH v4 0/3] Input: gpio_keys.c: Add support for OF and I2C GPIO chips
 2011-06-16 19:28 UTC  (7+ messages)
` [PATCH v4 1/3] Input: gpio_keys.c: Simplify platform_device -> device casting
` [PATCH v4 2/3] Input: gpio_keys.c: Added support for device-tree platform data
` [PATCH v4 3/3] Input: gpio_keys.c: Enable use with non-local GPIO chips

[PATCH] um: Clean up vm-flags.h
 2011-06-16 19:27 UTC  (3+ messages)
  ` [uml-devel] "

Faking MMIO ops? Fooling a driver
 2011-06-16 19:34 UTC  (5+ messages)

RE: RE: RE: RE: RE: No C-States any longer
 2011-06-16 19:33 UTC  (2+ messages)
` AW: "

[PATCH] gx1fb: Fix section mismatch derived from gx1fb_driver variable
 2011-06-16 19:31 UTC  (4+ messages)
  ` [PATCH] gx1fb: Fix section mismatch warnings

Driver for TerraTec DMX 6Fire USB
 2011-06-16 19:33 UTC  (8+ messages)
        ` TerraTec DMX 6Fire USB updates
            ` [PATCH] final issues in snd-usb-6fire concerning signedness bug

IVB page flipping fixes (hopefully final)
 2011-06-16 19:32 UTC  (2+ messages)

[PATCH 00/14] GPIO: OMAP: first round of cleanup
 2011-06-16 19:32 UTC  (7+ messages)

[PATCH] sm501fb: fix section mismatch warning
 2011-06-16 19:32 UTC 

[PATCH] kernel bbclass: add the crypto directory to staging
 2011-06-16 19:29 UTC 

[linux-lvm] removing a disk prematurely
 2011-06-16 19:32 UTC 

[PATCH] [staging] lirc_serial: allocate irq at init time
 2011-06-16 19:31 UTC 

[PATCH 1/2] libibverbs: Allow 3rd party extensions to verb routines
 2011-06-16 19:27 UTC  (5+ messages)

[PATCH] [media] rc: fix ghost keypresses with certain hw
 2011-06-16 19:26 UTC 

memory size inside domU less than memory in domU config
 2011-06-16 19:25 UTC  (4+ messages)

ce4100 does no longer boots with CONFIG_EARLY_PRINTK enabled
 2011-06-16 19:23 UTC  (2+ messages)

[Qemu-devel] part time / free lance graphic designer
 2011-06-16 14:23 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.