| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | powerpc: add CFUNC assembly label annotation | Nicholas Piggin | 2023-04-20 | 1 | -0/+5 |
| * | | | powerpc/64: Add support to build with prefixed instructions | Nicholas Piggin | 2023-04-20 | 3 | -6/+83 |
| * | | | powerpc/fsl_uli1575: Mark uli_exclude_device() as static | Pali Rohár | 2023-04-20 | 1 | -3/+0 |
| * | | | powerpc/85xx: mpc85xx_ds: Move uli_init() code into its own driver file | Pali Rohár | 2023-04-20 | 1 | -0/+2 |
| * | | | powerpc/fsl_uli1575: Misc cleanup | Christophe Leroy | 2023-04-20 | 1 | -0/+9 |
| * | | | powerpc: copy_thread differentiate kthreads and user mode threads | Nicholas Piggin | 2023-04-11 | 1 | -0/+2 |
| * | | | powerpc/atomics: Remove unused function | Nysal Jan K.A | 2023-04-04 | 1 | -29/+0 |
| * | | | powerpc: Implement arch_within_stack_frames | Nicholas Miehlbradt | 2023-04-04 | 2 | -0/+46 |
| * | | | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 2023-04-04 | 3 | -21/+48 |
| |\ \ \ |
|
| | * | | | KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVM | Paul Mackerras | 2023-04-03 | 1 | -0/+1 |
| | * | | | KVM: PPC: Fetch prefixed instructions from the guest | Paul Mackerras | 2023-04-03 | 2 | -10/+26 |
| | * | | | KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_t | Paul Mackerras | 2023-04-03 | 1 | -2/+3 |
| | * | | | KVM: PPC: Permit SRR1 flags in more injected interrupt types | Nicholas Piggin | 2023-04-03 | 1 | -9/+18 |
| | |/ / |
|
| * | | | powerpc/rtas: ensure 8-byte alignment for struct rtas_args | Nathan Lynch | 2023-03-30 | 1 | -2/+2 |
| * | | | powerpc/perf: Properly detect mpc7450 family | Christophe Leroy | 2023-03-30 | 1 | -0/+5 |
| * | | | powerpc: Remove memcpy_page_flushcache() | Ira Weiny | 2023-03-29 | 1 | -2/+0 |
| * | | | powerpc/machdep: Define 'compatible' property in ppc_md and use it | Christophe Leroy | 2023-03-14 | 1 | -0/+1 |
| * | | | powerpc/machdep: Make machine name const | Christophe Leroy | 2023-03-14 | 1 | -1/+1 |
| * | | | powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains | Alexey Kardashevskiy | 2023-03-14 | 1 | -0/+7 |
| * | | | powerpc/iommu: Add "borrowing" iommu_table_group_ops | Alexey Kardashevskiy | 2023-03-14 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-04-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | powerpc/cpu: Mark start_secondary_resume() __noreturn | Josh Poimboeuf | 2023-03-08 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-04-28 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault() | Gerald Schaefer | 2023-03-29 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2023-04-26 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | powerpc: Move Power10 feature PPC_MODULE_FEATURE_P10 | Danny Tsen | 2023-04-20 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-04-02 | 1 | -2/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | powerpc/64s: Fix __pte_needs_flush() false positive warning | Benjamin Gray | 2023-03-28 | 1 | -2/+7 |
| |/ |
|
* / | kasan, powerpc: don't rename memintrinsics if compiler adds prefixes | Marco Elver | 2023-03-24 | 2 | -5/+12 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-02-25 | 2 | -4/+0 |
|\ |
|
| * | Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD | Paolo Bonzini | 2023-02-15 | 3 | -14/+33 |
| |\ |
|
| * | | KVM: Opt out of generic hardware enabling on s390 and PPC | Sean Christopherson | 2022-12-29 | 1 | -1/+0 |
| * | | KVM: Drop kvm_arch_{init,exit}() hooks | Sean Christopherson | 2022-12-29 | 1 | -1/+0 |
| * | | KVM: PPC: Move processor compatibility check to module init | Sean Christopherson | 2022-12-29 | 1 | -1/+0 |
| * | | KVM: Drop arch hardware (un)setup hooks | Sean Christopherson | 2022-12-29 | 1 | -1/+0 |
* | | | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-02-25 | 16 | -55/+663 |
|\ \ \ |
|
| * | | | powerpc/machdep: warn when machine_is() used too early | Nathan Lynch | 2023-02-15 | 1 | -5/+11 |
| * | | | powerpc/rtas: introduce rtas_function_token() API | Nathan Lynch | 2023-02-13 | 1 | -0/+99 |
| * | | | powerpc/pseries: PAPR system parameter API | Nathan Lynch | 2023-02-13 | 1 | -0/+38 |
| * | | | powerpc/pseries: add RTAS work area allocator | Nathan Lynch | 2023-02-13 | 1 | -0/+96 |
| * | | | powerpc/tracing: tracepoints for RTAS entry and exit | Nathan Lynch | 2023-02-13 | 1 | -0/+103 |
| * | | | powerpc/rtas: improve function information lookups | Nathan Lynch | 2023-02-13 | 1 | -0/+85 |
| * | | | powerpc/pseries: Pass PLPKS password on kexec | Russell Currey | 2023-02-12 | 1 | -0/+14 |
| * | | | powerpc/pseries: Add helper to get PLPKS password length | Russell Currey | 2023-02-12 | 1 | -0/+5 |
| * | | | powerpc/pseries: Make caller pass buffer to plpks_read_var() | Andrew Donnellan | 2023-02-12 | 1 | -0/+12 |
| * | | | powerpc/pseries: Implement signed update for PLPKS objects | Nayna Jain | 2023-02-12 | 2 | -0/+6 |
| * | | | powerpc/pseries: Expose PLPKS config values, support additional fields | Nayna Jain | 2023-02-12 | 1 | -0/+58 |
| * | | | powerpc/pseries: Move PLPKS constants to header file | Russell Currey | 2023-02-12 | 1 | -5/+31 |
| * | | | powerpc/pseries: Move plpks.h to include directory | Russell Currey | 2023-02-12 | 1 | -0/+75 |
| * | | | powerpc/secvar: Allow backend to populate static list of variable names | Andrew Donnellan | 2023-02-12 | 1 | -0/+4 |