- 14 Jul, 2002 3 commits
-
-
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 13 Jul, 2002 1 commit
-
-
David S. Miller authored
-
- 12 Jul, 2002 7 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
- Define L1_CACHE_SHIFT for quota sake - Fix FC4/PLUTO build, request is a pointer in scsi_cmnd now. - Make binfmt_elf32 build properly wrt. jiffies_to_foo changes.
-
David S. Miller authored
-
David S. Miller authored
-
Ravikiran G. Thirumalai authored
-
- 11 Jul, 2002 2 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
- 10 Jul, 2002 5 commits
-
-
Russell King authored
- Fix missed cli()/sti() conversions. - Fix SA1100 sleep code. - Update small_page.c for changes to struct page. - Clean up assabet/neponset initialisation. - Clean up compiler warnings in iop310 build. - Add missed bits from previous xscale cset.
-
Russell King authored
- Add sa1111_{dis,en}able_device() - Add sa1111_{read,write}l() (always host endian)
-
Russell King authored
- FSR "write" bit moved from bit 8 to bit 11. - Handle bit 10 of FSR for xscale imprecise aborts. - Allow Xscale CP0 and CP13 accesses. - Move Xscale specific implementations to their own file.
-
Russell King authored
The major points are: - Move ptrace code from traps.c into ptrace.c so it's all in one place. - Correct get_user_regs() to allow for the 8 byte offset. - Fix missing ptrace_cancel_bpt() call which could miss some single stepping steps. (other small pages; for details see individual file notes)
-
Russell King authored
Some of the CPU implementations copied the ELF flags from the StrongARM-110 implementation, without thinking whether they were correct or not. This changeset fixes up these CPU types.
-
- 09 Jul, 2002 8 commits
-
-
Russell King authored
- Fix ARM Makefile; we now build with -Os instead of -O2. - Fix backtrace code to display more registers correctly. - Fix various build errors. - Fix PSR for architecture compliance. - Update mach-types file.
-
Russell King authored
Rather than handling the IRQ state each time we emulate each instruction, we enable the IRQ before we enter the FP emulator. We don't require any IRQ protection in the emulator anyway, so it's safe to implement this trivial performance enhancement.
-
Russell King authored
This round of cpufreq cleanups came from Dominik's work on the core cpufreq code.
-
Russell King authored
is set correctly. Remove couple of debugging printk()s.
-
Russell King authored
-
Russell King authored
-
Russell King authored
for 2.5.25 HZ/USER_HZ changes.
-
http://linux.bkbits.net/linux-2.5Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
- 06 Jul, 2002 5 commits
-
-
Linus Torvalds authored
table lock
-
Matthew Wilcox authored
Whoever did the strsep patches didn't check that ips still compiles. here's a patch.
-
Brad Hards authored
-
Brad Hards authored
Found a few typos in the input changes. Fixup patch attached.
-
Linus Torvalds authored
-
- 05 Jul, 2002 9 commits
-
-
Linus Torvalds authored
-
Petr Vandrovec authored
drivers/ide/probe.c initializes gd->de_arr and gd->flags twice. Except that it is unnecessary it also leaks memory.
-
Mark Kettenis authored
Edition 4.1 of the System V Application Binary Interface says that "The first namesz bytes in name contains a null-terminated representation of the entry's owner or originator". This implies that the terminating null is included in namesz, which is corroborated by the example that follows the description. However, this is not what the Linux kernel does when it writes its notes into an ELF core dump. The attached patch fixes this.
-
Linus Torvalds authored
HACK ALERT! This needs to be fixed to do what reiserfs actually thinks it _should_ do.
-
Linus Torvalds authored
-
Orjan Friberg authored
In usb_bluetooth_probe, the transfer buffers for the write pool urbs are allocated with size 0, because bluetooth->bulk_out_buffer_size isn't set until after the loop.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
Moved the file ops and minor number stuff out of the usb structure, Now usb_register_dev() and usb_deregister_dev() must be called if you want to use the USB major number.
-