| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | powerpc/8xx: Convert CPM1 error interrupt handler to platform driver | Christophe Leroy | 2022-05-11 | 1 | -29/+44 | |
| | * | | | | | | | | | powerpc/8xx: Move CPM interrupt controller into a dedicated file | Christophe Leroy | 2022-05-11 | 3 | -140/+152 | |
| | * | | | | | | | | | powerpc/code-patching: Use jump_label to check if poking_init() is done | Christophe Leroy | 2022-05-11 | 1 | -1/+4 | |
| | * | | | | | | | | | powerpc/code-patching: Use jump_label for testing freed initmem | Christophe Leroy | 2022-05-11 | 3 | -1/+8 | |
| | * | | | | | | | | | powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_... | Christophe Leroy | 2022-05-08 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc: align address to page boundary in change_page_attr() | Christophe Leroy | 2022-05-08 | 1 | -0/+1 | |
| | * | | | | | | | | | powerpc/8xx: Simplify flush_tlb_kernel_range() | Christophe Leroy | 2022-05-08 | 2 | -1/+13 | |
| | * | | | | | | | | | powerpc: Use static call for get_irq() | Christophe Leroy | 2022-05-08 | 1 | -1/+7 | |
| | * | | | | | | | | | powerpc: Use rol32() instead of opencoding in csum_fold() | Christophe Leroy | 2022-05-08 | 1 | -8/+9 | |
| | * | | | | | | | | | powerpc: Add missing headers | Christophe Leroy | 2022-05-08 | 146 | -108/+195 | |
| | * | | | | | | | | | powerpc: Remove asm/prom.h from all files that don't need it | Christophe Leroy | 2022-05-08 | 79 | -80/+0 | |
| | * | | | | | | | | | powerpc: Add missing declaration in asm/drmem.h | Christophe Leroy | 2022-05-06 | 1 | -0/+3 | |
| | * | | | | | | | | | powerpc: Include asm/reg.h in asm/svm.h | Christophe Leroy | 2022-05-06 | 1 | -0/+2 | |
| | * | | | | | | | | | powerpc: Don't include asm/prom.h in asm/parport.h | Christophe Leroy | 2022-05-06 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/64: Move pci_device_from_OF_node() out of asm/pci-bridge.h | Christophe Leroy | 2022-05-06 | 2 | -12/+11 | |
| | * | | | | | | | | | powerpc: Reduce csum_add() complexity for PPC64 | Christophe Leroy | 2022-05-06 | 1 | -5/+4 | |
| | * | | | | | | | | | powerpc/64: remove system call instruction emulation | Nicholas Piggin | 2022-05-06 | 2 | -46/+10 | |
| | * | | | | | | | | | powerpc: Reject probes on instructions that can't be single stepped | Naveen N. Rao | 2022-05-06 | 5 | -8/+66 | |
| | * | | | | | | | | | powerpc: Sort and de-dup primary opcodes in ppc-opcode.h | Naveen N. Rao | 2022-05-06 | 1 | -38/+31 | |
| | * | | | | | | | | | powerpc: fix typos in comments | Julia Lawall | 2022-05-05 | 83 | -104/+104 | |
| | * | | | | | | | | | powerpc/boot: Stop using RELACOUNT | Alexey Kardashevskiy | 2022-05-05 | 1 | -16/+29 | |
| | * | | | | | | | | | powerpc: Simplify and move arch_randomize_brk() | Christophe Leroy | 2022-05-05 | 2 | -41/+19 | |
| | * | | | | | | | | | powerpc/mm: Convert to default topdown mmap layout | Christophe Leroy | 2022-05-05 | 4 | -109/+2 | |
| | * | | | | | | | | | powerpc/mm: Enable full randomisation of memory mappings | Christophe Leroy | 2022-05-05 | 2 | -12/+8 | |
| | * | | | | | | | | | powerpc/mm: Move get_unmapped_area functions to slice.c | Christophe Leroy | 2022-05-05 | 5 | -63/+48 | |
| | * | | | | | | | | | powerpc/mm: Use generic_hugetlb_get_unmapped_area() | Christophe Leroy | 2022-05-05 | 3 | -62/+1 | |
| | * | | | | | | | | | powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe... | Christophe Leroy | 2022-05-05 | 2 | -121/+14 | |
| | * | | | | | | | | | powerpc/mm: Remove CONFIG_PPC_MM_SLICES | Christophe Leroy | 2022-05-05 | 8 | -36/+5 | |
| | * | | | | | | | | | powerpc/mm: Make slice specific to book3s/64 | Christophe Leroy | 2022-05-05 | 9 | -63/+20 | |
| | * | | | | | | | | | powerpc/mm: Move vma_mmu_pagesize() | Christophe Leroy | 2022-05-05 | 2 | -11/+9 | |
| | * | | | | | | | | | Merge tag 'v5.18-rc4' into next | Michael Ellerman | 2022-05-05 | 11 | -83/+84 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| | * | | | | | | | | | powerpc/eeh: Remove unused inline functions | YueHaibing | 2022-05-04 | 2 | -5/+3 | |
| | * | | | | | | | | | powerpc/powermac: Use for_each_property_of_node() | Michael Ellerman | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/4xx/cpm: Fix return value of __setup() handler | Randy Dunlap | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/idle: Fix return value of __setup() handler | Randy Dunlap | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/5xx: Drop unnecessary cast | Wang Qing | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.c | Christophe Leroy | 2022-05-04 | 2 | -3/+6 | |
| | * | | | | | | | | | powerpc/kuap: Remove unused inline function __kuap_assert_locked() | YueHaibing | 2022-05-04 | 1 | -1/+0 | |
| | * | | | | | | | | | powerpc/smp: Remove unused inline functions | YueHaibing | 2022-05-04 | 1 | -2/+0 | |
| | * | | | | | | | | | powerpc: Remove redundant spaces to match coding style | maqiang | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc: Fix missing declaration of [en/dis]able_kernel_altivec() | Magali Lemes | 2022-05-04 | 1 | -0/+9 | |
| | * | | | | | | | | | powerpc/fadump: Use swap() instead of open coding it | Jiapeng Chong | 2022-05-04 | 1 | -6/+2 | |
| | * | | | | | | | | | powerpc: No need to initialise statics to 0 | Xiang wangx | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/fadump: Correct two typos in a comment | Randy Dunlap | 2022-05-04 | 1 | -2/+2 | |
| | * | | | | | | | | | powerpc: use strscpy to replace strlcpy | Jason Wang | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned' | Jason Wang | 2022-05-04 | 1 | -20/+20 | |
| | * | | | | | | | | | powerpc/powernv: Switch from __FUNCTION__ to __func__ | Dwaipayan Ray | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/mm: Switch from __FUNCTION__ to __func__ | Dwaipayan Ray | 2022-05-04 | 1 | -2/+1 | |
| | * | | | | | | | | | powerpc: Fix spelling mistake "mesages" -> "messages" in Kconfig | Colin Ian King | 2022-05-04 | 1 | -1/+1 | |
| | * | | | | | | | | | powerpc/rtas: Replaced simple_strtoull() with kstrtoull() | Chen Huang | 2022-05-04 | 1 | -6/+1 | |
