Skip to content
  1. Oct 07, 2009
  2. Oct 06, 2009
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 · 0eca52a9
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6:
        Revert "ide: try to use PIO Mode 0 during probe if possible"
        ide: use printk_once
      0eca52a9
    • Linus Torvalds's avatar
      Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 19d031e0
      Linus Torvalds authored
      * 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
        KVM: add support for change_pte mmu notifiers
        KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes
        KVM: MMU: dont hold pagecount reference for mapped sptes pages
        KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
        KVM: VMX: flush TLB with INVEPT on cpu migration
        KVM: fix LAPIC timer period overflow
        KVM: s390: fix memsize >= 4G
        KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly
        KVM: SVM: Fix tsc offset adjustment when running nested
      19d031e0
    • Linus Torvalds's avatar
      Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze · e8d809c6
      Linus Torvalds authored
      * 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze:
        microblaze: Clear sticky FSR register after saving it to func parametr
        microblaze: UMS is used only for MMU kernel
      e8d809c6
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 · ef790fe0
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
        sparc: using HZ needs an include of linux/param.h
        sparc32: convert to asm-generic/hardirq.h
        sparc64: Cache per-cpu %pcr register value in perf code.
        sparc64: Fix comment typo in perf_event.c
        sparc64: Minor coding style fixups in perf code.
        sparc64: Add a basic conflict engine in preparation for multi-counter support.
        sparc64: Increase vmalloc size to fix percpu regressions.
        sparc64: Add initial perf event conflict resolution and checks.
        sparc: Niagara1 perf event support.
        sparc: Add Niagara2 HW cache event support.
        sparc: Support all ultra3 and ultra4 derivatives.
        sparc: Support HW cache events.
      ef790fe0
    • Jan Beulich's avatar
      iSCSI/iBFT: use proper address translation · ed3c6614
      Jan Beulich authored
      
      
      In virtual environments (namely, Xen Dom0) virt <-> phys and
      virt <-> isa-bus translations cannot be freely interchanged (and
      even outside such environments it is not really correct to do so).
      When looking at memory below 1M, the latter translations should
      always be used.
      
      iscsi_ibft_find.c part from: Martin Wilck <martin.wilck@ts.fujitsu.com>.
      
      Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
      Signed-off-by: default avatarPeter Jones <pjones@redhat.com>
      Signed-off-by: default avatarKonrad Rzeszutek Wilk <ketuzsezs@darnok.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ed3c6614
    • Linus Torvalds's avatar
      Merge branch 'perf-fixes-for-linus' of... · 41cb6654
      Linus Torvalds authored
      Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        perf tools: Run generate-cmdlist.sh properly
        perf_event: Clean up perf_event_init_task()
        perf_event: Fix event group handling in __perf_event_sched_*()
        perf timechart: Add a power-only mode
        perf top: Add poll_idle to the skip list
      41cb6654
    • Linus Torvalds's avatar
      Merge branch 'timers-fixes-for-linus' of... · e69a9ac5
      Linus Torvalds authored
      Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        hrtimer: Remove overly verbose "switch to high res mode" message
      e69a9ac5
    • Linus Torvalds's avatar
      Merge branch 'tracing-fixes-for-linus' of... · 0f26ec69
      Linus Torvalds authored
      Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        kmemtrace: Fix up tracer registration
        tracing: Fix infinite recursion in ftrace_update_pid_func()
      0f26ec69
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · 46302b46
      Linus Torvalds authored
      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: Don't leak 64-bit kernel register values to 32-bit processes
        x86, SLUB: Remove unused CONFIG FAST_CMPXCHG_LOCAL
        x86: earlyprintk: Fix regression to handle serial,ttySn as 1 arg
        x86: Don't generate cmpxchg8b_emu if CONFIG_X86_CMPXCHG64=y
        x86: Fix csum_ipv6_magic asm memory clobber
        x86: Optimize cmpxchg64() at build-time some more
      46302b46
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 5b1755f2
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        m68knommu: fix rename of pt_regs offset defines breakage
        m68knommu: remove duplicated #include
        m68knommu: show KiB rather than pages in "Freeing initrd memory:" message
      5b1755f2
  3. Oct 05, 2009