All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-07-28 20:51:43 to 2009-07-28 22:36:01 UTC [more...]

+ leds-after-setting-inverted-attribute-we-must-update-the-led.patch added to -mm tree
 2009-07-28 22:35 UTC 

+ leds-fix-multiple-requests-and-releases-of-irq-for-gpio-led-trigger.patch added to -mm tree
 2009-07-28 22:35 UTC 

+ i915-fix-read-outside-array-bounds.patch added to -mm tree
 2009-07-28 22:34 UTC 

+ leds-fix-coding-style-in-worker-thread-code-for-ledtrig-gpio-checkpatch-fixes.patch added to -mm tree
 2009-07-28 22:34 UTC 

+ leds-fix-coding-style-in-worker-thread-code-for-ledtrig-gpio.patch added to -mm tree
 2009-07-28 22:33 UTC 

Do piggybacked ACKs work?
 2009-07-28 22:31 UTC  (3+ messages)

[RFC] ondemand: Make kondemand workqueue run with dynamic sched priority
 2009-07-28 22:28 UTC 

[Bugme-new] [Bug 13830] New: 8139too - packets dropped/lost by ethernet stack
 2009-07-28 22:26 UTC 

[Qemu-devel] [PATCH] add --accel option
 2009-07-28 22:25 UTC  (2+ messages)

[PATCH] cyclades: allow overriding ISA defaults also when the driver is built-in
 2009-07-28 22:23 UTC 

[RFC PATCH 0/3] Add some trace events for the page allocator
 2009-07-28 22:23 UTC  (4+ messages)
` [PATCH 1/3] tracing, page-allocator: Add trace events for page allocation and page freeing
` [PATCH 2/3] tracing, mm: Add trace events for anti-fragmentation falling back to other migratetypes
` [PATCH 3/3] tracing, page-allocator: Add trace event for page traffic related to the buddy lists

[Fwd: how to debug: BUG: soft lockup - CPU#3 stuck for 61s!]
 2009-07-28 22:23 UTC  (3+ messages)

Fw: Null deref in recursive merge in df73af5f667a479764d2b2195cb0cb60b0b89e3d
 2009-07-28 22:23 UTC 

[U-Boot] [PATCH] Fix FEC compile warning message
 2009-07-28 22:22 UTC  (3+ messages)

[Qemu-devel] [PATCH] ENOTSUP is also not defined in WINDOWS. It also used to be 4096 in qemu
 2009-07-28 22:22 UTC  (2+ messages)

[Qemu-devel] bug report + fix: e1000.c in 0.10.5 does not properly emulate real hardware
 2009-07-28 22:21 UTC  (6+ messages)

[PATCH linux-next] agp: correct missing cleanup on error in agp_add_bridge
 2009-07-28 22:19 UTC  (2+ messages)

+ agp-correct-missing-cleanup-on-error-in-agp_add_bridge.patch added to -mm tree
 2009-07-28 22:19 UTC 

[PATCH 0/26] oprofile: Performance counter multiplexing
 2009-07-28 22:18 UTC  (3+ messages)

DNS Issues
 2009-07-28 22:03 UTC 

BUG: scheduling while atomic reintroduced
 2009-07-28 22:18 UTC 

[U-Boot] [RFC 0/3] uboot-doc User's Manual Generation Tool
 2009-07-28 22:16 UTC  (9+ messages)
  ` [U-Boot] [RFC 2/3] uboot-doc: Add example support for uboot-doc

More symlink/directory troubles
 2009-07-28 22:13 UTC  (3+ messages)
` [PATCH 1/2] Demonstrate bugs when a directory is replaced with a symlink
  ` [PATCH 2/2] Demonstrate merge failure "

[PATCH] exit if we fail to initialize kvm
 2009-07-28 22:12 UTC  (6+ messages)

[kbd] [PATCH] Never handle plain ASCII characters as Unicode
 2009-07-28 22:10 UTC  (2+ messages)

[PATCH v3 26/27] [ARM] [NAND] [bcmring] add bcmring umi nand driver support
 2009-07-28 22:08 UTC  (3+ messages)

Firewall Configuration Help
 2009-07-28 22:08 UTC  (4+ messages)

+ cyclades-read-buffer-overflow.patch added to -mm tree
 2009-07-28 22:07 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/25] Monitor handlers new structure phase 1
 2009-07-28 22:05 UTC  (26+ messages)
