aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Merge branch 'fixes' into nextMichael Ellerman6-29/+57
2022-05-11powerpc/rtas: Keep MSR[RI] set when calling RTASLaurent Dufour2-12/+21
2022-05-11powerpc/8xx: Use kmalloced data structure instead of global staticChristophe Leroy1-18/+30
2022-05-11powerpc/8xx: Remove mpc8xx_pics_init()Christophe Leroy9-32/+15
2022-05-11powerpc/8xx: Convert CPM1 interrupt controller to platform_deviceChristophe Leroy3-56/+50
2022-05-11powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy1-29/+44
2022-05-11powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy3-140/+152
2022-05-11powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy1-1/+4
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy3-1/+8
2022-05-11KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf1-5/+21
2022-05-08powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_MODULESChristophe Leroy1-1/+1
2022-05-08powerpc: align address to page boundary in change_page_attr()Christophe Leroy1-0/+1
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2-1/+13
2022-05-08powerpc: Use static call for get_irq()Christophe Leroy1-1/+7
2022-05-08powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy1-8/+9
2022-05-08powerpc: Add missing headersChristophe Leroy146-108/+195
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy79-80/+0
2022-05-06powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain1-5/+2
2022-05-06powerpc: Add missing declaration in asm/drmem.hChristophe Leroy1-0/+3
2022-05-06powerpc: Include asm/reg.h in asm/svm.hChristophe Leroy1-0/+2
2022-05-06powerpc: Don't include asm/prom.h in asm/parport.hChristophe Leroy1-1/+1
2022-05-06powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy2-12/+11
2022-05-06powerpc: Reduce csum_add() complexity for PPC64Christophe Leroy1-5/+4
2022-05-06powerpc/64: remove system call instruction emulationNicholas Piggin2-46/+10
2022-05-06powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao5-8/+66
2022-05-06powerpc: Sort and de-dup primary opcodes in ppc-opcode.hNaveen N. Rao1-38/+31
2022-05-05powerpc: fix typos in commentsJulia Lawall83-104/+104
2022-05-05powerpc/boot: Stop using RELACOUNTAlexey Kardashevskiy1-16/+29
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2-41/+19
2022-05-05powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy4-109/+2
2022-05-05powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2-12/+8
2022-05-05powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy5-63/+48
2022-05-05powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy3-62/+1
2022-05-05powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()Christophe Leroy2-121/+14
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy8-36/+5
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy9-63/+20
2022-05-05powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2-11/+9
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-2/+2
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman120-859/+710
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman1-2/+7
2022-05-04powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni3-17/+27
2022-05-04powerpc/eeh: Remove unused inline functionsYueHaibing2-5/+3
2022-05-04powerpc/powermac: Use for_each_property_of_node()Michael Ellerman1-1/+1
2022-05-04powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-05-04powerpc/5xx: Drop unnecessary castWang Qing1-1/+1
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2-3/+6
2022-05-04powerpc/kuap: Remove unused inline function __kuap_assert_locked()YueHaibing1-1/+0
2022-05-04powerpc/smp: Remove unused inline functionsYueHaibing1-2/+0
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang1-1/+1