summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc: Remove BITOP_MASK and BITOP_WORD from asm/bitops.hAkinobu Mita2012-11-151-11/+9Star
| * | | | powerpc/iommu: Use bitmap libraryAkinobu Mita2012-11-151-11/+5Star
| * | | | powerpc: Fix typos in Freescale copyright claimsYang Li2012-11-1524-24/+24
| * | | | 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: Fix denorm symbol nameMichael Neuling2012-11-151-1/+1
| * | | | powerpc: POWER8 cputable entryMichael Neuling2012-11-154-2/+33
| * | | | powerpc: Add POWER8 setup codeMichael Neuling2012-11-152-0/+26
| * | | | powerpc: make POWER7 setup code name genericMichael Neuling2012-11-152-1/+1
| * | | | powerpc/perf: Add missing L2 constraint handling in Power7 PMUMichael Ellerman2012-11-151-3/+14
| * | | | powerpc/powermac/cpufreq_32: Set non-infinite transition time for 7447A driverAndreas Schwab2012-11-151-1/+4
| * | | | powerpc/ptrace: Remove unused addr parameter in ppc_del_hwdebug()Michael Neuling2012-11-151-2/+2
| * | | | powerpc/ptrace: Fix spelling mistakeMichael Neuling2012-11-151-2/+2
| * | | | powerpc/hw-breakpoint: Use generic hw-breakpoint interfaces for new PPC ptrac...K.Prasad2012-11-151-4/+74
| * | | | powerpc: Remove no longer used ppc_md.idle_loop()Michael Ellerman2012-11-152-6/+0Star
| * | | | powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning !Li Zhong2012-11-151-0/+2
| * | | | powerpc/powernv: Fix OPAL debug entryBenjamin Herrenschmidt2012-11-151-0/+1
| * | | | powerpc/rtas_flash: Eliminate possible double freeJulia Lawall2012-11-151-3/+1Star
| * | | | powerpc/pnv: Avoid bogus outputGavin Shan2012-11-151-14/+11Star
| * | | | powerpc/sysdev: Use module_platform_driver macroSrinivas Kandagatla2012-11-151-12/+1Star
| * | | | powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setupMichael Ellerman2012-11-151-2/+8
| * | | | powerpc/xmon: Fiddle xmon_depth_to_print logic in xmon_show_stack()Michael Ellerman2012-11-151-5/+3Star
| * | | | powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack()Michael Ellerman2012-11-151-8/+2Star
| * | | | powerpc/xmon: Remove unused #definesMichael Ellerman2012-11-151-4/+0Star
| * | | | powerpc/xmon: Remove renaming #defines of scanhex() and skipbl()Michael Ellerman2012-11-151-3/+0Star
| * | | | powerpc/xmon: Merge start.c into nonstdio.cMichael Ellerman2012-11-154-26/+15Star
| * | | | powerpc/xmon: Make xmon_getchar() staticMichael Ellerman2012-11-152-2/+1Star
| * | | | powerpc/xmon: Remove empty xmon_map_scc()Michael Ellerman2012-11-153-6/+0Star
| * | | | powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()Michael Ellerman2012-11-153-36/+0Star
| * | | | powerpc/udbg: Remove unused udbg_read()Michael Ellerman2012-11-152-24/+0Star
| * | | | powerpc: Add asm/debug.h to get powerpc_debugfs_rootTony Breeds2012-11-151-0/+1
| * | | | powerpc/47x: Use the new ppc-opcode infrastructureTony Breeds2012-11-152-11/+8Star
| * | | | powerpc: dtc is required to build dtb filesMatthew McClintock2012-11-151-1/+1
| * | | | powerpc/pseries: Double NR_CPUS in defconfigNishanth Aravamudan2012-11-151-1/+1
| |/ / /
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-184-32/+24Star
|\ \ \ \
| * | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-183-14/+6Star
| * | | | include/linux/init.h: use the stringify operator for the __define_initcall macroMatthew Leach2012-12-181-18/+18
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
| |/ / /
* | | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-1456-850/+3287
|\ \ \ \
| * | | | KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interfaceMihai Caraman2012-12-062-0/+16
| * | | | KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulationMihai Caraman2012-12-063-1/+26
| * | | | KVM: PPC: bookehv: Add guest computation mode for irq deliveryMihai Caraman2012-12-061-1/+8
| * | | | 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-062-2/+2
| * | | | KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulationMihai Caraman2012-12-061-0/+2
| * | | | 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-064-29/+35
| * | | | KVM: PPC: bookehv64: Add support for interrupt handlingMihai Caraman2012-12-062-8/+155
| * | | | KVM: PPC: bookehv: Remove GET_VCPU macro from exception handlerMihai Caraman2012-12-061-5/+2Star