- 19 Sep, 2003 9 commits
-
-
Russell King authored
Fix the AMBA kmi driver which got broken when the name field was removed from struct device. Change the name used to claim resources to "kmi-pl050". Fix resume method.
-
Russell King authored
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Russell King authored
-
Russell King authored
We were mixing some data and code in the processor support assembly files. Place the correct objects into their respective sections.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
This renames all 48 (800K-ish of) ARM default configuration files, as required by Sam's latest default configuration file system.
-
- 17 Sep, 2003 22 commits
-
-
Stephen Hemminger authored
Use seq_file for /proc/misc
-
Stephen Hemminger authored
Use list macros for misc_device list.
-
Andy Grover authored
This updates the maintainer entry for ACPI. Len has already assumed most of this responsibility, as other projects demand my attention. My team will continue to maintain the OS-independent ACPI CA release, but Len will be responsible for pulling ACPI CA updates into the Linux release, and the rest of Linux-specific code in general.
-
Russell King authored
This allows /proc/kcore to be entirely disabled and dropped out of the kernel - we already select between a.out and ELF. Right now it only drops /proc/kcore out of the kernel for ARM.
-
Marcelo Tosatti authored
From: Liam Girdwood <liam.girdwood@wolfsonmicro.com> This patch eliminates pop noises when doing a PM suspend/resume with the WM9712 AC97 codec.
-
Jens Axboe authored
This implements the possibility for sharing a tag map between queues. Some (most?) scsi host adapters needs this, and SATA tcq will need it for some cases, too.
-
Jens Axboe authored
From Daniel Pittman <daniel@rimspace.net> Using the lra (last recorded address) isn't always reliable on some drives, so use the regular TOC if it returns 0 capacity.
-
Urban Widmark authored
I haven't been doing much smbfs work recently, but here are some bugfixes: - Fix module unload (Angus Sawyer). - Fix the smbfs error handling if kernel_thread() should fail. - Allow high uids/gids to be used as the fake uid smbfs sets as file owner.
-
Nick Piggin authored
The as-iosched.c source code has said this is here for a long time but it kept getting lost.
-
Chris Wright authored
From: bert hubert <ahu@ds9a.nl> LSM: To recap, this patch allows root_plug to work again. It needs functions that used to reside in capability.c but linking in capability.c, disabled root_plug from loading, as a security module is already present then. This patch splits out the functions root_plug needs from capability.c.
-
Chris Wright authored
From: John Levon <levon@movementarian.org> LSM: Update comments in register_security to reflect reality
-
Chris Wright authored
Add LSM maintainer entry
-
Chris Wright authored
Update CREDITS with new contact info.
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
Don't try to clear PCI status on devices which are no longer present. Only clear PCI status bits which we're interested in. Use pci_name to report the device name.
-
Russell King authored
The IMPD-1 is a logic module (a stackable module) - rather than trying to abuse platform devices, create our own bus type to handle these.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
- 16 Sep, 2003 1 commit
-
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
- 17 Sep, 2003 2 commits
-
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:158511a
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:158493a
-
- 16 Sep, 2003 6 commits
-
-
Russell King authored
-
Russell King authored
-
Russell King authored
This squashes another compiler warning.
-
Russell King authored
Jamie Lokier's cache testing program discovered a problem which seems to be present in some CPU write buffers. This cset allows the kernel to detect the flaw and activate a workaround to restore the user space expectations.
-
Russell King authored
Move ARM CPU configuration to arch/arm/mm. Seperate out the selection of the abort, cache handling, optimised page copying and TLB handling from the Makefile, and move it into the configuration system. This allows us to select the correct files in arch/arm/mm and pick the appropriate definitions in include/asm-arm/* based upon a config symbol rather than a bunch of configuration symbols. Also add ARM1020E, ARM1022 and ARM1026 CPU support.
-
Russell King authored
-