All of lore.kernel.org
 help / color / mirror / Atom feed
* cpu-2.5.67-1
@ 2003-04-15 19:57 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2003-04-15 19:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: mort

New in this release:
(1) cpus_complement()				(Martin Hicks)
(2) cpus_shift_right()				(Martin Hicks)
(3) cpus_shift_left()				(Martin Hicks)
(4) cpus_weight()				(Martin Hicks)
(5) UP micro-optimizations
(6) NR_CPUS < BITS_PER_LONG micro-optimizations
(7) IA64 arch support code			(Martin Hicks)

Martin, if you're wondering, I renamed cpus_inv()/cpus_shr()/cpus_shl()
to the (slightly) more verbose names so they line up more closely with
the bitmap_* functions' names. If that's too ugly to live (or whatever)
I can back it out and go back to your names, possibly backpropagating
the shorter names to the bitmap_* functions.

Available from:
ftp://ftp.kernel.org/pub/linux/kernel/people/wli/cpu/

-- wli

 arch/i386/kernel/apic.c                   |    3 
 arch/i386/kernel/cpu/proc.c               |    2 
 arch/i386/kernel/io_apic.c                |   49 ++++++-----
 arch/i386/kernel/irq.c                    |   43 ++++++---
 arch/i386/kernel/ldt.c                    |    4 
 arch/i386/kernel/mpparse.c                |    6 -
 arch/i386/kernel/reboot.c                 |    2 
 arch/i386/kernel/smp.c                    |   80 ++++++++++--------
 arch/i386/kernel/smpboot.c                |   70 ++++++++--------
 arch/ia64/kernel/iosapic.c                |   11 +-
 arch/ia64/kernel/irq.c                    |   60 +++++++++----
 arch/ia64/kernel/palinfo.c                |   10 --
 arch/ia64/kernel/perfmon.c                |   89 ++++++++++----------
 arch/ia64/kernel/setup.c                  |    2 
 arch/ia64/kernel/smp.c                    |    2 
 arch/ia64/kernel/smpboot.c                |   40 +++++----
 arch/ia64/kernel/time.c                   |    4 
 drivers/base/node.c                       |   13 ++
 include/asm-i386/highmem.h                |    6 +
 include/asm-i386/mach-default/mach_apic.h |   30 ++++--
 include/asm-i386/mach-default/mach_ipi.h  |    4 
 include/asm-i386/mach-numaq/mach_apic.h   |   19 ++--
 include/asm-i386/mach-numaq/mach_ipi.h    |    9 +-
 include/asm-i386/mmu_context.h            |    9 --
 include/asm-i386/mpspec.h                 |    4 
 include/asm-i386/numaq.h                  |    4 
 include/asm-i386/smp.h                    |   29 +-----
 include/asm-i386/topology.h               |   11 +-
 include/asm-ia64/perfmon.h                |    2 
 include/asm-ia64/smp.h                    |   22 -----
 include/linux/bitmap.h                    |  131 ++++++++++++++++++++++++++++++
 include/linux/cpumask.h                   |  112 +++++++++++++++++++++++++
 include/linux/init_task.h                 |    2 
 include/linux/irq.h                       |    2 
 include/linux/node.h                      |    3 
 include/linux/rcupdate.h                  |    5 -
 include/linux/sched.h                     |    7 -
 include/linux/smp.h                       |    3 
 kernel/fork.c                             |    2 
 kernel/module.c                           |    9 +-
 kernel/rcupdate.c                         |   12 +-
 kernel/sched.c                            |   56 +++++++-----
 kernel/softirq.c                          |    7 -
 kernel/workqueue.c                        |    4 
 44 files changed, 663 insertions(+), 331 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-15 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-15 19:57 cpu-2.5.67-1 William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.