summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-292-1/+3
* Merge tag 'powerpc-3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-01-272-1/+2
|\
| * powerpc/powernv: Restore LPCR with LPCR_PECE1 clearedShreyas B. Prabhu2015-01-221-1/+1
| * powerpc/xmon: Fix another endiannes issue in RTAS call from xmonLaurent Dufour2015-01-181-0/+1
* | Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-231-1/+11
|\ \
| * | powerpc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-1/+11
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-221-1/+1
|\ \ \
| * | | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-01-201-0/+1
|\ \ \ | |_|/ |/| |
| * | crypto: add missing crypto module aliasesMathias Krause2015-01-131-0/+1
| |/
* | powerpc: Work around gcc bug in current_thread_info()Michael Ellerman2015-01-121-6/+7
* | powernv: Fix OPAL tracepoint codeAnton Blanchard2015-01-121-1/+0Star
* | Revert "powerpc: Secondary CPUs must set cpu_callin_map after setting active ...Michael Ellerman2014-12-291-8/+1Star
* | powerpc/kdump: Ignore failure in enabling big endian exception during crashHari Bathini2014-12-293-2/+18
* | powerpc: Wire up sys_execveat() syscallPranith Kumar2014-12-293-1/+3
|/
* Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-201-1/+1
|\
| * PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-191-1/+1
* | Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1920-78/+766
|\ \ | |/ |/|
| * powerpc/powernv: Ignore smt-enabled on Power8 and laterGreg Kurz2014-12-181-1/+15
| * powerpc/uaccess: Allow get_user() with bitwise typesMichael S. Tsirkin2014-12-181-3/+3
| * powerpc/powernv: Expose OPAL firmware symbol mapBenjamin Herrenschmidt2014-12-151-1/+37
| * powernv/powerpc: Add winkle support for offline cpusShreyas B. Prabhu2014-12-1513-12/+281
| * powernv/cpuidle: Redesign idle states managementShreyas B. Prabhu2014-12-1510-57/+294
| * powerpc/powernv: Enable Offline CPUs to enter deep idle statesShreyas B. Prabhu2014-12-154-1/+65
| * powerpc/powernv: Switch off MMU before entering nap/sleep/rvwinkle modePaul Mackerras2014-12-152-1/+19
| * i2c: Driver to expose PowerNV platform i2c bussesNeelesh Gupta2014-12-143-0/+42
| * powerpc: add little endian flag to syscall_get_arch()Richard Guy Briggs2014-12-121-1/+5
| * power/perf/hv-24x7: Use kmem_cache_free() instead of kfreeSukadev Bhattiprolu2014-12-121-1/+1
| * powerpc/perf/hv-24x7: Use per-cpu page buffersukadev@linux.vnet.ibm.com2014-12-121-12/+9Star
| * powerpc: Secondary CPUs must set cpu_callin_map after setting active and onlineAnton Blanchard2014-12-091-1/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-1926-1093/+870Star
|\ \
| * | KVM: PPC: Book3S: Enable in-kernel XICS emulation by defaultAnton Blanchard2014-12-171-0/+1
| * | KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff2014-12-174-2/+74
| * | KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras2014-12-174-2/+9
| * | KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-1713-955/+70Star
| * | KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactionsSuresh E. Warrier2014-12-175-27/+539
| * | KVM: PPC: Book3S HV: Simplify locking around stolen time calculationsPaul Mackerras2014-12-172-29/+32
| * | arch: powerpc: kvm: book3s_paired_singles.c: Remove unused functionRickard Strandqvist2014-12-171-8/+0Star
| * | arch: powerpc: kvm: book3s_pr.c: Remove unused functionRickard Strandqvist2014-12-171-5/+0Star
| * | arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist2014-12-172-16/+0Star
| * | arch: powerpc: kvm: book3s_32_mmu.c: Remove unused functionRickard Strandqvist2014-12-171-5/+0Star
| * | KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_bl...Suresh E. Warrier2014-12-151-0/+20
| * | KVM: PPC: Book3S HV: ptes are big endianCédric Le Goater2014-12-151-1/+7
| * | KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier2014-12-153-15/+52
| * | KVM: PPC: Book3S HV: Fix KSM memory corruptionPaul Mackerras2014-12-151-27/+17Star
| * | KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMIMahesh Salgaonkar2014-12-151-0/+2
| * | KVM: PPC: Book3S HV: Fix computation of tlbie operandPaul Mackerras2014-12-151-1/+1
| * | KVM: PPC: Book3S HV: Add missing HPTE unlockAneesh Kumar K.V2014-12-151-1/+4
| * | KVM: PPC: BookE: Improve irq inject tracepointAlexander Graf2014-12-151-2/+45
* | | KVM: PPC: E500: Compile fix in this_cpu_writeAlexander Graf2014-12-191-1/+1