summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc: Rename exception.h to exception-64s.hBenjamin Herrenschmidt2009-08-201-0/+0
| * | | powerpc: Move 64bit VDSO to improve context switch performanceAnton Blanchard2009-08-201-2/+1Star
| * | | powerpc: expose the multi-bit ops that underlie single-bit ops.Geoff Thorpe2009-08-201-134/+62Star
* | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-151-4/+0Star
|\ \ \ \
| * | | | agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-4/+0Star
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-151-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-145-13/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-101-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-293-6/+6
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
* | | | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-151-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-1/+2
| * | | | | | KVM: ppc: e500: Directly pass pvr to guestLiu Yu2009-09-101-1/+0Star
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-142-0/+4
|\ \ \ \ \ \
| * | | | | | powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov2009-08-311-0/+1
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-136-10/+10
| |\| | | | |
| * | | | | | 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-111-3/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | 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 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-041-1/+1
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpcStephen Rothwell2009-08-051-1/+1
| | |_|/ | |/| |
* | | | x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori2009-07-281-0/+10
* | | | powerpc: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+13
|/ / /
* | / mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-273-6/+6
| |/ |/|
* | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-3/+1Star
* | powerpc: Fix spin_event_timeout() to be robust over context switchesGrant Likely2009-07-081-0/+2
|/
* Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-011-0/+2
|\
| * perf_counter, x86: Add mmap counter read supportPeter Zijlstra2009-06-251-0/+2
* | Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-06-261-2/+0Star
|\ \
| * | powerpc/cpm1: Remove IMAP_ADDRKumar Gala2009-06-231-2/+0Star
* | | powerpc/mm: Fix potential access to freed pages when using hugetlbfsBenjamin Herrenschmidt2009-06-261-1/+2
* | | powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt2009-06-261-0/+3
* | | powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt2009-06-261-1/+1
* | | powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt2009-06-261-10/+10
* | | powerpc/mm: Make k(un)map_atomic out of lineBenjamin Herrenschmidt2009-06-261-53/+4Star
* | | powerpc: Swiotlb breaks pseriesMichael Ellerman2009-06-261-6/+18
| |/ |/|
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-202-23/+35
|\ \
| * | perf_counter: powerpc: Change how processor-specific back-ends get selectedPaul Mackerras2009-06-181-2/+3
| * | perf_counter: powerpc: Use unsigned long for register and constraint valuesPaul Mackerras2009-06-181-17/+18
| * | perf_counter: powerpc: Enable use of software counters on 32-bit powerpcPaul Mackerras2009-06-182-3/+12
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-1730-104/+355
| |\ \
| * | | perf_counter: Make set_perf_counter_pending() declaration commonPaul Mackerras2009-06-152-1/+2
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-206-9/+48
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2009-06-182-6/+6
| |\ \ \
| | * | | powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-172-6/+6
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-181-7/+0Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-171-0/+2
| |\ \ \ \ | | |_|/ / | |/| | |