- 19 Sep, 2003 14 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
Drop support for old param struct method, and clean up code.
-
Russell King authored
-
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.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
- 18 Sep, 2003 17 commits
-
-
Dave Jones authored
The VIDC/FIDC controls could have been left at 1 from a previous call to one of the scaling routines. Make sure we set them back to 0 to avoid writing garbage into the scaling registers.
-
Dave Jones authored
We were 'slightly' off in our calculations. This increased settling time might actually increase the stability of some setups.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Very silly bug spotted by Ducrot Bruno
-
Andries E. Brouwer authored
By mistake the keycode for right control in scancode set 3 was the same as that for right alt. This fixes that.
-
Jens Axboe authored
From: Nick Piggin <piggin@cyberone.com.au> This should be the last piece to ensure correct barrier handling for AS and DL?
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
I'm aligning the 2.4 and 2.5 versions of arch/ia64/hp/common/sba_iommu.c and found a couple nits in the 2.5 version. No functional change, just whitespace, comment, and parameter name changes (and I made one function static).
-
Jes Sorensen authored
asm/acpi.h relies on struct pci_vector_struct which is defined in asm/system.h.
-
Jes Sorensen authored
Minor cleanup.
-
Jes Sorensen authored
This patch removes a ton of pointless big endian defines for some registers on SN2 and cleans up the #include hierachy making it include some really big header files only when they are really needed.
-
Stéphane Eranian authored
This patch changes the kernel such that si_isr gets setup for hardware breakpoints, single-step, and taken-branch traps. This is useful, e.g., to determine what kind of hw breakpoint triggered the signal.
-
Jes Sorensen authored
Attached is a small cleanup patch for the sn2 header files which removes some cases of excessive header file inclusion.
-
David Mosberger authored
SBA_PROC_FS off by default (it's too much of a scalability bottleneck).
-
Dave Jones authored
From OGAWA Hirofumi
-
- 17 Sep, 2003 9 commits
-
-
Dave Jones authored
The following patch to the HP ZX1 GART driver - adds recognition of the "HWP0007" device (an AGP 8X bridge) - fixes the use of acpi_get_devices() The problem with acpi_get_devices() is that it always returns AE_OK, except when the callback (zx1_gart_probe()) returns a failure. That means agp_hp_init() cannot use the status from acpi_get_devices() to distinguish between (1) an AGP bridge was found and successfully initialized, and (2) no AGP bridge was found at all.
-
David Mosberger authored
the #ifdef __KERNEL__ bracket. Doing so pollutes the user- level namespace. Bug report & proposed fix by GOTO Masanori.
-
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.
-