summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-181-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-2/+2
|\
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-129-130/+59
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-305-48/+17
| * | powerpc: split ret_from_forkAl Viro2012-09-306-81/+42
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-0633-171/+734
|\ \
| * | powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard2012-10-041-1/+4
| * | powerpc: Set paca->data_offset = 0 for boot cpuMichael Ellerman2012-09-271-0/+2
| * | powerpc/smp: Do not disable IPI interrupts during suspendZhao Chenhui2012-09-191-1/+1
| * | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-09-186-40/+134
| |\ \
| | * | powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao2012-09-121-0/+20
| | * | powerpc/booke: Add CPU_FTR_EMB_HV check for e5500.Varun Sethi2012-09-121-0/+6
| | * | powerpc/booke: Separate out restore_e5500/setup_e5500 routines.Varun Sethi2012-09-122-18/+32
| | * | powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code.Varun Sethi2012-09-122-4/+7
| | * | powepc/booke: Separate out E.HV check and ivor setup code.Varun Sethi2012-09-122-17/+30
| | * | powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-0/+28
| | * | powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPAREZhao Chenhui2012-09-121-1/+11
| * | | powerpc/kprobe: Complete kprobe and migrate exception frameTiejun Chen2012-09-182-6/+76
| * | | powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong2012-09-172-8/+8
| * | | powerpc/mm: Add 64TB supportAneesh Kumar K.V2012-09-171-1/+3
| * | | powerpc: Add denormalisation exception handling for POWER6/7Michael Neuling2012-09-171-0/+123
| * | | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-171-0/+20
| |\ \ \ | | |/ / | |/| |
| | * | Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-1314-33/+89
| | |\|
| * | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling2012-09-101-4/+11
| * | | powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-104-14/+17
| * | | powerpc/eeh: Trace eeh device from I/O cacheGavin Shan2012-09-101-1/+1
| * | | powerpc/eeh: Move EEH initialization aroundGavin Shan2012-09-101-3/+0
| * | | powerpc: Initialise paca.data_offset with poisonMichael Ellerman2012-09-101-0/+1
| * | | powerpc: Use consistent name info for arch_hw_breakpointMichael Neuling2012-09-071-4/+4
| * | | powerpc: Export memory limit via device treeSuzuki Poulose2012-09-071-0/+12
| * | | powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose2012-09-073-5/+4
| * | | powerpc/pci: Save P2P bridge resource if possibleGavin Shan2012-09-071-4/+12
| * | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-09-0714-33/+89
| |\ \ \ | | | |/ | | |/|
| * | | powerpc: Restore VDSO information on critical exception om BookEMihai Caraman2012-09-073-5/+5
| * | | powerpc/booke64: Use SPRG0/3 scratch for bolted TLB miss & crit intMihai Caraman2012-09-051-2/+15
| * | | powerpc/booke64: Eemove mfspr srr1 duplicate in exception prologMihai Caraman2012-09-051-35/+32
| * | | powerpc/booke64: Add DO_KVM kernel hooksMihai Caraman2012-09-051-34/+59
| * | | powerpc/booke64: Use GSRR registers in Guest Doorbell interruptsMihai Caraman2012-09-051-2/+19
| * | | powerpc/booke64: Fix machine check handler to use the right prologMihai Caraman2012-09-051-1/+1
| * | | powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli2012-09-053-0/+191
| * | | powerpc: Add trap_nr to thread_structAnanth N Mavinakayanahalli2012-09-052-0/+3
| * | | powerpc: Rename 64-bit PVR constants to PVR_fooMichael Ellerman2012-09-051-1/+1
| * | | powerpc: Remove all includes of <asm/abs_addr.h>Michael Ellerman2012-09-053-3/+1
| * | | powerpc/kernel: Remove uses of abs_to_virt() and virt_to_abs()Michael Ellerman2012-09-052-6/+4
* | | | compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2012-10-061-51/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-041-2/+2
|\ \ \ \
| * | | | powerpc/crypto: add compression support to arch vecSeth Jennings2012-08-011-2/+2
| |/ / /