1. 07 Dec, 2009 34 commits
  2. 05 Dec, 2009 6 commits
    • Linus Torvalds's avatar
      Merge branch 'x86-debug-for-linus' of... · 6ec22f9b
      Linus Torvalds authored
      Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86: Limit number of per cpu TSC sync messages
        x86: dumpstack, 64-bit: Disable preemption when walking the IRQ/exception stacks
        x86: dumpstack: Clean up the x86_stack_ids[][] initalization and other details
        x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizes
        x86: Suppress stack overrun message for init_task
        x86: Fix cpu_devs[] initialization in early_cpu_init()
        x86: Remove CPU cache size output for non-Intel too
        x86: Minimise printk spew from per-vendor init code
        x86: Remove the CPU cache size printk's
        cpumask: Avoid cpumask_t in arch/x86/kernel/apic/nmi.c
        x86: Make sure we also print a Code: line for show_regs()
      6ec22f9b
    • Linus Torvalds's avatar
      Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip · 83be7d76
      Linus Torvalds authored
      * 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86, msr, cpumask: Use struct cpumask rather than the deprecated cpumask_t
        x86, cpuid: Simplify the code in cpuid_open
        x86, cpuid: Remove the bkl from cpuid_open()
        x86, msr: Remove the bkl from msr_open()
        x86: AMD Geode LX optimizations
        x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
      83be7d76
    • Linus Torvalds's avatar
      Merge branch 'x86-cleanups-for-linus' of... · c2ed69cd
      Linus Torvalds authored
      Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        x86: Fix a section mismatch in arch/x86/kernel/setup.c
        x86: Fixup last users of irq_chip->typename
        x86: Remove BKL from apm_32
        x86: Remove BKL from microcode
        x86: use kernel_stack_pointer() in kprobes.c
        x86: use kernel_stack_pointer() in kgdb.c
        x86: use kernel_stack_pointer() in dumpstack.c
        x86: use kernel_stack_pointer() in process_32.c
      c2ed69cd
    • Linus Torvalds's avatar
      Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip · ef26b169
      Linus Torvalds authored
      * 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
        include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand __builtin_object_size
        x86/alternatives: No need for alternatives-asm.h to re-invent stuff already in asm.h
        x86/alternatives: Check replacementlen <= instrlen at build time
        x86, 64-bit: Set data segments to null after switching to 64-bit mode
        x86: Clean up the loadsegment() macro
        x86: Optimize loadsegment()
        x86: Add missing might_fault() checks to copy_{to,from}_user()
        x86-64: __copy_from_user_inatomic() adjustments
        x86: Remove unused thread_return label from switch_to()
        x86, 64-bit: Fix bstep_iret jump
        x86: Don't use the strict copy checks when branch profiling is in use
        x86, 64-bit: Move K8 B step iret fixup to fault entry asm
        x86: Generate cmpxchg build failures
        x86: Add a Kconfig option to turn the copy_from_user warnings into errors
        x86: Turn the copy_from_user check into an (optional) compile time warning
        x86: Use __builtin_memset and __builtin_memcpy for memset/memcpy
        x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()
      ef26b169
    • Linus Torvalds's avatar
      Merge branch 'x86-apic-for-linus' of... · a77d2e08
      Linus Torvalds authored
      Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (30 commits)
        x86, apic: Enable lapic nmi watchdog on AMD Family 11h
        x86: Remove unnecessary mdelay() from cpu_disable_common()
        x86, ioapic: Document another case when level irq is seen as an edge
        x86, ioapic: Fix the EOI register detection mechanism
        x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irq
        x86: SGI UV: Map low MMR ranges
        x86: apic: Print out SRAT table APIC id in hex
        x86: Re-get cfg_new in case reuse/move irq_desc
        x86: apic: Remove not needed #ifdef
        x86: io-apic: IO-APIC MMIO should not fail on resource insertion
        x86: Remove asm/apicnum.h
        x86: apic: Do not use stacked physid_mask_t
        x86, apic: Get rid of apicid_to_cpu_present assign on 64-bit
        x86, ioapic: Use snrpintf while set names for IO-APIC resourses
        x86, apic: Use PAGE_SIZE instead of numbers
        x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs()
        x86: Use EOI register in io-apic on intel platforms
        x86: Force irq complete move during cpu offline
        x86: Remove move_cleanup_count from irq_cfg
        x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping
        ...
      a77d2e08
    • Linus Torvalds's avatar
      Merge branch 'sched-core-for-linus' of... · 897e81be
      Linus Torvalds authored
      Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (35 commits)
        sched, cputime: Introduce thread_group_times()
        sched, cputime: Cleanups related to task_times()
        Revert "sched, x86: Optimize branch hint in __switch_to()"
        sched: Fix isolcpus boot option
        sched: Revert 498657a4
        sched, time: Define nsecs_to_jiffies()
        sched: Remove task_{u,s,g}time()
        sched: Introduce task_times() to replace task_{u,s}time() pair
        sched: Limit the number of scheduler debug messages
        sched.c: Call debug_show_all_locks() when dumping all tasks
        sched, x86: Optimize branch hint in __switch_to()
        sched: Optimize branch hint in context_switch()
        sched: Optimize branch hint in pick_next_task_fair()
        sched_feat_write(): Update ppos instead of file->f_pos
        sched: Sched_rt_periodic_timer vs cpu hotplug
        sched, kvm: Fix race condition involving sched_in_preempt_notifers
        sched: More generic WAKE_AFFINE vs select_idle_sibling()
        sched: Cleanup select_task_rq_fair()
        sched: Fix granularity of task_u/stime()
        sched: Fix/add missing update_rq_clock() calls
        ...
      897e81be