aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-61/+30
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+23
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-4/+2
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu3-14/+3
2013-04-16Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/coreIngo Molnar1-6/+23
2013-04-15powerpc: add a missing label in resume_kernelKevin Hao1-1/+1
2013-04-15powerpc: Fix audit crash due to save/restore PPR changesAlistair Popple1-1/+1
2013-04-13uretprobes/powerpc: Hijack return addressAnton Arapov1-0/+13
2013-04-10powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling4-0/+8
2013-04-08powerpc: Use generic idle loopThomas Gleixner2-61/+30
2013-04-04uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli1-6/+0
2013-04-04uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli1-0/+10
2013-03-26powerpc: define the conditions where the ePAPR idle hcall can be supportedStuart Yoder1-0/+6
2013-03-25powerpc: make additional room in exception vector areaChen Gang1-72/+72
2013-03-18powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei1-2/+1
2013-03-17powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V1-1/+1
2013-03-17powerpc: Update kernel VSID rangeAneesh Kumar K.V1-9/+25
2013-03-17powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling1-0/+1
2013-03-13powerpc: Fix -mcmodel=medium breakage in prom_init.cAnton Blanchard1-7/+7
2013-03-13powerpc: Fix cputable entry for 970MP rev 1.0Benjamin Herrenschmidt1-1/+1
2013-03-05powerpc: Set DSCR bit in FSCR setupMichael Neuling1-1/+1
2013-03-05powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling1-1/+2
2013-03-05powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling1-2/+2
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-18/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-11/+11
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-25fix compat truncate/ftruncateAl Viro1-12/+0
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-6/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds5-586/+12
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus 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/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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 transactional memory processesMichael 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