]> git.hungrycats.org Git - linux/log
linux
22 years agoLinux v2.5.46 v2.5.46
Linus Torvalds [Mon, 4 Nov 2002 06:29:18 +0000 (22:29 -0800)]
Linux v2.5.46

22 years ago[PATCH] cpufreq: /proc/sys/cpu and /proc/cpufreq can be used simultaneously
Dominik Brodowski [Mon, 4 Nov 2002 03:47:49 +0000 (19:47 -0800)]
[PATCH] cpufreq: /proc/sys/cpu and /proc/cpufreq can be used simultaneously

Both the /proc/sys/cpu/ and /proc/cpufreq interface can safely be
enabled in the same kernel. This simplifies the transition to the newer
interface. Only minor updates are needed in order to allow this to be
done.

22 years agoMerge AFS fixes
Linus Torvalds [Mon, 4 Nov 2002 02:16:25 +0000 (18:16 -0800)]
Merge AFS fixes

22 years ago[PATCH] AFS compile breakage
David Howells [Mon, 4 Nov 2002 02:14:36 +0000 (18:14 -0800)]
[PATCH] AFS compile breakage

Fix:
 - Makefile using obj-m directly, rather than subsituting the "m"
 - compiler breakage against older versions of gcc
 - adds some lacking return statements that gcc didn't catch
 - removes some 2.4 compatibility stuff
 - RTT calculation
 - puts the timeouts in terms of HZ rather than assuming HZ==100

22 years ago[PATCH] remove *_segments() dummy functions from all other architectures
Matthew Wilcox [Mon, 4 Nov 2002 02:05:06 +0000 (18:05 -0800)]
[PATCH] remove *_segments() dummy functions from all other architectures

A supplement to manfred's patch; remove copy_segments, release_segments
and even forget_segments from all architectures (except x86-64 since
Andi wants to do that seperately):

22 years ago[PATCH] Fix partitions build failure
David S. Miller [Mon, 4 Nov 2002 00:41:13 +0000 (16:41 -0800)]
[PATCH] Fix partitions build failure

Did the changes that created this line actually build for anyone?
:-)

22 years agoFix mbcache config dependency: if either EXT2 or EXT3 is compiled-in,
Linus Torvalds [Mon, 4 Nov 2002 00:36:39 +0000 (16:36 -0800)]
Fix mbcache config dependency: if either EXT2 or EXT3 is compiled-in,
mbcache should be too.

22 years agoMerge bk://are.twiddle.net/pci-2.5
Linus Torvalds [Sun, 3 Nov 2002 23:09:04 +0000 (15:09 -0800)]
Merge bk://are.twiddle.net/pci-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge with mainline.
Richard Henderson [Sun, 3 Nov 2002 11:32:53 +0000 (03:32 -0800)]
Merge with mainline.

22 years agoMerge bk://are.twiddle.net/axp-2.5
Linus Torvalds [Sun, 3 Nov 2002 11:18:44 +0000 (03:18 -0800)]
Merge bk://are.twiddle.net/axp-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoDon't clear pcb.unique if CLONE_SETTLS is not set.
Richard Henderson [Sun, 3 Nov 2002 10:03:39 +0000 (02:03 -0800)]
Don't clear pcb.unique if CLONE_SETTLS is not set.

22 years agoMisc Alpha compilation fixes.
Richard Henderson [Sun, 3 Nov 2002 08:57:35 +0000 (00:57 -0800)]
Misc Alpha compilation fixes.

22 years agoFix up Alpha for initramfs changes.
Richard Henderson [Sun, 3 Nov 2002 08:55:51 +0000 (00:55 -0800)]
Fix up Alpha for initramfs changes.

22 years ago[PATCH] test for media-change like "popular" OSes..
Matthew Dharm [Sun, 3 Nov 2002 08:43:08 +0000 (00:43 -0800)]
[PATCH] test for media-change like "popular" OSes..

This patch changes how media-change is detected to use a mechanism more
similar to what 'popular' OSes use.

The motive for this change is that more and more emulated-SCSI devices
(sbp2, usb-storage, etc) don't support START_STOP unless they need it.
Other OSes won't send a START_STOP unless the device reports NOT_READY,
indicating that it needs an explicit command to start up.

One could argue that these devices are out-of-spec, but they are so common
that they basically define the de facto spec.

Basically, any device that needs a START_STOP should still get it, but ones
that don't need it won't.

