1. 22 Dec, 2009 12 commits
  2. 21 Dec, 2009 17 commits
  3. 20 Dec, 2009 6 commits
  4. 19 Dec, 2009 5 commits
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6 · dd59f6c7
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha-2.6:
        alpha: Convert BUG() to use unreachable()
        alpha: Add minimal support for software performance events
        alpha: Wire up missing/new syscalls
      dd59f6c7
    • Linus Torvalds's avatar
      Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev · 70e66a50
      Linus Torvalds authored
      * 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
        sata_mv: remove pointless NULL test
        pata_hpt3x2n: fix clock turnaround
        libata: fix reporting of drained bytes when clearing DRQ
        sata_mv: add power management support for the PCI controllers.
        sata_mv: store the board_idx into the host private data
        pata_octeon_cf: use resource_size(), to fix resource sizing bug
        libata: use the WRITE_SAME_16 define
        sata_mv: move the PCI bar description initialization code
        sata_mv: add power management support for the platform driver
        sata_mv: support clkdev framework
        sata_mv: increase PIO IORDY timeout
      
      Fixed crazy mode-change in merge.
      70e66a50
    • Linus Torvalds's avatar
      Merge branch 'perf-fixes-for-linus' of... · eca9dfcd
      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 session: Make events_stats u64 to avoid overflow on 32-bit arches
        hw-breakpoints: Fix hardware breakpoints -> perf events dependency
        perf events: Dont report side-band events on each cpu for per-task-per-cpu events
        perf events, x86/stacktrace: Fix performance/softlockup by providing a special frame pointer-only stack walker
        perf events, x86/stacktrace: Make stack walking optional
        perf events: Remove unused perf_counter.h header file
        perf probe: Check new event name
        kprobe-tracer: Check new event/group name
        perf probe: Check whether debugfs path is correct
        perf probe: Fix libdwarf include path for Debian
      eca9dfcd
    • Linus Torvalds's avatar
      Merge branch 'x86-fixes-for-linus' of... · 3981e152
      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, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system
        Makefile: Unexport LC_ALL instead of clearing it
        x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk
        x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
        x86: Don't use POSIX character classes in gen-insn-attr-x86.awk
        Makefile: set LC_CTYPE, LC_COLLATE, LC_NUMERIC to C
        x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA
        x86: Fix checking of SRAT when node 0 ram is not from 0
        x86, cpuid: Add "volatile" to asm in native_cpuid()
        x86, msr: msrs_alloc/free for CONFIG_SMP=n
        x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space
        x86: Add IA32_TSC_AUX MSR and use it
        x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
        initramfs: add missing decompressor error check
        bzip2: Add missing checks for malloc returning NULL
        bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure
      3981e152
    • Linus Torvalds's avatar
      Merge branch 'sched-fixes-for-linus' of... · aac3d396
      Linus Torvalds authored
      Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
      
      * 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (25 commits)
        sched: Fix broken assertion
        sched: Assert task state bits at build time
        sched: Update task_state_arraypwith new states
        sched: Add missing state chars to TASK_STATE_TO_CHAR_STR
        sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bits
        sched: Teach might_sleep() about preemptible RCU
        sched: Make warning less noisy
        sched: Simplify set_task_cpu()
        sched: Remove the cfs_rq dependency from set_task_cpu()
        sched: Add pre and post wakeup hooks
        sched: Move kthread_bind() back to kthread.c
        sched: Fix select_task_rq() vs hotplug issues
        sched: Fix sched_exec() balancing
        sched: Ensure set_task_cpu() is never called on blocked tasks
        sched: Use TASK_WAKING for fork wakups
        sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
        sched: Fix task_hot() test order
        sched: Fix set_cpu_active() in cpu_down()
        sched: Mark boot-cpu active before smp_init()
        sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
        ...
      aac3d396