` [Qemu-devel] [PATCH 01/25] Introduce QEMU dictionary data type
` [Qemu-devel] [PATCH 02/25] net: Fix do_set_link() return type
` [Qemu-devel] [PATCH 03/25] Add wrappers to functions used by the Monitor
` [Qemu-devel] [PATCH 04/25] monitor: Document missing supported argument types
` [Qemu-devel] [PATCH 05/25] monitor: New format for handlers "
` [Qemu-devel] [PATCH 06/25] monitor: Setup a dictionary with handler arguments
` [Qemu-devel] [PATCH 07/25] monitor: Export qemu-dict.h header
` [Qemu-devel] [PATCH 08/25] monitor: New GET_TLONG and GET_TPHYSADDR macros
` [Qemu-devel] [PATCH 09/25] monitor: Port handler_0 to use the dictionary
` [Qemu-devel] [PATCH 10/25] monitor: Port handler_1 "
` [Qemu-devel] [PATCH 11/25] monitor: Port handler_2 "
` [Qemu-devel] [PATCH 12/25] monitor: Port handler_3 "
` [Qemu-devel] [PATCH 13/25] monitor: Port handler_4 "
` [Qemu-devel] [PATCH 14/25] monitor: Port handler_5 "
` [Qemu-devel] [PATCH 15/25] monitor: Port handler_6 "
` [Qemu-devel] [PATCH 16/25] monitor: Port handler_7 "
` [Qemu-devel] [PATCH 17/25] monitor: Drop handler_8 and handler_9 handling
` [Qemu-devel] [PATCH 18/25] monitor: Port handler_10 to use the dictionary
` [Qemu-devel] [PATCH 19/25] monitor: Split monitor_handle_command()
` [Qemu-devel] [PATCH 20/25] monitor: Add a new index for str_allocated[]
` [Qemu-devel] [PATCH 21/25] monitor: Drop args[] from monitor_parse_command()
` [Qemu-devel] [PATCH 22/25] monitor: Drop 'nb_args' "
` [Qemu-devel] [PATCH 23/25] Add check support
` [Qemu-devel] [PATCH 24/25] Introduce dictionary test data file
` [Qemu-devel] [PATCH 25/25] Introduce qemu-dict unit-tests

[PATCH] mce: fix "mce" boot option handling for CONFIG_X86_NEW_MCE
 2009-07-28 21:55 UTC 

[PATCH 1/3] pda-power: add set_charged functionaltity
 2009-07-28 22:06 UTC  (3+ messages)
` [PATCH 1/2] power_supply: get_by_name and set_charged functionality

[PATCH] x86: fix reporting of Thermal Monitoring mechanism enabled
 2009-07-28 22:04 UTC 

[PATCH] mce: add missing __cpuinit tags
 2009-07-28 21:56 UTC 

[PATCH] mce: remove never executed code
 2009-07-28 21:56 UTC 

[PATCH] mce: don't log boot MCEs on Pentium M (model == 13) CPUs
 2009-07-28 21:52 UTC 

[PATCH 0/2] tracing/function_graph fixes for 2.6.31
 2009-07-28 22:02 UTC  (4+ messages)
` [PATCH 1/2] tracing: Fix invalid function_graph entry
` [PATCH 2/2] tracing: Fix missing function_graph events when we splice_read from trace_pipe
` [GIT PULL] tracing/function_graph fixes for 2.6.31

[PATCH] kdesu broken
 2009-07-28 22:02 UTC  (12+ messages)

Null deref in recursive merge in df73af5f667a479764d2b2195cb0cb60b0b89e3d
 2009-07-28 21:56 UTC 

[PATCH V6] Nand driver for Nomadik 8815 SoC (on NHK8815 board)
 2009-07-28 21:56 UTC  (2+ messages)

Missing device IDs in rt2870
 2009-07-28 21:12 UTC  (2+ messages)

+ scsi-eata-fix-buffer-overflow.patch added to -mm tree
 2009-07-28 21:56 UTC 

+ ibmmca-buffer-overflow.patch added to -mm tree
 2009-07-28 21:55 UTC 

[PATH] i915: Read outside array bounds
 2009-07-28 21:50 UTC  (2+ messages)

Bug in kernel 2.6.31, Slow wb_kupdate writeout
 2009-07-28 21:49 UTC  (3+ messages)

[Ocfs2-devel] [PATCH 0/8] Quota support for ocfs2-tools
 2009-07-28 21:47 UTC  (5+ messages)
` [Ocfs2-devel] [PATCH 1/8] Update ocfs2_fs.h to contain all necessary quota structures and constants
` [Ocfs2-devel] [PATCH 2/8] Provide ocfs2_cached_inode_extend_allocation()

[U-Boot] [PATCH 1/2] Removed CONFIG_NUM_CPUS for 85xx and 86xx Freescale processors
 2009-07-28 21:47 UTC  (4+ messages)

clock freezes??
 2009-07-28 21:46 UTC  (2+ messages)

[GIT PATCH] driver core patches for 2.6.31-rc4-git
 2009-07-28 21:44 UTC  (6+ messages)
` [PATCH 1/5] sysfs: fix hardlink count on device_move
` [PATCH 2/5] driver core: firmware_class:fix memory leak of page pointers array
` [PATCH 3/5] Dynamic debug: fix typo: -/->
` [PATCH 4/5] driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add fails
` [PATCH 5/5] driver core: documentation: make it clear that sysfs is optional