22 years ago[PATCH] complete the move of the LDT code into
Manfred Spraul [Sun, 3 Nov 2002 08:38:13 +0000 (00:38 -0800)]
[PATCH] complete the move of the LDT code into

The i386 LDT code had it's own set of arch hooks (??_segments), I've
replaced most of them with the mmu context hooks in a previous patch.
The attached patch completes that change: replace release_segments with
destroy_context.

The patch is part of the -ac kernels in 2.4.  The patch breaks x86-64,
Andi Kleen promised to send you the corresponding
s/release_segments/destroy_context/ patch.

22 years ago[PATCH] aic7xxx: Simplified cleaning, fixed firmware build
Sam Ravnborg [Sun, 3 Nov 2002 08:38:07 +0000 (00:38 -0800)]
[PATCH] aic7xxx: Simplified cleaning, fixed firmware build

Cleaning simplified by descending down in aicasm when cleaning.

Fixed firmware build, someone made a spelling mistakei (aix -> aic).

No longer include Rules.make.

22 years ago[PATCH] docbook: *docs targets fixed, clean ok for html
Sam Ravnborg [Sun, 3 Nov 2002 08:38:01 +0000 (00:38 -0800)]
[PATCH] docbook: *docs targets fixed, clean ok for html

Made the *docs targets work after the restructuring of the kbuild files.

Fix cleaning up after make htmldocs, there are some directories
that needs to be deleted in that case.

22 years ago[PATCH] cpufreq: update HyperThreading support in p4-clockmod.c driver
Dominik Brodowski [Sun, 3 Nov 2002 08:37:56 +0000 (00:37 -0800)]
[PATCH] cpufreq: update HyperThreading support in p4-clockmod.c driver

This patch updates the p4-clockmod.c driver to correctly manage
HyperThreading-enabled Pentium IVs as well as those models which do
not support HyperThreading - thanks to Venkatesh Pallipadi for
explaining cpu_sibling_map to me. Additionally, an EXPORT_SYMBOL
was missing. (spotted by Marc-Christian Petersen - thanks!)

22 years agoMerge HP-PA update.
Linus Torvalds [Sun, 3 Nov 2002 08:28:37 +0000 (00:28 -0800)]
Merge HP-PA update.

22 years ago[PATCH] parport_gsc
Matthew Wilcox [Sun, 3 Nov 2002 08:21:42 +0000 (00:21 -0800)]
[PATCH] parport_gsc

Update to the latest parport_gsc in the PA tree.

22 years ago[PATCH] PA-RISC updates
Matthew Wilcox [Sun, 3 Nov 2002 08:21:37 +0000 (00:21 -0800)]
[PATCH] PA-RISC updates

Some misc updates:
 - adapt our config.in changes to arch/parisc/Kconfig
 - general Makefile updaes for the new build system
 - remove asm-parisc/gsc.h in favour of asm-parisc/io.h
 - Alan-approved fix for the loff_t problem
 - Define POLLREMOVE like other architectures.
 - irq handling updates from Grant Grundler

22 years ago[PATCH] fix rd.c compilation
Matthew Wilcox [Sun, 3 Nov 2002 08:21:31 +0000 (00:21 -0800)]
[PATCH] fix rd.c compilation

x86 doesn't evaluate the argument to flush_dcache_page so this compilation
problem has gone overlooked:

22 years ago[PATCH] binfmt_som
Matthew Wilcox [Sun, 3 Nov 2002 08:21:26 +0000 (00:21 -0800)]
[PATCH] binfmt_som

SOM is the file format used for HPUX binaries.

22 years ago[PATCH] drivers/parisc
Matthew Wilcox [Sun, 3 Nov 2002 08:21:20 +0000 (00:21 -0800)]
[PATCH] drivers/parisc

This huge patch moves a bunch of drivers from arch/parisc/kernel to
drivers/parisc and adds some new drivers in drivers/parisc.

22 years ago[PATCH] Allocate a personality for HPUX
Matthew Wilcox [Sun, 3 Nov 2002 08:20:28 +0000 (00:20 -0800)]
[PATCH] Allocate a personality for HPUX

Some might argue that HPUX already has quite enough of a personality.

22 years ago[PATCH] HPUX emulation updates
Matthew Wilcox [Sun, 3 Nov 2002 08:20:23 +0000 (00:20 -0800)]
[PATCH] HPUX emulation updates

