| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | powerpc: Add ppc_function_entry() which gets the entry point for a function | Michael Ellerman | 2008-07-01 | 1 | -0/+16 |
* | | | | | powerpc: Allow create_branch() to return errors | Michael Ellerman | 2008-07-01 | 1 | -2/+4 |
* | | | | | powerpc: Move code patching code into arch/powerpc/lib/code-patching.c | Michael Ellerman | 2008-07-01 | 2 | -48/+25 |
* | | | | | powerpc: asm/elf.h: Reduce userspace header | Adrian Bunk | 2008-07-01 | 1 | -6/+6 |
* | | | | | powerpc: Don't export asm/asm-compat.h to userspace | Adrian Bunk | 2008-07-01 | 2 | -3/+3 |
* | | | | | powerpc: Only demote individual slices rather than whole process | Paul Mackerras | 2008-07-01 | 1 | -0/+6 |
* | | | | | powerpc: Add cputable entry for POWER7 | Michael Neuling | 2008-06-30 | 1 | -2/+10 |
* | | | | | powerpc: Fix copy-and-paste error in clrsetbits_le16 | Scott Wood | 2008-06-30 | 1 | -1/+1 |
* | | | | | powerpc: Get rid of bitfields in ppc_bat struct | Becky Bruce | 2008-06-30 | 1 | -17/+2 |
* | | | | | powerpc: Change BAT code to use phys_addr_t | Becky Bruce | 2008-06-30 | 1 | -0/+9 |
* | | | | | powerpc: Silly spelling fix in pgtable-ppc32 | Becky Bruce | 2008-06-30 | 1 | -2/+2 |
* | | | | | powerpc: Provide dummy crash_shutdown_register | Arnd Bergmann | 2008-06-30 | 1 | -1/+12 |
* | | | | | powerpc: Free a PTE bit on ppc64 with 64K pages | Benjamin Herrenschmidt | 2008-06-30 | 3 | -3/+16 |
* | | | | | powerpc: Implement OF PCI address accessors stubs for CONFIG_PCI=n | Anton Vorontsov | 2008-06-30 | 1 | -0/+16 |
* | | | | | powerpc: Optimise smp_wmb on 64-bit processors | Nick Piggin | 2008-06-30 | 1 | -3/+10 |
* | | | | | Merge branch 'linux-2.6' | Paul Mackerras | 2008-06-30 | 6 | -6/+13 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | kbuild: fix a.out.h export to userspace with O= build. | David Woodhouse | 2008-06-27 | 1 | -1/+0 |
| | |_|/
| |/| | |
|
| * | | | [POWERPC] Build fix for drivers/macintosh/mediabay.c | Adrian Bunk | 2008-06-16 | 1 | -2/+10 |
| * | | | [POWERPC] Fix rmb to order cacheable vs. noncacheable | Nick Piggin | 2008-06-16 | 1 | -1/+1 |
| * | | | Merge branch 'linux-2.6' into merge | Paul Mackerras | 2008-06-16 | 1 | -0/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | KVM: ppc: Remove duplicate function | Hollis Blanchard | 2008-06-06 | 1 | -0/+1 |
| * | | | powerpc/spufs: remove class_0_dsisr from spu exception handling | Luke Browning | 2008-06-16 | 2 | -2/+1 |
| |/ / |
|
* | | | Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po... | Paul Mackerras | 2008-06-30 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | powerpc/4xx: Workaround for PPC440EPx/GRx PCI_28 Errata | Josh Boyer | 2008-06-17 | 1 | -0/+3 |
* | | | | powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs | Anton Vorontsov | 2008-06-26 | 1 | -1/+0 |
* | | | | powerpc/cpm: Remove !CONFIG_PPC_CPM_NEW_BINDING code | Kumar Gala | 2008-06-26 | 2 | -46/+0 |
* | | | | powerpc/e500mc: flush L2 on NAP for e500mc | Kumar Gala | 2008-06-26 | 2 | -4/+21 |
* | | | | powerpc/85xx: add DOZE/NAP support for e500 core | Kumar Gala | 2008-06-26 | 4 | -6/+10 |
* | | | | powerpc/booke: Add support for new e500mc core | Kumar Gala | 2008-06-18 | 3 | -3/+8 |
* | | | | powerpc/booke: Fix definitions for dbcr[1-2] and dbsr registers | Jerone Young | 2008-06-16 | 1 | -0/+55 |
* | | | | powerpc/QE: qe_reset should be __init | Anton Vorontsov | 2008-06-11 | 1 | -1/+1 |
* | | | | powerpc/QE: switch to the cpm_muram implementation | Anton Vorontsov | 2008-06-10 | 2 | -28/+9 |
* | | | | powerpc/QE: implement support for the GPIO LIB API | Anton Vorontsov | 2008-06-10 | 1 | -0/+3 |
* | | | | powerpc/QE: prepare QE PIO code for GPIO LIB support | Anton Vorontsov | 2008-06-10 | 1 | -0/+19 |
* | | | | powerpc/QE: add support for QE USB clocks routing | Anton Vorontsov | 2008-06-10 | 1 | -1/+22 |
* | | | | powerpc/sysdev: implement FSL GTM support | Anton Vorontsov | 2008-06-10 | 1 | -0/+47 |
|/ / / |
|
* | | | powerpc: Improve (in|out)_[bl]eXX() asm code | Trent Piepho | 2008-06-09 | 1 | -15/+42 |
* | | | powerpc: Check that TASK_SIZE does not overlap KERNEL_START | Rune Torgersen | 2008-06-09 | 1 | -0/+4 |
* | | | Merge branch 'merge' | Paul Mackerras | 2008-06-09 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | [POWERPC] Add "memory" clobber to MMIO accessors | Benjamin Herrenschmidt | 2008-05-31 | 1 | -5/+7 |
* | | | [POWERPC] Move to runtime allocated exception stacks | Kumar Gala | 2008-06-02 | 1 | -0/+13 |
* | | | [POWERPC] Refactor DCR code | Stephen Neuendorffer | 2008-05-29 | 4 | -14/+110 |
* | | | Merge branch 'merge' into powerpc-next | Paul Mackerras | 2008-05-23 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | [POWERPC] mpic: Fix use of uninitialized variable | Stephen Rothwell | 2008-05-23 | 1 | -2/+1 |
| |/ |
|
* | | [POWERPC] mpic: Deal with bogus NIRQ in Feature Reporting Register | Kumar Gala | 2008-05-23 | 1 | -0/+2 |
* | | [POWERPC] Tweak VDSO linker script to avoid upsetting old binutils | Roland McGrath | 2008-05-23 | 1 | -0/+6 |
* | | [POWERPC] Move of_device_get_modalias to drivers/of | Stephen Rothwell | 2008-05-16 | 1 | -2/+0 |
* | | [POWERPC] Get most of ioctl.h content from <asm-generic/ioctl.h> | Robert P. J. Day | 2008-05-16 | 1 | -57/+1 |
* | | [POWERPC] Add 6xx-style HID0_SLEEP support. | Scott Wood | 2008-05-16 | 1 | -0/+6 |
* | | [POWERPC] Defer processing of interrupts when the CPU wakes from sleep mode | Paul Mackerras | 2008-05-16 | 1 | -1/+3 |