09 Jun, 2009

1 commit


27 May, 2009

1 commit


25 Feb, 2009

2 commits


04 Jan, 2009

1 commit


21 Oct, 2008

1 commit

  • Update assorted email addresses and related info to point
    to a single current, valid address.

    additionally
    - trivial CREDITS entry updates. (Not that this file means much any more)
    - remove arjans dead redhat.com address from powernow driver

    Signed-off-by: Dave Jones
    Signed-off-by: Linus Torvalds

    Dave Jones
     

07 Feb, 2008

1 commit


20 Oct, 2007

1 commit

  • cpu_data is currently an array defined using NR_CPUS. This means that
    we overallocate since we will rarely really use maximum configured cpus.
    When NR_CPU count is raised to 4096 the size of cpu_data becomes
    3,145,728 bytes.

    These changes were adopted from the sparc64 (and ia64) code. An
    additional field was added to cpuinfo_x86 to be a non-ambiguous cpu
    index. This corresponds to the index into a cpumask_t as well as the
    per_cpu index. It's used in various places like show_cpuinfo().

    cpu_data is defined to be the boot_cpu_data structure for the NON-SMP
    case.

    Signed-off-by: Mike Travis
    Acked-by: Christoph Lameter
    Cc: Andi Kleen
    Cc: James Bottomley
    Cc: Dmitry Torokhov
    Cc: "Antonino A. Daplas"
    Cc: Mark M. Hoffman
    Signed-off-by: Andrew Morton
    Signed-off-by: Ingo Molnar
    Signed-off-by: Thomas Gleixner

    Mike Travis
     

18 Oct, 2007

1 commit


13 Oct, 2007

1 commit

  • * master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq:
    [CPUFREQ] Don't take semaphore in cpufreq_quick_get()
    [CPUFREQ] Support different families in fid/did to frequency conversion
    [CPUFREQ] cpufreq_stats: misc cpuinit section annotations
    [CPUFREQ] implement !CONFIG_CPU_FREQ stub for cpufreq_unregister_notifier()
    [CPUFREQ] mark hotplug notifier callback as __cpuinit
    [CPUFREQ] Only check for transition latency on problematic governors (kconfig fix)
    [CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default
    [CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core
    [CPUFREQ] Longhaul - Add support for PM133 northbridge
    [CPUFREQ] x86: use num_online_nodes to get physical cpus numbers for

    Linus Torvalds
     

11 Oct, 2007

1 commit