Build fixes, PA64 fixes, some new hpux syscalls, VFS fixes.

22 years agoMerge home.transmeta.com:/home/torvalds/v2.5/m68k
Linus Torvalds [Sun, 3 Nov 2002 07:58:40 +0000 (23:58 -0800)]
Merge home.transmeta.com:/home/torvalds/v2.5/m68k
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] m68k unused cruft removal
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:44 +0000 (23:56 -0800)]
[PATCH] m68k unused cruft removal

M68k: Remove obsolete cruft

22 years ago[PATCH] Sun-3 DVMA debugging
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:38 +0000 (23:56 -0800)]
[PATCH] Sun-3 DVMA debugging

Add Sun-3 DVMA debugging code (currently disabled, from Sam Creasey)

22 years ago[PATCH] Zorro loff_t
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:34 +0000 (23:56 -0800)]
[PATCH] Zorro loff_t

Zorro: trivial patch to use loff_t and not int (from Silvio Cesare
<silvio@qualys.com>)

22 years ago[PATCH] Sun-3 VME support
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:29 +0000 (23:56 -0800)]
[PATCH] Sun-3 VME support

Add Sun-3 VME support (by Sam Creasey):
  - Added VME version of the Sun-3 NCR5380 scsi driver.
  - Modified the Sun-3 dvma routines to support VME.
  - Added sun3_map_test() -- uses the ex_table to trap faults on VME mappings
    in order to determine if a card is present.  This seems a little hackish to
    be, but:
      1) All changes are entirely within Sun3-only code paths,
      2) netbsd, sunos, and mach all use this mechanism for VME probes anyway.

22 years ago[PATCH] m68k xtime update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:24 +0000 (23:56 -0800)]
[PATCH] m68k xtime update

Update m68k for the change of xtime from struct timeval to struct timespec,
which has a higher resolution (ns vs. us), in 2.5.35.

22 years ago[PATCH] Fix rwsemtrace() message
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:18 +0000 (23:56 -0800)]
[PATCH] Fix rwsemtrace() message

Fix rwsemtrace() message

22 years ago[PATCH] Zorro ID update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:13 +0000 (23:56 -0800)]
[PATCH] Zorro ID update

Add ElBox Computer FastATA 1200/4000/ZIV to the Zorro ID database (from
zorroutils)

22 years ago[PATCH] Sun-3/3x updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:07 +0000 (23:56 -0800)]
[PATCH] Sun-3/3x updates

General cleanup/updating of purely sun3/3x code (from Sam Creasey)
  - arch/m68k/sun3(x):
      o Cleaned up prom code slightly
      o Added reporting of prom revision in /proc/hardware
      o Removed some warnings
  - Use common idprom code for both Sun-3 and Sun-3x
  - Sun-3x idprom updates
  - drivers/scsi/sun3*: updated scsi drivers to reflect new struct scatterlist.

22 years ago[PATCH] Sun-3 vectored interrupts
Geert Uytterhoeven [Sun, 3 Nov 2002 07:56:03 +0000 (23:56 -0800)]
[PATCH] Sun-3 vectored interrupts

Sun-3 vectored interrupts update:
  - Add define for SUN3_INT_VECS
  - Let show_sun3_interrupts() report vectored ints on machines which have them

22 years ago[PATCH] Z2ram: Add missing closing brace
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:57 +0000 (23:55 -0800)]
[PATCH] Z2ram: Add missing closing brace

Z2ram: Add missing closing brace

22 years ago[PATCH] Sun-3 SCSI updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:52 +0000 (23:55 -0800)]
[PATCH] Sun-3 SCSI updates

Sun-3 SCSI updates (from Sam Creasey):
  - compensate for upstream block layer changes
  - use new Sun-3 ioremap()

22 years ago[PATCH] M68k TIF_SYSCALL_TRACE
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:47 +0000 (23:55 -0800)]
[PATCH] M68k TIF_SYSCALL_TRACE

M68k: add TIF_SYSCALL_TRACE to macros __[sg]et_tsk_thread_flag (from Roman
Zippel)

22 years ago[PATCH] M68k: optimize stacked irq check
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:42 +0000 (23:55 -0800)]
[PATCH] M68k: optimize stacked irq check

M68k: optimize stacked irq check (from Roman Zippel)

22 years ago[PATCH] Mac/m68k spelling
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:37 +0000 (23:55 -0800)]
[PATCH] Mac/m68k spelling