ASoC updates for 2.6.32
 2009-07-28 21:43 UTC 

[Qemu-devel] SDL window Resize Crash
 2009-07-28 21:42 UTC 

+ irda-fix-read-buffer-overflow.patch added to -mm tree
 2009-07-28 21:42 UTC 

[PATCH] Fix when installing on pationless but partionable medium
 2009-07-28 21:42 UTC  (9+ messages)

+ libertas-read-buffer-overflow.patch added to -mm tree
 2009-07-28 21:39 UTC 

[GIT PATCH] STAGING fixes for 2.6.31-rc4-git tree
 2009-07-28 21:38 UTC 

[GIT PATCH] USB patches for 2.6.31-rc4-git
 2009-07-28 21:38 UTC 

ESX on KVM requirements
 2009-07-28 21:39 UTC  (9+ messages)

+ libertas-fix-read-outside-array-bounds.patch added to -mm tree
 2009-07-28 21:38 UTC 

Detect unused header files?
 2009-07-28 21:38 UTC  (8+ messages)

+ hpfall-reduce-risk-that-hpfall-can-do-harm.patch added to -mm tree
 2009-07-28 21:36 UTC 

+ hpfall-accept-disk-device-to-unload-as-argument.patch added to -mm tree
 2009-07-28 21:36 UTC 

[PATCH] Bug fix for LVM
 2009-07-28 21:37 UTC  (9+ messages)

[U-Boot] Ask: How speed up read nand flash on lpc3250
 2009-07-28 21:36 UTC  (2+ messages)

Rotated menu on EFI?
 2009-07-28 21:35 UTC  (7+ messages)

+ viafb-fix-rmmod-bug.patch added to -mm tree
 2009-07-28 21:34 UTC 

[PATCH] viafb: fix rmmod bug
 2009-07-28 21:34 UTC  (3+ messages)

[PATCH 5/9] drivers/net/wireless: correct error-handling code
 2009-07-28 21:33 UTC  (6+ messages)
  ` [PATCH] MAINTAINERS: Add networking wireless drivers section

[Qemu-devel] [PATCH] sparc64 flush pending conditional evaluations before exposing cpu state
 2009-07-28 21:32 UTC 

[PATCH] scsi_transport_sas: Write outside array bounds
 2009-07-28 21:31 UTC  (4+ messages)

[PATCHv3] git apply: option to ignore whitespace differences
 2009-07-28 21:29 UTC  (2+ messages)

+ dme1737-keep-index-within-pwm_config.patch added to -mm tree
 2009-07-28 21:27 UTC 

+ ppsh-needs-linux-typesh.patch added to -mm tree
 2009-07-28 21:26 UTC 

[PATCH] ASoC: CX20442: fix issues pointed out by subsystem maintainer
 2009-07-28 21:26 UTC  (2+ messages)

[RFC] [PATCH] ASoC: CX20442: push down machine independent line discipline bits
 2009-07-28 21:26 UTC  (2+ messages)

Fwd: [PATCH 1/2] Framebuffer split
 2009-07-28 21:21 UTC  (6+ messages)

kernel panic ieee80211_agg_splice_packets+0x3d/0xc0 [mac80211]
 2009-07-28 21:21 UTC  (3+ messages)

[RFC PATCH v3 0/5] {checkout,reset,stash} --patch
 2009-07-28 21:20 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] git-apply--interactive: Refactor patch mode code
  ` [PATCH v4 2/5] builtin-add: refactor the meat of interactive_add()
  ` [PATCH v4 3/5] Implement 'git reset --patch'
  ` [PATCH v4 4/5] Implement 'git checkout --patch'
  ` [PATCH v4 5/5] Implement 'git stash save --patch'
  ` [PATCH v4 6/5] DWIM 'git stash save -p' for 'git stash -p'

Add Checkpoint/Restart support for UNIX sockets
 2009-07-28 21:18 UTC  (5+ messages)
` [PATCH 5/5] c/r: Add AF_UNIX support (v6)

[PATCH 0/2]blackfin TDM dai and blackfin-ad1938 machine driver
 2009-07-28 21:16 UTC  (3+ messages)
` [PATCH 2/2] board driver to connect bf5xx with ad1938

