summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar173-3158/+4084
2008-12-23Merge commit 'v2.6.28-rc9' into x86/apicIngo Molnar1204-13225/+30842
2008-12-22x86: prioritize the FPU traps for the error codeH. Peter Anvin1-19/+15
2008-12-20Null pointer deref with hrtimer_try_to_cancel()Thomas Gleixner1-0/+6
2008-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds4-8/+13
2008-12-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-14/+30
2008-12-20x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2-5/+20
2008-12-19x86: PAT: pfnmap documentation update changesvenkatesh.pallipadi@intel.com1-5/+5
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com4-56/+50
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com4-70/+11
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com2-17/+16
2008-12-19x86: PAT: clarify is_linear_pfn_mapping() interfacevenkatesh.pallipadi@intel.com1-0/+8
2008-12-19fs/9p: change simple_strtol to simple_strtoulJulia Lawall1-1/+1
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang3-6/+10
2008-12-199p: Remove potentially bad parameter from function entry debug print.Duane Griffin1-1/+2
2008-12-19x86: ia32_signal: remove unnecessary declarationHiroshi Shimamoto1-1/+0
2008-12-19x86: common.c boot_cpu_stack and boot_exception_stacks should be staticJaswinder Singh1-3/+3
2008-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds5-16/+20
2008-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds3-2/+22
2008-12-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+5
2008-12-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds3-2/+19
2008-12-19Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-5/+17
2008-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-21/+17
2008-12-19Merge branch 'fix/asoc' into for-linusTakashi Iwai1-1/+1
2008-12-19ALSA: Fix a Oops bug in omap soc driver.Stanley Miao1-1/+1
2008-12-19ALSA: hda - Remove non-working headphone control for Dell laptopsTakashi Iwai1-1/+2
2008-12-19ALSA: hda - Add no-jd model for IDT 92HD73xxTakashi Iwai2-0/+6
2008-12-19ALSA: Revert "ALSA: hda: removed unneeded hp_nid references"Takashi Iwai1-0/+3
2008-12-19cciss: fix problem that deleting multiple logical drives could cause a panicStephen M. Cameron1-0/+5
2008-12-19ALSA: hda - Add quirk for Dell Studio 17Joerg Schirottke1-0/+2
2008-12-19drm/i915: GEM on PAE has problems - disable it for now.Dave Airlie2-1/+11
2008-12-19drm/i915: Don't return busy for buffers left on the flushing list.Eric Anholt1-1/+8
2008-12-19md: Don't read past end of bitmap when reading bitmap.NeilBrown1-5/+17
2008-12-18Linux 2.6.28-rc9v2.6.28-rc9Linus Torvalds1-1/+1
2008-12-19x86: fix warning in arch/x86/kernel/microcode_amd.cIngo Molnar1-1/+2
2008-12-18x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32Hiroshi Shimamoto1-18/+0
2008-12-18x86: asm-offset_64: use rt_sigframe_ia32Hiroshi Shimamoto1-1/+3
2008-12-18x86: sigframe.h: include headers for dependencyHiroshi Shimamoto1-0/+4
2008-12-18x86: traps.c declare functions before they get usedJaswinder Singh1-2/+9
2008-12-18x86: PAT: update documentation to cover pgprot and remap_pfn related changes ...venkatesh.pallipadi@intel.com1-0/+24
2008-12-18x86: PAT: add pgprot_writecombine() interface for drivers - v3venkatesh.pallipadi@intel.com3-0/+15
2008-12-18x86: PAT: change pgprot_noncached to uc_minus instead of strong uc - v3venkatesh.pallipadi@intel.com3-15/+8
2008-12-18x86: PAT: implement track/untrack of pfnmap regions for x86 - v3venkatesh.pallipadi@intel.com2-0/+246
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com2-1/+81
2008-12-18x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3venkatesh.pallipadi@intel.com2-0/+46
2008-12-18x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3venkatesh.pallipadi@intel.com2-4/+12
2008-12-18x86: process.c declare c1e_remove_cpu before they get usedJaswinder Singh1-0/+1
2008-12-18x86: sigframe.h: add guard macroHiroshi Shimamoto1-0/+5
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds5-9/+41
2008-12-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinne...Linus Torvalds5-47/+107