Remove duplicate `the' in Mac/m68k interrupt handling code

22 years ago[PATCH] Sun-3 doc updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:32 +0000 (23:55 -0800)]
[PATCH] Sun-3 doc updates

Sun-3 doc updates:
  - Add maintainer for Sun-3/3x
  - Fix Config.help for CONFIG_SUN{3/3x}

22 years ago[PATCH] Sun-3 ioremap()
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:26 +0000 (23:55 -0800)]
[PATCH] Sun-3 ioremap()

Add ioremap() support for Sun-3 and modify the Sun-3 LANCE and i82586 OBIO
Ethernet drivers to use it (from Sam Creasey)

22 years ago[PATCH] contact update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:21 +0000 (23:55 -0800)]
[PATCH] contact update

Update Sam Creasey's email address

22 years ago[PATCH] Amiga serial: static function
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:16 +0000 (23:55 -0800)]
[PATCH] Amiga serial: static function

Make local function rs_read_proc() static in Amiga serial port driver (from
2.4.x).

22 years ago[PATCH] IDE: kill warning
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:11 +0000 (23:55 -0800)]
[PATCH] IDE: kill warning

IDE: kill warning

22 years ago[PATCH] mac8390 Ethernet
Geert Uytterhoeven [Sun, 3 Nov 2002 07:55:06 +0000 (23:55 -0800)]
[PATCH] mac8390 Ethernet

The Daynaport driver was superseded by the mac8390 driver (from Ray Knight)

22 years ago[PATCH] M68k virt/phys fallback removal
Geert Uytterhoeven [Sun, 3 Nov 2002 07:54:03 +0000 (23:54 -0800)]
[PATCH] M68k virt/phys fallback removal

Remove m68k fallback function for virtual/physical address conversions
(should there be any driver relying on this, that driver is seriously b0rken)
(from Roman Zippel)

22 years ago[PATCH] M68k iomap cleanup
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:58 +0000 (23:53 -0800)]
[PATCH] M68k iomap cleanup

Move m68k low-level iomap definitions from asm/io.h to asm/raw_io.h, so zorro.h
and nubus.h can include raw_io.h instead of io.h (as suggested by Richard
Zidlicky)

22 years ago[PATCH] M68k needs WANT_PAGE_VIRTUAL
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:53 +0000 (23:53 -0800)]
[PATCH] M68k needs WANT_PAGE_VIRTUAL

M68k needs WANT_PAGE_VIRTUAL (from Richard Zidlicky)

22 years ago[PATCH] M68k input drivers cleanup
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:49 +0000 (23:53 -0800)]
[PATCH] M68k input drivers cleanup

M68k input drivers cleanup:
  - Remove remnants from the old input layer:
      o Config.help entries for the Amiga and Atari mouse drivers
      o Apollo keyboard code (including beep support)
      o Dummy keyboard initialization, keyboard repeat, and keyboard LEDs code
        for MVME147, Sun-3, Sun-3x,
      o Makefile entries for Atari keyboard, mouse and joystick drivers, and
        the HP300 Human Interface Loop driver
      o kbd-reset kernel command line parameters
      o defconfig entry for the Amiga mouse driver
      o Mac ADB mouse driver glue
      o Amiga and Mac ADB mouse driver minors
  - Always include new input layer configuration data

22 years ago[PATCH] Q40/Q60 RTC update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:44 +0000 (23:53 -0800)]
[PATCH] Q40/Q60 RTC update

Prepend Q40/Q60 specific RTC definitions with Q40_

22 years ago[PATCH] Allow to disable macfb
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:38 +0000 (23:53 -0800)]
[PATCH] Allow to disable macfb

Allow to disable macfb

22 years ago[PATCH] M68k asm/percpu.h
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:33 +0000 (23:53 -0800)]
[PATCH] M68k asm/percpu.h

Add asm/percpu.h for m68k

22 years ago[PATCH] Export m68k_memoffset
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:28 +0000 (23:53 -0800)]
[PATCH] Export m68k_memoffset

Export m68k_memoffset

22 years ago[PATCH] Atari nvram fix
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:23 +0000 (23:53 -0800)]
[PATCH] Atari nvram fix

Define NVRAM_BYTES to 50 on Atari

22 years ago[PATCH] m68k do_fork() update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:18 +0000 (23:53 -0800)]
[PATCH] m68k do_fork() update

Add user_tid argument to do_fork() calls (from Roman Zippel)

22 years ago[PATCH] M68k build fixes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:14 +0000 (23:53 -0800)]
[PATCH] M68k build fixes

M68k build fixes, caused by kbuild changes in 2.5.41:
  - 68040 Floating Point and 68060 Integer and Floating Point Support Packages:
    use cpp includes instead of gas includes
  - Add `$(obj)' and `$(src)' where necessary to fix building of generated
    header files

