All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-11-25 04:13:35 to 2010-11-25 07:07:50 UTC [more...]

[PATCH 1/1] arm: imx: share imx5x_register_gpios for mach-mx5
 2010-11-25 14:28 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/11] AHCI emulation support v5
 2010-11-25  7:07 UTC  (2+ messages)
` [Qemu-devel] [PATCH 07/11] pci: add ich7 pci id

+ printk-use-rcu-to-prevent-potential-lock-contention-in-kmsg_dump.patch added to -mm tree
 2010-11-25  7:02 UTC 

[PATCH 0/8] ASoC: fix resource leak in error paths
 2010-11-25  7:07 UTC  (2+ messages)
` [PATCH 1/8] ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error path

poky-image-minimal-1.0-r0:Unable to find package rpm!
 2010-11-25  7:06 UTC  (4+ messages)

XFS reclaim lock order bug
 2010-11-25  7:08 UTC  (6+ messages)

[U-Boot] [PATCH] Kirkwood: grouped all Kirkwood boards
 2010-11-25  7:06 UTC 

[PATCH RFC 2/3] Decompressors: Add boot-time XZ support
 2010-11-25  7:06 UTC  (3+ messages)

[PATCH v4 0/5] OMAP: mailbox: fixes and enhancements
 2010-11-25  7:04 UTC  (8+ messages)
` [PATCH v4 2/5] OMAP: mailbox: fix rx interrupt disable in omap4

[U-Boot] [PATCHv2 0/3] Use return value of cmd_usage
 2010-11-25  7:05 UTC  (4+ messages)
` [U-Boot] [PATCHv2 1/3] common/cmd_nvedit: "
` [U-Boot] [PATCHv2 2/3] gdsys: osd: "
` [U-Boot] [PATCHv2 3/3] powerpc: cmd_ecctest: "

[PATCH 2/2] perf bench: add x86-64 specific benchmarks to perf bench mem memcpy
 2010-11-25  7:04 UTC  (6+ messages)
` [PATCH] perf bench: print both of prefaulted and no prefaulted results
      ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] perf bench: port arch/x86/lib/memcpy_64.S to perf bench mem memcpy

I2C support for Sodaville
 2010-11-25  7:04 UTC  (8+ messages)
` [PATCH 6/7] i2c/pxa2xx: reset the chip if the bus is not free

[RFC/PATCH v3 0/7] OMAP3 ISP driver
 2010-11-25  7:03 UTC  (4+ messages)
` [RFC/PATCH v3 6/7] omap3: Export omap3isp platform device structure

[PATCH 2.6.37-rc1] ASoC: OMAP: fix OMAP1 compilation problem
 2010-11-25  7:02 UTC  (6+ messages)

[PATCH] printk, Use RCU to prevent potential lock contention in kmsg_dump
 2010-11-25  7:00 UTC 

[RFC] netfilter: conntrack race between dump_table and destroy
 2010-11-25  7:00 UTC  (3+ messages)

Verify filesystem is aligned to stripes
 2010-11-25  7:00 UTC  (3+ messages)

[GIT PULL] rmobile updates for 2.6.37-rc4
 2010-11-25  6:57 UTC  (4+ messages)

OMAP:DSS: possible bug in WAITFOR_VSYNC ioctl
 2010-11-25  6:53 UTC  (6+ messages)

2.6.37-rc3-mmotm1123 - arch/x86/kernel/cpu/mcheck/mce.c:1628 invoked rcu_dereference_check() without protection!
 2010-11-25  6:53 UTC  (2+ messages)

stat(2) off by one
 2010-11-25  6:53 UTC  (3+ messages)

[PATCH 00/21] Kemari for KVM 0.2
 2010-11-25  6:07 UTC  (44+ messages)
` [Qemu-devel] "
` [PATCH 01/21] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
  ` [Qemu-devel] "
` [PATCH 02/21] Introduce read() to FdMigrationState
  ` [Qemu-devel] "
` [PATCH 03/21] Introduce skip_header parameter to qemu_loadvm_state()
  ` [Qemu-devel] "
` [PATCH 04/21] qemu-char: export socket_set_nodelay()
  ` [Qemu-devel] "
` [PATCH 05/21] virtio: modify save/load handler to handle inuse varialble
  ` [Qemu-devel] "
` [PATCH 06/21] vl: add a tmp pointer so that a handler can delete the entry to which it belongs
  ` [Qemu-devel] "
` [PATCH 07/21] Introduce fault tolerant VM transaction QEMUFile and ft_mode
  ` [Qemu-devel] "
` [PATCH 08/21] savevm: introduce util functions to control ft_trans_file from savevm layer
  ` [Qemu-devel] "
` [PATCH 09/21] Introduce event-tap
  ` [Qemu-devel] "
` [PATCH 10/21] Call init handler of event-tap at main() in vl.c
  ` [Qemu-devel] "
` [PATCH 11/21] ioport: insert event_tap_ioport() to ioport_write()
  ` [Qemu-devel] "
` [PATCH 12/21] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
  ` [Qemu-devel] "
