]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2009 22:27:39 +0000 (14:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2009 22:27:39 +0000 (14:27 -0800)
commit044f4ea738d9cda04729ba24a38a8280f9af77f9
tree6e318eb89da45d37ea8dceddd1ae6858b74dee1e
parentf0b4deeb0b5bd2d258b18f7a0f8a5bc51e7384eb
parent8a2585db648317c6b094ddb46866cb199748094c
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86, vm86: fix preemption bug
  x86, olpc: fix model detection without OFW
  x86, hpet: fix for LS21 + HPET = boot hang
  x86: CPA avoid repeated lazy mmu flush
  x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context
  x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption
  x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem
  x86/cpa: make sure cpa is safe to call in lazy mmu mode
  x86, ptrace, mm: fix double-free on race
arch/x86/include/asm/paravirt.h
arch/x86/kernel/hpet.c
include/linux/mm.h
mm/mlock.c