summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-1/+3
|\
| * soreuseport: infrastructureTom Herbert2013-01-231-1/+1
| * sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-203-6/+6
|\ \
| * | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-273-6/+6
| |/
* | perf/powerpc: Fix build errorSukadev Bhattiprolu2013-02-061-1/+1
* | perf/POWER7: Make some POWER7 events available in sysfsSukadev Bhattiprolu2013-01-311-0/+3
* | perf/POWER7: Make generic event translations available in sysfsSukadev Bhattiprolu2013-01-311-0/+23
|/
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-101-1/+1
|\
| * powerpc: Corrected include header path in kvm_para.hBharat Bhushan2012-12-201-1/+1
* | POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-045-9/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-212-7/+0Star
|\ \
| * | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-201-6/+0Star
| * | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-201-1/+0Star
* | | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \ \
| * | | powerpc: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
* | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-193-1/+3
|\ \ \ \
| * | | | powerpc: add finit_module syscall.Rusty Russell2012-12-143-1/+3
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-1824-163/+210
|\ \ \ \
| * | | | powerpc/iommu/fsl: Add PAMU bypass enable register to ccsr_guts structVarun Sethi2012-11-251-1/+3
| * | | | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-0/+20
| * | | | powerpc: Add set_mode hcallIan Munsie2012-11-152-2/+5
| * | | | powerpc: Setup relocation on exceptions for bare metal systemsMichael Neuling2012-11-151-0/+2
| * | | | powerpc: Add relocation on exception vector handlersMichael Neuling2012-11-151-1/+3
| * | | | powerpc: Add new macros needed for relocation on exceptionsMichael Neuling2012-11-151-0/+90
| * | | | powerpc: Make load_hander handle upto 64k offsetMichael Neuling2012-11-151-1/+2
| * | | | Merge branch 'dt' into nextBenjamin Herrenschmidt2012-11-153-47/+21Star
| |\ \ \ \
| | * | | | powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot2012-11-152-15/+5Star
| | * | | | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-32/+0Star
| | * | | | powerpc+of: Move of_drconf_cell struct definition to asm/prom.hNathan Fontenot2012-11-141-0/+16
| | |/ / /
| * | | | powerpc: Use asm-generic/bitops/le.hAkinobu Mita2012-11-151-54/+1Star
| * | | | powerpc: Remove BITOP_MASK and BITOP_WORD from asm/bitops.hAkinobu Mita2012-11-151-11/+9Star
| * | | | powerpc: Fix typos in Freescale copyright claimsYang Li2012-11-159-9/+9
| * | | | powerpc: Remove stale function prototypes from setup.hAnton Blanchard2012-11-151-4/+0Star
| * | | | powerpc: Move most of setup.h out of uapiAnton Blanchard2012-11-152-31/+33
| * | | | powerpc: POWER8 cputable entryMichael Neuling2012-11-153-2/+12
| * | | | powerpc: Remove no longer used ppc_md.idle_loop()Michael Ellerman2012-11-151-3/+0Star
| * | | | powerpc/udbg: Remove unused udbg_read()Michael Ellerman2012-11-151-1/+0Star
| * | | | powerpc/47x: Use the new ppc-opcode infrastructureTony Breeds2012-11-151-0/+4
| |/ / /
* | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-182-1/+2
* | | | include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach2012-12-181-18/+18
| |_|/ |/| |
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-1419-121/+464
|\ \ \
| * | | KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman2012-12-061-0/+2
| * | | KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf2012-12-061-1/+6
| * | | KVM: PPC: booke: Extend MAS2 EPN mask for 64-bitMihai Caraman2012-12-061-1/+1
| * | | KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulationMihai Caraman2012-12-061-0/+10
| * | | KVM: PPC: e500: Add emulation helper for getting instruction eaMihai Caraman2012-12-061-0/+11
| * | | KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2012-12-061-0/+25
| * | | KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-061-0/+10
| * | | KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-2/+3