- 05 Jan, 2003 3 commits
-
-
Paul Mackerras authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
- 03 Jan, 2003 2 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 02 Jan, 2003 6 commits
-
-
Rusty Russell authored
Use ".init.plt" section consistently, and mark plt sections executable.
-
Martin Mares authored
This brings pci.ids in your BK tree in sync with my database. I've merged changes from both 2.4 and 2.5 with direct submissions to my repository and deleted a few entries which are obviously wrong.
-
Stephen Rothwell authored
"savesegment()" is declared in multiple places. Clean up and declare it just once in <asm/system.h>
-
-
Daniel Ritz authored
The attached patch fixes the crash top or cat /proc/*/wchan produces when using KALLSYMS it's a buffer overrun that should not happen. Based on patch by andi kleen.
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 03 Jan, 2003 8 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
- 02 Jan, 2003 3 commits
-
-
bk://are.twiddle.net/tga-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
Noted by Adrian Bunk and Adam Richter
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
- 01 Jan, 2003 18 commits
-
-
bk://68.0.152.218/linux-2.5-8xxPaul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Richard Henderson authored
This was originally added in rev 1.26.1.2, then dropped during a merge in rev 1.33. Please be more careful with those merges, people.
-
Richard Henderson authored
-
Richard Henderson authored
-
Russell King authored
-
Russell King authored
This patch adds support for enable/disable_irq_wake for the SA11x0 CPUs, allowing drivers or other code to select which IRQs are able to wake the CPU from sleep mode.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Russell King authored
This brings the ARM dma mapping functionality into line with the current generic interface, allowing any struct device to be passed into the dma_* functions. Further cleanups will be possible when the USB layer is converted to use the dma_* API.
-
Linus Torvalds authored
-
Linus Torvalds authored
Noted by Steven Barnhart <sbarn03@softhome.net>
-
Rusty Russell authored
RTH's final complaint (so far 8) was that we should sort the module sections: archs might require some sections to be adjacent, so they can all be reached by a relative pointer (ie. GOT pointer). This implements that reordering, and simplfies the module interface for architectures as well. Previously an arch could specify it wanted extra space, but not where that space would be. The new method (used only by PPC so far) is to allocate an empty section (in asm/module.h or by setting LDFLAGS_MODULE to use an arch specific linker script), and expand that to the desired size in "module_frob_arch_sections()".
-
Rusty Russell authored
From: Richard Henderson <rth@twiddle.net> Richard points out that we should be using sh_addr to hold the address, The original patch used to overload sh_offset to a pointer to the location of the section. This uses sh_addr, which is more correct and less surprising.
-
Rusty Russell authored
As RTH pointed out, we use -fno-common for the kernel (otherwise we'd have to sort out the small symbols anyway). So the common section allocation in the module code is pointless.
-
Russell King authored
Only set IRQ type after a successful request_irq(). Driver now known as sa1111-pcmcia in driverfs.
-
Russell King authored
- Add missing include files. - Fail to set pcmcia socket state for invalid socket numbers. - Fix locla_ typo. - Make pcmcia_jornada720_exit __devexit, not __exit. - Don't initialise jornada720 machine specifics if not running on jornada720.
-