From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756922AbYBJBaZ (ORCPT ); Sat, 9 Feb 2008 20:30:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752398AbYBJBaL (ORCPT ); Sat, 9 Feb 2008 20:30:11 -0500 Received: from rgminet01.oracle.com ([148.87.113.118]:15234 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbYBJBaJ (ORCPT ); Sat, 9 Feb 2008 20:30:09 -0500 Date: Sat, 9 Feb 2008 17:25:38 -0800 From: Randy Dunlap To: Thomas Gleixner Cc: Linus Torvalds , LKML , Ingo Molnar , "H. Peter Anvin" Subject: Re: [git pull] x86 updates Message-Id: <20080209172538.87994c61.randy.dunlap@oracle.com> In-Reply-To: References: Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.7 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 10 Feb 2008 00:24:50 +0100 (CET) Thomas Gleixner wrote: > Linus, > > please pull the pending x86 updates from: > > ssh://master.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git master Hi Thomas, can we please get diffstats with git pull requests? (in the future) > The update contains: > > - a couple of bugfixes > - CPA and DEBUG_PAGEALLOC improvements > - x86 power management consolidation > - GEODE updates > - 32bit boot time page table construction rework > - sparse and compile warning fixes > - trivial cleanups > > There are two patches out of x86 scope as well: > > - lguest bugfix: x86 broke it, fix is obviously correct and Rusty > is away > > - randomization docs: resulted out of a x86 randomization > discussion > > Thanks, > > tglx > > ---- > > Ahmed S. Darwish (1): > lguest: accept guest _PAGE_PWT page table entries > > Andres Salomon (5): > x86: GEODE: MFGPT: Minor cleanups > x86: GEODE: MFGPT: drop module owner usage from MFGPT API > x86: GEODE: MFGPT: replace 'flags' field with 'avail' bit > x86: GEODE: MFGPT: make mfgpt_timer_setup available outside of mfgpt_32.c > x86: GEODE: MFGPT: fix a potential race when disabling a timer > > Arnd Hannemann (1): > x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup > > Denys Vlasenko (1): > x86: trivial printk optimizations > > Harvey Harrison (6): > x86: fix sparse warning in xen/time.c > x86: sparse warning in therm_throt.c > x86: sparse warnings in pageattr.c > x86: fix sparse warning in topology.c > x86: fix sparse warnings in acpi/bus.c > x86, core: remove CONFIG_FORCED_INLINING > > Ian Campbell (2): > x86: construct 32-bit boot time page tables in native format. > x86: fix early_ioremap pagetable ops > > Ingo Molnar (2): > x86: fixup more paravirt fallout > brk: help text typo fix > > Jiri Kosina (1): > brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re: > > Jordan Crouse (2): > x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timers > x86: GEODE: make sure the right MFGPT timer fired the timer tick > > Rafael J. Wysocki (4): > x86 PM: move 64-bit hibernation files to arch/x86/power > x86 PM: rename 32-bit files in arch/x86/power > x86 PM: consolidate suspend and hibernation code > x86 PM: update stale comments > > Thomas Gleixner (6): > x86: avoid unused variable warning in mm/init_64.c > x86: DEBUG_PAGEALLOC: enable after mem_init() > x86: introduce page pool in cpa > x86: cpa, use page pool > x86: cpa, enable CONFIG_DEBUG_PAGEALLOC on 64-bit > x86: cpa, strict range check in try_preserve_large_page() > > Willy Tarreau (1): > x86: GEODE fix MFGPT input clock value --- ~Randy