summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] IA64: kprobe invalidate icache of jump bufferbibo, mao2006-07-311-0/+1
* [PATCH] remove set_wmb - arch removalSteven Rostedt2006-07-151-1/+0Star
* [PATCH] powermac: Combined fixes for backlight codeMichael Hanselmann2006-07-101-3/+9
* [PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt2006-07-101-25/+13Star
* power: improve inline asm memory constraintsLinus Torvalds2006-07-093-32/+32
* [PATCH] powerpc: implement missing jiffies64_to_cputime64()David Woodhouse2006-07-051-0/+18
* Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-041-0/+10
|\
| * Add Kbuild file for PowerPC 'make headers_install'David Woodhouse2006-06-181-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-046-98/+436
|\ \
| * | [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-036-73/+340
| * | [POWERPC] New device-tree interrupt parsing codeBenjamin Herrenschmidt2006-07-031-0/+87
| * | [POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2006-07-033-26/+10Star
| * | [POWERPC] change get_property to return void *Jeremy Kerr2006-07-031-2/+2
* | | [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-041-0/+31
* | | [PATCH] lockdep: remove RWSEM_DEBUG remnantsIngo Molnar2006-07-041-17/+1Star
* | | [PATCH] lockdep: add per_cpu_offset()Ingo Molnar2006-07-041-0/+1
|/ /
* | [PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2006-07-022-3/+1Star
* | typo fixes: mecanism -> mechanismAdrian Bunk2006-06-302-2/+2
* | [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-301-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-2913-59/+663
|\ \
| * | [POWERPC] todc: add support for Time-Of-Day-ClockMark A. Greer2006-06-291-0/+487
| * | [POWERPC] Add tsi108 pci and platform device data register functionZang Roy-r619112006-06-291-0/+109
| * | [POWERPC] Correct the MAX_CONTEXT definitionPaul Mackerras2006-06-291-1/+6
| * | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2006-06-281-4/+0Star
| |\ \
| | * | powerpc: minor cleanups for mpc86xxKumar Gala2006-06-281-4/+0Star
| * | | [POWERPC] Simplify the code defining the 64-bit CPU featuresPaul Mackerras2006-06-281-28/+20Star
| * | | [POWERPC] update asm-powerpc/time.hStephen Rothwell2006-06-281-2/+4
| * | | [POWERPC] Clean up it_lp_queue.hStephen Rothwell2006-06-281-20/+20
| * | | [POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2006-06-281-0/+8
| * | | [POWERPC] Add udbg support for RTAS consoleMichael Ellerman2006-06-281-1/+2
| * | | [POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman2006-06-281-0/+3
| * | | [POWERPC] Make kexec_setup() a regular initcallMichael Ellerman2006-06-281-1/+0Star
| * | | [POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman2006-06-281-1/+0Star
| * | | [POWERPC] kdump: Reserve the existing TCE mappings left by the first kernelHaren Myneni2006-06-282-0/+4
| * | | [POWERPC] Remove obsolete #include <linux/config.h>.Jon Loeliger2006-06-281-1/+0Star
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-1/+1
|\ \ \ \
| * | | | [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-1/+1
| |/ / /
* | | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-291-3/+3
* | | | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-291-5/+0Star
* | | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-6/+6
* | | | [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-281-0/+5
|/ / /
* | | [PATCH] Notify page fault call chainAnil S Keshavamurthy2006-06-261-0/+2
* | | [PATCH] Notify page fault call chain for powerpcAnil S Keshavamurthy2006-06-261-0/+2
|/ /
* | [PATCH] Define __raw_get_cpu_var and use itPaul Mackerras2006-06-251-0/+2
* | [PATCH] random: remove SA_SAMPLE_RANDOM from floppy driverMatt Mackall2006-06-251-2/+1Star
* | [PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann2006-06-251-15/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-06-2338-217/+1129
|\ \
| * | [POWERPC] Fix mdelay badness on shared processor partitionsAnton Blanchard2006-06-211-0/+13
| * | [POWERPC] disable floating point exceptions for initArnd Bergmann2006-06-211-1/+1
| * | [POWERPC] Unify ppc syscall tablesAndreas Schwab2006-06-211-0/+306