messages from 2011-05-10 07:44:31 to 2011-05-10 12:39:09 UTC [more...]
[URGENT - PATCH FOR 2.6.39] omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured
2011-05-10 12:39 UTC
[PATCHSET v3.1 0/7] data integrity: Stabilize pages during writeback for various fses
2011-05-10 12:38 UTC (3+ messages)
[PATCH] sched: shorten setting the allowed cpu mask of task
2011-05-10 12:38 UTC (5+ messages)
[PATCH]drivers:regulator:change the dev_dbg in the probe function
2011-05-10 12:36 UTC (5+ messages)
` [PATCH] drivers:regulator:change debug statement be consistent with the style of the rest
Fix powerTOP regression with 2.6.39-rc5
2011-05-10 10:33 UTC (17+ messages)
[PATCH] sched: fix constructing the span cpu mask of sched domain
2011-05-10 12:29 UTC (3+ messages)
ptrace pull request for linux-next
2011-05-10 12:24 UTC (3+ messages)
[PATCH v4 1/1] can: add pruss CAN driver
2011-05-10 12:21 UTC (7+ messages)
System Administrator
2011-05-10 11:44 UTC
[PATCH] omap2/omapfb: make DBG() more resistant in if-else constructions
2011-05-10 12:16 UTC (8+ messages)
` [PATCH V2] "
[PATCH 000/206] Staging: hv: Cleanup hv drivers
2011-05-10 12:13 UTC (90+ messages)
` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex
` [PATCH 005/206] Staging: hv: Rename the device type variable
` [PATCH 008/206] Staging: hv: Rename variables of type struct storvsc_driver *
` [PATCH 009/206] Staging: hv: Rename the function blk_vsc_on_device_add
` [PATCH 010/206] Staging: hv: Get rid of the indirection for invoking device_add
` [PATCH 012/206] Staging: hv: Rename the function stor_vsc_on_device_remove
` [PATCH 087/206] Staging: hv: Cleanup calls to cleanup() in hv_mouse.c
` [PATCH 093/206] Staging: hv: Move the declaration of the variable mousevsc_drv
` [PATCH 129/206] Staging: hv: Move the sector size check into blkvsc_drv_init
` [PATCH 130/206] Staging: hv: Make blkvsc_drv_init the module init function
` [PATCH 131/206] Staging: hv: Get rid of some unnecessary DPRINTs
` [PATCH 132/206] Staging: hv: Compute max_outstanding_req_per_channel where it is needed
` [PATCH 133/206] Staging: hv: Get rid of max_outstanding_req_per_channel from struct storvsc_driver
` [PATCH 134/206] Staging: hv: Add ring_buffer_size to struct storvsc_device_info
` [PATCH 135/206] Staging: hv: Use the rinbuffer size info in "
` [PATCH 136/206] Staging: hv: Get rid of the unnecessary assignment of ring size
` [PATCH 137/206] Staging: hv: Get rid of the ring size state from struct storvsc_driver
` [PATCH 138/206] Staging: hv: Directly assign the driver name
` [PATCH 139/206] Staging: hv: Move the assignment of name to the hv_driver
` [PATCH 140/206] Staging: hv: Inline the copying of the dev_type information
` [PATCH 141/206] Staging: hv: Now get rid of an empty function
` [PATCH 142/206] Staging: hv: Get rid of some unused functions
` [PATCH 143/206] Staging: hv: Make storvsc_drv an instance of hv_driver
` [PATCH 144/206] Staging: hv: Make blkvsc_drv an instance of struct hv_driver
` [PATCH 145/206] Staging: hv: Get rid of struct storvsc_driver
` [PATCH 146/206] Staging: hv: Directly assign the driver name
` [PATCH 147/206] Staging: hv: Move the assignment of name variable
` [PATCH 148/206] Staging: hv: Move the code to copy dev_type information
` [PATCH 149/206] Staging: hv: Get rid of an empty function
` [PATCH 150/206] Staging: hv: Make mousevsc_drv an instance of struct hv_driver
` [PATCH 151/206] Staging: hv: Get rid of some unused code
` [PATCH 152/206] Staging: hv: Create a common header for all hyperv drivers to include
` [PATCH 153/206] Staging: hv:Include the contents of channel.h
` [PATCH 154/206] Staging: hv: Include the contents of channel_mgmt.h
` [PATCH 155/206] Staging: hv: Include the contents of ring_buffer.h
` [PATCH 156/206] Staging: hv: Include the contents of vmbus_channel_interface.h
` [PATCH 157/206] Staging: hv: Include the contents of vmbus_packet_format.h
` [PATCH 158/206] Staging: hv: Include the contents of logging.h
` [PATCH 159/206] Staging: hv: Include the contents of version_info.h
` [PATCH 160/206] Staging: hv: Add the contents of vmbus_api.h
` [PATCH 161/206] Staging: hv: Include the contents of vmbus.h
` [PATCH 162/206] Staging: hv: Cleanup the newly created header file
` [PATCH 163/206] Staging: hv: Include asm/hyperv.h
` [PATCH 164/206] Staging: hv: Add the definition hv_guid
` [PATCH 165/206] Staging: hv: Add a new header file to include all header files private to vmbus core
` [PATCH 166/206] Staging: hv: Include a subset of the contents of hv_api.h
` [PATCH 167/206] Staging: hv: Add "
` [PATCH 168/206] Staging: hv: Add the ringbuffer interfaces
` [PATCH 169/206] Staging: hv: Include the contents of vmbus_private.h
` [PATCH 170/206] Staging: hv: Cleanup the newly created header file
` [PATCH 171/206] Staging: hv: Create a header file that has all the definitions needed to build Hyper-V storage drivers
` [PATCH 172/206] Staging: hv: Include the contents of vstorage.h
` [PATCH 173/206] Staging: hv: Include the contents of storvsc_api.h
` [PATCH 174/206] Staging: hv: Create a single header file for hyper-v network drivers
` [PATCH 175/206] Staging: hv: Include the contents of netvsc_api.h
` [PATCH 176/206] Staging: hv: Include the contents of netvsc.h
` [PATCH 177/206] Staging: hv: Include the contents of rndis.h
` [PATCH 178/206] Staging: hv: Include the contents of rndis_filter.h
` [PATCH 179/206] Staging: hv: Include the contents of utils.h
` [PATCH 180/206] Staging: hv: Include the newly created header files in blkvsc_drv.c
` [PATCH 181/206] Staging: hv: Include the newly created header files in storvsc.c
` [PATCH 182/206] Staging: hv: Include the newly created header files in storvsc_drv.c
` [PATCH 183/206] Staging: hv: Include the new header files in the network driver
` [PATCH 184/206] Staging: hv: Include the new header files in vmbus driver
` [PATCH 185/206] Staging: hv: Include the newly created header file in the util driver
` [PATCH 186/206] Staging: hv: Include the newly created header file in the mouse driver
` [PATCH 187/206] Staging: hv: Get rid of channel.h
` [PATCH 188/206] Staging: hv: Get rid of channel_mgmt.h
` [PATCH 189/206] Staging: hv: Get rid of hv_api.h
` [PATCH 190/206] Staging: hv: Get rid of hv.h
` [PATCH 191/206] Staging: hv: Get rid of logging.h
` [PATCH 192/206] Staging: hv: Get rid of netvsc_api.h
` [PATCH 193/206] Staging: hv: Get rid of netvsc.h
` [PATCH 194/206] Staging: hv: Get rid of ring_buffer.h
` [PATCH 195/206] Staging: hv: Get rid of rndis_filter.h
` [PATCH 196/206] Staging: hv: Get rid of rndis.h
` [PATCH 197/206] Staging: hv: Get rid of storvsc_api.h
` [PATCH 198/206] Staging: hv: Get rid of utils.h
` [PATCH 199/206] Staging: hv: Get rid of version_info.h
` [PATCH 200/206] Staging: hv: Get rid of vmbus_api.h
` [PATCH 201/206] Staging: hv: Get rid of vmbus_channel_interface.h
` [PATCH 202/206] Staging: hv: Get rid of vmbus.h
` [PATCH 203/206] Staging: hv: Get rid of vmbus_packet_format.h
` [PATCH 204/206] Staging: hv: Get rid of vmbus_private.h
` [PATCH 205/206] Staging: hv: Get rid of vstorage.h
` [PATCH 206/206] Staging: hv: Get rid of the function count_hv_channel()
[PATCH 00/17] writeback fixes and cleanups for 2.6.40
2011-05-10 12:05 UTC (5+ messages)
` [PATCH 02/17] writeback: update dirtied_when for synced inode to prevent livelock
[PATCH v2 2/3] dmaengine: at_hdmac: implement pause and resume in atc_control
2011-05-10 12:05 UTC (4+ messages)
` [PATCH] dmaengine: at_hdmac: pause: no need to wait for FIFO empty
[PATCHv1 -next] WATCHDOG: Watchdog module of DA9052 device driver
2011-05-10 11:14 UTC
linux-next: manual merge of the net tree with the net-current tree
2011-05-10 11:55 UTC (2+ messages)
[PATCH] kprobes,x86: disable irq durinr optimized callback
2011-05-10 11:44 UTC (4+ messages)
[PATCH] wait: include linux/sched.h
2011-05-10 11:42 UTC (6+ messages)
[PATCH] Revert "regulator: Move VCOINCELL to be the last element of mc13892_regulators array"
2011-05-10 11:27 UTC (2+ messages)
[PATCH v9 7/7] usb: Adding SuperSpeed support to dummy_hcd
2011-05-10 11:24 UTC (3+ messages)
Linux 2.6.39-rc5
2011-05-10 11:08 UTC (3+ messages)
` i915/kms/backlight-combo mode problem
[PATCH] regulator: Move VCOINCELL to be the last element of mc13892_regulators array
2011-05-10 11:00 UTC (5+ messages)
cryptoloop device write lockup on initrd
2011-05-10 10:52 UTC
[PATCH v4 08/11] tty: add pruss SUART driver
2011-05-10 10:54 UTC (11+ messages)
` [PATCH v4 01/11] mfd: add pruss mfd driver
[PATCH] ioapic: fix potential resume deadlock
2011-05-10 10:53 UTC (3+ messages)
[RFC][PATCH 00/13] ftrace: Allow multiple users to pick and choose functions to trace
2011-05-10 8:32 UTC (3+ messages)
[PATCH] jump_label: check entries limit in __jump_label_update
2011-05-10 10:43 UTC (3+ messages)
` [PATCHv2] "
how to debug kernel in qemu using ubuntu image
2011-05-10 10:41 UTC
[BUG] fatal hang untarring 90GB file, possibly writeback related
2011-05-10 10:33 UTC (11+ messages)
[RFC][PATCH 0/7] memcg async reclaim
2011-05-10 10:13 UTC (8+ messages)
` [RFC][PATCH 1/7] memcg: check margin to limit for "
` [RFC][PATCH 2/7] memcg: count reclaimable pages per zone
` [RFC][PATCH 3/7] memcg: export memcg swappiness
` [RFC][PATCH 4/7] memcg : test a memcg is reclaimable
` [RFC][PATCH 5/7] memcg : export select victim memcg
` [RFC][PATCH 6/7] memcg : static scan for async reclaim
` [RFC][PATCH 7/7] memcg: workqueue "
[PATCH]Add Maintainer for MAINTAINERS file for us
2011-05-10 10:17 UTC (5+ messages)
[PATCH] mm: tracing: Add missing GFP flags to tracing
2011-05-10 10:09 UTC
[PATCH] perf events, x86: Implement Sandybridge last-level cache events
2011-05-10 10:08 UTC (2+ messages)
[PATCH] AT91: Add external RTC for Flexibity board
2011-05-10 10:04 UTC (2+ messages)
[PATCH] tmpfs: fix race between umount and writepage
2011-05-10 9:52 UTC (10+ messages)
` [PATCH v2] "
[PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification
2011-05-10 9:50 UTC (7+ messages)
` [PATCH 02/11] ptrace: implement PTRACE_SEIZE
` [PATCH 04/11] ptrace: implement PTRACE_INTERRUPT
BUG: sleeping function called from invalid context
2011-05-10 9:32 UTC (2+ messages)
[GIT PULL rcu/next] rcu commits for 2.6.40
2011-05-10 9:37 UTC (5+ messages)
Problems with procfs
2011-05-10 9:26 UTC
re-enable Nehalem raw Offcore-Events support
2011-05-10 9:35 UTC (6+ messages)
[PATCH resend] s390: oprofile: fix error checks in oprofile_hwsampler_init()
2011-05-10 9:19 UTC (5+ messages)
Dear E-mail Account Owner,
2011-05-10 9:02 UTC
[PATCH 12/19] mfd: Use mfd cell platform_data for wm8400 cells platform bits
2011-05-10 9:10 UTC (5+ messages)
` [PATCH 00/19] mfd: mfd_data removal
[PATCH] sched: fix erroneous sysct_sched_nr_migrate logic
2011-05-10 9:10 UTC (3+ messages)
mmotm 2011-05-06-16-39 uploaded
2011-05-10 8:57 UTC (2+ messages)
2.6.39-rc6-mmotm0506 - lockdep splat in RCU code on page fault
2011-05-10 8:57 UTC (3+ messages)
[PATCH v3] leds: provide helper to register "leds-gpio" devices
2011-05-10 8:50 UTC (3+ messages)
` [PATCH v4] "
` [PATCH] [wip] ARM: imx: register "leds-gpio" device using new helper function
linux-next: build failure after merge of the voltage tree
2011-05-10 8:38 UTC (2+ messages)
[patch 00/15] CFS Bandwidth Control V6
2011-05-10 8:32 UTC (4+ messages)
` [patch 01/15] sched: (fixlet) dont update shares twice on on_rq parent
USB keyboard recognized as HID keyboard but doesn't work
2011-05-10 8:24 UTC (5+ messages)
[PATCH] mfd: call disable_irq()/enable_irq() in suspend/resume
2011-05-10 8:23 UTC (6+ messages)
[RFC][PATCH 0/2] PM: Support for generic I/O power domains
2011-05-10 8:22 UTC (4+ messages)
` [RFC][PATCH 0/5] PM: Support for generic I/O power domains (v2)
` [PATCH 1/5] PM / Runtime: Support for generic I/O power domains (v3)
[PATCH][Trivial] perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
2011-05-10 8:21 UTC (2+ messages)
[PATCH][Trivial] md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course')
2011-05-10 8:19 UTC (2+ messages)
[PATCH] mm: check zone->all_unreclaimable in all_unreclaimable()
2011-05-10 8:16 UTC (7+ messages)
` OOM Killer don't works at all if the system have >gigabytes memory (was Re: [PATCH] mm: check zone->all_unreclaimable in all_unreclaimable())
` [PATCH 1/4] oom: improve dump_tasks() show items
` [PATCH 2/4] oom: kill younger process first
` [PATCH 3/4] oom: oom-killer don't use permillage of system-ram internally
` [PATCH 4/4] oom: don't kill random process
[PATCH 1/5 v2]Typo: change kenrel to kernel
2011-05-10 8:16 UTC (2+ messages)
[PATCH 1/2] cdrom: always check_disk_change() on open
2011-05-10 8:13 UTC (6+ messages)
[PATCH 11/14] HPFS: Fix endianity. Make hpfs work on big-endian machines
2011-05-10 8:04 UTC (2+ messages)
[PATCH 10/14] HPFS: Implement fsync for hpfs
2011-05-10 8:03 UTC (2+ messages)
[PATCH 5/14] HPFS: Remove mark_inode_dirty
2011-05-10 8:02 UTC (2+ messages)
[PATCH 2/14] HPFS: Introduce a global mutex and lock it on every callback from VFS
2011-05-10 8:00 UTC (2+ messages)
Job Offer!!!
2011-05-10 7:44 UTC
[PATCH] softlockup: re-increase hung tasks check from 2 minutes to 8 minutes
2011-05-10 7:57 UTC (4+ messages)
[PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'
2011-05-10 7:57 UTC (8+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox