linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-06 18:14:24 to 2011-04-06 23:41:28 UTC [more...]

w83795 fan control not working
 2011-04-06 23:41 UTC 

[RFC] block integrity: Fix write after checksum calculation problem
 2011-04-06 23:29 UTC  (11+ messages)

[RESEND][PATCH 00/22] Staging: hv: Cleanup storage drivers - Phase IV
 2011-04-06 23:05 UTC  (20+ messages)
` [PATCH 01/22] Staging: hv: Get rid of blkvsc_check_events()
  ` [PATCH 02/22] Staging: hv: Enable blkvsc_ioctl()
  ` [PATCH 03/22] Staging: hv: Simplify the code for blkvsc_getgeo()
  ` [PATCH 04/22] Staging: hv: Introduce a common function for issuing commands to the device
  ` [PATCH 05/22] Staging: hv: Get rid of blkvsc_do_read_capacity()
  ` [PATCH 07/22] Staging: hv: Get rid of the function blkvsc_do_flush()
  ` [PATCH 08/22] Staging: hv: Get rid of the state media_not_present
  ` [PATCH 09/22] Staging: hv: Get rid of the function blkvsc_revalidate_disk()
  ` [PATCH 10/22] Staging: hv: Simplify blkvsc_init_rw()
  ` [PATCH 12/22] Staging: hv: Get rid of some DPRINT_DBG() calls
  ` [PATCH 13/22] Staging: hv: Cleanup blkvsc_remove()
  ` [PATCH 14/22] Staging: hv: Cleanup storvsc_remove()
  ` [PATCH 15/22] Staging: hv: Get rid of the code to manage removable media
  ` [PATCH 16/22] Staging: hv: Get rid of some DPRINT_ERR() calls
  ` [PATCH 17/22] Staging: hv: Get rid of an unnecessary check in blkvsc_probe()
  ` [PATCH 18/22] Staging: hv: Cleanup blkvsc_open()
  ` [PATCH 19/22] Staging: hv: Fix a jump label (Cleanup) in blkvsc_drv
  ` [PATCH 20/22] Staging: hv: Fix a jump label (Remove) in blkvsc_drv.c
  ` [PATCH 22/22] Staging: hv: Get rid of IDE details from blkvsc_drv.c

[PATCH 0/2] ARM: Unify setup for Marvell SheevaPlugs and Seagate DockStars
 2011-04-06 23:22 UTC  (10+ messages)
` [PATCH 1/2] ARM: Differentiate SheevaPlugs and DockStars on the basis of the memory size
` [PATCH 2/2] ARM: Remove machine type dockstar (use sheevaplug instead)

[RFC][PATCH] bcmai: introduce AI driver
 2011-04-06 23:20 UTC  (12+ messages)

[PATCH v3] ARM: Use generic BUG() handler
 2011-04-06 23:18 UTC 

[PATCH 00/22] Staging: hv: Cleanup-storage-drivers-phase-III
 2011-04-06 22:59 UTC  (5+ messages)

[PATCH v2] generic-ipi: Initialize call_single_queue before enabling interrupt
 2011-04-06 22:52 UTC  (4+ messages)

[PATCH v3 2.6.39-rc1-tip 0/26] 0: Uprobes patchset with perf probe support
 2011-04-06 22:50 UTC  (7+ messages)
` [PATCH v3 2.6.39-rc1-tip 23/26] 23: perf: show possible probes in a given executable file or library
` [PATCH v3 2.6.39-rc1-tip 26/26] 26: uprobes: filter chain

[PATCH] Enable async suspend/resume on industrial IO devices
 2011-04-06 22:47 UTC  (3+ messages)

[PATCH 0/2] Add inode checksum support to ext4
 2011-04-06 22:47 UTC  (3+ messages)
` [PATCH 1/2] ext4: Calculate and verify inode checksums
` [PATCH 2/2] e2fsprogs: Add support for toggling, verifying, and fixing "

[2.6.39-rc2] perf top fails to mmap
 2011-04-06 22:45 UTC  (6+ messages)
        ` [2.6.39-rc2] perf top fails to mmap - bisected to 70db7533

