- 04 Jun, 2003 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 05 Jun, 2003 2 commits
-
-
Russell King authored
This merges arch.c, irq.c and mm.c into one core file for this platform; it's pointless keeping these separate.
-
Russell King authored
Since struct platform_device now has the ability to pass resources, defined by the platform to the device driver, we can now use this to handle platform specific devices. One such instance is the StrongARM SA1111 companion chip, which can appear in various address spaces, and connected to different IRQ lines depending on how many cups of coffee the hardware designer had, the direction of the wind outside the designers office that day. We also convert some of the other StrongARM peripheral on-chip devices to use struct platform_device. ARM also provides a platform_add_devices() function which can be used by platform code to bulk-register a tabular set of platform devices.
-
- 04 Jun, 2003 6 commits
-
-
Russell King authored
-
Russell King authored
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Sam Ravnborg authored
Patch originally by Jesse Barnes <jbarnes@sgi.com> Previously the user were required to supply CROSS_COMPILE and ARCH on the commandline to make, alternatively they patched the Makefile direct. The following patch allows the user to specify the value of these in a variable assigned during init or similar.
-
Sam Ravnborg authored
With make version 3.80 kbuild echo'ed the fixdep command executed each time a c file was compiled. This has been tracked down to a bug in version 3.80 of make. Avoiding newlines in canned command sequences avoid this problem. At the same time consolidated similar code in Makefile.build, and avoiding a few ifdef/endif pairs resulting in a more readable makefile.
-
Sam Ravnborg authored
Patches originally by Adrian Bunk and Rudmer van Dijk. Included "make V=0|1" and "make C=1"
-
- 03 Jun, 2003 31 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Alexander Viro authored
-
Alexander Viro authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Hideaki Yoshifuji authored
- no need to #undef CONFIG_IPV6_SUBTREE - use parentheses around "&" and "|". - fib_repair_tree() is typo.
-
James Morris authored
-
Hideaki Yoshifuji authored
- Pointer within an automatic storage class variable fl was illegally cached using ip6_dst_store() - uninitialized saddr was copied to fl.fl6_src - dont cache if ipv6_saddr_get() failed. Based upon patch from Ville Nuorvala (vnuorval@tcs.hut.fi)
-
Christoph Hellwig authored
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
Hideaki Yoshifuji authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
David S. Miller authored
-
Chas Williams authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Art Haas authored
-
Art Haas authored
Add C99 initializers to fs/bio.c and fs/dquot.c. And fs/libfs.c had an obsolete GCC style initialzers that is converted to C99 style.
-
bk://ldm@bkbits.net/linux-2.5-corePatrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
John Hawkes authored
smp_send_reschedule_all() is unused in 2.5 and can be eliminated.
-
Bartlomiej Zolnierkiewicz authored
It is unused and not needed
-
Bartlomiej Zolnierkiewicz authored
In ide_register_subdriver() create drive->proc entries only if driver is not idedefault_driver. [ There won't be /proc/ide/hdX/capacity for devices attached to idedefault_driver now, it reported 0x7fffffff previously. ] Do not create drive->proc entries in create_proc_ide_drives(), they are added later in ide_register_subdriver().
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
Patrick Mochel authored
into hostme.bitkeeper.com:/ua/repos/l/ldm/linux-2.5-core
-