- 18 Mar, 2002 3 commits
-
-
Brian Gerst authored
Seperates isofs_sb_info from struct super_block.
-
David Brownell authored
I got burnt one too many time by mismatches between the pci_pool and "real" slabs... something changed in mm/slab.c and broke a driver, so I'm going for the real fix this time. Having poisoning that _works_ is a huge help in the innards of the USB host controller drivers. This patch gets rid of some #ifdefs and makes the pci_pool code poison memory if CONFIG_DEBUG_SLAB is set. The functionality has always been there, but this makes it simpler to get at.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 19 Mar, 2002 2 commits
-
-
Paul Mackerras authored
exiting heathrow_modem_enable() with a lock held.
-
Paul Mackerras authored
SI_DETHREAD, plus a couple of minor fixes.
-
- 18 Mar, 2002 1 commit
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 17 Mar, 2002 2 commits
-
-
David S. Miller authored
From Arnaldo Carvalho de Melo.
-
David S. Miller authored
-
- 16 Mar, 2002 6 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.miscLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Kai Germaschewski authored
-
Linus Torvalds authored
make driverfs initialize early, so that ACPI can come alive in a world where you can register devices.
-
- 15 Mar, 2002 26 commits
-
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.config_sound.x
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
For some reason the ACPI people continue to make the mistake of thinking that they are the root of the system. Disabuse them of that notion.
-
Bob Miller authored
Clean up BSD accounting locking code..
-
Linus Torvalds authored
-
Christoph Rohland authored
The appended patch brings the fixes applied in 2.4 to shmem.c to 2.5. In Detail: - Add needed checks for shmem_file_write and shmem_symlink - Add Documentation/filesystems/tmpfs.txt and adjust Config.help - Add uid and gid mount options - Make the error messages more user friendly
-
David Mosberger authored
Pick up binfmt_elf.c SET_PERSONALITY() fix from 2.4.18.
-
Linus Torvalds authored
That preempt_count really is supposed to be unconditional, architectures please take note and add to your thread info.
-
bk://lia64.bkbits.net/to-linus-2.5/Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andy Grover authored
If you could only review one of the 9 patches, this would be the one. - removes acpitable.c vestiges - adds ACPI IRQ routing support to PCI (disableable via pci=noacpi option) - adds code to get a <1MB page for sleep, and ACPI boot to setup.c - allocates another page in the fixmap for ACPI - changes driverfs a little to work better with ACPI.
-
Andy Grover authored
This patch removes arch/i386/kernel/acpitable.c. As mentioned previously, the new ACPI code integrates this, so it's no longer needed.
-
Andy Grover authored
This updates the Configure.help, both in arch/i386, and in drivers/acpi.
-
Andy Grover authored
This removes the old OSPM code. It lived under drivers/acpi/ospm/*, but the new code just lives in drivers/acpi, and removes some unnecessary abstraction that this old code had.
-
Andy Grover authored
This is the update to the core interpreter code.
-
Andy Grover authored
This is the config.in and makefile changes for the latest code. The most (only) interesting thing probably is ACPI is no longer flagged experimental.
-
Andy Grover authored
This patch updates the acpi IA32 arch-specific files. Part of this is taking what was acpitable.c and implementing it with better integration with the rest of the ACPI code.
-
Andy Grover authored
This patch adds in the new drivers. - Support for driverfs - File/code layout more in the Linux style - improvements to battery, processor, and thermal support
-
Andy Grover authored
This is the first of 9 patches. We did a complete rewrite of the Linux-specific code, so we wait for things to stabilize before submitting. There will be more updates, but *much* smaller. #1 - this updates the header file.
-
Mikael Pettersson authored
The patch below eliminates a case of boot_cpu_data corruption on SMP x86 machines. This was first observed on SMP Athlons, but it also affects SMP Intel boxes in a less serious way. When the secondary processors boot and execute head.S:checkCPUtype, the code performs a 32-bit write of a small constant to the byte-sized variable boot_cpu_data.x86 (X86 in head.S). Since the write is 32-bit, it also writes zeros to the following 3 bytes, which clobbers the x86_vendor, x86_model, and x86_mask fields previously set up by check_bugs()'s call to identify_cpu(). Thus, after smp_init(), boot_cpu_data will _always_ identify the CPU as an Intel (X86_VENDOR_INTEL == 0 in processor.h) with model 0 and stepping 0. The effect in standard kernels is not catastrophic, since: (a) most SMP x86 boxes are Intel (b) most uses of x86_vendor occur before smp_init() or reference the SMP cpu_data[] array (c) most post-boot references to boot_cpu_data occur in the cpu_has_XXX macros which only read the x86_capability[] array However, third-party extensions (like my x86 performance-monitoring conters driver) can get seriously confused by this mis-identification.
-
Linus Torvalds authored
-
Brian Gerst authored
Don't print out FAT superblock warnings if the IO failed.
-
Brian Gerst authored
Seperates qnx4_sb_info from struct super_block.
-
Brian Gerst authored
Seperates smb_sb_info from struct super_block.
-
Brian Gerst authored
Seperates msdos_sb_info from struct super_block for msdos and vfat. Umsdos is terminally broken and is not included.
-