All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-16 08:31:57 to 2009-03-16 10:20:18 UTC [more...]

[Qemu-devel] SIGSEGV on Windows with KQEMU enabled
 2009-03-16 10:22 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/7] Per-bdi writeback flusher threads
 2009-03-16 10:19 UTC  (13+ messages)
` [PATCH 2/7] writeback: switch to per-bdi threads for flushing data
` [PATCH 3/7] writeback: get rid of pdflush_operation() in emergency sync and remount
` [PATCH 4/7] writeback: get rid of task/current_is_pdflush()
` [PATCH 5/7] writeback: move the default backing_dev_info out of readahead

[PATCH] perfcounters: abstract wakeup flag setting in core to fix powerpc build
 2009-03-16 10:17 UTC 

[PATCH] test-lib: write test results to test-results/<basename>-<pid>
 2009-03-16 10:18 UTC  (9+ messages)

nilfs_check_page: bad entry in directory #37945
 2009-03-16 10:18 UTC 

Kvm-userspace for powerpc is broken
 2009-03-16 10:17 UTC 

[PATCH 00/12] Omap3 updates for the merge window after 2.6.29
 2009-03-16 10:16 UTC  (10+ messages)
` [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length
` [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names

missing kvm smp tlb flush in invlpg
 2009-03-16 10:16 UTC  (8+ messages)

[PATCH 1/2] ath5k: support LEDs on Acer Aspire One netbook
 2009-03-16 10:16 UTC  (5+ messages)

[PATCH] sysfs: only allow one scheduled removal callback per kobj
 2009-03-16 10:15 UTC  (2+ messages)

Problem with Pulse Audio plugin?
 2009-03-16 10:15 UTC  (2+ messages)

Tux3 report: Tux3 Git tree available
 2009-03-16 10:14 UTC  (5+ messages)
` [Tux3] "

REVIEW: bttv conversion to v4l2_subdev
 2009-03-16 10:11 UTC  (5+ messages)

[PATCH v2] mac80211: Tear down aggregation sessions for suspend/resume
 2009-03-16 10:11 UTC  (2+ messages)

[PATCH 0/6] [XFS] introduce a AG inode tree walker
 2009-03-16 10:10 UTC  (6+ messages)
` [PATCH 1/6] [XFS] Split inode data writeback from inode sync

[PATCH v2] mac80211: Tear down aggregation sessions for suspend/resume
 2009-03-16 10:05 UTC 

HPET mmap() problem
 2009-03-16 10:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] eSPI: add the eSPI register support
 2009-03-16 10:05 UTC  (13+ messages)
` [U-Boot] [PATCH 2/7] mtd: SPI Flash: Support the Spansion Flash
  ` [U-Boot] [PATCH 3/7] eSPI: add eSPI controller support
    ` [U-Boot] [PATCH 4/7] eSPI: make the chip selsec enable
      ` [U-Boot] [PATCH 5/7] Make a special uboot used for booting from SDcard or SPI flash
        ` [U-Boot] [PATCH 6/7] Add support for save the env to SDcard
          ` [U-Boot] [PATCH 7/7] Save the env variables to SDcard and SPI flash for MPC8536DS

[PATCH] Fix NULL dereference when suspending snd_opl3sa2
 2009-03-16 10:01 UTC  (2+ messages)

[PATCH 01/21] lockdep: annotate reclaim context (__GFP_NOFS)
 2009-03-16 10:00 UTC  (7+ messages)
` SLOB lockup (was: Re: [tip:core/locking] lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB)

Fedora 10 x86_64 alsa problem: Realtek ALC889A Audio Codec(ATI azalia) not detected on alsa
 2009-03-16  9:59 UTC  (8+ messages)
    ` My PC has 6GB memory but the limitation of the alsa-driver is 4GB

Poor iSCSI performance
 2009-03-16  9:58 UTC  (2+ messages)

[PATCH] perfcounters: Make s/w counters in a group only count when group is on
 2009-03-16  9:56 UTC  (6+ messages)

[Patch] Fix the possibility of insane return value of hpet_calibrate() against SMI
 2009-03-16  9:52 UTC  (4+ messages)