` [PATCH 13/21] dma-helpers: replace bdrv_aio_writev() with bdrv_aio_writev_proxy()
  ` [Qemu-devel] "
` [PATCH 14/21] virtio-blk: replace bdrv_aio_multiwrite() with bdrv_aio_multiwrite_proxy()
  ` [Qemu-devel] "
` [PATCH 15/21] virtio-net: replace qemu_sendv_packet_async() with qemu_sendv_packet_async_proxy()
  ` [Qemu-devel] "
` [PATCH 16/21] e1000: replace qemu_send_packet() with qemu_send_packet_proxy()
  ` [Qemu-devel] "
` [PATCH 17/21] savevm: introduce qemu_savevm_trans_{begin,commit}
  ` [Qemu-devel] [PATCH 17/21] savevm: introduce qemu_savevm_trans_{begin, commit}
` [PATCH 18/21] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
  ` [Qemu-devel] [PATCH 18/21] migration: introduce migrate_ft_trans_{put, get}_ready(), "
` [PATCH 19/21] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
  ` [Qemu-devel] "
` [PATCH 20/21] Introduce -k option to enable FT migration mode (Kemari)
  ` [Qemu-devel] "
` [PATCH 21/21] migration: add a parser to accept FT migration incoming mode
  ` [Qemu-devel] "

Simple kernel attack using socketpair. easy, 100% reproductiblle, works under guest. no way to protect :(
 2010-11-25  6:52 UTC  (3+ messages)

[PATCH 0/3] jump label: updates for 2.6.37
 2010-11-25  6:52 UTC  (11+ messages)
` [PATCH 1/3] jump label: add enabled/disabled state to jump label key entries

XFS Direct IO, unaligned block zeroing at 128K boundery
 2010-11-25  6:53 UTC 

[RFC][PATCH 0/2] Move kmalloc tracepoints out of inlined code
 2010-11-25  6:46 UTC  (6+ messages)
` [RFC][PATCH 2/2] [PATCH 2/2] tracing/slub: Move kmalloc tracepoint out of inline code

Query regarding ext4 filesystem
 2010-11-25  6:28 UTC 

[PATCH v2 0/4] Introduce common hardware spinlock interface
 2010-11-25  6:40 UTC  (11+ messages)
` [PATCH v2 1/4] drivers: hwspinlock: add generic framework

debugfs_create_dir return value in acer-wmi, intel_ips and ec_sys
 2010-11-25  6:40 UTC  (5+ messages)

[PATCH 00/13] OMAP3: OFF mode fixes
 2010-11-25  6:39 UTC  (5+ messages)
` [PATCH 02/13] OMAP3: PM: Errata i581 suppport: dll kick strategy

[PATCH] sdhci: Kconfig: MMC_SDHCI_PXA: CPU_MMP2 no need IO_ACCESSORS
 2010-11-25  6:33 UTC  (3+ messages)

[LTP] [PATCH] fix the SEGBUS signal error
 2010-11-25  6:39 UTC 

Generic driver for datacards with atmodem
 2010-11-25  6:35 UTC 

[PATCH] ARM: mmp: append brownstone support
 2010-11-25  6:32 UTC  (2+ messages)

[RFC PATCHv3] perf tools: add event grouping capability to "perf stat"
 2010-11-25  6:32 UTC  (2+ messages)

[PATCH] x86, dumpstack: Fix unused variable warning
 2010-11-25  6:32 UTC  (10+ messages)

[PATCH] serial: msm_serial_hs: Add MSM high speed UART driver
 2010-11-25  6:30 UTC 

[RFC PATCH 2/3 v2] perf: Implement Nehalem uncore pmu
 2010-11-25  6:27 UTC  (8+ messages)

[PATCH 1/5] [RFC]intel_hdmi_audio:include header
 2010-11-25  6:25 UTC  (17+ messages)
` [PATCH 2/5] [RFC]intel_hdmi_audio: interface module
` [PATCH 3/5] [RFC]intel_hdmi_audio: driver module - ALSA intereaction

[GIT PULL] MMC fixes for 2.6.37-rc4
 2010-11-25  6:26 UTC 

[PATCH v7 00/11] OMAP: GPIO: Implement GPIO as a platform device
 2010-11-25  6:20 UTC  (18+ messages)
` [PATCH v7 05/11] OMAP2420: hwmod data: Add GPIO
` [PATCH v7 07/11] OMAP3: "

How to get the OMA DRM right object file coming from WAP Push?
 2010-11-25  6:15 UTC  (2+ messages)

do_rootfs failing with gpgkey error
 2010-11-25 11:42 UTC 

mmotm 2010-11-23-16-12 uploaded
 2010-11-25  6:09 UTC  (4+ messages)
` mmotm 2010-11-23 + autogroups -> inconsistent lock state

[LTP] [PATCH] extend the '-I' options
 2010-11-25  6:04 UTC  (2+ messages)

linux-next: Tree for November 23
 2010-11-25  5:58 UTC  (5+ messages)

limiting guest block i/o for qos
 2010-11-25  5:58 UTC 

[PATCH 2/2] reset mce registers of the given VCPU or all VCPUs with mce command
 2010-11-25  5:55 UTC  (2+ messages)

RFC: /sys/power/policy_preference
 2010-11-25  5:52 UTC  (8+ messages)
` x86_energy_perf_policy.c
  ` [PATCH] tools: add x86_energy_perf_policy to program MSR_IA32_ENERGY_PERF_BIAS
    ` [PATCH RESEND] tools: add power/x86/x86_energy_perf_policy "
      ` [PATCH v2] tools: create power/x86/x86_energy_perf_policy

[PATCH] mount: make sure mount correctly when kernel not support NFSv4
 2010-11-25  5:54 UTC 

linux-next: Tree for November 25
 2010-11-25  5:49 UTC 

[PATCH] IceE: New program
 2010-11-25  5:46 UTC 

[ath9k-devel] ath9k warning on AR9160 and AR9220 chipset with 2.6.36 kernel
 2010-11-25  5:46 UTC  (3+ messages)

[PATCH] Add function for clearing the requested VCPUs' mce registers
 2010-11-25  5:44 UTC  (4+ messages)

help with ath5k --- wlan0 no private ioctls
 2010-11-25  5:43 UTC 

[PATCH] ASoC: Fix compile error for smartq_wm8987.c
 2010-11-25  5:43 UTC 

[PATCH 0/4] ARM: S5P64X0: Add S5P6450 GPIOlib support
 2010-11-25  5:30 UTC  (5+ messages)
` [PATCH 1/4] ARM: S5P64X0: Add GPIOlib support for S5P6450
` [PATCH 2/4] ARM: SAMSUNG: Cleanup GPIOlib adding 2bit chips
` [PATCH 3/4] ARM: S5P64X0: Cleanup S5P64X0 "
` [PATCH 4/4] ARM: S5P64X0: Rename GPIOlib file to gpiolib.c

ALSA Multichannel through HDMI
 2010-11-25  5:36 UTC  (5+ messages)

inconsistent redundancy in chdir.2
 2010-11-25  5:36 UTC 

mmotm 2010-11-09-15-31 uploaded
 2010-11-25  5:35 UTC  (4+ messages)
` mmotm 2010-11-09 - lockdep splat in ext4/quota code

[PATCH] Fix sparse message rtl8192u
 2010-11-25  5:36 UTC  (2+ messages)

[PATCH] ath9k: Add support for Adaptive Power Management
 2010-11-25  5:33 UTC  (6+ messages)

[ath9k-devel] Is it possibile to modify the channel width through ath9k driver souce code?
 2010-11-25  5:29 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] iscsi: add iSCSI block device support
 2010-11-25  5:22 UTC  (5+ messages)

