summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: TIF_ABI_PENDING bit removalAndreas Schwab2010-02-012-8/+2
* powerpc: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-151-1/+3
* Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-12-211-4/+1
|\
| * powerpc/gpio: support gpio_to_irq()Peter Korsgaard2009-12-101-4/+1
* | powerpc: Convert BUG() to use unreachable()David Daney2009-12-181-1/+1
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\ \
| * | kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | | Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-162-0/+4
|\ \ \
| * | | powerpc: gamecube/wii: early debugging using usbgeckoAlbert Herranz2009-12-121-0/+1
| * | | powerpc: reserve fixmap entries for early debugAlbert Herranz2009-12-121-0/+3
* | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-161-0/+5
|\ \ \ \
| * | | | module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2009-12-151-0/+5
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-12-162-0/+70
|\ \ \ \ \
| * | | | | ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin2009-12-112-0/+70
* | | | | | dma-mapping: fix off-by-one error in dma_capable()Jan Beulich2009-12-161-1/+1
* | | | | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
* | | | | | ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov2009-12-161-0/+2
* | | | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-16/+16
* | | | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-11/+11
* | | | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-16/+16
* | | | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* | | | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-143-9/+9
| |/ / / / |/| | | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\ \ \ \ \
| * | | | | percpu: make percpu symbols in powerpc uniqueTejun Heo2009-10-291-1/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-1237-251/+717
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-098-152/+160
| |\ \ \ \
| * | | | | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-2/+2
| * | | | | powerpc/8xx: Restore _PAGE_WRITETHRUJoakim Tjernlund2009-12-091-2/+3
| * | | | | powerpc/8xx: Update TLB asm so it behaves as linux mm expects.Joakim Tjernlund2009-12-091-7/+6
| * | | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-091-0/+47
| |\ \ \ \ \
| | * | | | | mpc52xx/wdt: merge WDT code into the GPT driverAlbrecht Dreß2009-11-131-1/+2
| | * | | | | mpc5200/gpt: tiny fix for gpt period limitationAlbrecht Dreß2009-11-121-1/+1
| | * | | | | powerpc/5200: add LocalPlus bus FIFO device driverJohn Bonesio2009-11-041-0/+39
| | * | | | | powerpc/5200: add general purpose timer API for the MPC5200Grant Likely2009-11-041-0/+7
| | | |_|/ / | | |/| | |
| * | | | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+5
| * | | | | powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot2009-12-091-0/+1
| * | | | | powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2009-12-092-11/+19
| * | | | | powerpc/macio: Add dma_parms support to macioBenjamin Herrenschmidt2009-12-081-0/+1
| * | | | | powerpc/macio: Add devres support to macio_deviceBenjamin Herrenschmidt2009-12-081-0/+2
| * | | | | powerpc/kvm: Sync guest visible MMU stateAlexander Graf2009-12-083-1/+21
| * | | | | powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-12-083-42/+35
| * | | | | Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAG...Benjamin Herrenschmidt2009-12-023-35/+42
| * | | | | powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-11-273-42/+35
| * | | | | powerpc: Fix wrong error code from ppc32 select syscallarnd@arndb.de2009-11-241-1/+1
| * | | | | powerpc: Fix DEBUG_HIGHMEM build break from d4515646699Becky Bruce2009-11-241-0/+11
| * | | | | powerpc/pseries: Add extended_cede_processor() helper function.Gautham R Shenoy2009-11-241-1/+8
| * | | | | powerpc: Move ehea hcall definitions into hvcall.hAnton Blanchard2009-11-241-0/+13
| * | | | | powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM buildsAnton Vorontsov2009-11-112-1/+54
| * | | | | powerpc/cpm: Move CPMFCR_* defines into cpm.hAnton Vorontsov2009-11-112-8/+16
| * | | | | powerpc/qe&cpm2: Avoid redefinitions in CPM2 and QE headersAnton Vorontsov2009-11-113-5/+27
OpenPOWER on IntegriCloud