summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/64e/interrupt: use new interrupt returnNicholas Piggin2021-04-142-22/+0
| * | | powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin2021-04-141-8/+1
| * | | powerpc/perf: Infrastructure to support checking of attr.config*Madhavan Srinivasan2021-04-141-0/+6
| * | | powerpc/mem: Inline flush_dcache_page()Christophe Leroy2021-04-141-1/+13
| * | | powerpc/mem: Declare __flush_dcache_icache() staticChristophe Leroy2021-04-141-1/+0
| * | | powerpc/syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-141-1/+0
| * | | powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZENathan Lynch2021-04-141-3/+3
| * | | powerpc/xive: Simplify the dump of XIVE interrupts under xmonCédric Le Goater2021-04-141-0/+1
| * | | powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-141-2/+0
| * | | powerpc/8xx: Define a MODULE area below kernel textChristophe Leroy2021-04-141-0/+3
| * | | powerpc/papr_scm: Implement support for H_SCM_FLUSH hcallShivaprasad G Bhat2021-04-141-1/+2
| * | | powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'Christophe Leroy2021-04-081-5/+0
| * | | powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-083-0/+31
| * | | powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman2021-04-081-0/+1
| * | | powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+4
| * | | powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-081-1/+1
| * | | powerpc: Switch to relative jump labelsChristophe Leroy2021-04-031-15/+6
| * | | powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPFChristophe Leroy2021-04-031-0/+12
| * | | powerpc/signal32: Convert restore_[tm]_user_regs() to user access blockChristophe Leroy2021-04-031-1/+1
| * | | powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32Christophe Leroy2021-04-031-3/+3
| * | | powerpc/uaccess: Use asm goto for get_user when compiler supports itChristophe Leroy2021-04-031-0/+55
| * | | powerpc/uaccess: Introduce __get_user_size_goto()Christophe Leroy2021-04-031-12/+12
| * | | powerpc/uaccess: Refactor get/put_user() and __get/put_user()Christophe Leroy2021-04-031-43/+23
| * | | powerpc/uaccess: Rename __get/put_user_check/nocheckChristophe Leroy2021-04-031-20/+10
| * | | powerpc/uaccess: Split out __get_user_nocheck()Christophe Leroy2021-04-031-10/+12
| * | | powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()Christophe Leroy2021-04-031-8/+3
| * | | powerpc/uaccess: Remove __chk_user_ptr() in __get/put_userChristophe Leroy2021-04-031-3/+0
| * | | powerpc/uaccess: Remove __unsafe_put_user_goto()Christophe Leroy2021-04-031-13/+7
| * | | powerpc/uaccess: Call might_fault() inconditionalyChristophe Leroy2021-04-031-5/+4
| * | | powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy2021-04-032-34/+34
| * | | powerpc/uaccess: Remove __get/put_user_inatomic()Christophe Leroy2021-04-031-37/+0
| * | | powerpc/uaccess: Define ___get_user_instr() for ppc32Christophe Leroy2021-04-031-12/+4
| * | | powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()Christophe Leroy2021-04-031-5/+5
| * | | powerpc/irq: Inline call_do_irq() and call_do_softirq()Christophe Leroy2021-03-291-2/+0
| * | | powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...Christophe Leroy2021-03-291-0/+2
| * | | powerpc/32: Manage KUAP in CChristophe Leroy2021-03-294-82/+4
| * | | powerpc/8xx: Create C version of kuap save/restore/check helpersChristophe Leroy2021-03-291-0/+31
| * | | powerpc/32s: Create C version of kuap save/restore/check helpersChristophe Leroy2021-03-291-0/+45
| * | | powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy2021-03-292-23/+11
| * | | powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy2021-03-293-32/+13
| * | | powerpc/32: Always save non volatile registers on exception entryChristophe Leroy2021-03-291-4/+2
| * | | powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-3/+1
| * | | powerpc/32: Remove ksp_limitChristophe Leroy2021-03-291-2/+0
| * | | powerpc/32: Handle bookE debugging in C in exception entryChristophe Leroy2021-03-291-0/+2
| * | | powerpc/32: Entry cpu time accounting in CChristophe Leroy2021-03-292-10/+3
| * | | powerpc/32: Reconcile interrupts in CChristophe Leroy2021-03-291-0/+4
| * | | powerpc/traps: Declare unrecoverable_exception() as __noreturnChristophe Leroy2021-03-291-1/+1
| * | | powerpc: Reference parameter in MSR_TM_ACTIVE() macroChristopher M. Riedl2021-03-291-1/+1
| * | | powerpc/uaccess: Add unsafe_copy_from_user()Christopher M. Riedl2021-03-291-0/+21
| * | | powerpc/qspinlock: Use generic smp_cond_load_relaxedDavidlohr Bueso2021-03-292-16/+7