- 3d2ffcd powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions by Ravi Bangoria · 4 years, 4 months ago
- 35785b2 powerpc/sstep: Add testcases for VSX vector paired load/store instructions by Balamuruhan S · 4 years, 5 months ago
- 6ce73ba powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructions by Balamuruhan S · 4 years, 5 months ago
- af99da7 powerpc/sstep: Support VSX vector paired storage access instructions by Balamuruhan S · 4 years, 5 months ago
- 1817de2 powerpc/sstep: Cover new VSX instructions under CONFIG_VSX by Ravi Bangoria · 4 years, 5 months ago
- ef6879f powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set by Balamuruhan S · 4 years, 5 months ago
- 02b02ee powerpc/64s: Remove idle workaround code from restore_cpu_cpufeatures by Nicholas Piggin · 6 years ago
- aa8e21c powerpc/perf: Exclude kernel samples while counting events in user space. by Athira Rajeev · 4 years, 4 months ago
- 59d512e powerpc/64: irq replay remove decrementer overflow check by Nicholas Piggin · 4 years, 4 months ago
- e89a8ca powerpc/64s: Remove MSR[ISF] bit by Nicholas Piggin · 4 years, 4 months ago
- c33cd1e powerpc/64s/iommu: Don't use atomic_ function on atomic64_t type by Nicholas Piggin · 4 years, 4 months ago
- da481c4 powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.S by Christophe Leroy · 4 years, 4 months ago
- fec6166 powerpc/32s: In add_hash_page(), calculate VSID later by Christophe Leroy · 4 years, 4 months ago
- c5ccb4e powerpc/32s: Remove unused counters incremented by create_hpte() by Christophe Leroy · 4 years, 4 months ago
- 7bfe54b powerpc/mm: Refactor the floor/ceiling check in hugetlb range freeing functions by Christophe Leroy · 4 years, 4 months ago
- 5f1888a powerpc/fault: Perform exception fixup in do_page_fault() by Christophe Leroy · 4 years, 3 months ago
- cbd7e6c powerpc/fault: Avoid heavy search_exception_tables() verification by Christophe Leroy · 4 years, 3 months ago
- 3dc12df powerpc/mm: Move the WARN() out of bad_kuap_fault() by Christophe Leroy · 4 years, 3 months ago
- 5250d02 powerpc/fault: Unnest definition of page_fault_is_write() and page_fault_is_bad() by Christophe Leroy · 4 years, 3 months ago
- 7ceb400 powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S by Christophe Leroy · 4 years, 3 months ago
- 70b588a powerpc/ppc-opcode: Add PPC_RAW_MFSPR() by Christophe Leroy · 4 years, 4 months ago
- 89eecd9 powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception by Christophe Leroy · 4 years, 4 months ago
- a314ea5 powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception by Christophe Leroy · 4 years, 4 months ago
- 576e02b powerpc/8xx: Simplify INVALIDATE_ADJACENT_PAGES_CPU15 by Christophe Leroy · 4 years, 4 months ago
- bccc589 powerpc/8xx: Always pin kernel text TLB by Christophe Leroy · 4 years, 4 months ago
- 613df97 powerpc/8xx: DEBUG_PAGEALLOC doesn't require an ITLB miss exception handler by Christophe Leroy · 4 years, 4 months ago
- ad3ed15 powerpc/process: Remove target specific __set_dabr() by Christophe Leroy · 4 years, 3 months ago
- 1e78f72 powerpc/8xx: Fix early debug when SMC1 is relocated by Christophe Leroy · 4 years, 3 months ago
- 1b03e71 powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAP by Christophe Leroy · 4 years, 4 months ago
- 44e9754 powerpc/32s: Make support for 603 and 604+ selectable by Christophe Leroy · 4 years, 5 months ago
- ad510e3 powerpc/32s: Regroup 603 based CPUs in cputable by Christophe Leroy · 4 years, 5 months ago
- a6a50d8 powerpc/32s: Remove CONFIG_PPC_BOOK3S_6xx by Christophe Leroy · 4 years, 5 months ago
- 068fdba powerpc/32s: Move early_mmu_init() into mmu.c by Christophe Leroy · 4 years, 5 months ago
- 80007a1 powerpc/32s: Inline flush_hash_entry() by Christophe Leroy · 4 years, 5 months ago
- ef08d95 powerpc/32s: Inline tlb_flush() by Christophe Leroy · 4 years, 5 months ago
- 91ec450 powerpc/32s: Split and inline flush_range() by Christophe Leroy · 4 years, 5 months ago
- 1e83396 powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range() by Christophe Leroy · 4 years, 5 months ago
- fd1b4b7 powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page() by Christophe Leroy · 4 years, 5 months ago
- f265512 powerpc/32s: Move _tlbie() and _tlbia() in a new file by Christophe Leroy · 4 years, 5 months ago
- b91280f powerpc/32s: Inline _tlbie() on non SMP by Christophe Leroy · 4 years, 5 months ago
- cfe32ad powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.h by Christophe Leroy · 4 years, 5 months ago
- 6e980b5 powerpc/32s: Declare Hash related vars as __initdata by Christophe Leroy · 4 years, 5 months ago
- 4b74a35 powerpc/32s: Make Hash var static by Christophe Leroy · 4 years, 5 months ago
- 4cc445b powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash var by Christophe Leroy · 4 years, 5 months ago
- 03d5b19 powerpc/32s: Make bat_addrs[] static by Christophe Leroy · 4 years, 5 months ago
- a54d310 powerpc/mm: Remove flush_tlb_page_nohash() prototype. by Christophe Leroy · 4 years, 5 months ago
- f9158d5 powerpc/mm: Add mask of always present MMU features by Christophe Leroy · 4 years, 5 months ago
- f10881a powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter by Tyrel Datwyler · 4 years, 3 months ago
- db972a3 powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACK by Christophe Leroy · 4 years, 3 months ago
- f8a4b27 powerpc: fix spelling mistake in Kconfig "seleted" -> "selected" by Colin Ian King · 4 years, 3 months ago
- 2efd7f6 powerpc/pseries/mobility: refactor node lookup during DT update by Nathan Lynch · 4 years, 3 months ago
- 87b57ea powerpc/rtas: remove unused rtas_suspend_me_data by Nathan Lynch · 4 years, 3 months ago
- d102f83 powerpc/pseries/hibernation: remove prepare_late() callback by Nathan Lynch · 4 years, 3 months ago
- fa53bcd powerpc/pseries/hibernation: perform post-suspend fixups later by Nathan Lynch · 4 years, 3 months ago
- b866459 powerpc/pseries/hibernation: remove redundant cacheinfo update by Nathan Lynch · 4 years, 3 months ago
- 1b24881 powerpc/rtas: remove unused rtas_suspend_last_cpu() by Nathan Lynch · 4 years, 3 months ago
- 366fb13 powerpc/pseries/hibernation: switch to rtas_ibm_suspend_me() by Nathan Lynch · 4 years, 3 months ago
- 395b2c0 powerpc/rtas: remove rtas_suspend_cpu() by Nathan Lynch · 4 years, 3 months ago
- 796f924 powerpc/machdep: remove suspend_disable_cpu() by Nathan Lynch · 4 years, 3 months ago
- ed22bb8 powerpc/pseries/hibernation: remove pseries_suspend_cpu() by Nathan Lynch · 4 years, 3 months ago
- a10a5a1 powerpc/pseries/hibernation: pass stream id via function arguments by Nathan Lynch · 4 years, 3 months ago
- 52719fc powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops by Nathan Lynch · 4 years, 3 months ago
- 5f6665e powerpc/rtas: remove rtas_ibm_suspend_me_unsafe() by Nathan Lynch · 4 years, 3 months ago
- 4d75689 powerpc/rtas: dispatch partition migration requests to pseries by Nathan Lynch · 4 years, 3 months ago
- aeca35b powerpc/pseries/mobility: retry partition suspend after error by Nathan Lynch · 4 years, 3 months ago
- 37cddc7 powerpc/pseries/mobility: signal suspend cancellation to platform by Nathan Lynch · 4 years, 3 months ago
- 9327dc0 powerpc/pseries/mobility: use stop_machine for join/suspend by Nathan Lynch · 4 years, 3 months ago
- d921331 powerpc/pseries/mobility: extract VASI session polling logic by Nathan Lynch · 4 years, 3 months ago
- c3ae978 powerpc/pseries/mobility: use rtas_activate_firmware() on resume by Nathan Lynch · 4 years, 3 months ago
- 2d5be6f powerpc/pseries/mobility: error message improvements by Nathan Lynch · 4 years, 3 months ago
- aa5e5c9 powerpc/pseries/mobility: add missing break to default case by Nathan Lynch · 4 years, 3 months ago
- b06a671 powerpc/pseries/mobility: don't error on absence of ibm, update-nodes by Nathan Lynch · 4 years, 3 months ago
- 9bae89f powerpc/hvcall: add token and codes for H_VASI_SIGNAL by Nathan Lynch · 4 years, 3 months ago
- 5f485a6 powerpc/rtas: add rtas_activate_firmware() by Nathan Lynch · 4 years, 3 months ago
- 701ba68 powerpc/rtas: add rtas_ibm_suspend_me() by Nathan Lynch · 4 years, 3 months ago
- 7049b28 powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe by Nathan Lynch · 4 years, 3 months ago
- 970e453 powerpc/rtas: complete ibm,suspend-me status codes by Nathan Lynch · 4 years, 3 months ago
- de0f734 powerpc/rtas: prevent suspend-related sys_rtas use on LE by Nathan Lynch · 4 years, 3 months ago
- 475c874 powerpc/book3s64/kuap: Improve error reporting with KUAP by Aneesh Kumar K.V · 4 years, 3 months ago
- 250ad7a powerpc/powernv/idle: Restore CIABR after idle for Power9 by Jordan Niethe · 4 years, 3 months ago
- 4bb3219 powerpc/book3s64/kexec: Clear CIABR on kexec by Jordan Niethe · 4 years, 3 months ago
- 8817aab powerpc: Remove ucache_bsize by Christophe Leroy · 4 years, 4 months ago
- 39c8bf2 powerpc: Retire e200 core (mpc555x processor) by Christophe Leroy · 4 years, 4 months ago
- ff57698 powerpc: Fix update form addressing in inline assembly by Christophe Leroy · 4 years, 5 months ago
- d85be8a powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at by Mathieu Desnoyers · 4 years, 5 months ago
- 7c6c86b powerpc/xmon: Change printk() to pr_cont() by Christophe Leroy · 4 years, 3 months ago
- b1198a8 powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU by Alexey Kardashevskiy · 4 years, 4 months ago
- 3ba150f lkdtm/powerpc: Add SLB multihit test by Ganesh Goudar · 4 years, 3 months ago
- 6c58b1b powernv/pci: Print an error when device enable is blocked by Oliver O'Halloran · 5 years ago
- 450be49 powerpc/pci: Remove LSI mappings on device teardown by Oliver O'Halloran · 4 years, 3 months ago
- ed2bbd2 powerpc: add security.config, enforcing lockdown=integrity by Daniel Axtens · 4 years, 3 months ago
- 1f69aa0 powerpc/44x: Don't support 47x code and non 47x code at the same time by Christophe Leroy · 4 years, 5 months ago
- 8b8319b powerpc/44x: Don't support 440 when CONFIG_PPC_47x is set by Christophe Leroy · 4 years, 5 months ago
- 7d47034 powerpc/feature: Remove CPU_FTR_NODSISRALIGN by Christophe Leroy · 4 years, 5 months ago
- 0e8ff4f powerpc/mm: Desintegrate MMU_FTR_PPCAS_ARCH_V2 by Christophe Leroy · 4 years, 5 months ago
- b68e3a3 powerpc/mm: MMU_FTR_NEED_DTLB_SW_LRU is only possible with CONFIG_PPC_83xx by Christophe Leroy · 4 years, 5 months ago
- 1a1be32 powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.c by Christophe Leroy · 4 years, 5 months ago
- 197493a powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE by Christophe Leroy · 4 years, 5 months ago
- 17179ae powerpc/mm: Fix verification of MMU_FTR_TYPE_44x by Christophe Leroy · 4 years, 5 months ago
- c3cb5db powerpc/time: Remove ifdef in get_vtb() by Christophe Leroy · 4 years, 5 months ago