summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | powerpc/8xx: Convert CPM1 error interrupt handler to platform driverChristophe Leroy2022-05-111-29/+44
| * | | | | | | | | powerpc/8xx: Move CPM interrupt controller into a dedicated fileChristophe Leroy2022-05-113-140/+152
| * | | | | | | | | powerpc/code-patching: Use jump_label to check if poking_init() is doneChristophe Leroy2022-05-111-1/+4
| * | | | | | | | | powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-113-1/+8
| * | | | | | | | | powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_...Christophe Leroy2022-05-081-1/+1
| * | | | | | | | | powerpc: align address to page boundary in change_page_attr()Christophe Leroy2022-05-081-0/+1
| * | | | | | | | | powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-082-1/+13
| * | | | | | | | | powerpc: Use static call for get_irq()Christophe Leroy2022-05-081-1/+7
| * | | | | | | | | powerpc: Use rol32() instead of opencoding in csum_fold()Christophe Leroy2022-05-081-8/+9
| * | | | | | | | | powerpc: Add missing headersChristophe Leroy2022-05-08146-108/+195
| * | | | | | | | | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-0879-80/+0
| * | | | | | | | | powerpc: Add missing declaration in asm/drmem.hChristophe Leroy2022-05-061-0/+3
| * | | | | | | | | powerpc: Include asm/reg.h in asm/svm.hChristophe Leroy2022-05-061-0/+2
| * | | | | | | | | powerpc: Don't include asm/prom.h in asm/parport.hChristophe Leroy2022-05-061-1/+1
| * | | | | | | | | powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.hChristophe Leroy2022-05-062-12/+11
| * | | | | | | | | powerpc: Reduce csum_add() complexity for PPC64Christophe Leroy2022-05-061-5/+4
| * | | | | | | | | powerpc/64: remove system call instruction emulationNicholas Piggin2022-05-062-46/+10
| * | | | | | | | | powerpc: Reject probes on instructions that can't be single steppedNaveen N. Rao2022-05-065-8/+66
| * | | | | | | | | powerpc: Sort and de-dup primary opcodes in ppc-opcode.hNaveen N. Rao2022-05-061-38/+31
| * | | | | | | | | powerpc: fix typos in commentsJulia Lawall2022-05-0583-104/+104
| * | | | | | | | | powerpc/boot: Stop using RELACOUNTAlexey Kardashevskiy2022-05-051-16/+29
| * | | | | | | | | powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-052-41/+19
| * | | | | | | | | powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy2022-05-054-109/+2
| * | | | | | | | | powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2022-05-052-12/+8
| * | | | | | | | | powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-055-63/+48
| * | | | | | | | | powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-053-62/+1
| * | | | | | | | | powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe...Christophe Leroy2022-05-052-121/+14
| * | | | | | | | | powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-058-36/+5
| * | | | | | | | | powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-059-63/+20
| * | | | | | | | | powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2022-05-052-11/+9
| * | | | | | | | | Merge tag 'v5.18-rc4' into nextMichael Ellerman2022-05-0511-83/+84
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | powerpc/eeh: Remove unused inline functionsYueHaibing2022-05-042-5/+3
| * | | | | | | | | powerpc/powermac: Use for_each_property_of_node()Michael Ellerman2022-05-041-1/+1
| * | | | | | | | | powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap2022-05-041-1/+1
| * | | | | | | | | powerpc/idle: Fix return value of __setup() handlerRandy Dunlap2022-05-041-1/+1
| * | | | | | | | | powerpc/5xx: Drop unnecessary castWang Qing2022-05-041-1/+1
| * | | | | | | | | powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2022-05-042-3/+6
| * | | | | | | | | powerpc/kuap: Remove unused inline function __kuap_assert_locked()YueHaibing2022-05-041-1/+0
| * | | | | | | | | powerpc/smp: Remove unused inline functionsYueHaibing2022-05-041-2/+0
| * | | | | | | | | powerpc: Remove redundant spaces to match coding stylemaqiang2022-05-041-1/+1
| * | | | | | | | | powerpc: Fix missing declaration of [en/dis]able_kernel_altivec()Magali Lemes2022-05-041-0/+9
| * | | | | | | | | powerpc/fadump: Use swap() instead of open coding itJiapeng Chong2022-05-041-6/+2
| * | | | | | | | | powerpc: No need to initialise statics to 0Xiang wangx2022-05-041-1/+1
| * | | | | | | | | powerpc/fadump: Correct two typos in a commentRandy Dunlap2022-05-041-2/+2
| * | | | | | | | | powerpc: use strscpy to replace strlcpyJason Wang2022-05-041-1/+1
| * | | | | | | | | powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'Jason Wang2022-05-041-20/+20
| * | | | | | | | | powerpc/powernv: Switch from __FUNCTION__ to __func__Dwaipayan Ray2022-05-041-1/+1
| * | | | | | | | | powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray2022-05-041-2/+1
| * | | | | | | | | powerpc: Fix spelling mistake "mesages" -> "messages" in KconfigColin Ian King2022-05-041-1/+1
| * | | | | | | | | powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang2022-05-041-6/+1