summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-25powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-08-30powerpc/32: add stack protector supportChristophe Leroy1-0/+34
2023-08-30powerpc/mm: dump block address translation on book3s/32Christophe Leroy1-0/+4
2023-08-30powerpc/mm: Move pgtable_t into platform headersChristophe Leroy5-14/+19
2023-08-30powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy8-12/+40
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2022-06-25powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-0/+2
2022-06-25powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-06-25powerpc: Use bool in archrandom.hRichard Henderson1-8/+9
2022-06-25powerpc: Remove arch_has_random, arch_has_random_seedRichard Henderson1-10/+0
2022-05-01powerpc/64s: Unmerge EX_LR and EX_DARMichael Ellerman1-11/+4
2022-05-01powerpc/64/interrupt: Temporarily save PPR on stack to fix register corruptio...Nicholas Piggin1-4/+18
2022-04-15powerpc: Fix build errors with newer binutilsAnders Roxell2-8/+35
2021-11-26powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-11-26powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao1-0/+1
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2021-07-20powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand1-0/+2
2021-07-20powerpc/barrier: Avoid collision with clang's __lwsync macroNathan Chancellor1-0/+2
2021-05-22powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe1-2/+4
2021-05-22powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar1-0/+1
2021-03-30powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman1-4/+4
2021-03-24powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy1-2/+2
2021-03-17powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao1-1/+1
2021-03-17powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran1-0/+3
2021-01-06powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy1-2/+21
2020-12-30powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2-4/+4
2020-12-30powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy1-5/+0
2020-11-22powerpc/64s: flush L1D after user accessesNicholas Piggin5-0/+39
2020-11-22powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin1-14/+35
2020-11-22powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan1-2/+7
2020-11-22powerpc: Implement user_access_begin and friendsChristophe Leroy1-19/+56
2020-11-22powerpc: Add a framework for user access trackingChristophe Leroy3-8/+70
2020-11-22powerpc/64s: flush L1D on kernel entryNicholas Piggin4-1/+25
2020-11-05powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V1-2/+2
2020-11-05powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin1-1/+1
2020-10-30powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin1-13/+0
2020-10-29powerpc/tau: Use appropriate temperature sample intervalFinn Thain1-1/+1
2020-10-29powerpc/pseries: explicitly reschedule during drmem_lmb list traversalNathan Lynch1-1/+17
2020-10-01KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero1-0/+3
2020-08-26KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon1-1/+2
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-06-25powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-06-25powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-1/+0
2020-04-17powerpc: Make setjmp/longjmp signature standardClement Courbet1-2/+4
2020-04-17powerpc: Add attributes for setjmp/longjmpSegher Boessenkool1-2/+2
2020-04-17powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V4-2/+21
2020-04-17powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek1-2/+2
2020-01-27powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy1-1/+4
2020-01-27powerpc/archrandom: fix arch_get_random_seed_int()Ard Biesheuvel1-1/+1