22 years ago[PATCH] M68k linker file updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:08 +0000 (23:53 -0800)]
[PATCH] M68k linker file updates

2.5.44 linker file updates for m68k:
  - .*.init got renamed to .init.* to allow -ffunction-sections
  - discard .exit* sections like most other ports do

22 years ago[PATCH] M68k local_irq*() updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:53:03 +0000 (23:53 -0800)]
[PATCH] M68k local_irq*() updates

Convert core Amiga code to new local_irq*() framework

22 years ago[PATCH] M68k *_mksound() prototypes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:58 +0000 (23:52 -0800)]
[PATCH] M68k *_mksound() prototypes

Re-add lost forward declarations of arch-specific *_mksound() routines, we need
them for the m68kspkr driver.

22 years ago[PATCH] m68k asm/kmap_types.h
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:53 +0000 (23:52 -0800)]
[PATCH] m68k asm/kmap_types.h

Add asm/kmap_types.h for m68k

22 years ago[PATCH] M68k irq updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:48 +0000 (23:52 -0800)]
[PATCH] M68k irq updates

M68k irq updates (most from Roman Zippel):
  - Update m68k to new irq API in 2.5.29
  - synchronize_irq() takes a parameter now
  - Remove obsolete definitions
  - Avoid too much inline assembly in __xchg
  - Add irqs_disabled(), which appeared in 2.5.34
  - Add missing implementation for in_atomic() (introduced in 2.5.35)

22 years ago[PATCH] M68k: fix init_task section
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:42 +0000 (23:52 -0800)]
[PATCH] M68k: fix init_task section

M68k: fix init_task section

22 years ago[PATCH] M68k ISA DMA update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:37 +0000 (23:52 -0800)]
[PATCH] M68k ISA DMA update

M68k: Enable CONFIG_GENERIC_ISA_DMA (appeared in 2.5.31) if we have ISA only.

22 years ago[PATCH] Convert m68k cache macros to inline functions
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:32 +0000 (23:52 -0800)]
[PATCH] Convert m68k cache macros to inline functions

Convert m68k cache macros to inline functions

22 years ago[PATCH] M68k: Fix missing/superfluous includes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:27 +0000 (23:52 -0800)]
[PATCH] M68k: Fix missing/superfluous includes

M68k: Fix missing/superfluous includes

22 years ago[PATCH] Enable console on m68k
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:22 +0000 (23:52 -0800)]
[PATCH] Enable console on m68k

Enable the console if CONFIG_VT=y

22 years ago[PATCH] M68k INIT_SIGNALS() update
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:17 +0000 (23:52 -0800)]
[PATCH] M68k INIT_SIGNALS() update

M68k: The INIT_SIGNALS() macro got an argument in 2.5.34

22 years ago[PATCH] HP9000/300 I/O access fixes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:12 +0000 (23:52 -0800)]
[PATCH] HP9000/300 I/O access fixes

HP9000/300: Replace remaining readb() and friends by in_8() and friends

22 years ago[PATCH] M68k IDE lock fixes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:06 +0000 (23:52 -0800)]
[PATCH] M68k IDE lock fixes

M68k IDE lock fixes:
  - Kill warning: ide_{get,release}_lock() can be real routines only if
    IDE_ARCH_LOCK is defined, the same is true for ide_intr_lock
  - Use the correct lock for ide_{get,release}_lock()

22 years ago[PATCH] vesafb 6x11 font fix
Geert Uytterhoeven [Sun, 3 Nov 2002 07:52:01 +0000 (23:52 -0800)]
[PATCH] vesafb 6x11 font fix

Compile fix if fbcon-mac is used with vesafb (from 2.4.20-pre7)

22 years ago[PATCH] M68k genrtc updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:56 +0000 (23:51 -0800)]
[PATCH] M68k genrtc updates

Genrtc updates:
  - Add genrtc wrappers
  - Export mach_hwclk for modular genrtc

