aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 3-7/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-69/+33
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archGravatar Xishi Qiu 1-2/+1
2013-11-13mm: remove obsolete comments about page table lockGravatar Naoya Horiguchi 1-2/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeGravatar Xishi Qiu 1-3/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 49-95/+103
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 156-2106/+4014
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-16/+2
2013-11-11powerpc: add missing explicit OF includes for ppcGravatar Rob Herring 6-0/+6
2013-11-09constify copy_siginfo_to_user{,32}()Gravatar Al Viro 1-1/+1
2013-11-09new helper: dump_align()Gravatar Al Viro 1-1/+1
2013-11-09spufs: get rid of dump_emit() wrappersGravatar Al Viro 1-49/+20
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Gravatar Al Viro 4-31/+24
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 23-116/+211
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-36/+44
2013-11-06uprobes: Introduce arch_uprobe->ixolGravatar Oleg Nesterov 1-0/+1
2013-11-06uprobes: Move function declarations out of archGravatar David A. Long 1-7/+0
2013-11-06powerpc: Fix fatal SLB miss when restoring PPRGravatar Benjamin Herrenschmidt 2-8/+9
2013-11-06powerpc/powernv: Reserve the correct PE numberGravatar Gavin Shan 3-16/+17
2013-11-06powerpc/powernv: Add PE to its own PELTVGravatar Gavin Shan 1-1/+11
2013-11-06powerpc/powernv: Add support for indirect XSCOM via debugfsGravatar Benjamin Herrenschmidt 1-0/+23
2013-11-06powerpc/scom: Improve debugfs interfaceGravatar Benjamin Herrenschmidt 1-55/+81
2013-11-06powerpc/scom: Enable 64-bit addressesGravatar Benjamin Herrenschmidt 3-9/+9
2013-11-05powerpc/boot: Properly handle the base "of" boot wrapperGravatar Benjamin Herrenschmidt 1-0/+4
2013-11-04Merge remote-tracking branch 'agust/next' into nextGravatar Benjamin Herrenschmidt 4-18/+10
2013-11-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-0/+1
2013-10-31powerpc/bpf: Support MOD operationGravatar Vladimir Murzin 2-0/+21
2013-10-31powerpc/bpf: Fix DIVWU instruction opcodeGravatar Vladimir Murzin 1-1/+1
2013-10-31of: Move definition of of_find_next_cache_node into common code.Gravatar Sudeep KarkadaNagesha 2-34/+0
2013-10-31powerpc: Remove big endianness assumption in of_find_next_cache_nodeGravatar Sudeep KarkadaNagesha 1-1/+1
2013-10-31powerpc/tm: Remove interrupt disable in __switch_to()Gravatar Michael Neuling 1-5/+2
2013-10-31powerpc: word-at-a-time optimization for 64-bit Little EndianGravatar Philippe Bergheaud 1-25/+32
2013-10-31powerpc/bpf: BPF JIT compiler for 64-bit Little EndianGravatar Philippe Bergheaud 4-16/+21
2013-10-31powerpc: Only save/restore SDR1 if in hypervisor modeGravatar Dan Streetman 1-0/+4
2013-10-31powerpc/nvram: Fix endian issue when using the partition lengthGravatar Cedric Le Goater 1-2/+8
2013-10-31powerpc/nvram: Fix endian issue when reading the NVRAM sizeGravatar Cedric Le Goater 2-4/+4
2013-10-31powerpc/nvram: Scan partitions only onceGravatar Cedric Le Goater 1-3/+3
2013-10-30powerpc/mpc512x: remove unnecessary #ifGravatar Brian Norris 2-17/+7
2013-10-30powerpc/52xx: fix build breakage for MPC5200 LPBFIFO moduleGravatar Anatolij Gustschin 1-1/+1
2013-10-30Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"Gravatar Wolfram Sang 1-3/+2
2013-10-30powerpc/mpc512x: silence build warning upon disabled DIUGravatar Gerhard Sittig 1-0/+3
2013-10-30powerpc/powernv: Code update interfaceGravatar Vasant Hegde 5-1/+683
2013-10-30powerpc/powernv: Create opal sysfs directoryGravatar Vasant Hegde 2-0/+22
2013-10-30powerpc: Add VMX optimised xor for RAID5Gravatar Anton Blanchard 3-0/+247
2013-10-30powerpc/kexec: kexec_sequence() is in misc_64.SGravatar Geert Uytterhoeven 1-1/+1
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesGravatar Anton Blanchard 2-6/+6
2013-10-30powerpc: Enable virtio on ppc64 and pseries configsGravatar Anton Blanchard 2-0/+12