summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/pseries: Handle UE event for memcpy_mcsafeGanesh Goudar2020-03-271-0/+2
| * powerpc: Prefer __section and __printf from compiler_attributes.hNick Desaulniers2020-03-271-1/+1
| * powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran2020-03-251-3/+3
| * powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran2020-03-251-6/+8
| * powerpc/eeh: Remove eeh_add_device_tree_late()Oliver O'Halloran2020-03-251-3/+0
| * powerpc/eeh: Add sysfs files in late probeOliver O'Halloran2020-03-251-3/+0
| * powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-254-2/+21
| * powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-4/+4
| * powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS referencesJoe Lawrence2020-03-131-24/+0
| * powerpc/32: Fix missing NULL pmd check in virt_to_kpte()Christophe Leroy2020-03-131-1/+3
| * Merge branch 'fixes' into nextMichael Ellerman2020-03-102-0/+9
| |\
| * | powerpc/numa: Remove late request for home node associativitySrikar Dronamraju2020-03-041-4/+0
| * | powerpc/smp: Use nid as fallback for package_idSrikar Dronamraju2020-03-041-0/+6
| * | powerpc: Add current_stack_pointer as a register globalChristophe Leroy2020-03-041-0/+2
| * | powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman2020-03-042-2/+2
| * | powerpc/powernv: Add explicit fast-reboot supportOliver O'Halloran2020-03-041-0/+1
| * | powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2020-03-042-8/+4
| * | powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-3/+0
| * | powerpc/32: drop get_pteptr()Christophe Leroy2020-02-261-0/+5
| * | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-0/+12
| * | powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailableLibor Pechacek2020-02-191-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-024-14/+17
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-314-3/+11
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-263-0/+8
| | * | | KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-2/+0
| | * | | KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-191-1/+0
| | * | | KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-03-191-0/+3
| * | | | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-312-0/+9
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-4/+2
| * | | KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-161-7/+4
| | |/ | |/|
* | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-4/+0
* | | Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-3/+2
|\ \ \ | |_|/ |/| |
| * | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
| |/
* | powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-181-0/+4
* | powerpc/hugetlb: Fix 8M hugepages on 8xxChristophe Leroy2020-02-171-0/+5
|/
* Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-081-4/+6
|\
| * powerpc/futex: Fix incorrect user access blockingMichael Ellerman2020-02-081-4/+6
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-171/+1
|\ \ | |/ |/|
| * Merge tag 'soc-fsl-next-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2020-01-161-171/+1
| |\
| | * soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fslRasmus Villemoes2019-12-091-171/+1
* | | Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-0421-112/+347
|\ \ \
| * \ \ Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-015-48/+218
| |\ \ \
| | * | | powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2020-01-285-3/+63
| | * | | powerpc: Implement user_access_begin and friendsChristophe Leroy2020-01-281-19/+66
| | * | | powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy2020-01-283-6/+32
| | * | | powerpc/32s: Drop NULL addr verificationChristophe Leroy2020-01-281-4/+6
| | * | | powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2020-01-285-19/+43
| | * | | powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-284-5/+16
| * | | | powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-273-0/+12
| * | | | powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy2020-01-261-0/+13