2.6.31-rc2: Reported regressions 2.6.29 -> 2.6.30
 2009-07-28 21:15 UTC  (4+ messages)
` [Bug #13337] [post 2.6.29 regression] hang during suspend of b44/b43 modules

[PATCH 1/2] blackfin I2S(TDM mode) CPU DAI driver
 2009-07-28 21:14 UTC  (2+ messages)

New MMC maintainer needed
 2009-07-28 21:14 UTC  (4+ messages)

LVM2/daemons/clogd Makefile cluster.c cluster. 
 2009-07-28 21:14 UTC 

search --help says --file is default but it fails when not specified
 2009-07-28 21:14 UTC  (3+ messages)

2.6.28.9: EXT3/NFS inodes corruption
 2009-07-28 21:12 UTC  (8+ messages)

compat tool problem with new tmem save/restore tmem_op struct
 2009-07-28 21:11 UTC  (2+ messages)

Updated performance results
 2009-07-28 21:10 UTC  (8+ messages)

[PATCH] saa7134: fix the radio on Avermedia GO 007 FM
 2009-07-28 21:07 UTC 

From P4 to Git
 2009-07-28 21:10 UTC  (2+ messages)

[PATCH] Support Apple partition map with sector size different from 512 bytes
 2009-07-28 21:10 UTC  (3+ messages)

[Buildroot] Problem using netsnmp
 2009-07-28 21:10 UTC  (2+ messages)

[PATCH] Allow userspace block device implementation
 2009-07-28 21:09 UTC  (11+ messages)

2273 lines in 170 files consists of only space and tabulators
 2009-07-28 21:09 UTC  (5+ messages)

[Bisected] [Bug #13821] Replugging USB serial converter uses new device node
 2009-07-28 21:07 UTC  (3+ messages)

[PATCH 3/3] au1000_eth: set MODULE_VERSION
 2009-07-28 21:06 UTC 

[PATCH 2/3] au1000_eth: remove unused variable in update_rx_stats
 2009-07-28 21:06 UTC 

[PATCH 1/3] au1000_eth: use write accessors
 2009-07-28 21:06 UTC 

[PATCH] Fix CPUID documentation and return values
 2009-07-28 21:05 UTC  (3+ messages)

2.6.31-rc4: Reported regressions from 2.6.30
 2009-07-28 21:05 UTC  (5+ messages)
` [Bug #13643] Touchpad lost synchronization after resume from suspend to RAM

[PATCH 1/1] pagemap clear_refs: modify to specify anon or mapped vma clearing
 2009-07-28 21:01 UTC  (10+ messages)

[bug #27100] [REGRESSION] multiboot can't load freeldr.sys
 2009-07-28 18:13 UTC  (2+ messages)

[PATCH] fix an infinite loop with a corrupted pc partition table
 2009-07-28 17:55 UTC  (8+ messages)

[PATCH] use UUID to map system devices to grub devices
 2009-07-28 18:12 UTC  (2+ messages)

[PATCH] Centralizing understanding of far pointers
 2009-07-28 18:11 UTC  (2+ messages)

[PATCH 3/4] alchemy: pass PHY informations to au1000_eth
 2009-07-28 21:00 UTC 

31-rc3-mmotm0716 - wonky wireless statistics
 2009-07-28 21:01 UTC 

[PATCH 1/4] alchemy: register au1000_eth as a platform driver part one
 2009-07-28 21:00 UTC 

[PATCH 4/4] au1000_eth: platform_driver conversion part two
 2009-07-28 21:00 UTC 

[PATCH 0/4] au1000_eth platform device/driver conversion
 2009-07-28 21:00 UTC 

[PATCH 2/4] au1000_eth: convert to a platform_driver part one
 2009-07-28 21:00 UTC 

[Qemu-devel] [PATCH] QemuOption really parse integer options
 2009-07-28 20:59 UTC 

vitiates
 2009-07-28 20:59 UTC 

[ath9k-devel] proper method to change the MAC address of an ath9k device?
 2009-07-28 20:57 UTC 

[PATCH v2 0/2] IPVS: make use of pr_fmt and friends
 2009-07-28 20:56 UTC  (3+ messages)
` [PATCH v2 2/2] IPVS: use pr_err and friends instead of IP_VS_ERR "

'make tools' error on xen-3.4-testing.hg
 2009-07-28 20:55 UTC  (2+ messages)

Padlock with VIA Nano still crashing
 2009-07-28 20:53 UTC  (2+ messages)

[patch 0/6] 2.6.31-rc4 spi and spi_s3c24xx updates
 2009-07-28 20:51 UTC  (2+ messages)
` [patch 6/6] spi_s3c24xx: cache device setup data


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.