aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-8/+15
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-50/+33
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds23-111/+579
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2013-02-20Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-0/+17
2013-02-15powerpc: Add transactional memory to POWER8 cpu featuresMichael Neuling1-1/+2
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling1-0/+1
2013-02-15powerpc: Add helper functions for transactional memory context switchingMichael Neuling2-1/+21
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling1-0/+3
2013-02-15powerpc: Register defines for various transactional memory registersMichael Neuling1-0/+27
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling2-0/+84
2013-02-15powerpc: Add additional state needed for transactional memory to thread structMichael Neuling1-0/+28
2013-02-15powerpc: Add new instructions for transactional memoryMichael Neuling1-0/+10
2013-02-15powerpc: Add new CPU feature bit for transactional memoryMichael Neuling1-0/+7
2013-02-15powerpc: Move boot_paca into early_setupGeoff Levand1-1/+0
2013-02-15powerpc/ps3: Add macro PS3_VERBOSE_RESULTGeoff Levand1-1/+1
2013-02-15powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras3-2/+10
2013-02-15powerpc: Save CFAR before branching in interrupt entry pathsPaul Mackerras1-16/+68
2013-02-14burying unused conditionalsAl Viro1-4/+0
2013-02-13booke: Added DBCR4 SPR numberBharat Bhushan1-0/+1
2013-02-13KVM: PPC: booke: Allow multiple exception typesBharat Bhushan1-2/+0
2013-02-13KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan1-2/+0
2013-02-08powerpc: Add support for context switching the TAR registerIan Munsie3-1/+7
2013-02-06perf/powerpc: Fix build errorSukadev Bhattiprolu1-1/+1
2013-02-05powerpc/mpc512x: fix sparce warnings for non static symbolsAnatolij Gustschin1-0/+1
2013-02-04powerpc/512x: add function for chip select parameter configurationAnatolij Gustschin1-0/+16
2013-02-03powerpc: trim the crap from syscalls.hAl Viro1-5/+0
2013-02-03powerpc: kill pointless wrappersAl Viro1-31/+31
2013-02-03powerpc: switch to generic old sigsuspendAl Viro1-0/+1
2013-02-03powerpc: switch to generic sigaltstackAl Viro1-4/+0
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-2/+0
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro2-1/+1
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-3/+0
2013-01-31perf/POWER7: Make some POWER7 events available in sysfsSukadev Bhattiprolu1-0/+3
2013-01-31perf/POWER7: Make generic event translations available in sysfsSukadev Bhattiprolu1-0/+23
2013-01-29powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling1-2/+0
2013-01-29powerpc: Avoid debug_smp_processor_id() check in SHARED_PROCESSORLi Zhong1-1/+1
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker3-6/+6
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling2-2/+2
2013-01-10KVM: PPC: BookE: Implement EPR exitAlexander Graf2-0/+11
2013-01-10KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf1-0/+1
2013-01-10powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo1-0/+3
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling1-0/+4
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling4-18/+37
2013-01-10powerpc: Add DAWR/X SPR number definitionsMichael Neuling1-0/+5
2013-01-10powerpc: Add DAWR CPU feature bit definitionMichael Neuling1-1/+2
2013-01-10powerpc: Repack 64bit CPU features to remove holesMichael Neuling1-24/+26
2013-01-10powerpc: Remove extra zeros from 32 bit CPU features definitionsMichael Neuling1-31/+31
2013-01-10powerpc: Implement PPR save/restoreHaren Myneni1-8/+10
2013-01-10powerpc: Macros for saving/restore PPRHaren Myneni3-0/+63