index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
cyber2000fb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2005-10-31
powerpc: Fix bug arising from having multiple memory_limit variables
Paul Mackerras
8
-16
/
+7
2005-10-30
powerpc: Fix time setting bug on 32-bit
Paul Mackerras
1
-6
/
+8
2005-10-29
powerpc: Remove T command from xmon help text since it no longer exists
Paul Mackerras
1
-1
/
+0
2005-10-29
powerpc: import a gfp_t fix to arch/powerpc/mm/pgtable_32.c
Paul Mackerras
1
-2
/
+2
2005-10-29
powerpc: 32-bit needs cur_cpu_spec exported too
Paul Mackerras
1
-2
/
+0
2005-10-29
powerpc: Merge maple support code to arch/powerpc/platforms/maple
Paul Mackerras
7
-10
/
+22
2005-10-29
powerpc: Add -mno-altivec for ARCH=powerpc builds
Paul Mackerras
1
-0
/
+3
2005-10-29
[PATCH] ppc64 memory model depends on NUMA
Andy Whitcroft
2
-15
/
+9
2005-10-29
[PATCH] ppc64: remove duplicate local variable in set_preferred_console
Olaf Hering
1
-1
/
+0
2005-10-29
[PATCH] ppc64: change name of target file during make install
Olaf Hering
1
-1
/
+1
2005-10-29
[PATCH] ppc64: reenable make install with defconfig
Olaf Hering
1
-1
/
+1
2005-10-29
[PATCH] ppc64: compile nls_cp437 and nls_iso8859_1 into the kernel in defconfig
Olaf Hering
1
-2
/
+2
2005-10-29
[PATCH] ppc64: AC Power handling broken for desktops
Olaf Hering
1
-2
/
+6
2005-10-29
[PATCH] ppc64 boot: print firmware provided stackpointer
Olaf Hering
2
-2
/
+3
2005-10-29
[PATCH] ppc64 boot: proof that reloc works
Olaf Hering
3
-4
/
+7
2005-10-29
[PATCH] ppc64 boot: make the zImage relocateable
Olaf Hering
3
-2
/
+33
2005-10-29
[PATCH] ppc64 boot: remove global initializers
Olaf Hering
1
-3
/
+3
2005-10-29
[PATCH] ppc64 boot: fix typo in asm comments
Olaf Hering
1
-2
/
+2
2005-10-29
[PATCH] ppc64 boot: use memset to clear bss
Olaf Hering
2
-19
/
+3
2005-10-29
[PATCH] ppc64 boot: cleanup linker script
Olaf Hering
1
-54
/
+5
2005-10-29
[PATCH] ppc64 boot: bootfiles depend on linker script
Olaf Hering
1
-2
/
+2
2005-10-29
[PATCH] ppc64 boot: move gunzip function before use
Olaf Hering
1
-58
/
+57
2005-10-29
[PATCH] ppc64 boot: remove need for imagesize.c
Olaf Hering
2
-62
/
+50
2005-10-29
[PATCH] ppc64 boot: remove zlib
Olaf Hering
4
-2698
/
+44
2005-10-29
[PATCH] ppc64 boot: missing include for size_t
Olaf Hering
1
-0
/
+1
2005-10-29
[PATCH] ppc64 boot: remove include from include/linux/zutil.h
Olaf Hering
1
-1
/
+0
2005-10-29
[PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c
Olaf Hering
1
-1
/
+0
2005-10-29
[PATCH] mv643xx_eth_showsram: Added information message when using the SRAM
Nicolas DET
1
-0
/
+3
2005-10-29
[PATCH] ppc32: ppc_sys fixes for 8xx and 82xx
Vitaly Bordug
9
-2
/
+26
2005-10-29
[PATCH] ppc32: 85xx PHY Platform Update
Andy Fleming
9
-78
/
+131
2005-10-29
[PATCH] chrp_pegasos_eth: Added Marvell Discovery II SRAM support
Nicolas DET
2
-12
/
+236
2005-10-29
[PATCH] Add modalias for pmac network drivers
Olaf Hering
2
-0
/
+2
2005-10-29
[PATCH] Add modalias to macio sysfs attributes
scwhab@suse.de
1
-0
/
+26
2005-10-29
[PATCH] ppc32: nvram driver for chrp
Olaf Hering
8
-8
/
+190
2005-10-29
[PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses
Roland Dreier
12
-23
/
+21
2005-10-29
[PATCH] ppc32: update xmon help text
Olaf Hering
1
-2
/
+7
2005-10-29
[PATCH] ppc32: #ifdef out ALTIVEC specific code in __switch_to
Marcelo Tosatti
1
-0
/
+2
2005-10-29
[PATCH] ppc32: Cleanup AMCC PPC44x eval board U-Boot support
Matt Porter
6
-56
/
+53
2005-10-29
[PATCH] MPC8xx PCMCIA driver
Marcelo Tosatti
3
-0
/
+1301
2005-10-29
[PATCH] ppc32 8xx: use io accessor macros instead of direct memory reference
Marcelo Tosatti
4
-52
/
+44
2005-10-29
[PATCH] ppc: prevent GCC 4 from generating AltiVec instructions in kernel
Lee Nicks
2
-0
/
+7
2005-10-28
powerpc: Merge xmon
Paul Mackerras
24
-285
/
+1291
2005-10-28
powerpc: Make single-stepping emulation (mostly) usable on 32-bit
Paul Mackerras
3
-1
/
+28
2005-10-28
powerpc: Rename asm offset TRAP to _TRAP for 32-bit
Paul Mackerras
5
-27
/
+26
2005-10-28
[PATCH] powerpc: Move xics.[ch] into platforms/pseries
David Gibson
6
-21
/
+21
2005-10-28
ppc64: use mem_64.S from powerpc/lib
Stephen Rothwell
2
-108
/
+1
2005-10-28
ppc64: use usercopy_64.c from powerpc/lib
Stephen Rothwell
3
-44
/
+2
2005-10-28
ppc64: user strcase.c from powerpc/lib
Stephen Rothwell
3
-34
/
+4
2005-10-28
ppc64: use sstep.c from powerpc/lib
Stephen Rothwell
3
-144
/
+2
2005-10-28
ppc64: use memcpy_64.S from powerpc/lib
Stephen Rothwell
3
-176
/
+4
[next]