summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-241-13/+4
|\
| * powerpc: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-221-3/+3
| * new helper: sigsuspend()Al Viro2012-05-221-10/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-8/+11
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-8/+11
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-05-2314-170/+468
|\ \ \
| * | | powerpc: Fix irq distributionKim Phillips2012-05-221-1/+1
| * | | Revert "powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new P...Benjamin Herrenschmidt2012-05-221-71/+6
| * | | powerpc/crypto: Enable the PFO-based encryption deviceKent Yoder2012-05-161-1/+2
| * | | powerpc/pseries: Enable the PFO-based RNG acceleratorKent Yoder2012-05-141-1/+7
| * | | powerpc/pseries: Add PFO support to the VIO busKent Yoder2012-05-141-39/+234
| * | | powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrac...K.Prasad2012-05-141-6/+71
| * | | powerpc/pseries: Support lower minimum entitlement for virtual processorsRobert Jennings2012-05-141-2/+6
| * | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-05-142-13/+44
| |\| |
| * | | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2012-05-101-8/+195
| |\ \ \
| | * | | powerpc/47x: Kernel support for KEXECSuzuki Poulose2012-05-031-6/+189
| | * | | powerpc/44x: Fix/Initialize PID to kernel PID before the TLB searchSuzuki Poulose2012-05-031-2/+6
| * | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2012-05-095-32/+19
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | powerpc: Remove old powerpc specific ptrace getregs/setregs callsAnton Blanchard2012-04-302-74/+0
| * | | | powerpc: Remove CONFIG_POWER4_ONLYAnton Blanchard2012-04-301-4/+0
| * | | | powerpc: Optimise enable_kernel_altivecAnton Blanchard2012-04-302-1/+11
| * | | | powerpc: Remove empty giveup_altivec function on book3e CPUsAnton Blanchard2012-04-302-16/+0
| * | | | powerpc: Remove iseries specific fields in lppacaAnton Blanchard2012-04-302-7/+0
| * | | | powerpc: Better scheduling of CR save code in system call pathAnton Blanchard2012-04-301-9/+7
| * | | | powerpc: No need to preserve count register across system callAnton Blanchard2012-04-301-2/+1
| * | | | powerpc: No need to save XER in a system callAnton Blanchard2012-04-301-2/+1
| * | | | powerpc: Hide some system call labels from profile toolsAnton Blanchard2012-04-301-4/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-221-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'v3.4-rc5' into nextJames Morris2012-05-044-26/+26
| |\| | |
| * | | | seccomp: ignore secure_computing return valuesWill Drewry2012-04-181-1/+1
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-225-154/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | powerpc: Use common threadinfo allocatorThomas Gleixner2012-05-081-31/+0
| * | | | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-082-10/+3
| |\ \ \ \
| * | | | | powerpc: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-081-19/+0
| * | | | | powerpc: Fix broken cpu_idle_wait() implementationThomas Gleixner2012-05-081-9/+5
| * | | | | powerpc: Use generic init_taskThomas Gleixner2012-05-052-30/+1
| * | | | | powerpc: Use generic idle thread allocationThomas Gleixner2012-04-261-69/+5
| * | | | | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+1
| | |_|/ / | |/| | |
* | | | | powerpc/irq: Fix another case of lazy IRQ state getting out of syncBenjamin Herrenschmidt2012-05-122-13/+44
| |_|_|/ |/| | |
* | | | powerpc/irq: Make alignment & program interrupt behave the sameBenjamin Herrenschmidt2012-05-092-3/+9
* | | | powerpc/irq: Fix bug with new lazy IRQ handling codeBenjamin Herrenschmidt2012-05-092-19/+7
| |/ / |/| |
* | | powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-302-10/+3
|/ /
* | Merge remote-tracking branch 'kumar/merge' into mergeBenjamin Herrenschmidt2012-04-231-0/+3
|\ \
| * | powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach2012-04-191-0/+3
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-121-6/+0
|\ \ \
| * | | irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-111-6/+0
| | |/ | |/|
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-04-122-20/+23
|\ \ \ | |/ / |/| / | |/
| * powerpc: Fix typo in runlatch codeBenjamin Herrenschmidt2012-04-111-2/+2
| * powerpc: Fix page fault with lockdep regressionBenjamin Herrenschmidt2012-04-101-18/+21
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-055-20/+28
|\ \ | |/ |/|