messages from 2009-03-16 16:52:04 to 2009-03-16 18:09:27 UTC [more...]
[PATCH 00/35] Cleanup and optimise the page allocator V3
2009-03-16 17:05 UTC (37+ messages)
` [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 23/35] Update NR_FREE_PAGES only as necessary
` [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 34/35] Allow compound pages to be stored on the PCP lists
[RFC Aufs2 #2 00/28] source files
2009-03-16 18:05 UTC (3+ messages)
` [RFC Aufs2 #2 21/28] aufs sysfs entries
[GIT PATCH] block: cleanup patches, take#2
2009-03-16 17:53 UTC (2+ messages)
[SPAM] My lamp site is GOLAMPS
2009-03-16 18:08 UTC
[RFC][PATCH 0/2] Sensor orientation reporting
2009-03-16 18:20 UTC (3+ messages)
[PATCH 1/2] ide-disk: use ATA_ERR
2009-03-16 17:59 UTC (2+ messages)
[PATCH 2/2] ide: use ATA_HOB
2009-03-16 18:00 UTC (2+ messages)
[PATCH 0/4] Omap board updates for merge window after 2.6.29
2009-03-16 18:08 UTC (8+ messages)
` [PATCH 1/4] ARM: OMAP3: Add SMSC911X support to Overo platform (V2)
[GIT RFC] percpu: use dynamic percpu allocator as the default percpu allocator
2009-03-16 18:01 UTC (2+ messages)
[alsa-devel] Bugs on aspire one A150
2009-03-16 18:06 UTC (20+ messages)
` "
[PATCH 00/86] OMAP2/3: clock sync with linux-omap
2009-03-16 18:06 UTC (2+ messages)
[aarcange@redhat.com: [PATCH] fork vs gup(-fast) fix]
2009-03-16 18:05 UTC (9+ messages)
[RFC][PATCH 00/13] Kemari: VM synchronization mechanism for fault tolerance
2009-03-16 18:05 UTC (4+ messages)
` [RFC][PATCH 12/13] Kemari: use signal to save qemu state for Kemari
[RFC][PATCH v5] MPC5121 TLB errata workaround
2009-03-16 18:05 UTC (5+ messages)
[Bug #12465] KVM guests stalling on 2.6.28 (bisected)
2009-03-16 17:57 UTC (12+ messages)
` [RFC][PATCH] ftrace: function graph trace context switches
git-p4 workflow suggestions?
2009-03-16 18:01 UTC (3+ messages)
well working usb wlan stick
2009-03-16 18:03 UTC (6+ messages)
[Xen-devel] Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
2009-03-16 17:55 UTC (4+ messages)
` "
Fedora 10 x86_64 alsa problem: Realtek ALC889A Audio Codec(ATI azalia) not detected on alsa
2009-03-16 18:02 UTC (20+ messages)
` My PC has 6GB memory but the limitation of the alsa-driver is 4GB
[patch -mm v2] cpusets: add memory_slab_hardwall flag
2009-03-16 16:41 UTC (10+ messages)
nf_conntrack.acct has no effect
2009-03-16 18:01 UTC (3+ messages)
[PATCH 00/12] Omap3 updates for the merge window after 2.6.29
2009-03-16 18:01 UTC (24+ messages)
` [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx
` [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length
` [PATCH 06/12] ARM: OMAP3: mmc-twl4030 init passes device nodes back
` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support
` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support, v2
` [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names
Latest brk patchset
2009-03-16 17:54 UTC (13+ messages)
` [crash] "
2.6.29-rc8: Reported regressions from 2.6.28
2009-03-16 17:54 UTC (4+ messages)
` [Bug #12765] i915 VT switch with AIGLX causes X lock up
question on sparc64 switch_to macro
2009-03-16 18:00 UTC (2+ messages)
[PATCH 00/26] Cleanup and optimise the page allocator V4
2009-03-16 17:53 UTC (54+ messages)
` [PATCH 01/27] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/27] Do not sanity check order in the fast path
` [PATCH 03/27] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/27] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/27] Break up the allocator entry point into fast and slow paths
` [PATCH 06/27] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/27] Check in advance if the zonelist needs additional filtering
` [PATCH 08/27] Calculate the preferred zone for allocation only once
` [PATCH 09/27] Calculate the migratetype "
` [PATCH 10/27] Calculate the alloc_flags "
` [PATCH 11/27] Calculate the cold parameter "
` [PATCH 12/27] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/27] Inline __rmqueue_smallest()
` [PATCH 14/27] Inline buffered_rmqueue()
` [PATCH 15/27] Inline __rmqueue_fallback()
` [PATCH 16/27] Save text by reducing call sites of __rmqueue()
` [PATCH 17/27] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/27] Do not disable interrupts in free_page_mlock()
` [PATCH 19/27] Do not setup zonelist cache when there is only one node
` [PATCH 20/27] Use a pre-calculated value for num_online_nodes()
` [PATCH 21/27] Do not check for compound pages during the page allocator sanity checks
` [PATCH 22/27] Use allocation flags as an index to the zone watermark
` [PATCH 23/27] Update NR_FREE_PAGES only as necessary
` [PATCH 24/27] Convert gfp_zone() to use a table of precalculated values
` [PATCH 25/27] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 26/27] Get the pageblock migratetype without disabling interrupts
Hot plug scripts not working c/s 19355 (was: Re: [PATCH] xen: mask XSAVE in cpuid since we don't allow guests to use it)
2009-03-16 18:00 UTC (3+ messages)
` Hot plug scripts not working c/s 19355
Multipath failover issues
2009-03-16 17:59 UTC (2+ messages)
AHCI errors on ICH10 board
2009-03-16 17:57 UTC (3+ messages)
how to enable shadow page table? Do I have to run HVM guest systems for shadow paging mode?
2009-03-16 17:57 UTC (3+ messages)
` "
[PATCH 1/2] nfsstat.c: Print diff stats every N seconds
2009-03-16 17:45 UTC (2+ messages)
` [PATCH 2/2] nfsstat: Add --list flag
[PATCH] ext4: Rename pa_linear to pa_type
2009-03-16 17:54 UTC (2+ messages)
[PATCH] fix bb_prealloc_list corruption due to wrong group locking
2009-03-16 17:53 UTC (7+ messages)
` [PATCH V2] "
` [PATCH V3] "
[Qemu-devel] [PATCH] x86: Add NULL check to lsl
2009-03-16 17:52 UTC
Kernel panic during stress with igb in the upstream kernel
2009-03-16 17:50 UTC (4+ messages)
[Patch][KVM-Autotest][REPOST] Add configuration and step files for RHEL 3/4/5 32 and 64-bit versions as guests
2009-03-16 17:50 UTC
[PATCH 0/9] Address type width mismatches between TI-RPC and glibc
2009-03-16 17:44 UTC (2+ messages)
[PATCH] ftrace: protect executing nmi
2009-03-16 17:42 UTC (2+ messages)
[PATCH v2] mac80211: Tear down aggregation sessions for suspend/resume
2009-03-16 14:02 UTC (2+ messages)
[PATCH v2] mac80211: don't drop null frames during software scan
2009-03-16 14:00 UTC (3+ messages)
[PATCH 1/9] ARM: DaVinci: ASoC: Adds ASoC driver support for TI DM646X EVM platform
2009-03-16 17:38 UTC (2+ messages)
ATA support for 4k sector size
2009-03-16 17:37 UTC (12+ messages)
smart cache. ist is possible?
2009-03-16 17:36 UTC (6+ messages)
[PATCH] jgit: upload-pack: Force an fd flush after receiving flush pkt from client
2009-03-16 17:34 UTC
Oops and other problems in cfg80211
2009-03-16 17:23 UTC
[PATCH 0/5] grep: color search patterns
2009-03-16 17:31 UTC (3+ messages)
` [PATCH] grep: prefer builtin over external one when coloring results
[PATCH 0/7] Updates for common omap code for next merge window
2009-03-16 17:31 UTC (2+ messages)
[PATCH] Add armflash support for multiple blocks of flash
2009-03-16 17:31 UTC (2+ messages)
Bridge issue #3! dma_alloc_coherent causing crash - pm branch
2009-03-16 17:29 UTC (4+ messages)
` dma_alloc_coherent bug?
[Qemu-devel] [PATCH 0/3] Remove ->bdrv_pread() internal block layer API (v2)
2009-03-16 17:29 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/3] Add specialized block driver scsi generic API
[PATCH 3/7] ARM: OMAP: Add command line option for I2C bus speed
2009-03-16 17:29 UTC (5+ messages)
` [2.6.29-rc7][take #2][PATCH 0/3] "
` [2.6.29-rc7][take #2][PATCH 1/3] ARM: OMAP: Add documentation for function omap_register_i2c_bus
` [2.6.29-rc7][take #2][PATCH 2/3] ARM: OMAP: Add command line option for I2C bus speed
Is the linuxwireless.org web site OK?
2009-03-16 17:28 UTC (7+ messages)
[PATCH] fs: fput() can be called from interrupt context
2009-03-16 17:25 UTC (11+ messages)
` [patch] eventfd - remove fput() call from possible IRQ context
` [patch] eventfd - remove fput() call from possible IRQ context (2nd rev)
[U-Boot] subscribe
2009-03-16 17:22 UTC
[PULL] cpumask updates for parisc
2009-03-16 17:20 UTC (2+ messages)
[linux-lvm] fsync() and LVM
2009-03-16 17:17 UTC (10+ messages)
2.6.29-rc breaks STD using Intel 945
2009-03-16 17:16 UTC (6+ messages)
[PATCH] mpt2sas: make global symbols unique
2009-03-16 3:37 UTC
Regression - locking (all from 2.6.28)
2009-03-16 17:12 UTC (2+ messages)
(pull) pending patches
2009-03-16 17:13 UTC (12+ messages)
IPv6 address printf format specifier
2009-03-16 17:13 UTC (2+ messages)
[PATCH 0/3] dma-debug: add additional checks
2009-03-16 17:05 UTC (4+ messages)
` [PATCH 1/3] dma-debug: add checks for kernel text and rodata
` [PATCH 2/3] dma-debug: add a check dma memory leaks
` [PATCH 3/3] dma-debug/x86: register pci bus for dma-debug leak detection
Automatically load modules in iptables-save
2009-03-16 17:10 UTC
Re: how to enable shadow page table? Do I have to run HVM guest systems for shadow paging mode?
2009-03-16 17:06 UTC
More performance results
2009-03-16 17:06 UTC (3+ messages)
VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK?
2009-03-16 17:05 UTC (11+ messages)
[PATCH 2/2] test-lib.sh: Allow running the test suite against installed git
2009-03-16 17:03 UTC (4+ messages)
` [PATCHv2 0/2] "
` [PATCHv2 1/2] test-lib.sh: Test for presence of git-init in the right path
` [PATCHv2 2/2] test-lib.sh: Allow running the test suite against installed git
adding files in .git?
2009-03-16 16:56 UTC (2+ messages)
Single Graphic Card only for KVM-Guest, not Linux?
2009-03-16 17:02 UTC (2+ messages)
[PATCH] cfg80211: drop wext channel list if too long
2009-03-16 16:56 UTC (5+ messages)
[PATCH] Give error when no remote is configured
2009-03-16 16:55 UTC (3+ messages)
[RFC v2: Patch 1/3] net: hand off skb list to other cpu to submit to upper layer
2009-03-16 16:53 UTC (6+ 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.