index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-21
powerpc/pci: Remove redundant pcnet32 fixup
Kumar Gala
2
-21
/
+0
2009-05-21
powerpc/pci: Cleanup some minor cruft
Kumar Gala
1
-8
/
+0
2009-05-21
powerpc/pci: Move pseries code into pseries platform specific area
Kumar Gala
1
-27
/
+1
2009-05-21
powerpc/pci: Clean up direct access to sysdata by RTAS
Kumar Gala
1
-8
/
+2
2009-05-21
powerpc: Add 2.06 tlbie mnemonics
Milton Miller
1
-2
/
+4
2009-05-21
powerpc/irq: Remove fallback to __do_IRQ()
Michael Ellerman
1
-6
/
+1
2009-05-21
powerpc/irq: Move get_irq() comment into header
Michael Ellerman
1
-7
/
+0
2009-05-21
powerpc/irq: Move stack overflow check into a separate function
Michael Ellerman
1
-14
/
+17
2009-05-21
powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function
Michael Ellerman
1
-40
/
+56
2009-05-15
powerpc: Fix PCI ROM access
Benjamin Herrenschmidt
2
-10
/
+26
2009-05-15
powerpc/pseries: Really fix the oprofile CPU type on pseries
Benjamin Herrenschmidt
1
-1
/
+1
2009-05-15
powerpc: Allow mem=x cmdline to work with 4G+
Becky Bruce
2
-6
/
+6
2009-05-01
powerpc: Fix setting of oprofile cpu type
Benjamin Herrenschmidt
1
-2
/
+2
2009-05-01
powerpc adjust oprofile_cpu_type version 3
Michael Wolf
1
-4
/
+9
2009-04-28
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
1
-1
/
+1
2009-04-28
powerpc: Revert switch to TEXT_TEXT in linker script
Tim Abbott
1
-2
/
+2
2009-04-27
powerpc: Use TEXT_TEXT macro in linker script.
Tim Abbott
1
-1
/
+2
2009-04-26
powerpc: convert to use __HEAD and HEAD_TEXT macros.
Tim Abbott
6
-6
/
+11
2009-04-24
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
1
-6
/
+5
2009-04-23
Revert "powerpc: Add support for early tlbilx opcode"
Kumar Gala
1
-1
/
+1
2009-04-22
Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 into merge
Paul Mackerras
3
-8
/
+7
2009-04-21
clocksource: pass clocksource to read() callback
Magnus Damm
1
-4
/
+4
2009-04-20
powerpc: Fix of_node_put() exit path in of_irq_map_one()
Ilpo Järvinen
1
-6
/
+5
2009-04-15
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2
-2
/
+2
2009-04-07
powerpc: Add support for early tlbilx opcode
Kumar Gala
1
-1
/
+1
2009-04-07
powerpc/ftrace: Fix printf format warning
Michael Ellerman
1
-1
/
+1
2009-04-07
powerpc/ftrace: Fix #if that should be #ifdef
Michael Ellerman
1
-1
/
+1
2009-04-07
powerpc: Fix ptrace compat wrapper for FPU register access
Michael Neuling
1
-4
/
+11
2009-04-07
powerpc: Print information about mapping hw irqs to virtual irqs
Michael Ellerman
1
-1
/
+3
2009-04-07
powerpc: Disable VSX or current process in giveup_fpu/altivec
Michael Neuling
2
-0
/
+13
2009-04-07
powerpc/pseries: Fix ibm,client-architecture comment
Anton Blanchard
1
-1
/
+1
2009-04-07
powerpc/pseries: Add dispatch dispersion statistics
Anton Blanchard
1
-0
/
+16
2009-04-07
powerpc: Clean up some prom printouts
Anton Blanchard
1
-4
/
+4
2009-04-07
powerpc: Print progress of ibm,client-architecture method
Anton Blanchard
1
-3
/
+5
2009-04-07
powerpc: Remove duplicated #include's
Huang Weiyi
1
-1
/
+0
2009-04-05
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+1
2009-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc
Linus Torvalds
1
-0
/
+16
2009-04-02
Simplify copy_thread()
Alexey Dobriyan
1
-1
/
+1
2009-04-02
workqueue: add to_delayed_work() helper function
Jean Delvare
1
-1
/
+1
2009-04-02
powerpc: Hook up rtc-generic, and kill rtc-ppc
Geert Uytterhoeven
1
-0
/
+16
2009-04-02
tracing, powerpc: fix powerpc tree and tracing tree interaction
Stephen Rothwell
1
-5
/
+1
2009-04-01
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-0
/
+5
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-1
/
+0
2009-03-30
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
3
-12
/
+4
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2
-8
/
+2
2009-03-27
powerpc: Fix bugs introduced by sysfs changes
Benjamin Herrenschmidt
1
-4
/
+2
2009-03-27
powerpc: Sanitize stack pointer in signal handling code
Josh Boyer
4
-6
/
+6
2009-03-26
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2009-03-25
powerpc/PCI: include pci.h in powerpc MSI implementation
Jesse Barnes
1
-0
/
+1
[next]