public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-16 12:37:15 to 2009-03-16 19:00:30 UTC [more...]

Linux 2.6.29-rc6
 2009-03-16 18:59 UTC  (30+ messages)

[PATCH 00/26] Cleanup and optimise the page allocator V4
 2009-03-16 18:57 UTC  (29+ 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

[PATCH 00/35] Cleanup and optimise the page allocator V3
 2009-03-16 17:05 UTC  (51+ messages)
` [PATCH 01/35] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 15/35] Inline __rmqueue_fallback()
` [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 26/35] Use the per-cpu allocator for orders up to PAGE_ALLOC_COSTLY_ORDER
` [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

[Patch 2/2] tracepoints for softirq entry/exit - tracepoints
 2009-03-16 18:51 UTC  (6+ messages)

VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK?
 2009-03-16 18:49 UTC  (15+ messages)
        ` Ответ: "

[PATCH] MMC: tmio_mmc.h: fix build problem
 2009-03-16 18:48 UTC  (2+ messages)

[git-pull -tip] x86: cleanup 20090317
 2009-03-16 18:45 UTC 

[PATCH] kvm/x86: check KVM_REQ_TLB_FLUSH with irqs disabled
 2009-03-16 18:44 UTC  (6+ messages)

[PATCH] powerpc/cell: fix unused variable warning in interrupt.c
 2009-03-16 18:42 UTC  (2+ messages)
` [tip:irq/sparseirq] sparseirq, "

[PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446
 2009-03-16 18:40 UTC  (3+ messages)

[PATCH] fs: fput() can be called from interrupt context
 2009-03-16 18:36 UTC  (12+ messages)
            ` [patch] eventfd - remove fput() call from possible IRQ context
                ` [patch] eventfd - remove fput() call from possible IRQ context (2nd rev)

Latest brk patchset
 2009-03-16 18:31 UTC  (18+ messages)
      ` [crash] "

linux-next: Tree for March 16
 2009-03-16 18:32 UTC  (2+ messages)
` linux-next: Tree for March 16 (slob)

[PATCH 00/05] tmio_mmc: Minor fixes and cnf/irq changes
 2009-03-16 18:30 UTC  (2+ messages)

[BUG 2.6.29_rc8] BIOS Bug: CPU MTRRs don't cover all of memory, losing 0MB of RAM
 2009-03-16 18:21 UTC  (2+ messages)

[PATCH] Fix NULL dereference when suspending snd_opl3sa2
 2009-03-16 18:21 UTC  (3+ messages)

ATA support for 4k sector size
 2009-03-16 18:11 UTC  (13+ messages)

System tick rate
 2009-03-16 18:11 UTC  (5+ messages)

[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)

[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  (24+ messages)

[Bug #12465] KVM guests stalling on 2.6.28 (bisected)
 2009-03-16 17:57 UTC  (11+ messages)
                ` [RFC][PATCH] ftrace: function graph trace context switches

[Xen-devel] Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
 2009-03-16 17:55 UTC 

[patch -mm v2] cpusets: add memory_slab_hardwall flag
 2009-03-16 16:41 UTC  (10+ messages)

2.6.29-rc8: Reported regressions from 2.6.28
 2009-03-16 17:54 UTC  (10+ messages)
` [Bug #12765] i915 VT switch with AIGLX causes X lock up

[PATCH] ftrace: protect executing nmi
 2009-03-16 17:42 UTC  (2+ messages)

smart cache. ist is possible?
 2009-03-16 17:36 UTC  (8+ messages)

[PULL] cpumask updates for parisc
 2009-03-16 17:20 UTC  (2+ messages)

2.6.29-rc breaks STD using Intel 945
 2009-03-16 17:16 UTC  (6+ messages)

Regression - locking (all from 2.6.28)
 2009-03-16 17:12 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

[RFC v2: Patch 1/3] net: hand off skb list to other cpu to submit to upper layer
 2009-03-16 16:53 UTC  (5+ messages)

[PATCH] ftrace: fix crash due to tracing of __naked functions
 2009-03-16 16:33 UTC  (4+ messages)

[PATCH] Staging: meilhaus: some checkpatch.pl cleanup
 2009-03-16 16:45 UTC 

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

2.6.29 acpi regression: acpi_ex_extract_from_field -- div by zero
 2009-03-16 16:31 UTC  (3+ messages)

x86: asm doubt
 2009-03-16 16:20 UTC  (5+ messages)

Катя Ткачук посміхнулася Вам
 2009-03-16 16:16 UTC 

[2.6.30] What's in the async boot tree
 2009-03-16 16:12 UTC  (3+ messages)
` [PATCH] async: remove the temporary (2.6.29) "async is off by default" code

[Xen-devel] Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
 2009-03-16 16:09 UTC 

VMI broken on tip/master
 2009-03-16 16:04 UTC  (3+ messages)

[PATCH] drivers/char/mxser.c: Fix reference counting
 2009-03-16 16:03 UTC  (3+ messages)

[PATCH] ASoC: Only deregister AC97 dev if it's name was not "AC97"
 2009-03-16 16:01 UTC  (4+ messages)

Read carefuly and respond!
 2009-03-16 15:46 UTC 

Sierra Wireless (MC8780) HSDPA speed issue
 2009-03-16 15:52 UTC  (10+ messages)

[patch] twl4030-regulator: expose VPLL2
 2009-03-16 15:51 UTC  (2+ messages)

[PATCH trivial] cpqarray: enable bus mastering
 2009-03-16 15:45 UTC  (3+ messages)

linux-next - request_module_nowait() breaks iptables and iwl3945
 2009-03-16 15:37 UTC  (2+ messages)

linux-next - tty_io.c change breaks /dev/console
 2009-03-15 21:20 UTC 

[v3 PATCH 0/4] timers: Framework for migration of timers
 2009-03-16 15:29 UTC  (3+ messages)
` [v3 PATCH 3/4] timers: /proc/sys sysctl hook to enable timer migration

[Xen-devel] Re: tip.git regression from "vsprintf: unify the format decoding layer for its 3 users"
 2009-03-16 15:05 UTC  (2+ messages)
  ` how to enable shadow page table? Do I have to run HVM guest systems for shadow paging mode?

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

ASoC updates for 2.6.30
 2009-03-16 14:46 UTC  (2+ messages)

[patch 1/5] x86, bts: detect size of DS fields
 2009-03-16 14:34 UTC  (3+ messages)

[PATCH 00/31] *** SUBJECT HERE ***
 2009-03-16 14:31 UTC  (5+ messages)
` [PATCH 04/31] netfilter: Auto-load ip_queue module when socket opened
` [PATCH 05/31] netfilter: Auto-load ip6_queue "

[GIT PULL] 2.6.30 Xen core updates
 2009-03-16 14:29 UTC  (11+ messages)
` [PATCH 10/24] xen: mask XSAVE from cpuid
  ` [Xen-devel] "

[PATCH 0/6] ide: more unifications of ATA and ATAPI support
 2009-03-16 14:23 UTC  (3+ messages)
` [PATCH 3/6] ide: set hwif->expiry prior to calling [__]ide_set_handler()

[git-pull -tip] x86: cleanup patches
 2009-03-16 14:18 UTC  (5+ messages)

Including STRTOK_R in a LSM
 2009-03-16 14:03 UTC  (3+ messages)
` Getting the port numbers and IP address from struct socket

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

[PATCH 0/7] Per-bdi writeback flusher threads
 2009-03-16 13:39 UTC  (8+ messages)
` [PATCH 2/7] writeback: switch to per-bdi threads for flushing data
` [PATCH 4/7] writeback: get rid of task/current_is_pdflush()

[GIT PULL] Xen dom0 hardware access support
 2009-03-16 13:30 UTC  (3+ messages)
` [PATCH 10/27] xen: make sure swiotlb allocation is physically contigious
  ` [Xen-devel] [PATCH 10/27] xen: make sure swiotlb allocation isphysically contigious

[PATCH] Point the UNEVICTABLE_LRU config option at the documentation
 2009-03-16 13:14 UTC  (5+ messages)

[PATCH 0/7] Generic RTC class driver
 2009-03-16 13:09 UTC  (6+ messages)
` [PATCH 1/7] parisc: rtc: get_rtc_time() returns unsigned int
  ` [PATCH 2/7] parisc: rtc: platform_driver_probe() fixups
    ` [PATCH 3/7] parisc: rtc: Add missing module alias
      ` [PATCH 4/7] parisc: rtc: Rename rtc-parisc to rtc-generic

2.6.27.19 + 28.7: network timeouts for r8169 and 8139too
 2009-03-16 13:07 UTC  (4+ messages)

[PATCH] fix/improve generic page table walker
 2009-03-16 12:55 UTC  (9+ messages)

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

[PATCH] ftace: remove struct list_head in struct dyn_ftrace
 2009-03-16 12:42 UTC  (4+ messages)
` [tip:tracing/ftrace] ftrace: remove struct list_head from "

[PATCH] Document /proc/sys/net/core/netdev_budget
 2009-03-16 12:36 UTC 

make headers_install broken for ARCH=m68k in 2.6.29-rc7
 2009-03-16 12:40 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox