[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090209102211.GJ20467@elte.hu>
Date: Mon, 9 Feb 2009 11:22:11 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jeremy Fitzhardinge <jeremy@...p.org>
Cc: the arch/x86 maintainers <x86@...nel.org>,
linux-kernel@...r.kernel.org
Subject: Re: git pull: x86 header unification
(Cc:-ed lkml)
* Jeremy Fitzhardinge <jeremy@...p.org> wrote:
> The following changes since commit 45c82b5a770be66845687a7d027c8b52946d59af:
> Linus Torvalds (1):
> Merge branch 'header-fixes-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git jsgf/x86/unify
>
> Thanks,
> J
>
> Jeremy Fitzhardinge (36):
> x86: unify pte_none
> x86: unify pte_same
> x86: unify pte_present
> x86: unify pud_present
> x86: unify pgd_present
> x86: unify pmd_present
> x86: unify pmd_none
> x86: unify pgd_page_vaddr
> x86: unify pud_page_vaddr
> x86: include pgtable_SIZE.h earlier
> x86: unify pud_page
> x86: unify pgd_page
> x86: unify pud_index
> x86: unify pud_offset
> x86: unify pmd_page_vaddr
> x86: unify pmd_page
> x86: unify pmd_index
> x86: unify pmd_offset
> x86: remove redundant pfn_pmd definition
> x86: unify pmd_pfn
> x86: unify pmd_pfn
> x86: unify pte_index
> x86: unify pte_offset_kernel
> x86: unify pud_large
> x86: unify pgd_bad
> x86: unify pgd_bad
> x86: unify pmd_bad
> x86: unify pages_to_mb
> x86: unify pud_none
> x86: unify pgd_none
> x86: unify io_remap_pfn_range
> x86: add and use pgd/pud/pmd_flags
> x86: make pgd/pud/pmd/pte_none consistent
> x86: asm/io.h: unify virt_to_phys/phys_to_virt
> x86: asm/io.h: unify ioremap prototypes
> x86: Fix compile error in arch/x86/kernel/early_printk.c
>
> arch/x86/include/asm/io.h | 90 +++++++++++++++++
> arch/x86/include/asm/io_32.h | 86 ----------------
> arch/x86/include/asm/io_64.h | 59 -----------
> arch/x86/include/asm/page.h | 15 +++
> arch/x86/include/asm/pgtable-2level.h | 2 -
> arch/x86/include/asm/pgtable-3level.h | 35 -------
> arch/x86/include/asm/pgtable.h | 176 ++++++++++++++++++++++++++++++++-
> arch/x86/include/asm/pgtable_32.h | 46 ---------
> arch/x86/include/asm/pgtable_64.h | 64 ------------
> arch/x86/kernel/early_printk.c | 1 -
> 10 files changed, 280 insertions(+), 294 deletions(-)
Pulled into tip/x86/headers, thanks Jeremy!
I'll keep watching out for any build fallout.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists