- 35506a3 powerpc/uaccess: Move get_user_instr helpers in asm/inst.h by Christophe Leroy · 3 years, 10 months ago
- bad956b powerpc/uaccess: Remove __get/put_user_inatomic() by Christophe Leroy · 3 years, 10 months ago
- 3fa3db3 powerpc/align: Convert emulate_spe() to user_access_begin by Christophe Leroy · 3 years, 10 months ago
- 9bd68dc powerpc/uaccess: Define ___get_user_instr() for ppc32 by Christophe Leroy · 3 years, 10 months ago
- 8cdf748 powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap() by Christophe Leroy · 3 years, 10 months ago
- 937c49d powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc" by Aneesh Kumar K.V · 3 years, 10 months ago
- 11d9215 powerpc/pseries: Only register vio drivers if vio bus exists by Michael Ellerman · 3 years, 10 months ago
- 69931cc powerpc/powernv: Remove unneeded variable: "rc" by dingsenjie · 3 years, 9 months ago
- 4fe5294 powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration by Chen Huang · 3 years, 9 months ago
- d19b3ad powerpc/pseries/hotplug-cpu: Show 'last online CPU' error in dlpar_cpu_offline() by Daniel Henrique Barboza · 3 years, 9 months ago
- 48cf12d powerpc/irq: Inline call_do_irq() and call_do_softirq() by Christophe Leroy · 3 years, 10 months ago
- d2313da powerpc/setup_64: Fix sparse warnings by He Ying · 3 years, 10 months ago
- a329ddd powerpc/embedded6xx: Remove CONFIG_MV64X60 by Christophe Leroy · 3 years, 10 months ago
- bbbe563 powerpc/iommu/debug: fix ifnullfree.cocci warnings by kernel test robot · 3 years, 10 months ago
- a230883 powerpc: Fix arch_stack_walk() to have running function as first entry by Christophe Leroy · 3 years, 10 months ago
- a1cdef0 powerpc: Convert stacktrace to generic ARCH_STACKWALK by Christophe Leroy · 3 years, 10 months ago
- 826a307 powerpc: Rename 'tsk' parameter into 'task' by Christophe Leroy · 3 years, 10 months ago
- accdd09 powerpc: Activate HAVE_RELIABLE_STACKTRACE for all by Christophe Leroy · 3 years, 10 months ago
- 8b8adeb powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64 by Aneesh Kumar K.V · 3 years, 10 months ago
- 89f7d29 powerpc/kernel: Trivial typo fix in kgdb.c by Bhaskar Chowdhury · 3 years, 10 months ago
- 1479e3d powerpc/64s: Fix hash fault to use TRAP accessor by Nicholas Piggin · 3 years, 10 months ago
- 98c26a7 powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYS by Christophe Leroy · 3 years, 10 months ago
- b778780 powerpc/fsl-pci: Fix section mismatch warning by Michael Ellerman · 3 years, 10 months ago
- 55c2f55 powerpc: Fix section mismatch warning in smp_setup_pacas() by Michael Ellerman · 3 years, 10 months ago
- c2a2a5d powerpc/64s: Fold update_current_thread_[i]amr() into their only callers by Michael Ellerman · 3 years, 10 months ago
- 7a7685a powerpc/eeh: Fix build failure with CONFIG_PROC_FS=n by Michael Ellerman · 3 years, 10 months ago
- 7a0fdc1 powerpc/pci: fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 10 months ago
- 9214cf0 powerpc/xive: use true and false for bool variable by Yang Li · 3 years, 10 months ago
- 6eeca7a powerpc/asm-offsets: GPR14 is not needed either by Christophe Leroy · 3 years, 10 months ago
- e448e1e powerpc/math: Fix missing __user qualifier for get_user() and other sparse warnings by Christophe Leroy · 3 years, 10 months ago
- 7a7d744 powerpc/mm/book3s64: Fix a typo in mmu_context.c by Bhaskar Chowdhury · 3 years, 10 months ago
- f239873 powerpc/64e: Trivial spelling fixes throughout head_fsl_booke.S by Bhaskar Chowdhury · 3 years, 10 months ago
- 802b556 powerpc/Makefile: Remove workaround for gcc versions below 4.9 by Christophe Leroy · 3 years, 10 months ago
- c167288 powerpc/32: Manage KUAP in C by Christophe Leroy · 3 years, 10 months ago
- 0b45359 powerpc/8xx: Create C version of kuap save/restore/check helpers by Christophe Leroy · 3 years, 10 months ago
- 21eb58a powerpc/32s: Create C version of kuap save/restore/check helpers by Christophe Leroy · 3 years, 10 months ago
- ad2d234 powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic by Christophe Leroy · 3 years, 10 months ago
- b5efec0 powerpc/32s: Move KUEP locking/unlocking in C by Christophe Leroy · 3 years, 10 months ago
- a2b3e09 powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500 by Christophe Leroy · 3 years, 10 months ago
- a5d33be powerpc/32: Return directly from power_save_ppc32_restore() by Christophe Leroy · 3 years, 10 months ago
- 16db543 powerpc/32: Save remaining registers in exception prolog by Christophe Leroy · 3 years, 10 months ago
- a305597 powerpc/32: Refactor saving of volatile registers in exception prologs by Christophe Leroy · 3 years, 10 months ago
- acc142b powerpc/32: Remove the xfer parameter in EXCEPTION() macro by Christophe Leroy · 3 years, 10 months ago
- 4c0104a powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE by Christophe Leroy · 3 years, 10 months ago
- 8f6ff5b powerpc/32: Only restore non volatile registers when required by Christophe Leroy · 3 years, 10 months ago
- bce4c26 powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs by Christophe Leroy · 3 years, 10 months ago
- 719e7e2 powerpc/32: Save trap number on stack in exception prolog by Christophe Leroy · 3 years, 10 months ago
- af6f2ce8 powerpc/32: Call bad_page_fault() from do_page_fault() by Christophe Leroy · 3 years, 10 months ago
- e729155 powerpc/32: Set regs parameter in r3 in transfer_to_handler by Christophe Leroy · 3 years, 10 months ago
- db297c3 powerpc/32: Don't save thread.regs on interrupt entry by Christophe Leroy · 3 years, 10 months ago
- b96bae3 powerpc/32: Replace ASM exception exit by C exception exit from ppc64 by Christophe Leroy · 3 years, 10 months ago
- e9f9970 powerpc/32: Always save non volatile registers on exception entry by Christophe Leroy · 3 years, 10 months ago
- 0f2793e powerpc/32: Perform normal function call in exception entry by Christophe Leroy · 3 years, 10 months ago
- 32d2ca0 powerpc/32: Refactor booke critical registers saving by Christophe Leroy · 3 years, 10 months ago
- 8f844c0 powerpc/32: Provide a name to exception prolog continuation in virtual mode by Christophe Leroy · 3 years, 10 months ago
- dc13b88 powerpc/32: Move exception prolog code into .text once MMU is back on by Christophe Leroy · 3 years, 10 months ago
- 7bf1d7e powerpc/32: Use START_EXCEPTION() as much as possible by Christophe Leroy · 3 years, 10 months ago
- 5b5e5bc powerpc/32: Add vmap_stack_overflow label inside the macro by Christophe Leroy · 3 years, 10 months ago
- a4719f5 powerpc/32: Statically initialise first emergency context by Christophe Leroy · 3 years, 10 months ago
- 9b6150f powerpc/32: Enable instruction translation at the same time as data translation by Christophe Leroy · 3 years, 10 months ago
- 5b1c9a0 powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx by Christophe Leroy · 3 years, 10 months ago
- 7aa8dd6 powerpc/32: Always enable data translation in exception prolog by Christophe Leroy · 3 years, 10 months ago
- 5747230 powerpc/32: Remove ksp_limit by Christophe Leroy · 3 years, 10 months ago
- e464d92 powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx by Christophe Leroy · 3 years, 10 months ago
- 79f4bb1 powerpc/32: Handle bookE debugging in C in exception entry by Christophe Leroy · 3 years, 10 months ago
- f93d866 powerpc/32: Entry cpu time accounting in C by Christophe Leroy · 3 years, 10 months ago
- be39e10 powerpc/32: Reconcile interrupts in C by Christophe Leroy · 3 years, 10 months ago
- 0512aad powerpc/40x: Prepare normal exception handler for enabling MMU early by Christophe Leroy · 3 years, 10 months ago
- 0fc1e934 powerpc/40x: Prepare for enabling MMU in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
- 26c4688 powerpc/40x: Reorder a few instructions in critical exception prolog by Christophe Leroy · 3 years, 10 months ago
- fcd4b43 powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception by Christophe Leroy · 3 years, 10 months ago
- 9d3c18a powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro by Christophe Leroy · 3 years, 10 months ago
- 52ae92c powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers by Christophe Leroy · 3 years, 10 months ago
- a58cbed powerpc/traps: Declare unrecoverable_exception() as __noreturn by Christophe Leroy · 3 years, 10 months ago
- d943bc7 powerpc/uprobes: Validation for prefixed instruction by Ravi Bangoria · 3 years, 10 months ago
- d3ccc97 powerpc/signal: Use __get_user() to copy sigset_t by Christopher M. Riedl · 3 years, 10 months ago
- 0f92433 powerpc/signal64: Rewrite rt_sigreturn() to minimise uaccess switches by Daniel Axtens · 3 years, 10 months ago
- 96d7a4e powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches by Daniel Axtens · 3 years, 10 months ago
- 193323e powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
- 7bb081c powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
- 2d19630 powerpc/signal64: Remove TM ifdefery in middle of if/else block by Christopher M. Riedl · 3 years, 10 months ago
- 1a130b6 powerpc: Reference parameter in MSR_TM_ACTIVE() macro by Christopher M. Riedl · 3 years, 10 months ago
- c6c9645 powerpc/signal64: Remove non-inline calls from setup_sigcontext() by Christopher M. Riedl · 3 years, 10 months ago
- 609355d powerpc/signal: Add unsafe_copy_{vsx, fpr}_from_user() by Christopher M. Riedl · 3 years, 10 months ago
- 9466c17 powerpc/uaccess: Add unsafe_copy_from_user() by Christopher M. Riedl · 3 years, 10 months ago
- deb9b13 powerpc/qspinlock: Use generic smp_cond_load_relaxed by Davidlohr Bueso · 3 years, 10 months ago
- 66f6052 powerpc/spinlock: Unserialize spin_is_locked by Davidlohr Bueso · 3 years, 10 months ago
- 2bf3604 powerpc/spinlock: Define smp_mb__after_spinlock only once by Davidlohr Bueso · 3 years, 10 months ago
- 93c043e powerpc/ptrace: Convert gpr32_set_common() to user access block by Christophe Leroy · 3 years, 10 months ago
- 870779f powerpc/futex: Switch to user_access block by Christophe Leroy · 3 years, 10 months ago
- 164dc6c powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block by Christophe Leroy · 3 years, 10 months ago
- e63ceeb powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h by Christophe Leroy · 3 years, 10 months ago
- fd69d54 powerpc/syscalls: Use sys_old_select() in ppc_select() by Christophe Leroy · 3 years, 10 months ago
- 4b8cda5 powerpc/uaccess: Move copy_mc_xxx() functions down by Christophe Leroy · 3 years, 10 months ago
- 7472199 powerpc/uaccess: Swap clear_user() and __clear_user() by Christophe Leroy · 3 years, 10 months ago
- c6adc83 powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_to_user() on ppc32 by Christophe Leroy · 3 years, 10 months ago
- 6ce56e1 powerpc/pseries: export LPAR security flavor in lparcfg by Laurent Dufour · 3 years, 10 months ago
- 90cbac0 powerpc: Enable KFENCE for PPC32 by Christophe Leroy · 3 years, 10 months ago
- 0b71b37 powerpc/ptrace: Remove duplicate check from pt_regs_check() by Denis Efremov · 3 years, 10 months ago
- 13b8219 powerpc/pseries: Move hvc_vio_init_early() prototype to shared location by Lee Jones · 3 years, 10 months ago