- 1835e72 powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ by Cédric Le Goater · 3 years, 10 months ago
- 7d34849 powerpc/xive: Introduce an IPI interrupt domain by Cédric Le Goater · 3 years, 10 months ago
- 078277a powerpc/smp: Make some symbols static by Yu Kuai · 3 years, 9 months ago
- f6f1f48 powerpc/mce: Make symbol 'mce_ue_event_work' static by Li Huafei · 3 years, 9 months ago
- 7f262b4 powerpc/security: Make symbol 'stf_barrier' static by Li Huafei · 3 years, 9 months ago
- 80edc68 powerpc/32s: Define a MODULE area below kernel text all the time by Christophe Leroy · 3 years, 10 months ago
- 9132a2e powerpc/8xx: Define a MODULE area below kernel text by Christophe Leroy · 3 years, 10 months ago
- 2ec13df powerpc/modules: Load modules closer to kernel text by Christophe Leroy · 3 years, 10 months ago
- a5d6a3e powerpc/mm: Add cond_resched() while removing hpte mappings by Vaibhav Jain · 3 years, 10 months ago
- 75b7c05 powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall by Shivaprasad G Bhat · 3 years, 10 months ago
- af072b1 powerpc/signal32: Fix build failure with CONFIG_SPE by Christophe Leroy · 3 years, 9 months ago
- c46bbf5 powerpc/32: Remove powerpc specific definition of 'ptrdiff_t' by Christophe Leroy · 3 years, 10 months ago
- b27dade powerpc: iommu: fix build when neither PCI or IBMVIO is set by Randy Dunlap · 3 years, 10 months ago
- 01ed051 powerpc/pseries: remove unneeded semicolon by Yang Li · 3 years, 10 months ago
- 98db179 powerpc/64s: power4 nap fixup in C by Nicholas Piggin · 3 years, 10 months ago
- 10f8f96 powerpc/perf: Fix PMU constraint check for EBB events by Athira Rajeev · 3 years, 10 months ago
- 08a022a powerpc/powernv/memtrace: Allow mmaping trace buffers by Jordan Niethe · 3 years, 11 months ago
- acd4dfe powerpc/kexec: Don't use .machine ppc64 in trampoline_64.S by Michael Ellerman · 3 years, 10 months ago
- c6b4c91 powerpc/64: Move security code into security.c by Michael Ellerman · 3 years, 10 months ago
- bd573a8 powerpc/mm/64s: Allow STRICT_KERNEL_RWX again by Michael Ellerman · 3 years, 10 months ago
- 87e65ad powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR by Michael Ellerman · 3 years, 10 months ago
- 6f223eb powerpc/mm/64s/hash: Factor out change_memory_range() by Michael Ellerman · 3 years, 10 months ago
- 2c02e65 powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro() by Michael Ellerman · 3 years, 10 months ago
- b56d55a powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp() by Michael Ellerman · 3 years, 10 months ago
- 56bec2f powerpc/mm/64s: Add _PAGE_KERNEL_ROX by Michael Ellerman · 3 years, 10 months ago
- b8b2f37 powerpc/64s: Fix pte update for kernel memory on radix by Jordan Niethe · 4 years ago
- 4763d37 powerpc: Spelling/typo fixes by Bhaskar Chowdhury · 4 years ago
- b0b3b2c7 powerpc: Switch to relative jump labels by Christophe Leroy · 3 years, 10 months ago
- 4027203 powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32 by Christophe Leroy · 3 years, 10 months ago
- 51c66ad powerpc/bpf: Implement extended BPF on PPC32 by Christophe Leroy · 3 years, 10 months ago
- 355a8d2 powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF by Christophe Leroy · 3 years, 10 months ago
- c426810 powerpc/bpf: Change values of SEEN_ flags by Christophe Leroy · 3 years, 10 months ago
- 4ea76e9 powerpc/bpf: Move common functions into bpf_jit_comp.c by Christophe Leroy · 3 years, 10 months ago
- f1b1583 powerpc/bpf: Move common helpers into bpf_jit.h by Christophe Leroy · 3 years, 10 months ago
- ed573b5 powerpc/bpf: Change register numbering for bpf_set/is_seen_register() by Christophe Leroy · 3 years, 10 months ago
- 6944caad powerpc/bpf: Remove classical BPF support for PPC32 by Christophe Leroy · 3 years, 10 months ago
- c7393a7 powerpc/signal32: Simplify logging in sigreturn() by Christophe Leroy · 3 years, 10 months ago
- 887f3ce powerpc/signal32: Convert do_setcontext[_tm]() to user access block by Christophe Leroy · 3 years, 10 months ago
- 627b72b powerpc/signal32: Convert restore_[tm]_user_regs() to user access block by Christophe Leroy · 3 years, 10 months ago
- 036fc2c powerpc/signal32: Reorder user reads in restore_tm_user_regs() by Christophe Leroy · 3 years, 10 months ago
- 362471b powerpc/signal32: Perform access_ok() inside restore_user_regs() by Christophe Leroy · 3 years, 10 months ago
- ca9e160 powerpc/signal32: Remove ifdefery in middle of if/else in sigreturn() by Christophe Leroy · 3 years, 10 months ago
- f918a81 powerpc/signal32: Rename save_user_regs_unsafe() and save_general_regs_unsafe() by Christophe Leroy · 3 years, 10 months ago
- 7c11f88 powerpc/signal: Add unsafe_copy_ck{fpr/vsx}_from_user by Christophe Leroy · 3 years, 10 months ago
- c1cc157 powerpc/uaccess: Also perform 64 bits copies in unsafe_copy_from_user() on ppc32 by Christophe Leroy · 3 years, 10 months ago
- 5cd29b1 powerpc/uaccess: Use asm goto for get_user when compiler supports it by Christophe Leroy · 3 years, 10 months ago
- 035785a powerpc/uaccess: Introduce __get_user_size_goto() by Christophe Leroy · 3 years, 10 months ago
- e72fcdb powerpc/uaccess: Refactor get/put_user() and __get/put_user() by Christophe Leroy · 3 years, 10 months ago
- 17f8c0b powerpc/uaccess: Rename __get/put_user_check/nocheck by Christophe Leroy · 3 years, 10 months ago
- f904c22 powerpc/uaccess: Split out __get_user_nocheck() by Christophe Leroy · 3 years, 10 months ago
- 9975f85 powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad() by Christophe Leroy · 3 years, 10 months ago
- 028e156 powerpc/uaccess: Remove __chk_user_ptr() in __get/put_user by Christophe Leroy · 3 years, 10 months ago
- be15a16 powerpc/uaccess: Remove __unsafe_put_user_goto() by Christophe Leroy · 3 years, 10 months ago
- ed0d9c6 powerpc/uaccess: Call might_fault() inconditionaly by Christophe Leroy · 3 years, 10 months ago
- 111631b powerpc/align: Don't use __get_user_instr() on kernel addresses by Christophe Leroy · 3 years, 10 months ago
- 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, 10 months ago
- 4fe5294 powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration by Chen Huang · 3 years, 10 months ago
- d19b3ad powerpc/pseries/hotplug-cpu: Show 'last online CPU' error in dlpar_cpu_offline() by Daniel Henrique Barboza · 3 years, 10 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