summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-2/+4
|\
| * KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-301-2/+4
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-8/+8
|\ \
| * | powerpc: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-8/+8
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-021-1/+1
|\ \ \
| * \ \ Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-0111-34/+61
| |\ \ \
| * | | | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-1/+1
| | |/ / | |/| |
* | | | Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-021-6/+4
|\ \ \ \
| * | | | arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2013-06-261-6/+4
| | |/ / | |/| |
* | | | Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-07-021-0/+49
|\ \ \ \
| * \ \ \ Merge 3.10-rc6 into tty-nextGreg Kroah-Hartman2013-06-173-14/+21
| |\ \ \ \ | | |/ / /
| * | | | Merge 3.10-rc5 into tty-nextGreg Kroah-Hartman2013-06-088-20/+40
| |\ \ \ \
| * | | | | serial/mpc52xx_uart: add MPC5125 PSC supportMatteo Facchinetti2013-06-031-0/+49
| | |_|/ / | |/| | |
* | | | | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0
| |_|/ / |/| | |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-06-141-1/+1
|\ \ \ \
| * | | | powerpc: Fix stack overflow crash in resume_kernel when ftracingMichael Ellerman2013-06-151-1/+1
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-111-6/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kvm/ppc/booke64: Fix AltiVec interrupt numbers and build breakageMihai Caraman2013-06-111-6/+10
| | |/ / | |/| |
* | | | powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regressionMichael Neuling2013-06-101-7/+10
|/ / /
* | | powerpc/kvm/book3s: Add support for H_IPOLL and H_XIRR_X in XICS emulationPaul Mackerras2013-06-011-0/+1
* | | powerpc/pseries: Kill all prefetch streams on context switchMichael Neuling2013-06-011-0/+11
* | | powerpc/tm: Fix userspace stack corruption on signal delivery for active tran...Michael Neuling2013-06-012-9/+7
* | | powerpc/tm: Move TM abort cause codes to uapiMichael Neuling2013-06-014-14/+21
* | | powerpc/tm: Abort on emulation and alignment faultsMichael Neuling2013-06-011-0/+2
* | | powerpc/tm: Make room for hypervisor in abort cause codesMichael Neuling2013-06-011-7/+8
|/ /
* | powerpc: Make radeon 32-bit MSI quirk work on powernvBenjamin Herrenschmidt2013-05-241-0/+2
* | powerpc: Context switch more PMU related SPRsMichael Ellerman2013-05-241-0/+6
* | powerpc: Use the new schedule_user API on userspace preemptionLi Zhong2013-05-141-0/+10
* | powerpc: Syscall hooks for context tracking subsystemLi Zhong2013-05-141-2/+5
* | powerpc/powernv: Detect OPAL v3 API versionBenjamin Herrenschmidt2013-05-142-2/+5
* | powerpc: Bring all threads online prior to migration/hibernationRobert Jennings2013-05-141-0/+2
* | powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V2013-05-141-1/+1
* | powerpc/mm: Use the correct mask value when looking at pgtable addressAneesh Kumar K.V2013-05-141-1/+1
* | powerpc: hard_irq_disable(): Call trace_hardirqs_off after disablingScott Wood2013-05-101-2/+3
* | powerpc/powernv: Improve kexec reliabilityBenjamin Herrenschmidt2013-05-101-0/+2
* | powerpc: Add an in memory udbg consoleAlistair Popple2013-05-081-0/+1
|/
* powerpc: Make hard_irq_disable() do the right thing vs. irq tracingBenjamin Herrenschmidt2013-05-071-9/+7
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-5/+1
* powerpc/cputable: Reserve bits in HWCAP2 for new featuresNishanth Aravamudan2013-05-062-0/+11
* powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza2013-05-061-0/+3
* powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2013-05-061-0/+2
* powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2013-05-061-0/+4
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-059-8/+275
|\
| * KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras2013-05-022-0/+14
| * KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras2013-04-262-0/+14
| * KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS callsPaul Mackerras2013-04-261-0/+2
| * KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-261-0/+1
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-262-1/+36
| * KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-263-0/+42
| * KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-264-0/+14
OpenPOWER on IntegriCloud