2.6.29-rc8: Reported regressions 2.6.27 -> 2.6.28
 2009-03-16  9:49 UTC  (5+ messages)
` [Bug #12465] KVM guests stalling on 2.6.28 (bisected)

[PATCH net-2.6 ] ipv4: remove parameter from tcp_recv_urg()
 2009-03-16  9:57 UTC 

[GIT PATCH] block: cleanup patches
 2009-03-16  9:45 UTC  (4+ messages)
` [PATCH 09/14] block: clean up request completion API

[PATCH 00/35] Cleanup and optimise the page allocator V3
 2009-03-16  9:46 UTC  (72+ messages)
` [PATCH 01/35] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/35] Do not sanity check order in the fast path
` [PATCH 03/35] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/35] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/35] Break up the allocator entry point into fast and slow paths
` [PATCH 06/35] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/35] Check in advance if the zonelist needs additional filtering
` [PATCH 08/35] Calculate the preferred zone for allocation only once
` [PATCH 09/35] Calculate the migratetype "
` [PATCH 10/35] Calculate the alloc_flags "
` [PATCH 11/35] Calculate the cold parameter "
` [PATCH 12/35] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/35] Inline __rmqueue_smallest()
` [PATCH 14/35] Inline buffered_rmqueue()
` [PATCH 15/35] Inline __rmqueue_fallback()
` [PATCH 16/35] Save text by reducing call sites of __rmqueue()
` [PATCH 17/35] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/35] Do not disable interrupts in free_page_mlock()
` [PATCH 19/35] Do not setup zonelist cache when there is only one node
` [PATCH 20/35] Use a pre-calculated value for num_online_nodes()
` [PATCH 21/35] Do not check for compound pages during the page allocator sanity checks
` [PATCH 22/35] Use allocation flags as an index to the zone watermark
` [PATCH 23/35] Update NR_FREE_PAGES only as necessary
` [PATCH 24/35] Convert gfp_zone() to use a table of precalculated values
` [PATCH 25/35] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 26/35] Use the per-cpu allocator for orders up to PAGE_ALLOC_COSTLY_ORDER
` [PATCH 27/35] Split per-cpu list into one-list-per-migrate-type
` [PATCH 28/35] Batch free pages from migratetype per-cpu lists
` [PATCH 29/35] Do not store the PCP high and batch watermarks in the per-cpu structure
` [PATCH 30/35] Skip the PCP list search by counting the order and type of pages on list
` [PATCH 31/35] Optimistically check the first page on the PCP free list is suitable
` [PATCH 32/35] Inline next_zones_zonelist() of the zonelist scan in the fastpath
` [PATCH 33/35] Do not merge buddies until they are needed by a high-order allocation or anti-fragmentation
` [PATCH 34/35] Allow compound pages to be stored on the PCP lists
` [PATCH 35/35] Allow up to 4MB PCP lists due to compound pages

[patch] fix parallel build failures in xfsprogs-3.0.0
 2009-03-16  9:53 UTC  (4+ messages)

Bridge issue #3! dma_alloc_coherent causing crash - pm branch
 2009-03-16  9:54 UTC  (3+ messages)
  ` dma_alloc_coherent bug?

Bomb explosion
 2009-03-16  9:38 UTC 

Build breakage between kvm-userspace.git HEAD and 2.6.29-rc8
 2009-03-16  9:48 UTC  (3+ messages)

linux-next: driver-core tree build failure
 2009-03-16  9:47 UTC 

DTS file PCI / i8259 for Xilinx ML510
 2009-03-16  9:42 UTC  (6+ messages)

Is it everything okay?
 2009-03-16  9:38 UTC 

Look at this!!
 2009-03-16  9:38 UTC 

[PATCH 1/1] kmod: use explicit names for waiting
 2009-03-16  9:36 UTC 

bttv, tvaudio and ir-kbd-i2c probing conflict
 2009-03-16  9:34 UTC  (9+ messages)

old and new ubi utilities
 2009-03-16  9:33 UTC  (2+ messages)

New Enhancements in Pro/ENGINEER Wildfire 4.0—Attend Live Webcast to Learn More
 2009-03-16  8:57 UTC 

[PATCH v2 0/4] pxa_camera: DMA redesign
 2009-03-16  9:25 UTC  (3+ messages)
` [PATCH v2 1/4] pxa_camera: Enforce YUV422P frame sizes to be 16 multiples

