LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-23 00:13:57 to 2010-06-23 14:01:07 UTC [more...]

[PATCH for-2.6.35] virtio-pci: disable msi at startup
 2010-06-23 13:59 UTC  (2+ messages)

[PATCH] hid Logitech G13 Driver 0.0.5
 2010-06-23 13:51 UTC  (5+ messages)

Unbound(?) internal fragmentation in Btrfs
 2010-06-23 13:46 UTC  (12+ messages)
  ` Btrfs: broken file system design (was Unbound(?) internal fragmentation in Btrfs)
          ` Balancing leaves when walking from top to down (was Btrfs:...)

gpiolib and sleeping gpios
 2010-06-23 13:39 UTC  (5+ messages)

[PATCH] intel_mid: Add Mrst & Mfld DMA Drivers
 2010-06-23 13:39 UTC  (3+ messages)

Adding critical/fault limits to hwmon sysfs API
 2010-06-23 13:31 UTC  (3+ messages)
` [lm-sensors] "

[PATCH fs/ramfs] inode.c: Fix incorrect variable freeing
 2010-06-23 13:20 UTC  (3+ messages)

[PULL] virtio fixes
 2010-06-23 13:20 UTC 

[PATCH 00/11] staging: add ti dspbridge driver
 2010-06-23 13:14 UTC  (12+ messages)
` [PATCH 01/11] staging: ti dspbridge: add driver documentation
` [PATCH 02/11] staging: ti dspbridge: add core driver sources
` [PATCH 03/11] staging: ti dspbridge: add platform manager code
` [PATCH 04/11] staging: ti dspbridge: add resource manager
` [PATCH 05/11] staging: ti dspbridge: add MMU support
` [PATCH 06/11] staging: ti dspbridge: add generic utilities
` [PATCH 07/11] staging: ti dspbridge: add services
` [PATCH 08/11] staging: ti dspbridge: add DOFF binaries loader
` [PATCH 09/11] staging: ti dspbridge: add header files
` [PATCH 10/11] staging: ti dspbridge: add TODO file
` [PATCH 11/11] staging: ti dspbridge: enable driver building

[PATCH v2] sata_sil24: Use memory barriers before issuing commands
 2010-06-23 13:00 UTC  (5+ messages)

[PATCH 0/3 v5][RFC] ext3/4: enhance fsync performance when using CFQ
 2010-06-23 13:06 UTC  (7+ messages)
