messages from 2010-06-16 04:43:02 to 2010-06-16 06:29:03 UTC [more...]
Configuring 2.6.33 Kernel for PERC/4
2010-06-16 6:29 UTC (2+ messages)
examination of the specific points which have just been discussed,
2003-12-31 23:39 UTC
[PATCH/RFC] Fix for default pager
2010-06-16 6:28 UTC (11+ messages)
[PATCH] x86-32: always use irq stacks
2010-06-16 6:27 UTC (4+ messages)
[PATCH] stkutil: convert text attributes to html
2010-06-16 6:27 UTC (2+ messages)
[PATCH] UBI: fix delete compatible internal volume scan
2010-06-16 6:22 UTC (3+ messages)
[GIT PULL rcu/urgent] yet more lockdep-RCU splat fixes
2010-06-16 6:23 UTC (3+ messages)
[PATCH tip/rcu/urgent 0/3] Fix more lockdep-RCU splats
2010-06-16 6:23 UTC (3+ messages)
` [PATCH tip/core/urgent 1/3] rcu: fix lockdep splat in wake_affine()
[PATCH v3] iw: Configure basic rates when joining ibss network
2010-06-16 6:22 UTC
[0/8] netpoll/bridge fixes
2010-06-16 6:21 UTC (11+ messages)
No working tree repository
2010-06-16 6:20 UTC (4+ messages)
[Qemu-devel] [Bug 594944] [NEW] --enable-debug error
2010-06-16 6:12 UTC
[PATCH v4 00/12] ptp: IEEE 1588 clock support
2010-06-16 6:20 UTC (12+ messages)
` [PATCH 04/12] phylib: add a way to make PHY time stamps possible
` [PATCH 05/12] phylib: Allow reading and writing a mii bus from atomic context
XCP: sr driver question wrt vm-migrate
2010-06-16 6:19 UTC (2+ messages)
Request review of device tree documentation
2010-06-16 6:17 UTC (19+ messages)
[PATCH] makedumpfile: output files filling ramdisk
2010-06-16 6:06 UTC (2+ messages)
[Qemu-devel] [PATCH 00/16] VNC updates for 0.13
2010-06-16 7:12 UTC (17+ messages)
` [Qemu-devel] [PATCH 01/16] vnc: tight: add JPEG and gradient subencoding with smooth image detection
` [Qemu-devel] [PATCH 02/16] vnc: JPEG should be disabled if the client don't set tight quality
` [Qemu-devel] [PATCH 03/16] vnc: add lossy option
` [Qemu-devel] [PATCH 04/16] ui: move all ui components in ui/
` [Qemu-devel] [PATCH 05/16] vnc: rename vnc-encoding-* vnc-enc-*
` [Qemu-devel] [PATCH 06/16] vnc: tight: don't forget do at the last color
` [Qemu-devel] [PATCH 07/16] vnc: tight: remove a memleak in send_jpeg_rect()
` [Qemu-devel] [PATCH 08/16] vnc: tight add PNG encoding
` [Qemu-devel] [PATCH 09/16] vnc: tight: specific zlib level and filters for each compression level
` [Qemu-devel] [PATCH 10/16] vnc: tight: stop using qdict for palette stuff
` [Qemu-devel] [PATCH 11/16] vnc: encapsulate encoding members
` [Qemu-devel] [PATCH 12/16] vnc: fix tight png memory leak
` [Qemu-devel] [PATCH 13/16] qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit
` [Qemu-devel] [PATCH 14/16] vnc: threaded VNC server
` [Qemu-devel] [PATCH 15/16] vnc: add missing lock for vnc_cursor_define()
` [Qemu-devel] [PATCH 16/16] vnc: tight: don't limit png rect size
[Regression, post-2.6.34] Hibernation broken on machines with radeon/KMS and r300
2010-06-16 6:11 UTC (5+ messages)
[PATCH -v18 00/37] Use lmb with x86
2010-06-16 6:10 UTC (115+ messages)
` [PATCH 01/37] lmb: lmb_find_base() should return LMB_ERROR on failing path
` [PATCH 02/37] lmb: Prepare x86 to use lmb to replace early_res
` [PATCH 03/37] lmb: Print new doubled array location info
` [PATCH 04/37] lmb: Export LMB_ERROR again
` [PATCH 05/37] lmb: Prepare to include linux/lmb.h in core file
` [PATCH 06/37] lmb: Add ARCH_DISCARD_LMB to put lmb code to .init
` [PATCH 07/37] lmb: Add lmb_find_in_range()
` [PATCH 08/37] x86, lmb: Add lmb_find_in_range_size()
` [PATCH 09/37] bootmem, x86: Add weak version of reserve_bootmem_generic
` [PATCH 10/37] x86, lmb: Add lmb_to_bootmem()
` [PATCH 11/37] x86,lmb: Add lmb_reserve_range/lmb_free_range
` [PATCH 12/37] x86, lmb: Add get_free_all_memory_range()
` [PATCH 13/37] x86, lmb: Add lmb_register_active_regions() and lmb_hole_size()
` [PATCH 14/37] lmb: Add find_memory_core_early()
` [PATCH 15/37] x86, lmb: Add lmb_find_in_range_node()
` [PATCH 16/37] x86, lmb: Add lmb_free_memory_in_range()
` [PATCH 17/37] x86, lmb: Add lmb_memory_in_range()
` [PATCH 18/37] x86, lmb: Use lmb_debug to control debug message print out
` [PATCH 19/37] x86, lmb: Add x86 version of lmb_find_in_range()
` [PATCH 20/37] x86: Use lmb to replace early_res
` [PATCH 21/37] x86: Replace e820_/_early string with lmb_
` [PATCH 22/37] x86: Remove not used early_res code
` [PATCH 23/37] x86, lmb: Use lmb_memory_size()/lmb_free_memory_size() to get correct dma_reserve
` [PATCH 24/37] bootmem: Add nobootmem.c to reduce the #ifdef
` [PATCH 25/37] mm: move contig_page_data define to bootmem.c/nobootmem.c
` [PATCH 26/37] lmb: Move __alloc_memory_core_early() to nobootmem.c
` [PATCH 27/37] x86: Have nobootmem version setup_bootmem_allocator()
` [PATCH 28/37] x86: Put 64 bit numa node memmap above 16M
` [PATCH 29/37] swiotlb: Use page alignment for early buffer allocation
` [PATCH 30/37] x86: Add sanitize_e820_map()
` [PATCH 31/37] x86: Change e820_saved to __initdata
` [PATCH 32/37] x86: Align e820 ram range to page
` [PATCH 33/37] x86: Use wake_system_ram_range() instead of e820_any_mapped() in agp path
` [PATCH 34/37] x86: Add get_centaur_ram_top()
` [PATCH 35/37] x86: Change e820_any_mapped() to __init
` [PATCH 36/37] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
` [PATCH 37/37] x86: make e820 to be __initdata
[PATCH] pci: fix compilation when CONFIG_PCI_MSI=n
2010-06-16 6:09 UTC (2+ messages)
Proposed linux kernel changes : scaling tcp/ip stack
2010-06-16 6:09 UTC (5+ messages)
` Proposed linux kernel changes : scaling tcp/ip stack : 2nd part
` Proposed linux kernel changes : scaling tcp/ip stack : 3rd part
Serial console not working after waking up from sleep
2010-06-16 6:09 UTC (2+ messages)
XFS stack corruption: BUG: unable to handle kernel paging request
2010-06-16 6:10 UTC
[PATCH 0/5] Fix set but unused variable warnings
2010-06-16 6:07 UTC (11+ messages)
` [PATCH 1/5]wireless:hostap_main.c warning: variable 'iface' set but not used
` [PATCH 2/5]wireless:hostap_ap.c Fix warning: variable 'fc' "
` [PATCH 3/5]pci:bus.c Fix variable 'retval' "
` [PATCH 4/5]pci:setup_bus.c Fix warning: "
` [PATCH 5/5]scsi:hosts.c Fix warning: variable 'rval' "
[Ocfs2-devel] [PATCH 1/2] ocfs2 fix o2dlm dlm run purgelist
2010-06-16 6:06 UTC (3+ messages)
` [Ocfs2-devel] [PATCH 2/2] ocfs2: o2dlm fix race in purge lockres and newlock (orabug 9094491)
BUG: using smp_processor_id() in preemptible code: s2disk
2010-06-16 6:05 UTC (13+ messages)
` [PATCH] avoid using smp_processor_id() in preemptible code (nr_iowait_cpu)
[PATCH 11/12] vmscan: Write out dirty pages in batch
2010-06-16 6:04 UTC (12+ messages)
[PATCH 01/23] Add Online Capacity Expansion to mdadm for external metadata
2010-06-16 6:04 UTC (2+ messages)
[PATCHv2] mac80211: Add interface for driver to temporarily disable dynamic ps
2010-06-16 6:01 UTC
[PATCH] Staging: comedi: drivers: fix coding style issues in quatech_daqp_cs.c
2010-06-16 6:01 UTC
[PATCH 1/2] format-patch: Add a signature option (--signature)
2010-06-16 5:59 UTC (3+ messages)
` [PATCHv2 "
` [PATCHv2 2/2] completion: Add --signature and format.signature
Time Stamp on Video(YUv420)
2010-06-16 5:32 UTC
[PATCH] ath9k: Modify LED blinking pattern during wifi activity
2010-06-16 5:51 UTC (3+ messages)
[PATCH v3 4/4] omap: mailbox: convert block api to kfifo
2010-06-16 5:50 UTC (6+ messages)
[ANNOUNCE] xf86-video-intel 2.11.901
2010-06-16 5:45 UTC (4+ messages)
[Bugme-new] [Bug 16187] New: Carrier detection failed in dhcpcd when link is up
2010-06-16 5:46 UTC (2+ messages)
[PATCH] Staging: comedi: drivers: fix coding style issues in pcmda12.c
2010-06-16 5:36 UTC
[PATCH 1/2] otg/ulpi: bail out on read errors
2010-06-16 5:35 UTC (5+ messages)
` [PATCH 2/2] ehci-mxc: bail out on transceiver problems
Update on TLV320AIC3204 Driver
2010-06-16 5:33 UTC (4+ messages)
[PATCH v2] iw: Configure basic rates when joining ibss network
2010-06-16 5:31 UTC (3+ messages)
[PATCH] crypto: talitos - fix ahash for multiple of blocksize
2010-06-16 5:29 UTC (2+ messages)
[PATCH] um: Include missing header file in os-linux/mem.c
2010-06-16 5:27 UTC (3+ messages)
` [uml-devel] "
[PATCH 00/23] bfa: Update driver to 2.2.2.1
2010-06-16 5:27 UTC (2+ messages)
[PATCH] perf: excluding "." and ".." directories when calculating tids
2010-06-16 5:21 UTC (3+ messages)
[PATCH] Staging: comedi: drivers: fix coding style issues in pcl816.c
2010-06-16 5:17 UTC
[PATCH v2] drivers: regulator: add Maxim 8998 driver
2010-06-16 5:13 UTC (5+ messages)
[Ocfs2-devel] [PATCH] ocfs2/dlm: check dlm_state under spinlock
2010-06-16 5:13 UTC (3+ messages)
[PATCH 0/12] Avoid overflowing of stack during page reclaim V2
2010-06-16 5:11 UTC (20+ messages)
` [PATCH 12/12] vmscan: Do not writeback pages in direct reclaim
[PATCH v3 1/2] add --recode-patch option to git-mailinfo
2010-06-16 5:09 UTC (2+ messages)
` [PATCH v3 2/2] add --recode-patch option to git-am
[Qemu-devel] [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
2010-06-16 5:05 UTC (6+ messages)
` [PATCH RFC] Mark a device as non-migratable
` [Qemu-devel] "
[RFC PATCH] iw: Add support for setting transmit power
2010-06-16 5:04 UTC (3+ messages)
[md PATCH 4/5] md: Fix: BIO I/O Error during reshape for external metadata
2010-06-16 5:02 UTC (2+ messages)
[PATCH] mempolicy: reduce stack size of migrate_pages()
2010-06-16 4:56 UTC (3+ messages)
ATModem-PPP Doubts
2010-06-16 4:59 UTC (2+ messages)
[md PATCH 3/5] md: Use added disks for external metadata case in start_reshape()
2010-06-16 4:58 UTC (2+ messages)
[PATCH] use find_lock_task_mm in memory cgroups oom
2010-06-16 4:51 UTC (6+ messages)
` [PATCH] use find_lock_task_mm in memory cgroups oom v2
[md PATCH 2/5] md: Enable reshape for external metadata
2010-06-16 4:53 UTC (2+ messages)
linux-next: build warnings after merge of the net tree
2010-06-16 4:52 UTC (2+ messages)
[md PATCH 1/5] md: Fix: max_disks limit set for external metadata
2010-06-16 4:50 UTC (2+ messages)
Questions on udev-acl rules, ACL_MANAGE + bug report
2010-06-16 4:49 UTC (2+ messages)
[PATCH net-next-2.6] inetpeer: RCU conversion
2010-06-16 4:47 UTC (4+ messages)
` [PATCH net-next-2.6] inetpeer: do not use zero refcnt for freed entries
[PATCH 0/8] Support unix domain sockets across namespaces
2010-06-16 4:47 UTC (5+ messages)
` [PATCH 6/8] scm: Capture the full credentials of the scm sender
linux-next: build warning after merge of the final tree (net tree related)
2010-06-16 4:44 UTC (4+ messages)
bridge: Fix OOM crash in deliver_clone
2010-06-16 4:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.