PARALLEL_MAKE
 2009-03-16  9:24 UTC  (8+ messages)

[PATCH] KVM: Device assignment framework rework
 2009-03-16  9:23 UTC  (2+ messages)

[U-Boot] [PATCH] ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
 2009-03-16  9:22 UTC  (2+ messages)

[PATCH 0/2] Fix a couple of random hangs
 2009-03-16  9:21 UTC  (3+ messages)
` [PATCH 1/2] XFS: Prevent unwritten extent conversion from blocking I/O completion

mlmmj: sends welcome E-mail when 'submod' is enabled
 2009-03-16  9:21 UTC 

[PATCH] XFS: Pagecache usage optimization on XFS
 2009-03-16  9:16 UTC  (2+ messages)

[PATCH 0/5, RESEND] [XFS] Spurious ENOSPC fixes
 2009-03-16  9:15 UTC  (11+ messages)
` [PATCH 1/5] [XFS] Use xfs_sync_inodes() for device flushing
` [PATCH 2/5] [XFS] Make inode flush at ENOSPC synchronous
` [PATCH 3/5] [XFS] Block callers of xfs_flush_inodes() correctly
` [PATCH 4/5] [XFS] Flush delayed allcoation blocks on ENOSPC in create
` [PATCH 5/5] [XFS] Remove xfs_flush_space

[PATCH 0/16 v5] Device assignment improvement in userspace
 2009-03-16  9:14 UTC  (7+ messages)
` [PATCH 01/16] kvm: ioctl for KVM_ASSIGN_DEV_IRQ and KVM_DEASSIGN_DEV_IRQ

linux-next: suspend tree build failure
 2009-03-16  9:13 UTC 

[PATCH 0/4] Memory controller soft limit patches (v6)
 2009-03-16  9:10 UTC  (11+ messages)
` [PATCH 3/4] Memory controller soft limit organize cgroups (v6)
` [PATCH 4/4] Memory controller soft limit reclaim on contention (v6)

[PATCH] add new frequency table for Strasbourg, France
 2009-03-16  9:07 UTC  (2+ messages)

New linux-next tree suspend-2.6
 2009-03-16  9:05 UTC  (3+ messages)

[PATCH trivial] cpqarray: enable bus mastering
 2009-03-16  9:05 UTC  (2+ messages)

[PATCH 3/3] PowerPC: MPC85xx: TQM8548: update defconfig
 2009-03-16  8:57 UTC 

[PATCH 2/3] PowerPC: MPC85xx: TQM8548: use proper phy-handles for enet2 and enet3
 2009-03-16  8:57 UTC 

[PATCH 0/3] PowerPC: MPC85xx: TQM85xx: dts and defconfig fixes
 2009-03-16  8:54 UTC 

[PATCH 1/3] PowerPC: MPC85xx: TQM85xx: correct address of LM75 I2C device nodes
 2009-03-16  8:56 UTC 

Is there any conflict between xm and virt-manager?
 2009-03-16  9:03 UTC 

[PATCH] KVM: Get support IRQ routing entry counts
 2009-03-16  9:00 UTC  (2+ messages)

linux-next: manual merge of the suspend tree with the cpus4096 tree
 2009-03-16  9:00 UTC 

installing DOS program
 2009-03-16  8:59 UTC  (2+ messages)

"Sense Key : Hardware Error [current]"
 2009-03-16  8:49 UTC 

[RFC PATCH -tip] cpuacct: per-cgroup utime/stime statistics - v2
 2009-03-16  8:58 UTC  (6+ messages)

[PATCH v2] mac80211: don't drop null frames during software scan
 2009-03-16  8:57 UTC  (2+ messages)

Latest brk patchset
 2009-03-16  8:54 UTC  (9+ messages)
      ` [crash] "

How to tell user level hardware not support a certain format in a certain sample rate
 2009-03-16  8:54 UTC  (5+ messages)

[RFC PATCH v2 0/4] mac80211: beacon filtering
 2009-03-16  8:50 UTC  (5+ messages)
` [RFC PATCH v2 4/4] mac80211: add beacon filtering support

[PULL] x86 cpumask work
 2009-03-16  8:48 UTC  (5+ messages)

[PATCH 0/7] a couple more random cleanups for 2.6.30
 2009-03-16  8:46 UTC  (2+ messages)

crash bug due to a missing initialization
 2009-03-16  8:47 UTC  (2+ messages)

[PATCH] kvm/e500: Fix the bug that mas0 update to wrong value when read TLB entry
 2009-03-16  8:42 UTC  (2+ messages)

[PATCH 01/10] Documentation
 2009-03-16  8:40 UTC  (5+ messages)

[U-Boot] LXT972 issue on MPC8247: tx error
 2009-03-16  8:39 UTC 

[PATCH 1/1] ASoC: twl4030 - Fix build error
 2009-03-16  8:39 UTC  (4+ messages)

[PROBLEM]: potential unaligned memory access in drivers/usb/gadget/rndis.c
 2009-03-16  8:38 UTC  (4+ messages)

[Buildroot] Changing the selection of kernel in buildroot
 2009-03-16  8:38 UTC  (4+ messages)

(pull) pending patches
 2009-03-16  8:38 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/24]: add alpha es40 system emulation
 2009-03-16  8:36 UTC  (23+ messages)
` [Qemu-devel] [PATCH 05/24] bug fix: avoid nop to override next instruction
  ` [Qemu-devel] [PATCH 06/24] Be slightly more verbose for unassigned_mem_read*
    ` [Qemu-devel] [PATCH 07/24] Increase Alpha physical address size to 44 bits
      ` [Qemu-devel] [PATCH 08/24] Allow 5 mmu indexes
        ` [Qemu-devel] [PATCH 09/24] Split cpu_mmu_index into cpu_mmu_index_data and cpu_mmu_index_code
          ` [Qemu-devel] [PATCH 10/24] Add square wave output support
            ` [Qemu-devel] [PATCH 11/24] Add ali1543 super IO pci device
` [Qemu-devel] [PATCH 12/24] Add 21272 chipset (memory and pci controller for alpha)
  ` [Qemu-devel] [PATCH 13/24] Add target-alpha/machine.c with es40 machine emulation
    ` [Qemu-devel] [PATCH 14/24] Move softmmu_helper.h from exec.h to op_helper.c on alpha
      ` [Qemu-devel] [PATCH 15/24] Document which IPR are used by 21264
        ` [Qemu-devel] [PATCH 16/24] tb_flush helper should flush the tb (and not the tlb)
          ` [Qemu-devel] [PATCH 17/24] Add instruction name in comments for hw_ld opcode
            ` [Qemu-devel] [PATCH 18/24] Remove PALCODE_ declarations (unused)
              ` [Qemu-devel] [PATCH 19/24] alpha ld helpers now directly return the value
                ` [Qemu-devel] [PATCH 20/24] Add alpha_cpu_list

[Qemu-devel] [PATCH] vnc: shared buffer: skip some optimizations
 2009-03-16  8:35 UTC  (5+ messages)

[PATCH] filp->f_pos not correctly updated in proc_task_readdir
 2009-03-16  8:34 UTC  (2+ messages)

[2.6.29-rc5][BUG] swapon on vfat file gets stuck on inode lock
 2009-03-16  8:34 UTC  (3+ messages)

Signal delivery order
 2009-03-16  8:34 UTC  (4+ messages)

[PATCH 13/16] kvm: enable MSI-X capabilty for assigned device
 2009-03-16  8:32 UTC  (2+ messages)

[PATCH 08/16] kvm: libkvm: allocate unused gsi for irq routing
 2009-03-16  8:31 UTC  (2+ messages)


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.