summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter2006-03-276-12/+255
* [PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann2006-03-278-5/+430
* [PATCH] spufs: allow SPU code to do syscallsArnd Bergmann2006-03-273-2/+444
* [PATCH] powerpc: declare arch syscalls in <asm/syscalls.h>Arnd Bergmann2006-03-275-0/+5
* [PATCH] powerpc: work around a cell interrupt HW bugArnd Bergmann2006-03-271-1/+18
* [PATCH] powerpc: cell interrupt controller updatesJens Osterkamp2006-03-273-55/+169
* [PATCH] powerpc: update cell defconfigArnd Bergmann2006-03-271-81/+52Star
* [PATCH] powerpc: fix cell iommu setupArnd Bergmann2006-03-271-2/+2
* [PATCH] powerpc: fix various sparse warningsStephen Rothwell2006-03-278-14/+19
* [SPARC64]: Kill duplicate exports of string library functions.David S. Miller2006-03-271-10/+0Star
* [SPARC64]: Update defconfig.David S. Miller2006-03-271-25/+14Star
* [PATCH] bitops: ia64: make partial_page.bitmap an unsigned longAkinobu Mita2006-03-261-2/+2
* [PATCH] bitops: xtensa: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: x86_64: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: v850: use generic bitopsAkinobu Mita2006-03-261-0/+6
* [PATCH] bitops: sparc64: use generic bitopsAkinobu Mita2006-03-264-133/+9Star
* [PATCH] bitops: sparc: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: sh64: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: sh: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: s390: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: powerpc: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: parisc: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: mips: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: m68knommu: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] ppc: fix undefined reference to hweight32Akinobu Mita2006-03-261-0/+4
* [PATCH] bitops: m68k: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: m32r: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: ia64: use generic bitopsAkinobu Mita2006-03-263-89/+5Star
* [PATCH] bitops: i386: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: h8300: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: frv: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: cris: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: arm26: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: arm: use generic bitopsAkinobu Mita2006-03-261-0/+4
* [PATCH] bitops: alpha: use generic bitopsAkinobu Mita2006-03-261-0/+8
* [PATCH] bitops: ia64: use cpu_set() instead of __set_bit()Akinobu Mita2006-03-261-1/+2
* [PATCH] bitops: alpha: use config options instead of __alpha_fix__ and __alph...Akinobu Mita2006-03-262-5/+5
* [PATCH] um: fix undefined reference to hweight32Akinobu Mita2006-03-262-0/+10
* [PATCH] more s/fucn/func/ typo fixesAkinobu Mita2006-03-262-2/+2
* [PATCH] frv: remove unnesesary "&"Akinobu Mita2006-03-261-3/+3
* [PATCH] kprobes: fix broken fault handling for sparc64Prasanna S Panchamukhi2006-03-261-6/+60
* [PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi2006-03-261-5/+43
* [PATCH] kprobes: fix broken fault handling for powerpc64Prasanna S Panchamukhi2006-03-261-8/+55
* [PATCH] kprobes: fix broken fault handling for x86_64Prasanna S Panchamukhi2006-03-261-7/+55
* [PATCH] kprobes: fix broken fault handling for i386Prasanna S Panchamukhi2006-03-261-7/+50
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-265-13/+18
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-264-26/+1Star
* [PATCH] kretprobe: kretprobe-boosterMasami Hiramatsu2006-03-261-22/+39
* [PATCH] x86: kprobes-boosterMasami Hiramatsu2006-03-261-2/+90
* [PATCH] kprobes: clean up resume_execute()Masami Hiramatsu2006-03-261-16/+10Star