- 10 Apr, 2002 7 commits
-
-
David Mosberger authored
Add missing include of <asm/cache.h>.
-
David Mosberger authored
Paul's ACPI update.
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
Bjorn Helgaas authored
dependency. Non-legacy systems may have system memory at 0xA0000, and if that's the case, we don't want to install the VGA console. Restructured conswitchp init slightly so that if both CONFIG_DUMMY_CONSOLE and CONFIG_VGA_CONSOLE are defined, conswitchp is always set to something, even if we don't find VGA at 0xA0000. This work is due to Alex Williamson (alex_williamson@hp.com).
-
David Mosberger authored
-
- 08 Apr, 2002 2 commits
-
-
Andreas Schwab authored
with data-only modules like the fs/nls modules when compiling with gcc 3.1. This patch fixes the problem.
-
David Mosberger authored
-
- 05 Apr, 2002 4 commits
-
-
David Mosberger authored
-
Bjorn Helgaas authored
-
David Mosberger authored
-
David Mosberger authored
-
- 02 Apr, 2002 4 commits
-
-
David Mosberger authored
Tweak for better performance when data is in L2 or L3 cache.
-
Gary Hade authored
-
Matt Domsch authored
Patch below should apply to both the 2.5.7-pre1 and 2.4.18 trees.
-
David Mosberger authored
-
- 01 Apr, 2002 1 commit
-
-
David Mosberger authored
all APs (based on patch by Bjorn Helgaas).
-
- 28 Mar, 2002 4 commits
-
-
Matt Domsch authored
changes: * EFI_GUID macro defined per your suggestion - efi_guid_t is now a struct of char[16]. Fixed all GUID definitions. * Made one unified efi_guid_unparse() static inline in asm-ia64/efi.h. Removed three other definitions of similar in efivars.c and mca.c. * fixed endianness of fs/partitions/efi.c - thanks to Richard Hirst and his GPT work in Parted. * cleaned up find_valid_gpt() to make it easier to see what's going on and avoid future NULL ptr deref cases if this code gets modified yet again. * Only use partition table slots 0..max_p. The previous behaviour would let you delete a partition in the middle of the table, and on next boot all the partition numbers above that would switch down. This change makes it consistent with the MSDOS concept of primary partitions. /dev/sdaX exists iff the partition type is not NULL. * Moved CONFIG_PARTITION_EFI help text to fs/partitions/Config.help
-
Steven Cole authored
The texts were obtained from Eric S. Raymond's v2.97 Configure.help.
-
David Mosberger authored
-
David Mosberger authored
Update for v2.5.7.
-
- 27 Mar, 2002 3 commits
-
-
David Mosberger authored
Fix configuration for HP Ski simulator.
-
David Mosberger authored
into wailua.hpl.hp.com:/bk/lia64/to-linus-2.5
-
David Mosberger authored
-
- 18 Mar, 2002 15 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Hirofumi Ogawa authored
This patch remove unused variable/function/define, and small indent cleanup.
-
Hirofumi Ogawa authored
The following patch moves MSDOS_SB() and MSDOS_I() into #define __KERNEL__.
-
Martin Dalecki authored
- Apply more patches from Vojtech Pavlik for the handling of host chip setup. Hopefully they are settled now. - Kill unused CONFIG_BLK_DEV_MODES - Push register addressing down in to task_vlb_sync. - Make the taskfile parsing stuff actually readable. This is compressing the code by an incredible amount. We use just one function doing the whole scanning right now. This should make sure that the IRQ handler used by a particular command is always right. I didn't introduce typos hopefully here. - Don't call ide_handler_parser as argument for do_taskfile() any longer. We have killed this function by coalescing it's functionality with ide_cmd_type_parser() anyway. - Kill unused SLC90E66 code, which Vojtech apparently missed in his patch. - sync up with 2.5.7-pre2 Once again the actual patch is rather big mostly due to the removal of some default configuration variables which are not used anylonger. So time for the next patch stage.
-
Jaroslav Kysela authored
- add joystick support for CS46xx driver - Audigy code updates - fix sound/core/Config.in (wrong dep_tristate usage) - rawmidi interface fixes (memory leak) - chang spinlock to rwlock in pcm_native.c (streams linking) - further fixes of dependencies in Makefiles - remove experimental time-sync support from sequencer - fix/update for 32-bit -> 64-bit ioctl converter code - wavefront driver cleanups - CMIPCI driver updates - update joystick support in CS4281 - add detection (not support) of M Audio Delta1010LT - add AMD768 PCI ID to intel8x0 driver - add joystick code to trident driver - remove static variable initialization to zero
-
Andrey Panin authored
This adds initial driverfs support to ISAPNP driver. It was approved by the ISAPNP maintainer (Jaroslav Kysela).
-
Brian Gerst authored
Seperates affs_sb_info from struct super_block.
-
Brian Gerst authored
Seperates hfs_sb_info from struct super_block.
-
Brian Gerst authored
Seperates shmem_sb_info from struct super_block.
-
Linus Torvalds authored
-
Alexander Viro authored
file_system_typer-related code moved from fs/super.c to fs/filesystems.c
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Brian Gerst authored
Seperates udf_sb_info from struct super_block.
-