` [PATCH 1/3] block: Implement a blk_yield function to voluntarily give up the I/O scheduler

[PATCH][GIT PULL][v2.6.35] tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
 2010-06-23 13:04 UTC 

Hitting WARN_ON in hw_breakpoint code
 2010-06-23 12:57 UTC 

[2.6.33.4 PATCH] V4L/uvcvideo: Add support for Suyin Corp. Lenovo Webcam
 2010-06-23 12:45 UTC  (2+ messages)

2.6.35-rc3 E-MU 0404 USB problem
 2010-06-23 12:45 UTC  (5+ messages)

[PATCH v2] security: Yama LSM
 2010-06-23 11:43 UTC  (2+ messages)

ftrace syscalls, PowerPC: Various fixes, Compat Syscall support and PowerPC implementation, V2
 2010-06-23 11:41 UTC  (42+ messages)
` [PATCH 01/40] ftrace syscalls: don't add events for unmapped syscalls
` [PATCH 02/40] ftrace syscalls: Make arch_syscall_addr weak
` [PATCH 03/40] ftrace syscalls: Allow arch specific syscall symbol matching
` [PATCH 04/40] trace, powerpc: Implement raw syscall tracepoints on PowerPC
` [PATCH 05/40] x86: add NR_syscalls_compat, make ia32 syscall table visible
` [PATCH 06/40] x86: add arch_compat_syscall_addr()
` [PATCH 08/40] tracing: remove syscall bitmaps in preparation for compat support
` [PATCH 09/40] tracing: move __start_ftrace_events and __stop_ftrace_events to header file
` [PATCH 10/40] tracing: add tracing support for compat syscalls
` [PATCH 11/40] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()
` [PATCH 12/40] x86, compat: convert ia32 layer to use
` [PATCH 13/40] syscalls: add new COMPAT_SYSCALL_DEFINE#N() macro
` [PATCH 14/40] compat: convert to use COMPAT_SYSCALL_DEFINE#N()
` [PATCH 15/40] compat: convert fs compat to use COMPAT_SYSCALL_DEFINE#N() macros
` [PATCH 16/40] tags: recognize compat syscalls
` [PATCH 17/40] tracing: make a "compat_syscalls" tracing subsys
` [PATCH 18/40] compat_syscalls: introduce CONFIG_COMPAT_FTRACE_SYSCALLS
` [PATCH 19/40] trace syscalls: Remove redundant syscall_nr checks
` [PATCH 20/40] trace syscalls: Considder compat_syscall_nr when verifying syscall_nr
` [PATCH 21/40] trace syscalls, PPC: Add ftrace compat syscall support for PPC64
` [PATCH 22/40] trace syscalls, PPC: Convert syscalls to SYSCALL_DEFINE
` [PATCH 23/40] trace syscalls, PPC: Convert ppc32 compat syscalls to COMPAT_SYSCALL
` [PATCH 24/40] trace syscalls, PPC: Convert more "
` [PATCH 25/40] trace syscalls: Refactor syscall metadata creation
` [PATCH 26/40] trace syscalls, PPC: Add PPC_REGS_SYSCALL_DEFINE macros
` [PATCH 27/40] trace syscalls: Add COMPAT_SYSCALL_DEFINE0 macro
` [PATCH 28/40] trace syscalls, PPC: Convert syscalls using regs to REGS_SYSCALL_DEFINE macros
` [PATCH 29/40] trace syscalls, PPC: Convert ppc32_ syscalls to ARCH_COMPAT_SYSCALL_DEFINE
` [PATCH 30/40] trace syscalls: Convert remaining kernel/compat.c syscalls to COMPAT_SYSCALL_DEFINE
` [PATCH 33/40] trace syscalls: Infrastructure for syscalls different return types
` [PATCH 34/40] trace syscalls: Convert generic syscalls without long return type
` [PATCH 35/40] trace syscalls, PPC: Convert PPC syscalls without long return types
` [PATCH 36/40] trace syscalls: Early terminate search for sys_ni_syscall
` [PATCH 37/40] trace syscalls: Print out unmapped syscalls at boot
` [PATCH 38/40] trace syscalls: Remove redundant test for unmapped compat syscalls
` [PATCH 39/40] trace syscalls: Clean confusing {s,r,}name and fix ABI breakage
` [PATCH 40/40] trace syscalls, PPC: Convert morphing native/compat syscalls

[PATCH] Support for the pressure sensor BMP085 from Bosch Sensortec
 2010-06-23 11:41 UTC  (5+ messages)

[patch] i915: take struct_mutex in i915_dma_cleanup()
 2010-06-23 11:19 UTC 

[PATCH 0/4] input: evdev: Dynamic buffers (rev5)
 2010-06-23 11:14 UTC  (6+ messages)