22 years ago[PATCH] M68k dump_stack() updates
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:51 +0000 (23:51 -0800)]
[PATCH] M68k dump_stack() updates

M68k dump_stack() updates:
  - Let dump_stack() call show_trace() (cfr. ia32)
  - Separate show_registers() from show_stack()
  - Fix for dump_stack() becoming an arch-independent routine (from 2.4.x)

22 years ago[PATCH] M68k misc compile fixes
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:46 +0000 (23:51 -0800)]
[PATCH] M68k misc compile fixes

Misc compile fixes for m68k:
  - missing and superfluous casts
  - unused code

22 years ago[PATCH] Fix dyslexia in Amiga keyboard driver
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:41 +0000 (23:51 -0800)]
[PATCH] Fix dyslexia in Amiga keyboard driver

Fix dyslexia in Amiga keyboard driver

22 years ago[PATCH] M68k epoll
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:36 +0000 (23:51 -0800)]
[PATCH] M68k epoll

M68k epoll: add POLLREMOVE

22 years ago[PATCH] m68k IP checksum fix
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:31 +0000 (23:51 -0800)]
[PATCH] m68k IP checksum fix

M68k: revive csum_partial_copy_nocheck() after csum_partial_copy() was removed
in 2.5.44 (from Roman Zippel)

22 years ago[PATCH] M68k speaker driver can be a modular
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:26 +0000 (23:51 -0800)]
[PATCH] M68k speaker driver can be a modular

Since m68kspkr can be a module, we need to initialize mach_beep() for a modular
m68kspkr as well.

22 years ago[PATCH] C99 designated initializers for include/asm-m68k/thread_info.h
Geert Uytterhoeven [Sun, 3 Nov 2002 07:51:21 +0000 (23:51 -0800)]
[PATCH] C99 designated initializers for include/asm-m68k/thread_info.h

C99 designated initializers for include/asm-m68k/thread_info.h (from Art Haas
<ahaas@neosoft.com>)

22 years agoMerge bk://bk.arm.linux.org.uk
Linus Torvalds [Sun, 3 Nov 2002 07:40:16 +0000 (23:40 -0800)]
Merge bk://bk.arm.linux.org.uk
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[ARM PATCH] 1299/1: display various PXA250 clocks (part 2)
Russell King [Sun, 3 Nov 2002 22:48:24 +0000 (22:48 +0000)]
[ARM PATCH] 1299/1: display various PXA250 clocks (part 2)
Patch #1298/1 will be much more useful if the code is actually called.

Patch from Nicolas Pitre

22 years ago[ARM PATCH] 1298/1: display various PXA250 clocks on boot for better bug diagnosis
Russell King [Sun, 3 Nov 2002 22:47:06 +0000 (22:47 +0000)]
[ARM PATCH] 1298/1: display various PXA250 clocks on boot for better bug diagnosis
Since it's easy to overclock that chip we'd better know why some board is
crashing randomly due to signal integrity problems.

Patch from Nicolas Pitre

22 years ago[ARM PATCH] 1310/1: Make SA-1100 IR compile.
Russell King [Sun, 3 Nov 2002 22:41:15 +0000 (22:41 +0000)]
[ARM PATCH] 1310/1: Make SA-1100 IR compile.

Patch from Christopher Hoover

22 years ago[ARM PATCH] 1312/1: BadgePAD 4 mach-sa1100 update.
Russell King [Sun, 3 Nov 2002 22:39:23 +0000 (22:39 +0000)]
[ARM PATCH] 1312/1: BadgePAD 4 mach-sa1100 update.
- make compile/link in 2.5.40-rmk1
- add "five_v_on" setup argument to enable 5v0 supply rail

Patch from Christopher Hoover

22 years ago[ARM PATCH] 1301/1: detection of more XScale chips
Russell King [Sun, 3 Nov 2002 22:32:56 +0000 (22:32 +0000)]
[ARM PATCH] 1301/1: detection of more XScale chips
Adds detection of:
- PXA250 rev C0
- PXA210

Patch from Nicolas Pitre

22 years ago[ARM PATCH] 1300/1: more efficient irq number retrieval for PXA due to ARMv5 instructions
Russell King [Sun, 3 Nov 2002 22:31:36 +0000 (22:31 +0000)]
[ARM PATCH] 1300/1: more efficient irq number retrieval for PXA due to ARMv5 instructions

