summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-11/+11
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-586/+12
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds34-581/+2611
2013-02-24powerpc/kexec: Disable hard IRQ before kexecPhileas Fogg1-0/+5
2013-02-22new helper: file_inode(file)Al Viro2-11/+11
2013-02-19Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+5
2013-02-15powerpc: Add new transactional memory state to the signal contextMichael Neuling3-16/+829
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling3-4/+99
2013-02-15powerpc: Routines for FP/VSX/VMX unavailable during a transactionMichael Neuling1-0/+83
2013-02-15powerpc: Add transactional memory unavaliable execption handlerMichael Neuling2-0/+44
2013-02-15powerpc: Add reclaim and recheckpoint functions for context switching transac...Michael Neuling1-0/+112
2013-02-15powerpc: Add FP/VSX and VMX register load functions for transactional memoryMichael Neuling2-0/+105
2013-02-15powerpc: Add helper functions for transactional memory context switchingMichael Neuling2-0/+390
2013-02-15powerpc: Add transactional memory paca scratch register to show_regsMichael Neuling3-0/+8
2013-02-15powerpc: New macros for transactional memory supportMichael Neuling4-0/+50
2013-02-15powerpc: Apply early paca fixups to boot_paca and the boot cpu's pacaMichael Ellerman1-5/+11
2013-02-15powerpc: Move boot_paca into early_setupGeoff Levand2-2/+2
2013-02-15powerpc/kvm/book3s_hv: Preserve guest CFAR register valuePaul Mackerras1-0/+5
2013-02-15powerpc: Save CFAR before branching in interrupt entry pathsPaul Mackerras1-30/+65
2013-02-15powerpc: Remove Cell-specific relocation-on interrupt vector codePaul Mackerras1-10/+0
2013-02-13KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan1-1/+1
2013-02-08powerpc: Add support for context switching the TAR registerIan Munsie3-0/+31
2013-02-08powerpc: fix ics_rtas_init and start_secondary section mismatchDaniel Borkmann1-1/+1
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner1-1/+1
2013-02-03powerpc: switch to generic old sigaction()Al Viro2-74/+0
2013-02-03powerpc: switch to generic compat rt_sigaction()Al Viro2-39/+0
2013-02-03powerpc: kill pointless wrappersAl Viro1-301/+0
2013-02-03powerpc: switch to generic old sigsuspendAl Viro1-11/+0
2013-02-03powerpc: switch to generic compat rt_sigqueueinfo()Al Viro1-24/+0
2013-02-03powerpc: switch to generic compat rt_sigpending()Al Viro1-18/+0
2013-02-03powerpc: switch to generic compat rt_sigprocmask()Al Viro1-35/+0
2013-02-03powerpc: switch to generic sigaltstackAl Viro4-83/+12
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-1/+0
2013-01-29powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling1-2/+10
2013-01-29powerpc: Add length setting to set_dawrMichael Neuling1-1/+9
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt3-4/+23
2013-01-29powerpc: Max next_tb to prevent from replaying timer interruptTiejun Chen1-2/+7
2013-01-29powerpc: kernel/kgdb.c: Fix memory leakageCong Ding1-2/+3
2013-01-29powerpc/book3e: Disable interrupt after preempt_schedule_irqTiejun Chen1-0/+13
2013-01-29powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32Li Zhong1-0/+2
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker1-0/+1
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2-4/+4
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-15NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe1-1/+1
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling3-8/+8
2013-01-16powerpc: Fix typo in breakpoint kgdb code.Michael Neuling1-1/+1
2013-01-16powerpc: Add DSCR support to ptraceAlexey Kardashevskiy1-0/+29