[RESEND] [PATCH 00/22] Staging: hv: Cleanup-storage-drivers-phase-III
 2011-04-06 21:35 UTC  (23+ messages)
` [PATCH 01/22] Staging: hv: Get rid of the forward declaration of blkvsc_submit_request()
  ` [PATCH 02/22] Staging: hv: Get rid of the forward declaration of blkvsc_check_events()
  ` [PATCH 03/22] Staging: hv: Get rid of the forward declaration of blkvsc_open()
  ` [PATCH 04/22] Staging: hv: Get rid of the forward declaration of blkvsc_getgeo()
  ` [PATCH 05/22] Staging: hv: Get rid of the forward declaration of blkvsc_init_rw()
  ` [PATCH 06/22] Staging: hv: Get rid of the forward declaration of blkvsc_ioctl()
  ` [PATCH 07/22] Staging: hv: Get rid of the forward declaration of blkvsc_cmd_completion()
  ` [PATCH 08/22] Staging: hv: Get rid of the forward declaration of blkvsc_do_flush()
  ` [PATCH 09/22] Staging: hv: Get rid of the forward declaration of blkvsc_cancel_pending_reqs()
  ` [PATCH 10/22] Staging: hv: Get rid of the forward declaration of blkvsc_remove()
  ` [PATCH 11/22] Staging: hv: Get rid of the forward declaration of blkvsc_shutdown()
  ` [PATCH 12/22] Staging: hv: Get rid of the forward declaration for blkvsc_release()
  ` [PATCH 13/22] Staging: hv: Get rid of the forward declaration for blkvsc_do_read_capacity()
  ` [PATCH 14/22] Staging: hv: Get rid of the forward declaration of blkvsc_do_read_capacity16()
  ` [PATCH 15/22] Staging: hv: Get rid of the forward declaration of blkvsc_revalidate_disk()
  ` [PATCH 16/22] Staging: hv: Get rid of the forward declaration for blkvsc_do_inquiry()
  ` [PATCH 17/22] Staging: hv: Get rid of the forward declaration for blkvsc_do_request()
  ` [PATCH 18/22] Staging: hv: Get rid of the forward declaration for blkvsc_do_pending_reqs()
  ` [PATCH 19/22] Staging: hv: Get rid of the forward declaration for blkvsc_request()
  ` [PATCH 20/22] Staging: hv: Move some definitions/declarations to be earlier in the file
  ` [PATCH 21/22] Staging: hv: Move module parameter to "
  ` [PATCH 22/22] Staging: hv: Get rid of some dead code in blkvsc_drv.c

[RFC][PATCH] PM / Platform: Remove __weak definitions of runtime PM callbacks
 2011-04-06 22:35 UTC  (2+ messages)

2.6.39-rc2 regression: X201s fails to resume b77dcf8460ae57d4eb9fd3633eb4f97b8fb20716
 2011-04-06 22:31 UTC  (2+ messages)

[regression 2.6.39-rc2][bisected] "perf, x86: P4 PMU - Read proper MSR register to catch" and NMIs
 2011-04-06 22:30 UTC 

[PATCH 07/19] timberdale: mfd_cell is now implicitly available to drivers
 2011-04-06 22:09 UTC  (16+ messages)

[PATCH] xfs: remove unused 'bdi' variable in xfs_buf_readahead()
 2011-04-06 22:26 UTC  (2+ messages)

[RFC] NFC subsystem prototype
 2011-04-06 22:17 UTC 

tip: New "Link:" tag to replace "LKML-Reference:"
 2011-04-06 22:09 UTC 

[PATCH] nconfig: Silence unused return values from wattrset
 2011-04-06 22:07 UTC 

[PATCH] staging: hv: Fix GARP not sent after Quick Migration
 2011-04-06 22:18 UTC 

[PATCH v4] Documentation: Add evdev type and code definitions
 2011-04-06 22:07 UTC  (3+ messages)
` [PATCH v4] Documentation: Add evdev type and code definitions (changes)

[RFC v3 8/8] x86, xsave: remove lazy allocation of xstate area
 2011-04-06 22:06 UTC  (2+ messages)
` [tip:x86/xsave] "

[RFC v3 7/8] x86, xsave: add kernel support for AMDs Lightweight Profiling (LWP)
 2011-04-06 22:06 UTC  (2+ messages)
` [tip:x86/xsave] "

[tip:x86/xsave] x86, xsave: add support for non-lazy xstates
 2011-04-06 22:05 UTC 

[tip:x86/xsave] x86, xsave: more cleanups
 2011-04-06 22:05 UTC 

[tip:x86/xsave] x86, xsave: remove unused code
 2011-04-06 22:05 UTC 

2.6.39-rc2 boot crash
 2011-04-06 22:05 UTC  (5+ messages)

[tip:x86/xsave] x86, xsave: cleanup fpu/xsave signal frame setup
 2011-04-06 22:04 UTC 

[tip:x86/xsave] x86, xsave: rework fpu/xsave support
 2011-04-06 22:04 UTC 

[tip:x86/xsave] x86, xsave: cleanup fpu/xsave support
 2011-04-06 22:03 UTC 

[PATCH] Make all it87 drivers SMP safe
 2011-04-06 21:45 UTC  (10+ messages)

2.6.38.2-New, apparently undfined var in include/linux/Kbuild breaks make headers_install
 2011-04-06 21:44 UTC  (2+ messages)

WARNING: at block/genhd.c:1556 disk_clear_events+0xdc/0xf0()
 2011-04-06 21:37 UTC  (4+ messages)

[GIT] HID
 2011-04-06 21:36 UTC 

[PATCH] [RFC] um: x86: unbreak build by reintroducing this_cpu_cmpxchg16b_emu
 2011-04-06 21:31 UTC  (2+ messages)

NFS Regression in commit 0b26a0bf6ff398
 2011-04-06 21:31 UTC  (3+ messages)

[RFC PATCH 4/5] RCU: Add TASK_RCU_OFFSET
 2011-04-06 21:27 UTC  (14+ messages)

[PATCH] POWER: perf_event: Skip updating kernel counters if register value shrinks
 2011-04-06 21:27 UTC  (7+ messages)

GPF in __call_for_each_cic
 2011-04-06 21:21 UTC  (3+ messages)

[PATCH 2/3] Make all it87 drivers SMP safe
 2011-04-06 21:13 UTC 

[PATCH 3/3] Make all it87 drivers SMP safe
 2011-04-06 21:13 UTC 

[PATCH 1/3] Make all it87 drivers SMP safe
 2011-04-06 21:12 UTC 

[PATCH 0/3] Make all it87 drivers SMP safe
 2011-04-06 21:12 UTC 

[PATCH] [TRIVIAL] openezx-devel is moderated for non-subscribers
 2011-04-06 21:12 UTC  (2+ messages)

[PATCH V2 1/1] uio: clean uioinfo when uninstall uio driver
 2011-04-06 21:12 UTC  (2+ messages)

pull request: wireless-2.6 2011-04-06
 2011-04-06 21:05 UTC  (2+ messages)

[PATCH] genirq: Support per-IRQ thread disabling
 2011-04-06 21:01 UTC 

sata_mv port lockup on hotplug (kernel 2.6.38.2)
 2011-04-06 21:00 UTC  (4+ messages)

[PATCH v2] gpio-charger: Add gpio_charger_resume
 2011-04-06 20:58 UTC  (4+ messages)

[PATCH 0/6] x86-64: Micro-optimize vclock_gettime
 2011-04-06 20:49 UTC  (5+ messages)

[patch 00/15] CFS Bandwidth Control V5
 2011-04-06 20:47 UTC  (6+ messages)
` [patch 03/15] sched: accumulate per-cfs_rq cpu usage

Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ?
 2011-04-06 20:43 UTC  (4+ messages)

[PATCH] brk: fix min_brk lower bound computation for COMPAT_BRK
 2011-04-06 20:42 UTC  (13+ messages)
  ` [PATCH v2] "
    ` [regression v2.6.38] "
                  ` [PATCH] brk: COMPAT_BRK: fix detection of randomized brk (was Re: [regression v2.6.38] Re: [PATCH v2] brk: fix min_brk lower bound computation forCOMPAT_BRK)

[PATCH 01/34] kconfig: Do not record timestamp in auto.conf and autoconf.h
 2011-04-06 20:39 UTC  (5+ messages)

2.6.38.2 breaks suspend to disk
 2011-04-06 20:28 UTC  (2+ messages)
` [tip:x86/urgent] x86, hibernate: Initialize mmu_cr4_features during boot

