aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-11x86: move pte types into pgtable*.hJeremy Fitzhardinge
2009-02-11x86: define pud_flags and pud_large properly to allow non-PAE buildsJeremy Fitzhardinge
2009-02-11x86: move defs around to allow paravirt.h to just include page_types.hJeremy Fitzhardinge
2009-02-11x86: move 2 and 3 level asm-generic defs into page-defsJeremy Fitzhardinge
2009-02-11x86: create _types.h counterparts for page*.hJeremy Fitzhardinge
2009-02-11x86: Include pgtable_32|64_types.h in pgtable_types.hJeremy Fitzhardinge
2009-02-11x86: Split pgtable_64.h into pgtable_64_types.h and pgtable_64.hJeremy Fitzhardinge
2009-02-11x86: Split pgtable_32.h into pgtable_32.h and pgtable_32_types.hJeremy Fitzhardinge
2009-02-11Split pgtable.h into pgtable_types.h and pgtable.hJeremy Fitzhardinge
2009-02-11x86: rename *-defs.h to *-_types.h for consistencyJeremy Fitzhardinge
2009-02-11Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge
2009-02-09x86, pgtable.h: fix 2-level 32-bit buildIngo Molnar
2009-02-09x86, pgtable.h: macro-ify *_page() methodsIngo Molnar
2009-02-09x86: early_printk.c - fix pgtable.h unification falloutIngo Molnar
2009-02-09Merge branch 'jsgf/x86/unify' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins
2009-02-08Linux 2.6.29-rc4Linus Torvalds
2009-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-updateLinus Torvalds
2009-02-08radeonfb: Fix resume from D3Cold on some platformsBenjamin Herrenschmidt
2009-02-08aty128fb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt
2009-02-08atyfb: Properly save PCI state before changing PCI PM levelBenjamin Herrenschmidt
2009-02-08async: use list_move_tailStefan Richter
2009-02-08async: Rename _special -> _domain for clarity.Cornelia Huck
2009-02-08async: Add some documentation.Cornelia Huck
2009-02-08async: Handle kthread_run() return codes.Cornelia Huck
2009-02-08async: Fix running list handling.Cornelia Huck
2009-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell
2009-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-02-07Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown
2009-02-07ACPI: Kconfig text - Fix the ACPI_CONTAINER module name according to the real...Thierry Vignaud
2009-02-07eeepc-laptop: fix oops when changing backlight brightness during eeepc-laptop...Darren Salt
2009-02-07ACPICA: Fix table entry truncation calculationMyron Stowe
2009-02-07ACPI: Enable bit 11 in _PDC to advertise hw coordPallipadi, Venkatesh
2009-02-07ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-02-07ACPI: add missing KERN_* constants to printksFrank Seidel
2009-02-06ACPI: dock: Don't eval _STA on every show_docked sysfs readHolger Macht
2009-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2009-02-06eCryptfs: Regression in unencrypted filename symlinksTyler Hicks
2009-02-06Merge branch 'x86/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds
2009-02-06x86-64: fix int $0x80 -ENOSYS returnRoland McGrath
2009-02-06Merge branch 'to-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/frob...Linus Torvalds
2009-02-06elf core dump: fix get_user useRoland McGrath
2009-02-06x86: Fix compile error in arch/x86/kernel/early_printk.cJeremy Fitzhardinge
2009-02-07CRED: Fix SUID exec regressionDavid Howells
2009-02-06vfs: Don't call attach_nobh_buffers() with an empty listDave Kleikamp
2009-02-06x86: asm/io.h: unify ioremap prototypesJeremy Fitzhardinge
2009-02-06x86: asm/io.h: unify virt_to_phys/phys_to_virtJeremy Fitzhardinge
2009-02-06x86: make pgd/pud/pmd/pte_none consistentJeremy Fitzhardinge