` [PATCH 1/5] input: evdev: Convert to dynamic event buffer (rev5)
  ` [PATCH 2/5] input: Use driver hint to compute the evdev buffer size (rev3)
    ` [PATCH 3/5] input: bcm5974: Set the average number of events per MT event packet
      ` [PATCH 4/5] hid-input: Use a larger event buffer for MT devices
        ` [PATCH 5/5] input: evdev: Never leave the client buffer empty after write

Deadlock between fbcon and fb_defio?
 2010-06-23 10:32 UTC  (6+ messages)
    ` vfree() and mmap()ed framebuffer with defio (Was: Deadlock between fbcon and fb_defio?)
      ` [Patch] HID: Fix PicoLCD to allow it to run fbcon and handle unplug while FB in use

[PATCH 1/2] percpu: add percpu_variable_ptr()
 2010-06-23 10:22 UTC  (4+ messages)

[PATCHv7 06/11] USB: gadget: g_multi: code clean up and refactoring
 2010-06-23 10:16 UTC  (3+ messages)

[update] Re: [RFC][PATCH] PM: Avoid losing wakeup events during suspend
 2010-06-23 10:09 UTC  (3+ messages)

[PATCH 4/5] mtd: mxc_nand fixups
 2010-06-23 10:10 UTC  (10+ messages)
      ` [PATCHv2 "
          ` [PATCHv3 "

[RFC PATCH v7 01/19] Add a new structure for skb buffer from external
 2010-06-23 10:05 UTC  (12+ messages)

[PATCH 2/2] rcu: simplify the usage of percpu data
 2010-06-23 10:04 UTC 

trying to understand READ_META, READ_SYNC, WRITE_SYNC & co
 2010-06-23 10:02 UTC  (12+ messages)

[PATCH] CRYPTO: ablkcipher, avoid NULL dereference
 2010-06-23 10:01 UTC  (3+ messages)

linux-firmware tree vs. linux-firmware-from-kernel tree
 2010-06-23  9:56 UTC  (2+ messages)

gpiolib and sleeping gpios
 2010-06-23  9:51 UTC  (10+ messages)
    ` [RFC PATCH] Rework gpio cansleep (was Re: gpiolib and sleeping gpios)

[PATCH] scripts: checkpatch.pl
 2010-06-23  9:49 UTC  (2+ messages)

How do I write use bio structure to write a page on disk ?
 2010-06-23  9:29 UTC 

futex: race in lock and unlock&exit for robust futex with PI?
 2010-06-23  9:13 UTC 

[PATCH] security: Yama LSM
 2010-06-23  9:16 UTC  (9+ messages)

[PATCH RFC] reduce runqueue lock contention
 2010-06-23  9:10 UTC  (7+ messages)

linux-next: Tree for June 10
 2010-06-23  9:04 UTC  (6+ messages)
` next June 10: S390 build failure [arch/s390/kvm/kvm.ko]

help identify wwan card
 2010-06-23  8:52 UTC  (3+ messages)

[PATCH] s6e63m0: set permissions on gamma_table file to 0444
 2010-06-23  8:49 UTC 

[PATCH] Add commandline partitions for block devices v2
 2010-06-23  8:23 UTC  (4+ messages)

[PATCH 00/38] Union mounts - union stack as linked list
 2010-06-23  8:43 UTC  (15+ messages)
` [PATCH 04/38] autofs4: Save autofs trigger's vfsmount in super block info
  ` [autofs] "
` [PATCH 17/38] union-mount: Union mounts documentation

tty: fix switching consoles during suspend
 2010-06-23  8:35 UTC 

[PATCH V2 1/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-23  8:15 UTC  (8+ messages)

[PATCH] input: evdev: Use multi-reader buffer to save space (rev5)
 2010-06-23  8:11 UTC  (3+ messages)

[PATCH V2 3/5] ara virt interface of perf to support kvm guest os statistics collection in guest os
 2010-06-23  8:09 UTC  (11+ messages)

[GIT PULL rcu/urgent] yet more lockdep-RCU splat fixes
 2010-06-23  8:08 UTC  (7+ messages)

SO_REUSEPORT
 2010-06-23  7:54 UTC  (2+ messages)

[PATCH] Staging: memrar: Moved memrar_allocator struct into memrar_allocator.c
 2010-06-14 12:40 UTC 

linux-next: Tree for June 21
 2010-06-23  7:32 UTC  (4+ messages)
` -next June 21: WARNING: at include/linux/tty.h

FW: sched_setaffinity not working with kernel 2.6.32.15
 2010-06-23  7:25 UTC  (5+ messages)
  `  "

[patch 00/33] my current vfs scalability patch queue
 2010-06-23  7:23 UTC  (11+ messages)
` [patch 11/33] fs: dcache scale subdirs

2.6.35-rc2-git1 - include/linux/cgroup.h:534 invoked rcu_dereference_check() without protection!
 2010-06-23  7:25 UTC  (16+ messages)
                            ` [PATCH] sched: silence PROVE_RCU in sched_fork()

[PATCH] initialise DMA engine before MMC
 2010-06-23  6:47 UTC  (2+ messages)

[PATCH 0/5] mtd: mxc_nand fixups
 2010-06-23  6:47 UTC  (2+ messages)

[PATCH] [staging-next] [3] Staging: wl_cs.c: fixed style issues in wl_cs.c
 2010-06-23  6:47 UTC 

[PATCH] [staging-next] [2] Staging: wl_cs.c: fixed invalid UTF-8 style issues in wl_cs.c
 2010-06-23  6:46 UTC 

[PATCH] [staging-next] [2] Staging: wl_cs.c: converted space to tabs style issues in wl_cs.c
 2010-06-23  6:46 UTC  (3+ messages)
` [PATCH 2] "

[PATCH] [staging-next] [1] Staging: wl_cs.c: converted space to tabs in wl_cs.c
 2010-06-23  6:45 UTC 

[PATCH] INPUT: tps6507x-ts, remove unneeded NULL test
 2010-06-23  6:23 UTC  (2+ messages)

[PATCH] DMAENGINE: runtime config for slave channels
 2010-06-23  6:20 UTC  (3+ messages)

USB Low speed device not working with full speed HUB connected to the USB OTG controller-1.1
 2010-06-23  5:58 UTC 

linux-next: Tree for June 23
 2010-06-23  5:45 UTC 

PROBLEM: SIS7019 stops recording after 42 min
 2010-06-23  5:36 UTC  (11+ messages)

[RFC][PATCH 04/10] cifs: define server-level cache index objects and register them with FS-Cache
 2010-06-23  5:34 UTC  (3+ messages)

linux-next: manual merge of the net tree with the net-current tree
 2010-06-23  4:14 UTC  (2+ messages)

[PATCH] vt/console: try harder to print output when panicing
 2010-06-23  3:12 UTC 

[PATCH] Two fixes for my mmc/sd cardreader
 2010-06-23  3:52 UTC  (8+ messages)
` [PATCH 1/2] MMC: fix all hangs related to mmc/sd card insert/removal during suspend/resume
    ` MMC tree (Was: Re: [PATCH 1/2] MMC: fix all hangs related to mmc/sd card insert/removal during suspend/resume.)

[PATCH] Fix CONFIG_CROSS_COMPILE issue in .config
 2010-06-23  3:44 UTC  (4+ messages)

[PATCH] Staging: memrar: fix coding style issues in memrar_handler.c
 2010-06-23  3:37 UTC 

[PATCH] Add TAINT_HARDWARE_UNSUPPORTED flag
 2010-06-23  3:30 UTC  (12+ messages)
        ` [PATCH v3] "

[PATCH] block: Don't count_vm_events for discard bio in submit_bio
 2010-06-23  3:24 UTC 

[PATCH] perf: Fix argument of perf_arch_fetch_caller_regs
 2010-06-23  3:08 UTC  (2+ messages)

[PATCH] Cpufreq: fix brace coding style issue. This patch fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Neal Buckendahl <nealb001@tbcnet.com>
 2010-06-23  3:02 UTC 

linux-next: build failure after merge of the wireless tree
 2010-06-23  2:51 UTC 

linux-next: manual merge of the wireless tree with the net tree
 2010-06-23  2:51 UTC 

[PATCH] fb: fix colliding defines for fb flags
 2010-06-23  1:46 UTC 

THE BMW AUTOMOBILE COMPANY
 2010-06-23  0:56 UTC 

urgent attention
 2010-06-23  1:04 UTC 

[GIT PULL linux-next] Samsung S5P SoCs
 2010-06-23  0:56 UTC 

linux-next: build failure after merge of the final tree (tip tree related)
 2010-06-23  0:50 UTC 

bnx2 fails to compile on parisc because of missing get_dma_ops()
 2010-06-23  0:38 UTC  (4+ messages)

[PATCH] Topcliff PHUB: Generate PacketHub driver
 2010-06-23  0:31 UTC  (4+ messages)

2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34
 2010-06-23  0:12 UTC  (4+ messages)
` [Bug #15863] 2.6.34-rc5-git7 (plus all patches) -- another suspicious rcu_dereference_check() usage


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 read-only IMAP folder(s) and NNTP newsgroup(s).