messages from 2009-03-16 08:48:39 to 2009-03-16 16:25:43 UTC [more...]
[PATCH 00/35] Cleanup and optimise the page allocator V3
2009-03-16 16:25 UTC (51+ 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
x86: asm doubt
2009-03-16 16:20 UTC (5+ messages)
[alsa-devel] Bugs on aspire one A150
2009-03-16 16:19 UTC (21+ 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
Latest brk patchset
2009-03-16 16:12 UTC (10+ messages)
` [crash] "
[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 (3+ 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 (6+ messages)
` [v3 PATCH 1/4] timers: Framework for identifying pinned timers
` [v3 PATCH 2/4] timers: Identifying the existing "
` [v3 PATCH 3/4] timers: /proc/sys sysctl hook to enable timer migration
` [v3 PATCH 4/4] timers: logic to move non pinned timers
smart cache. ist is possible?
2009-03-16 15:15 UTC (3+ messages)
[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 (9+ messages)
` SLOB lockup (was: Re: [tip:core/locking] lockdep: annotate reclaim context (__GFP_NOFS), fix SLOB)
ATA support for 4k sector size
2009-03-16 14:51 UTC (10+ messages)
ASoC updates for 2.6.30
2009-03-16 14:46 UTC (2+ messages)
[PATCH 1/1] DaVinci: MMC: MMC/SD controller driver for DaVinci/DM6446
2009-03-16 14:42 UTC
[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 (6+ messages)
VFS, NFS security bug? Should CAP_MKNOD and CAP_LINUX_IMMUTABLE be added to CAP_FS_MASK?
2009-03-16 14:16 UTC (7+ messages)
[PATCH] Fix NULL dereference when suspending snd_opl3sa2
2009-03-16 14:16 UTC (2+ messages)
[PATCH] kvm/x86: check KVM_REQ_TLB_FLUSH with irqs disabled
2009-03-16 14:11 UTC (3+ 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
[BUG 2.6.29_rc8] BIOS Bug: CPU MTRRs don't cover all of memory, losing 0MB of RAM
2009-03-16 13:48 UTC
[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 (20+ 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 2/2] tracepoints for softirq entry/exit - tracepoints
2009-03-16 13:34 UTC (3+ messages)
[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
2.6.29-rc8: Reported regressions from 2.6.28
2009-03-16 13:24 UTC (8+ messages)
[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)
2.6.29-rc breaks STD using Intel 945
2009-03-16 13:02 UTC (5+ messages)
[PATCH] fix/improve generic page table walker
2009-03-16 12:55 UTC (9+ messages)
[PATCH] ftrace: protect executing nmi
2009-03-16 12:54 UTC
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)
next-20090316: Inotify: inconsistent lock state
2009-03-16 12:34 UTC
[patch] x86, ds: add support for core i7
2009-03-16 12:31 UTC
ext2/3: document conditions when reliable operation is possible
2009-03-16 12:30 UTC (4+ messages)
[patch] x86, ds: fix build warning
2009-03-16 12:27 UTC
[PATCH 2/2] ptrace_vm: ptrace for syscall emulation virtual machines
2009-03-16 12:17 UTC (6+ messages)
[Patch] Fix the possibility of insane return value of hpet_calibrate() against SMI
2009-03-16 9:52 UTC (5+ messages)
[patch] Re: scheduler oddity [bug?]
2009-03-16 11:55 UTC (12+ messages)
2.6.29-rc5+: cf card no longer detected
2009-03-16 11:45 UTC (3+ messages)
2.6.29-rc5+: usb bluetooth crashes system
2009-03-16 11:44 UTC (3+ messages)
No warning on resume with different kernel version
2009-03-16 11:38 UTC (2+ messages)
[PULL] cpumask updates for s390
2009-03-16 11:27 UTC (2+ messages)
[PATCH] dmaengine: sh: Add support DMA-Engine driver for DMA of SuperH
2009-03-16 11:24 UTC (2+ messages)
[PATCH 3/7 revised] mmc_spi: adjust for delayed data token response
2009-03-16 11:23 UTC
[Patch] relay: fix signedness in subbuf_splice_actor()
2009-03-16 11:24 UTC
cgroup, RT cpu balance question
2009-03-16 11:18 UTC (3+ messages)
[PATCH] bonding: allow bond in mode balance-alb to work properly in bridge
2009-03-16 11:11 UTC (5+ messages)
[PATCH 1/2] Char: isicom, prolong tty reference holding
2009-03-16 11:09 UTC (6+ messages)
` [PATCH 2/2] Char: isicom, fix build warning
linux-next: Tree for March 16
2009-03-16 11:06 UTC
[PATCH 1/1] Char: mxser, remove tty_port_tty_get from mxser_check_modem_status
2009-03-16 11:04 UTC
RSVP(-TE)
2009-03-16 11:02 UTC
Lava dual parallel PCI card IRQ problem
2009-03-16 10:57 UTC (2+ messages)
2.6.29-rc8: boot/kernel init duration regression from 2.6.28
2009-03-16 10:25 UTC
[PATCH] perfcounters: Make s/w counters in a group only count when group is on
2009-03-16 10:33 UTC (7+ messages)
Tux3 report: Tux3 Git tree available
2009-03-16 10:32 UTC (7+ messages)
` [Tux3] "
[PATCH] perfcounters: abstract wakeup flag setting in core to fix powerpc build
2009-03-16 10:17 UTC
[PATCH] sysfs: only allow one scheduled removal callback per kobj
2009-03-16 10:15 UTC (2+ messages)
HPET mmap() problem
2009-03-16 10:01 UTC (2+ messages)
[GIT PATCH] block: cleanup patches
2009-03-16 9:45 UTC (4+ messages)
` [PATCH 09/14] block: clean up request completion API
[PATCH 1/1] kmod: use explicit names for waiting
2009-03-16 9:36 UTC
[RFC PATCH -tip] cpuacct: per-cgroup utime/stime statistics - v2
2009-03-16 8:58 UTC (6+ messages)
[PULL] x86 cpumask work
2009-03-16 8:48 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox