summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Don't scan empty slotGavin Shan2016-05-111-1/+2
* powerpc/pci: Export pci_traverse_device_nodes()Gavin Shan2016-05-111-5/+10
* powerpc/pci: Introduce pci_remove_device_node_info()Gavin Shan2016-05-111-0/+23
* powerpc/pci: Export pci_add_device_node_info()Gavin Shan2016-05-111-11/+19
* powerpc/pci: Move pci_find_bus_by_node() aroundGavin Shan2016-05-111-0/+29
* powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2016-05-112-14/+13
* powerpc/powernv: Rename machine_check_pSeries_early() to powernvMahesh Salgaonkar2016-05-111-2/+2
* powerpc: Update of_remove_property() call sites to remove null checkingSuraj Jitindar Singh2016-05-112-20/+7
* powerpc: Remove unnecessary CONFIG_SMP #ifdefsChris Smart2016-05-111-6/+0
* powerpc: Remove unused remnants from A2 cpuRashmica Gupta2016-05-111-2/+0
* powerpc/mm/radix: Fix CONFIG_PPC_MMU_STD_64 typoValentin Rothberg2016-05-111-5/+5
* powerpc/mm/radix: Use firmware feature to enable Radix MMUAneesh Kumar K.V2016-05-111-0/+1
* powerpc/mm/radix: Make sure swapper pgdir is properly alignedAneesh Kumar K.V2016-05-111-5/+8
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-1/+2
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-115-15/+51
* powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-011-0/+3
* powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-011-1/+1
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-0/+4
* powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-013-4/+4
* ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann2016-04-271-0/+10
* powerpc: Add support for userspace P9 copy pasteChris Smart2016-04-271-0/+9
* powerpc/eeh: fix misleading indentationAndrew Donnellan2016-04-271-1/+1
* powerpc/book3s64: Remove __end_handlers markerHari Bathini2016-04-211-9/+4
* powerpc/book3s64: Fix branching to OOL handlers in relocatable kernelHari Bathini2016-04-211-5/+11
* Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-185-8/+119
|\
| * powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman2016-04-142-0/+101
| * powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-143-8/+18
* | powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-123-0/+4
* | powerpc: sparse: static-ify some thingsDaniel Axtens2016-04-125-6/+6
* | powerpc: make kernel/nvram_64.c explicitly non-modularPaul Gortmaker2016-04-111-11/+1
* | powerpc/eeh: rename EEH from "extended" to "enhanced" error handlingRussell Currey2016-04-111-1/+1
* | powerpc: Remove orphaned asm implementation of abs()Michael Ellerman2016-04-111-6/+0
* | powerpc/mm: Remove long disabled SLB codeMichael Ellerman2016-04-111-102/+0
* | powerpc/process: Fix altivec SPR not being savedOliver O'Halloran2016-03-291-1/+1
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1935-530/+1197
|\ \
| * | powerpc: Fix unrecoverable SLB miss during restore_math()Cyril Bur2016-03-161-0/+9
| * | powerpc/book3e-64: Use hardcoded mttmr opcodeScott Wood2016-03-161-4/+5
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-1410-244/+269
| |\ \
| | * | powerpc32: Remove one insn in mulhduChristophe Leroy2016-03-111-6/+5
| | * | powerpc32: small optimisation in flush_icache_range()Christophe Leroy2016-03-111-3/+2
| | * | powerpc32: move xxxxx_dcache_range() functions inlineChristophe Leroy2016-03-112-65/+2
| | * | powerpc32: Remove clear_pages() and define clear_page() inlineChristophe Leroy2016-03-112-17/+0
| | * | powerpc/8xx: rewrite flush_instruction_cache() in CChristophe Leroy2016-03-111-6/+4
| | * | powerpc/8xx: rewrite set_context() in CChristophe Leroy2016-03-111-44/+0
| | * | powerpc/8xx: remove special handling of CPU6 errata in set_dec()Christophe Leroy2016-03-111-18/+0
| | * | powerpc/8xx: Map linear kernel RAM with 8M pagesChristophe Leroy2016-03-111-2/+33
| | * | powerpc/8xx: Save r3 all the time in DTLB miss handlerChristophe Leroy2016-03-111-9/+4
| | * | powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addressesChristophe Leroy2016-03-091-1/+1
| | * | powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-041-0/+78