- 19 Sep, 2003 20 commits
-
-
bk://kernel.bkbits.net/lord/xfs-2.6Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
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
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
Eric Sandeen authored
values in jiffies like everybody else SGI Modid: 2.5.x-xfs:slinx:158665a
-
Stephen Lord authored
makes the just the inode look dirty, and not the inode and the data. SGI Modid: 2.5.x-xfs:slinx:158670a
-
ssh://lord@kernel.bkbits.net/xfs-2.6Stephen Lord authored
into penguin.americas.sgi.com:/src/lord/bitkeeper/xfs-2.6
-
Nathan Scott authored
SGI Modid: 2.5.x-xfs:slinx:158642a
-
- 18 Sep, 2003 19 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
-
Stephen Lord 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
-
Stephen Lord authored
into kernel.bkbits.net:/home/lord/xfs-2.6
-
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 1 commit
-
-
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.
-