Patch from Nicolas Pitre

22 years ago[ARM] Fix various build errors in bk-cur
Russell King [Sun, 3 Nov 2002 21:52:42 +0000 (21:52 +0000)]
[ARM] Fix various build errors in bk-cur
- Make ioremap.c compile
- Fix armv4_early_abort -> v4_early_abort
- Fix MT_MINICACHE -> MT_MINICLEAN
- Add MAP_POPULATE and MAP_NONBLOCK for ARM
- Fix last remaining usage of kstat.irqs[cpu]
- Add support for .init.initramfs section

22 years agoMerge with c99 initializers patch.
Richard Henderson [Sun, 3 Nov 2002 05:58:06 +0000 (21:58 -0800)]
Merge with c99 initializers patch.

22 years agoNew file to debug clobbers of "current".
Richard Henderson [Sun, 3 Nov 2002 05:35:39 +0000 (21:35 -0800)]
New file to debug clobbers of "current".

22 years agoSave and restore CIA window configuration data.
Richard Henderson [Sun, 3 Nov 2002 05:34:27 +0000 (21:34 -0800)]
Save and restore CIA window configuration data.

22 years agoMerge epoll update
Linus Torvalds [Sun, 3 Nov 2002 03:51:21 +0000 (19:51 -0800)]
Merge epoll update

22 years agoMerge are.twiddle.net:/home/rth/BK/linus-2.5
Richard Henderson [Sun, 3 Nov 2002 03:47:09 +0000 (19:47 -0800)]
Merge are.twiddle.net:/home/rth/BK/linus-2.5
into are.twiddle.net:/home/rth/BK/axp-2.5

22 years ago[PATCH] epoll update r3
Davide Libenzi [Sun, 3 Nov 2002 03:40:57 +0000 (19:40 -0800)]
[PATCH] epoll update r3

 - EP_CTL_MOD drops an event if conditions events are met
 - The source file eventpoll.c moved from drivers/char to fs
 - Fixed a weirdness with tty's

Missing: system calls for arch != i386 ...

22 years ago[PATCH] alpha: common ev6/ev7 machine check handler
Ivan Kokshaysky [Sun, 3 Nov 2002 03:40:12 +0000 (19:40 -0800)]
[PATCH] alpha: common ev6/ev7 machine check handler

Here is new ev6/ev7 machine check parser, which is a part of Jeff's
titan/marvel patchset.
Instead of fixing nautilus machine check handler, I've converted it
to use this new code.  Works fine.
Also, the CONFIG_VERBOSE_MCHECK is good for cia/pyxis - the detailed
error reporting is completely useless unless you have faulty CPU or RAM.

Ivan.

22 years ago[PATCH] kbuild: Compatible with old bash, fix help, make clean fix
Sam Ravnborg [Sun, 3 Nov 2002 03:07:49 +0000 (19:07 -0800)]
[PATCH] kbuild: Compatible with old bash, fix help, make clean fix

kbuild fixes:
 o Do not use "-" in exported symbols, bash does not support that (Matthew/Keith)
 o Sort ALL_SUBDIRS, to avoid warning about duplicate target
- Happens when the same directory are specified with drivers-y
  and drivers-n
 o Added AWK, a few architectures actually use awk for normal compilation
 o Removed distclean from make help, now that distclean and mrporper are merged

22 years agoMove SCSI command size information into <scsi/scsi.h>, where
Linus Torvalds [Sun, 3 Nov 2002 02:58:13 +0000 (18:58 -0800)]
Move SCSI command size information into <scsi/scsi.h>, where
the commands themselves already are.

22 years agoMake ide-cd.c use the request command length information.
Linus Torvalds [Sun, 3 Nov 2002 02:57:37 +0000 (18:57 -0800)]
Make ide-cd.c use the request command length information.

ATAPI always pads the commands out to at least 12 bytes,
otherwise it's just the plain SCSI command set.

22 years agoBK ignore kconfig and initramfs files
Linus Torvalds [Sun, 3 Nov 2002 02:56:07 +0000 (18:56 -0800)]
BK ignore kconfig and initramfs files

22 years agoMissed <linux/init.h> in CONFIG_SWAP changes.
Linus Torvalds [Sun, 3 Nov 2002 02:54:31 +0000 (18:54 -0800)]
Missed <linux/init.h> in CONFIG_SWAP changes.