summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-2/+1
|\
| * powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-2/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-61/+30
|\ \
| * | powerpc: Use generic idle loopThomas Gleixner2013-04-082-61/+30
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-6/+23
|\ \ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-6/+23
| |\ \ \ | | |/ / | |/| |
| | * | uretprobes/powerpc: Hijack return addressAnton Arapov2013-04-131-0/+13
| | * | uprobes/powerpc: Remove additional trap instruction checkAnanth N Mavinakayanahalli2013-04-041-6/+0
| | * | uprobes/powerpc: Teach uprobes to ignore gdb breakpointsAnanth N Mavinakayanahalli2013-04-041-0/+10
* | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-4/+2
* | | | mm/ppc: use common help functions to free reserved pagesJiang Liu2013-04-293-14/+3
* | | | powerpc: add a missing label in resume_kernelKevin Hao2013-04-151-1/+1
* | | | powerpc: Fix audit crash due to save/restore PPR changesAlistair Popple2013-04-151-1/+1
* | | | powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=nMichael Neuling2013-04-104-0/+8
|/ / /
* | | powerpc: define the conditions where the ePAPR idle hcall can be supportedStuart Yoder2013-03-261-0/+6
* | | powerpc: make additional room in exception vector areaChen Gang2013-03-251-72/+72
* | | powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-171-1/+1
* | | powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-171-9/+25
* | | powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling2013-03-171-0/+1
* | | powerpc: Fix -mcmodel=medium breakage in prom_init.cAnton Blanchard2013-03-131-7/+7
* | | powerpc: Fix cputable entry for 970MP rev 1.0Benjamin Herrenschmidt2013-03-131-1/+1
|/ /
* | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
* | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
* | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-021-18/+0
|\
| * fix compat truncate/ftruncateAl Viro2013-02-251-12/+0
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-241-6/+0
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-11/+11
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-222-11/+11
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/ /
* | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-1/+1
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-131-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-235-586/+12
|\ \ \
| * | | powerpc: switch to generic old sigaction()Al Viro2013-02-032-74/+0
| * | | powerpc: switch to generic compat rt_sigaction()Al Viro2013-02-032-39/+0
| * | | powerpc: kill pointless wrappersAl Viro2013-02-031-301/+0
| * | | powerpc: switch to generic old sigsuspendAl Viro2013-02-031-11/+0
| * | | powerpc: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-031-24/+0
| * | | powerpc: switch to generic compat rt_sigpending()Al Viro2013-02-031-18/+0
| * | | powerpc: switch to generic compat rt_sigprocmask()Al Viro2013-02-031-35/+0
| * | | powerpc: switch to generic sigaltstackAl Viro2013-02-034-83/+12
| * | | take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-031-1/+0
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-2334-581/+2611
|\ \ \
| * | | powerpc/kexec: Disable hard IRQ before kexecPhileas Fogg2013-02-241-0/+5
| * | | powerpc: Add new transactional memory state to the signal contextMichael Neuling2013-02-153-16/+829
| * | | powerpc: Hook in new transactional memory codeMichael Neuling2013-02-153-4/+99
| * | | powerpc: Routines for FP/VSX/VMX unavailable during a transactionMichael Neuling2013-02-151-0/+83
OpenPOWER on IntegriCloud