summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handlingDmitry V. Levin2018-12-201-23/+31
| * | | | | powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-202-10/+4
| * | | | | powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-201-12/+2
| * | | | | powerpc/dma: remove the unused dma_iommu_ops exportChristoph Hellwig2018-12-201-2/+0
| * | | | | powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportChristoph Hellwig2018-12-201-1/+0
| * | | | | powerpc/dma: properly wire up the unmap_page and unmap_sg methodsChristoph Hellwig2018-12-201-1/+8
| * | | | | powerpc/prom: fix early DEBUG messagesChristophe Leroy2018-12-201-3/+3
| * | | | | powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-191-1/+1
| * | | | | powerpc: remove remaining bits from CONFIG_APUSChristophe Leroy2018-12-191-6/+0
| * | | | | powerpc/8xx: add exception frame markerChristophe Leroy2018-12-191-0/+3
| * | | | | powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-6/+5
| * | | | | powerpc/signal: Use code patching instead of hardcodingChristophe Leroy2018-12-192-9/+10
| * | | | | powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.SChristophe Leroy2018-12-191-0/+4
| * | | | | powerpc/32: use patch_site_addr() in machine_init()Christophe Leroy2018-12-191-2/+1
| * | | | | Merge branch 'fixes' into nextMichael Ellerman2018-12-173-3/+17
| |\ \ \ \ \
| * | | | | | powerpc/8xx: regroup TLB handler routinesChristophe Leroy2018-12-041-58/+54
| * | | | | | powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlersChristophe Leroy2018-12-041-61/+49
| * | | | | | powerpc/8xx: Use hardware assistance in TLB handlersChristophe Leroy2018-12-041-34/+24
| * | | | | | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-69/+5
| * | | | | | powerpc/8xx: Move SW perf counters in first 32kb of memoryChristophe Leroy2018-12-041-30/+28
| * | | | | | powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-041-1/+1
| * | | | | | powerpc: annotate implicit fall throughsStephen Rothwell2018-12-041-0/+1
| * | | | | | powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
| * | | | | | powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-268-19/+19
| * | | | | | powerpc: Use device_type helpers to access the node typeRob Herring2018-11-265-13/+10
| * | | | | | powerpc: Rework btext_find_display to use of_stdout and device_type helpersRob Herring2018-11-261-12/+4
| * | | | | | powerpc64/ftrace: Drop pointless static qualifier in is_b_op()YueHaibing2018-11-251-1/+1
| * | | | | | powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-251-11/+1
| * | | | | | powerpc/32: Add .data..Lubsan_data*/.data..Lubsan_type* sections explicitlyMathieu Malaterre2018-11-251-0/+4
| * | | | | | powerpc/eeh: Declare pci_ers_result_name() as staticBreno Leitao2018-11-251-1/+1
| * | | | | | powerpc/64s: Include cpu headerBreno Leitao2018-11-251-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-261-0/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-12-201-0/+9
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+9
| | |/ / / /
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-54/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro2018-12-061-54/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'powerpc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-143-3/+17
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | powerpc/ptrace: replace ptrace_report_syscall() with a tracehook callElvira Khabirova2018-12-101-1/+6
| * | | powerpc: Look for "stdout-path" when setting up legacy consolesBenjamin Herrenschmidt2018-12-011-1/+5
| * | | powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-11-291-1/+6
| |/ /
* | | powerpc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-13/+2
|/ /
* | powerpc/64: Fix kernel stack 16-byte alignmentNicholas Piggin2018-11-151-0/+2
|/
* Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-022-42/+58
|\
| * powerpc/process: Fix flush_all_to_thread for SPEFelipe Rechia2018-10-261-2/+1
| * powerpc/8xx: Use patch_site for perf counters setupChristophe Leroy2018-10-261-14/+19
| * powerpc/8xx: Use patch_site for memory setup patchingChristophe Leroy2018-10-261-8/+11
| * Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-10-261-18/+27
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-312-2/+3
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-4/+2
* | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
OpenPOWER on IntegriCloud