summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-056-21/+36
|\
| * mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * powerpc/mm: move protection_map[] inside the platformAnshuman Khandual2022-07-173-20/+26
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
| * Merge branch 'master' into mm-stableakpm2022-06-2713-40/+83
| |\
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-162-0/+10
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-053-3/+4
|\ \ \
| * | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-282-3/+0
| * | | arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior2022-06-151-0/+4
| |/ /
* | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-7/+0
|\ \ \
| * | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-1/+0
* | | | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-4/+1
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULEThomas Gleixner2022-06-101-4/+1
| |/ / /
* | | | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|\ \ \ \
| * | | | No need of likely/unlikely on calls of check_copy_size()Al Viro2022-06-071-1/+1
| |/ / /
* | | | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-031-57/+3
|\ \ \ \
| * | | | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-57/+3
| | |/ / | |/| |
* | | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-2/+2
|\ \ \ \
| * | | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-2/+2
| |/ / /
* | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-021-1/+1
|\ \ \ \
| * | | | cyrpto: powerpc/aes - delete the rebundant word "block" in commentsshaom Deng2022-07-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-027-36/+7
|\ \ \ \
| * | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-252-25/+7
| * | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-186-11/+0
* | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-021-0/+14
|\ \ \ \ \
| * | | | | kexec: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+5
| * | | | | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-0/+9
| | |_|/ / | |/| | |
* | | | | Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-07-292-0/+5
|\ \ \ \ \
| * | | | | drm/amdgpu: Re-enable DCN for 64-bit powerpcMichael Ellerman2022-07-261-0/+4
| * | | | | powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman2022-07-201-0/+1
| | |/ / / | |/| | |
* / | | | mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-212-2/+1
|/ / / /
* | | | powerpc/powernv: delay rng platform device creation until later in bootJason A. Donenfeld2022-07-041-6/+10
* | | | powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2022-06-292-1/+36
* | | | powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2022-06-292-9/+9
* | | | powerpc/prom_init: Fix kernel config grepLiam Howlett2022-06-241-1/+1
* | | | powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy2022-06-241-3/+3
* | | | powerpc/xive/spapr: correct bitmap allocation sizeNathan Lynch2022-06-241-2/+3
| |_|/ |/| |
* | | powerpc/powernv: wire up rng during setup_archJason A. Donenfeld2022-06-223-16/+40
* | | powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Christophe Leroy2022-06-191-1/+1
* | | powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan2022-06-181-1/+10
* | | powerpc: Enable execve syscall exit tracepointNaveen N. Rao2022-06-181-1/+1
* | | powerpc/pseries: wire up rng during setup_arch()Jason A. Donenfeld2022-06-183-8/+6
* | | powerpc/microwatt: wire up rng during setup_arch()Jason A. Donenfeld2022-06-183-7/+18
* | | powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman2022-06-181-6/+7
|/ /
* | Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-06-0911-21/+38
|\ \ | |/ |/|
| * powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman2022-06-092-6/+17
| * powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
| * powerpc/kasan: Force thread size increase with KASANMichael Ellerman2022-06-022-3/+8
| * powerpc/papr_scm: don't requests stats with '0' sized stats bufferVaibhav Jain2022-05-311-0/+3