| Age | Commit message (Collapse) | Author | Files | Lines |
|
All the maintained platforms are now in arch/powerpc, so the old
arch/ppc stuff can now go away.
Acked-by: Adrian Bunk <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Becky Bruce <[email protected]>
Acked-by: Benjamin Herrenschmidt <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Acked-by: Grant Likely <[email protected]>
Acked-by: Jochen Friedrich <[email protected]>
Acked-by: John Linn <[email protected]>
Acked-by: Jon Loeliger <[email protected]>
Acked-by: Josh Boyer <[email protected]>
Acked-by: Kumar Gala <[email protected]>
Acked-by: Olof Johansson <[email protected]>
Acked-by: Peter Korsgaard <[email protected]>
Acked-by: Scott Wood <[email protected]>
Acked-by: Sean MacLennan <[email protected]>
Acked-by: Segher Boessenkool <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Acked-by: Stephen Neuendorffer <[email protected]>
Acked-by: Wolfgang Denk <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
|
|
Commit 0119536cd314ef95553604208c25bc35581f7f0a added an assembly
version of strncmp to PowerPC. However, it changed a common header
file between arch/ppc and arch/powerpc without adding strncmp to
arch/ppc. This fixes that omission so that arch/ppc links again.
Signed-off-by: Josh Boyer <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
|
|
Signed-off-by: Jörn Engel <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
|
|
instead of L1_CACHE_LINE_SIZE and LG_L1_CACHE_LINE_SIZE
Signed-off-by: Stephen Rothwell <[email protected]>
|
|
Recently the __copy_tofrom_user routine was modified to avoid doing
prefetches past the end of the source array. However, in doing so we
introduced a bug in that it now returns the wrong value for the number
of bytes not copied when a fault is encountered. This fixes it to
return the correct number.
Signed-off-by: Paul Mackerras <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
|
|
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
|