aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-09brk: help text typo fixIngo Molnar1-1/+1
2008-02-09lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish1-2/+2
2008-02-09x86 PM: update stale commentsRafael J. Wysocki2-3/+3
2008-02-09x86 PM: consolidate suspend and hibernation codeRafael J. Wysocki3-162/+171
2008-02-09x86 PM: rename 32-bit files in arch/x86/powerRafael J. Wysocki4-6/+5
2008-02-09x86 PM: move 64-bit hibernation files to arch/x86/powerRafael J. Wysocki5-9/+20
2008-02-09x86: trivial printk optimizationsDenys Vlasenko2-32/+41
2008-02-09x86: fix early_ioremap pagetable opsIan Campbell1-2/+2
2008-02-09x86: construct 32-bit boot time page tables in native format.Ian Campbell6-109/+178
2008-02-09x86, core: remove CONFIG_FORCED_INLININGHarvey Harrison5-34/+0
2008-02-09x86: avoid unused variable warning in mm/init_64.cThomas Gleixner1-3/+3
2008-02-09x86: fixup more paravirt falloutIngo Molnar2-14/+19
2008-02-09brk: document randomize_va_space and CONFIG_COMPAT_BRK (was Re:Jiri Kosina1-0/+29
2008-02-09x86: fix sparse warnings in acpi/bus.cHarvey Harrison2-6/+5
2008-02-09x86: fix sparse warning in topology.cHarvey Harrison1-1/+1
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison3-7/+9
2008-02-09x86: sparse warning in therm_throt.cHarvey Harrison1-1/+1
2008-02-09x86: fix sparse warning in xen/time.cHarvey Harrison1-5/+5
2008-02-09x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setupArnd Hannemann1-1/+1
2008-02-09x86: GEODE: make sure the right MFGPT timer fired the timer tickJordan Crouse1-2/+6
2008-02-09x86: GEODE: MFGPT: fix a potential race when disabling a timerAndres Salomon1-2/+3
2008-02-09x86: GEODE: MFGPT: Use "just-in-time" detection for the MFGPT timersJordan Crouse3-17/+28
2008-02-09x86: GEODE: MFGPT: make mfgpt_timer_setup available outside of mfgpt_32.cAndres Salomon2-7/+7
2008-02-09x86: GEODE: MFGPT: replace 'flags' field with 'avail' bitAndres Salomon1-7/+5
2008-02-09x86: GEODE: MFGPT: drop module owner usage from MFGPT APIAndres Salomon2-10/+6
2008-02-09x86: GEODE fix MFGPT input clock valueWilly Tarreau1-14/+13
2008-02-09x86: GEODE: MFGPT: Minor cleanupsAndres Salomon1-4/+4
2008-02-09Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds27-342/+689
2008-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds29-27/+76
2008-02-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds15-22/+269
2008-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds6-70/+231
2008-02-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-3/+28
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov16-0/+3093
2008-02-09m68knommu: add pgtable_tMartin Schwidefsky1-0/+1
2008-02-09Add pgtable_t to remaining nommu architecturesMartin Schwidefsky3-0/+3
2008-02-09ub: fix up the conversion to sg_init_table()Pete Zaitcev1-1/+1
2008-02-09fix up kerneldoc in fs/ioctl.c a little bitChristoph Hellwig1-4/+4
2008-02-09memcontrol: add vm_match_cgroup()David Rientjes3-9/+7
2008-02-09UML: fix hostfs buildJiri Kosina1-0/+1
2008-02-09Fix compile error on nommu for is_swap_pteMatt Mackall1-0/+2
2008-02-09[S390] dynamic page tables.Martin Schwidefsky13-48/+258
2008-02-09[S390] Add four level page tables for CONFIG_64BIT=y.Martin Schwidefsky8-48/+124
2008-02-09[S390] 1K/2K page table pages.Martin Schwidefsky11-183/+207
2008-02-09[S390] Remove a.out header file.Martin Schwidefsky3-34/+0
2008-02-09[S390] sclp_vt220: Fix vt220 initializationChristian Borntraeger1-13/+18
2008-02-09[S390] qdio: avoid hang when establishing qdio queuesUrsula Braun1-10/+8
2008-02-09[S390] VMEM_MAX_PHYS overflow on 31 bit.Martin Schwidefsky1-2/+3
2008-02-09[S390] zcrypt: Do not start ap poll thread per defaultFelix Beck1-2/+2
2008-02-09[S390] Fix __ffs_word_loop/__ffz_word_loop inlnie assembly.Martin Schwidefsky1-2/+2
2008-02-09[S390] Wire up new timerfd syscalls.Heiko Carstens3-1/+27