- 04 Oct, 2003 1 commit
-
-
Nicolas Pitre authored
Patch from Nicolas Pitre Here's my rewrite of the ARM division routines: - take advantage of the clz instruction on ARMv5+ - simpler and faster code for modulo routines - fast path for power of 2 divisors - other miscellaneous optimizations This code has already been merged into gcc-3.4.
-
- 19 Sep, 2003 23 commits
-
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
Vojtech Pavlik authored
-
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 16 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.
-