[PULL] Consolidated Distro Pull Request
 2010-11-25  5:22 UTC  (2+ messages)

Anyone want a telecommuting kernel developer keen to focus on power management?
 2010-11-25  5:07 UTC  (3+ messages)

[ath9k-devel] Is setting txpower in master mode on ath9k supposed to work?
 2010-11-25  5:08 UTC  (2+ messages)

[Buildroot] [Bug 2845] New: dialog 1.1 needs libtinfo from ncurses
 2010-11-25  5:08 UTC  (3+ messages)
` [Buildroot] [Bug 2845] "

grubenv file format
 2010-11-25  4:55 UTC  (3+ messages)

XFS performance oddity
 2010-11-25  4:54 UTC  (6+ messages)
      ` [PATCH] "

aa
 2010-11-25  4:50 UTC 

bug: unexpected output for "git st" + suggestion
 2010-11-25  4:49 UTC  (5+ messages)
` [PATCH] help: always suggest common-cmds if prefix of cmd

[PATCH 1/2] fs: Do not dispatch FITRIM through separate super_operation
 2010-11-25  4:41 UTC  (15+ messages)

photos @ Linux Plumbers in Cambridge, MA
 2010-11-25  4:35 UTC 

[PATCH 0/2] Generic hardware error reporting support
 2010-11-25  4:35 UTC  (16+ messages)

external-toolchain-csl-1.0-r6 fails
 2010-11-25  4:22 UTC  (9+ messages)

[PATCH 1/2] Add "broadcast" option for mce command
 2010-11-25  4:25 UTC  (3+ messages)

[GIT PULL] Samsung fixes for 2.6.37-rc4
 2010-11-25  4:21 UTC  (2+ messages)

[Lustre-devel] Lustre tags
 2010-11-25  4:17 UTC  (4+ messages)

[patch] infiniband: uverbs: limit the number of entries
 2010-11-25  4:13 UTC  (12+ messages)
    ` [patch v3] infiniband: uverbs: handle large "
        ` [patch v4] "

[PATCH 1/3] perf: Correct final kernel map guesses
 2010-11-25  4:12 UTC  (2+ messages)
` [PATCH 3/3] perf, powerpc: Allow perf test to handle PowerPC symbol naming


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.