[PATCH] rfkill: Regulator consumer driver for rfkill
 2011-04-06 20:19 UTC  (10+ messages)

[PATCH] pl25a1_support
 2011-04-06 20:17 UTC  (3+ messages)
` [PatchV2 : PL25A1 Support - 1/3] whitespace

Linux 2.6.39-rc2
 2011-04-06 20:17 UTC 

[PATCH 00/24] v1: sysctl header cookies + private children
 2011-04-06 20:06 UTC  (9+ messages)
` [PATCH 01/24] sysctl: net: call unregister_net_sysctl_table where needed
` [PATCH 02/24] sysctl: cookie: add ctl_header_cookie
` [PATCH 03/24] sysctl: cookie: pass ctl_header_cookie to proc_handler

(no subject)
 2011-04-06 20:03 UTC 

[PATCH v8 0/3] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
 2011-04-06 19:47 UTC  (6+ messages)
` [PATCH v8.75 0/4] "
  ` [PATCH v8.75 1/4] cgroups: read-write lock CLONE_THREAD forking per threadgroup
  ` [PATCH v8.75 2/4] cgroups: add per-thread subsystem callbacks
  ` [PATCH v8.75 3/4] cgroups: make procs file writable
  ` [PATCH v8.75 4/4] cgroups: use flex_array in attach_proc

[PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
 2011-04-06 19:43 UTC 

[PATCH 4/4] Staging: iio: accel : sca3000_ring: Fixing code styling issues
 2011-04-06 19:24 UTC  (2+ messages)

[PATCH] virtio_blk: decrement index when blockdevice is removed
 2011-04-06 19:17 UTC  (2+ messages)

[PATCH] perf script: improve validation of sample attributes for output fields
 2011-04-06 19:16 UTC  (3+ messages)

[Fwd: Fwd: Re: Why is dynamic debug disabled for staging drivers ?]
 2011-04-06 19:16 UTC  (4+ messages)

[PATCH v2 00/12] mmc: use nonblock mmc requests to minimize latency
 2011-04-06 19:07 UTC  (13+ messages)
` [PATCH v2 01/12] mmc: add none blocking mmc request function
` [PATCH v2 02/12] mmc: mmc_test: add debugfs file to list all tests
` [PATCH v2 03/12] mmc: mmc_test: add test for none blocking transfers
` [PATCH v2 04/12] mmc: add member in mmc queue struct to hold request data
` [PATCH v2 05/12] mmc: add a block request prepare function
` [PATCH v2 06/12] mmc: move error code in mmc_block_issue_rw_rq to a separate function
` [PATCH v2 07/12] mmc: add a second mmc queue request member
` [PATCH v2 08/12] mmc: add handling for two parallel block requests in issue_rw_rq
` [PATCH v2 09/12] mmc: test: add random fault injection in core.c
` [PATCH v2 10/12] omap_hsmmc: use original sg_len for dma_unmap_sg
` [PATCH v2 11/12] omap_hsmmc: add support for pre_req and post_req
` [PATCH v2 12/12] mmci: implement pre_req() and post_req()

[RFC] tracing: Adding cgroup aware tracing functionality
 2011-04-06 18:50 UTC 

[PATCH 0/2] Staging: hv: Fixup Phase II storage driver cleanup
 2011-04-06 18:25 UTC  (3+ messages)
` [PATCH 1/2] Staging: hv: Properly capture the error state
  ` [PATCH 2/2] Staging: hv: Zero out the request structure on allocation

[PATCH]: Rename /sys/firmware/dmi to /sys/firmware/smbios
 2011-04-06 18:35 UTC 

[PATCHv1 10/11] LEDS: LED module of DA9052 PMIC driver
 2011-04-06 18:34 UTC  (2+ messages)

[PATCHv1 11/11] INPUT/MISC/ONKEY: OnKey module of DA9052 PMICs driver
 2011-04-06 18:26 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).