summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-linusRafael J. Wysocki2009-09-1413-73/+639
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-143-0/+17
| |\
| | * powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov2009-08-302-0/+14
| | * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-1296-2916/+4270
| | |\
| | * | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+1
| | * | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+2
| * | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-117-16/+588
| |\ \ \
| | * \ \ Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar2009-09-022-136/+79
| | |\ \ \
| | * | | | perf_counter: powerpc: Add callchain supportPaul Mackerras2009-08-182-1/+528
| | * | | | powerpc: Allow perf_counters to access user memory at interrupt timePaul Mackerras2009-08-184-12/+57
| | * | | | powerpc/32: Always order writes to halves of 64-bit PTEsPaul Mackerras2009-08-181-3/+3
| * | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-10/+10
| |\ \ \ \ \
| | * | | | | locking, powerpc: Rename __spin_try_lock() and friendsHeiko Carstens2009-08-311-10/+10
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-112-47/+24
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-0470-2903/+4113
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | powerpc: remove unused swiotlb_phys_to_bus() and swiotlb_bus_to_phys()FUJITA Tomonori2009-07-281-11/+0
| | * | | | | x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori2009-07-281-0/+10
| | * | | | | powerpc: remove unncesary swiotlb_arch_address_needs_mappingFUJITA Tomonori2009-07-281-26/+1
| | * | | | | powerpc: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+13
| | * | | | | swiotlb: remove unnecessary swiotlb_bus_to_virtFUJITA Tomonori2009-07-281-10/+0
* | | | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-09-104-140/+82
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | powerpc: Fix i8259 interrupt driver kernel crash on ML510Roderick Colenbrander2009-09-051-1/+0
| * | | | | | perf_counter/powerpc: Fix cache event codes for POWER7Paul Mackerras2009-09-031-3/+3
| | |/ / / / | |/| | | |
| * | | | | powerpc/ps3: Update ps3_defconfigGeoff Levand2009-08-271-136/+75
| * | | | | powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGeert Uytterhoeven2009-08-271-0/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-1010-13/+28
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-101-0/+8
| |\ \ \ \
| | * | | | perf_counter/powerpc: Fix oops on cpus without perf_counter hardware supportPaul Mackerras2009-08-091-0/+8
| * | | | | powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAMBenjamin Herrenschmidt2009-08-101-3/+3
| | |_|_|/ | |/| | |
| * | | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell2009-08-051-1/+1
| * | | | perf_counter/powerpc: Check oprofile_cpu_type for NULL before using itBenjamin Herrenschmidt2009-08-067-9/+16
| |/ / /
* | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-08-0558-2754/+4006
|\ \ \ \ | |/ / /
| * | | powerpc: Update defconfigs for embedded 6xx/7xxx, 8xx, 8{3,5,6}xxxKumar Gala2009-07-2952-2374/+3639
| * | | powerpc/86xx: Update GE Fanuc sbc310 default configurationMartyn Welch2009-07-291-59/+154
| * | | powerpc/86xx: Update defconfig for GE Fanuc's PPC9AMartyn Welch2009-07-291-322/+196
| * | | powerpc/83xx: Fix PCI IO base address on MPC837xE-RDB boardsAnton Vorontsov2009-07-293-3/+3
| * | | powerpc/85xx: Don't scan for TBI PHY addresses on MPC8569E-MDS boardsAnton Vorontsov2009-07-291-0/+4
| * | | powerpc/85xx: Fix ethernet link detection on MPC8569E-MDS boardsAnton Vorontsov2009-07-291-0/+13
| * | | powerpc/mm: Fix SMP issue with MMU context handling codeKumar Gala2009-07-291-0/+1
| |/ /
* | | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-294-8/+8
|\ \ \ | |/ /
| * | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-274-8/+8
* | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
|/ /
* | powerpc: Fix another bug in move of altivec code to vector.SAndreas Schwab2009-07-151-3/+3
* | powerpc: Fix booke user_disable_single_step()Dave Kleikamp2009-07-151-8/+9
* | headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-101-0/+1
|\ \
| * | powerpc/perf_counter: Enable alternate PR/HV bits for POWER7Anton Blanchard2009-07-011-0/+1
| |/
* | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-3/+1
* | powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov2009-07-085-14/+8
OpenPOWER on IntegriCloud