summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: BookE: Load the lower half of MSRScott Wood2010-11-051-1/+1
* KVM: PPC: BookE: fix sleep with interrupts disabledScott Wood2010-11-051-2/+0
* KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood2010-11-051-1/+1
* PPC: KVM: Book E doesn't have __end_interrupts.Scott Wood2010-11-051-1/+1
* KVM: PPC: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-303-39/+246
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30191-1711/+6329
| |\
| * | P4080/mtd: Fix the freescale lbc issue with 36bit modeLan Chunhe-B258062010-10-252-1/+23
| * | P4080/eLBC: Make Freescale elbc interrupt common to elbc devicesRoy Zang2010-10-253-43/+228
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-292-63/+126
|\ \ \
| * | | kgdb,ppc: Individual register get/set for ppcDongdong Deng2010-10-292-63/+126
* | | | convert get_sb_single() usersAl Viro2010-10-291-5/+5
* | | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-6/+0
|\ \ \ \
| * \ \ \ Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-12308-136859/+8018
| |\ \ \ \
| * | | | | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-6/+0
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-10-271-137/+0
|\ \ \ \ \ \
| * | | | | | fsldma: improved DMA_SLAVE supportIra Snyder2010-10-071-137/+0
* | | | | | | taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-6/+6
* | | | | | | rapidio: add handling of redundant routesAlexandre Bounine2010-10-271-0/+8
* | | | | | | rapidio:powerpc/85xx: modify RIO port-write interrupt handlerAlexandre Bounine2010-10-271-29/+39
* | | | | | | ptrace: cleanup arch_ptrace() on powerpcNamhyung Kim2010-10-271-25/+26
* | | | | | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-7/+8
* | | | | | | mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+3
| |_|_|/ / / |/| | | | |
* | | | | | replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-261-3/+1
* | | | | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-262-8/+2
* | | | | | mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-19/+25
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-255-37/+292
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-255-37/+292
| |\ \ \ \ \
| | * | | | | powerpc/85xx: add DIU support to the Freecale P1022DS reference boardTimur Tabi2010-10-143-2/+216
| | * | | | | Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-16380-136581/+10988
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | asoc/multi-component: fsl: add support for disabled SSI nodesTimur Tabi2010-08-121-0/+1
| | * | | | | powerpc: rename immap_86xx.h to fsl_guts.h, and add 85xx supportTimur Tabi2010-08-121-35/+76
* | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-253-20/+25
|\ \ \ \ \ \ \
| * | | | | | | of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely2010-10-211-2/+10
| * | | | | | | of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-7/+4
| * | | | | | | powerpc, of_serial: Endianness issues setting up the serial portsIan Munsie2010-10-071-11/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Update broken web addresses in arch directory.Justin P. Mattock2010-10-181-1/+1
* | | | | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-2434-425/+2093
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: PPC: Move of include to __KERNEL__ sectionAlexander Graf2010-10-241-1/+2
| * | | | | | | | KVM: PPC: Fix compile error in e500_tlb.cAlexander Graf2010-10-241-1/+2
| * | | | | | | | KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bugKyle Moffett2010-10-241-2/+1
| * | | | | | | | KVM: PPC: Implement level interrupts for BookEAlexander Graf2010-10-242-3/+18
| * | | | | | | | KVM: PPC: Expose level based interrupt capAlexander Graf2010-10-241-0/+1
| * | | | | | | | KVM: PPC: Implement Level interrupts on Book3SAlexander Graf2010-10-243-4/+31
| * | | | | | | | KVM: PPC: Enable napping only for Book3s_64Alexander Graf2010-10-241-0/+2
| * | | | | | | | KVM: PPC: allow ppc440gp to pass the compatibility checkHollis Blanchard2010-10-241-1/+2
| * | | | | | | | KVM: PPC: fix compilation of "dump tlbs" debug functionHollis Blanchard2010-10-241-0/+1
| * | | | | | | | KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard2010-10-241-2/+6
| * | | | | | | | KVM: PPC: Don't put MSR_POW in MSRAlexander Graf2010-10-241-1/+5
OpenPOWER on IntegriCloud