- 197493a powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE by Christophe Leroy · 4 years, 3 months ago
- 17179ae powerpc/mm: Fix verification of MMU_FTR_TYPE_44x by Christophe Leroy · 4 years, 3 months ago
- c3cb5db powerpc/time: Remove ifdef in get_vtb() by Christophe Leroy · 4 years, 4 months ago
- d2e0060 powerpc/32: Use SPRN_SPRG_SCRATCH2 in exception prologs by Christophe Leroy · 4 years, 2 months ago
- de1cd07 powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prolog by Christophe Leroy · 4 years, 2 months ago
- 6285f9c powerpc/32: Simplify EXCEPTION_PROLOG_1 macro by Christophe Leroy · 4 years, 2 months ago
- c4a2261 powerpc/603: Use SPRN_SDR1 to store the pgdir phys address by Christophe Leroy · 4 years, 2 months ago
- 03d701c powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_page by Christophe Leroy · 4 years, 2 months ago
- 7b107a7 powerpc/32s: Fix an FTR_SECTION_ELSE by Christophe Leroy · 4 years, 2 months ago
- 79d1bef powerpc/32s: Don't hash_preload() kernel text by Christophe Leroy · 4 years, 2 months ago
- 035b19a powerpc/32s: Always map kernel text and rodata with BATs by Christophe Leroy · 4 years, 2 months ago
- 98f5559 ocxl: Add new kernel traces by Christophe Lombard · 4 years, 2 months ago
- 5f686ee ocxl: Add mmu notifier by Christophe Lombard · 4 years, 2 months ago
- d731fee ocxl: Update the Process Element Entry by Christophe Lombard · 4 years, 2 months ago
- 19b311c ocxl: Initiate a TLB invalidate command by Christophe Lombard · 4 years, 2 months ago
- fc1347b ocxl: Assign a register set to a Logical Partition by Christophe Lombard · 4 years, 2 months ago
- 91668ab powerpc/perf: MMCR0 control for PMU registers under PMCC=00 by Athira Rajeev · 4 years, 2 months ago
- 9a8ee52 powerpc/perf: Fix to update cache events with l2l3 events in power10 by Athira Rajeev · 4 years, 2 months ago
- 1f12316 powerpc/perf: Fix to update generic event codes for power10 by Athira Rajeev · 4 years, 2 months ago
- c0e3985 powerpc/perf: Add generic and cache event list for power10 DD1 by Athira Rajeev · 4 years, 2 months ago
- 0263bbb powerpc/perf: Fix the PMU group constraints for threshold events in power10 by Athira Rajeev · 4 years, 2 months ago
- e924be7 powerpc/perf: Update the PMU group constraints for l2l3 events in power10 by Athira Rajeev · 4 years, 2 months ago
- d3afd28 powerpc/perf: Fix to update radix_scope_qual in power10 by Athira Rajeev · 4 years, 2 months ago
- ec0f9b9 powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled case by Aneesh Kumar K.V · 4 years, 2 months ago
- 61130e2 powerpc/book3s64/kup: Check max key supported before enabling kup by Aneesh Kumar K.V · 4 years, 2 months ago
- c91435d powerpc/book3s64/hash/kuep: Enable KUEP on hash by Aneesh Kumar K.V · 4 years, 2 months ago
- b2ff33a powerpc/book3s64/hash/kuap: Enable kuap on hash by Aneesh Kumar K.V · 4 years, 2 months ago
- 292f86c powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation. by Aneesh Kumar K.V · 4 years, 2 months ago
- fa46c2f powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation. by Aneesh Kumar K.V · 4 years, 2 months ago
- eb232b1 powerpc/book3s64/kuap: Improve error reporting with KUAP by Aneesh Kumar K.V · 4 years, 2 months ago
- 4d6c551 powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR by Aneesh Kumar K.V · 4 years, 2 months ago
- 48a8ab4 powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode. by Aneesh Kumar K.V · 4 years, 2 months ago
- edc541e powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one. by Aneesh Kumar K.V · 4 years, 2 months ago
- d5fa30e powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec by Aneesh Kumar K.V · 4 years, 2 months ago
- f643fca powerpc/book3s64/pkeys: Inherit correctly on fork. by Aneesh Kumar K.V · 4 years, 2 months ago
- 8e56092 powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry and exit from kernel by Aneesh Kumar K.V · 4 years, 2 months ago
- d7df77e powerpc/exec: Set thread.regs early during exec by Aneesh Kumar K.V · 4 years, 2 months ago
- d94b827 powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation by Aneesh Kumar K.V · 4 years, 2 months ago
- d5b810b powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEP by Aneesh Kumar K.V · 4 years, 2 months ago
- 57b7505 powerpc/book3s64/kuep: Move KUEP related function outside radix by Aneesh Kumar K.V · 4 years, 2 months ago
- 3b47b75 powerpc/book3s64/kuap: Move KUAP related function outside radix by Aneesh Kumar K.V · 4 years, 2 months ago
- 39df17b powerpc/book3s64/kuap/kuep: Move uamor setup to pkey init by Aneesh Kumar K.V · 4 years, 2 months ago
- 227ae62 powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64 by Aneesh Kumar K.V · 4 years, 2 months ago
- 9f378b9 KVM: PPC: BOOK3S: PR: Ignore UAMOR SPR by Aneesh Kumar K.V · 4 years, 2 months ago
- c3d35dd powerpc: Add new macro to handle NESTED_IFCLR by Aneesh Kumar K.V · 4 years, 2 months ago
- 865ae6f powerpc/64s: Tidy machine check SLB logging by Nicholas Piggin · 4 years, 2 months ago
- 4a86953 powerpc/64s: Remove "Host" from MCE logging by Nicholas Piggin · 4 years, 2 months ago
- 82f70a0 powerpc/64s/pseries: Add ERAT specific machine check handler by Nicholas Piggin · 4 years, 2 months ago
- f4b239e powerpc/64s/powernv: Ratelimit harmless HMI error printing by Nicholas Piggin · 4 years, 2 months ago
- 1d15ffd KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests by Nicholas Piggin · 4 years, 2 months ago
- 067c9f9 KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enabled guests by Nicholas Piggin · 4 years, 2 months ago
- 0ce2382 powerpc/64s/powernv: Allow KVM to handle guest machine check details by Nicholas Piggin · 4 years, 2 months ago
- 6d247e4 powerpc/ps3: make system bus's remove and shutdown callbacks return void by Uwe Kleine-König · 4 years, 2 months ago
- 7ff9466 ALSA: ppc: drop if block with always false condition by Uwe Kleine-König · 4 years, 2 months ago
- ca3f969 powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted() by Srikar Dronamraju · 4 years, 2 months ago
- a21d1be powerpc: Reintroduce is_kvm_guest() as a fast-path check by Srikar Dronamraju · 4 years, 2 months ago
- 16520a8 powerpc: Rename is_kvm_guest() to check_kvm_guest() by Srikar Dronamraju · 4 years, 2 months ago
- 92cc6bf powerpc: Refactor is_kvm_guest() declaration to new header by Srikar Dronamraju · 4 years, 2 months ago
- bf13718b powerpc: show registers when unwinding interrupt frames by Nicholas Piggin · 4 years, 2 months ago
- f66de7a powerpc/perf: Invoke per-CPU variable access with disabled interrupts by Athira Rajeev · 4 years, 2 months ago
- c9344769 selftests/powerpc: Fix uninitialized variable warning by Harish · 4 years, 2 months ago
- f0812f6 selftests/powerpc: update .gitignore by Daniel Axtens · 4 years, 2 months ago
- 1fc0c27 powerpc/feature-fixups: use a semicolon rather than a comma by Daniel Axtens · 4 years, 2 months ago
- c8754c5 powerpc/pseries: Define PCI bus speed for Gen4 and Gen5 by Frederic Barrat · 4 years, 2 months ago
- 1baa1f7 powerpc: Allow relative pointers in bug table entries by Jordan Niethe · 4 years, 2 months ago
- f3e9040 powerpc/xmon: Fix build failure for 8xx by Ravi Bangoria · 4 years, 2 months ago
- a21df7a powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macro by Youling Tang · 4 years, 2 months ago
- fe18a35 powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S by Jordan Niethe · 4 years, 2 months ago
- 65d2150 powerpc/vdso: Cleanup vdso.h by Christophe Leroy · 4 years, 4 months ago
- 676155a powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASE by Christophe Leroy · 4 years, 4 months ago
- e909032 powerpc/vdso: Remove DBG() by Christophe Leroy · 4 years, 4 months ago
- 23c4cea powerpc/vdso: Remove vdso_ready by Christophe Leroy · 4 years, 4 months ago
- a4ccd64 powerpc/vdso: Remove vdso_setup() by Christophe Leroy · 4 years, 4 months ago
- 67a3540 powerpc/vdso: Remove lib32_elfinfo and lib64_elfinfo by Christophe Leroy · 4 years, 4 months ago
- 6ed613a powerpc/vdso: Remove symbol section information in struct lib32/64_elfinfo by Christophe Leroy · 4 years, 4 months ago
- e113f8e powerpc/vdso: Remove unused text member in struct lib32/64_elfinfo by Christophe Leroy · 4 years, 4 months ago
- 5cda7c7 powerpc/vdso: Remove vdso_patches[] and associated functions by Christophe Leroy · 4 years, 4 months ago
- 899367e powerpc/vdso: Remove runtime generated sigtramp offsets by Christophe Leroy · 4 years, 4 months ago
- 49bf59f powerpc/vdso: Remove __kernel_datapage_offset by Christophe Leroy · 4 years, 4 months ago
- b7fe9c1 powerpc/vdso: Remove vdso32_pages and vdso64_pages by Christophe Leroy · 4 years, 4 months ago
- 0fc980d powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache() by Christophe Leroy · 4 years, 4 months ago
- ed07f63 powerpc/vdso: Use builtin symbols to locate fixup section by Christophe Leroy · 4 years, 4 months ago
- 91bf695 powerpc/vdso: Retrieve sigtramp offsets at buildtime by Christophe Leroy · 4 years, 4 months ago
- 550e607 powerpc/vdso: Remove unused \tmp param in __get_datapage() by Christophe Leroy · 4 years, 4 months ago
- 591857b powerpc/vdso: Simplify __get_datapage() by Christophe Leroy · 4 years, 4 months ago
- 511157a powerpc/vdso: Move vdso datapage up front by Christophe Leroy · 4 years, 4 months ago
- c102f076 powerpc/vdso: Replace vdso_base by vdso by Christophe Leroy · 4 years, 4 months ago
- 526a9c4 powerpc/vdso: Provide vdso_remap() by Christophe Leroy · 4 years, 4 months ago
- c1bab64 powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name() by Christophe Leroy · 4 years, 4 months ago
- b2df3f6 powerpc/vdso: Simplify arch_setup_additional_pages() exit by Christophe Leroy · 4 years, 4 months ago
- 7461a4f powerpc/vdso: Use VDSO size in arch_setup_additional_pages() by Christophe Leroy · 4 years, 4 months ago
- 4fe0e3c powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization by Christophe Leroy · 4 years, 4 months ago
- 3cf6382 powerpc/vdso: Refactor 32 bits and 64 bits pages setup by Christophe Leroy · 4 years, 4 months ago
- 35c1c7c powerpc/vdso: Remove NULL termination element in vdso_pagelist by Christophe Leroy · 4 years, 4 months ago
- abcdbd0 powerpc/vdso: Remove get_page() in vdso_pagelist initialization by Christophe Leroy · 4 years, 4 months ago
- 1bb30b7 powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map() by Christophe Leroy · 4 years, 4 months ago
- bc9d5bf powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map() by Christophe Leroy · 4 years, 4 months ago
- 7fe2de2 powerpc/vdso: Stripped VDSO is not needed, don't build it by Christophe Leroy · 4 years, 4 months ago
- ef75e73 powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsafe' version by Christophe Leroy · 4 years, 5 months ago
- 968c4fc powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_user_regs() by Christophe Leroy · 4 years, 5 months ago