1. 16 10月, 2007 37 次提交
  2. 15 10月, 2007 3 次提交
    • J
      [IA64] update sn2_defconfig · 432a7d65
      Jes Sorensen 提交于
      Update defonfig file for sn2 to match recent changes in config options.
      Signed-off-by: NJes Sorensen <jes@sgi.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      432a7d65
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched · b5869ce7
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched: (140 commits)
        sched: sync wakeups preempt too
        sched: affine sync wakeups
        sched: guest CPU accounting: maintain guest state in KVM
        sched: guest CPU accounting: maintain stats in account_system_time()
        sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields
        sched: guest CPU accounting: add guest-CPU /proc/stat field
        sched: domain sysctl fixes: add terminator comment
        sched: domain sysctl fixes: do not crash on allocation failure
        sched: domain sysctl fixes: unregister the sysctl table before domains
        sched: domain sysctl fixes: use for_each_online_cpu()
        sched: domain sysctl fixes: use kcalloc()
        Make scheduler debug file operations const
        sched: enable wake-idle on CONFIG_SCHED_MC=y
        sched: reintroduce topology.h tunings
        sched: allow the immediate migration of cache-cold tasks
        sched: debug, improve migration statistics
        sched: debug: increase width of debug line
        sched: activate task_hot() only on fair-scheduled tasks
        sched: reintroduce cache-hot affinity
        sched: speed up context-switches a bit
        ...
      b5869ce7
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 · df3d80f5
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (207 commits)
        [SCSI] gdth: fix CONFIG_ISA build failure
        [SCSI] esp_scsi: remove __dev{init,exit}
        [SCSI] gdth: !use_sg cleanup and use of scsi accessors
        [SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2
        [SCSI] gdth: Setup proper per-command private data
        [SCSI] gdth: Remove gdth_ctr_tab[]
        [SCSI] gdth: switch to modern scsi host registration
        [SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes
        [SCSI] gdth: clean up host private data
        [SCSI] gdth: Remove virt hosts
        [SCSI] gdth: Reorder scsi_host_template intitializers
        [SCSI] gdth: kill gdth_{read,write}[bwl] wrappers
        [SCSI] gdth: Remove 2.4.x support, in-kernel changelog
        [SCSI] gdth: split out pci probing
        [SCSI] gdth: split out eisa probing
        [SCSI] gdth: split out isa probing
        gdth: Make one abuse of scsi_cmnd less obvious
        [SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocation
        [SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution
        [SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE
        ...
      df3d80f5