summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-256-36/+5
|\
| * swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-185-33/+4
| * swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-182-4/+2
* | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-252-2/+0
|\ \
| * | eth: de4x5: remove support for Generic DECchip & DIGITAL EtherWORKS PCI/EISAJakub Kicinski2022-05-232-2/+0
* | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-0/+1
|\ \ \
| * | | powerpc: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
* | | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-233-8/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf2022-05-191-6/+8
| * | | ELF: Remove elf_core_copy_kernel_regs()Brian Gerst2022-04-142-2/+2
* | | | Merge tag 'powerpc-5.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-151-5/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf2022-05-111-5/+21
* | | | Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-085-24/+36
|\| | |
| * | | powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain2022-05-061-5/+2
| * | | powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman2022-05-041-2/+7
| * | | powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni2022-05-043-17/+27
* | | | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-246-66/+66
|\| | |
| * | | powerpc/perf: Fix 32bit compileAlexey Kardashevskiy2022-04-211-2/+2
| * | | powerpc/perf: Fix power10 event alternativesAthira Rajeev2022-04-211-1/+1
| * | | powerpc/perf: Fix power9 event alternativesAthira Rajeev2022-04-211-4/+4
| * | | KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-212-44/+45
| * | | powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman2022-04-211-15/+14
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-224-16/+17
|\ \ \
| * | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-214-16/+17
| |/ /
* / / vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-1/+1
|/ /
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-2/+4
|\ \
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31
| | * | KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin2022-03-081-0/+20
| | * | KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-084-9/+58
| | * | KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin2022-03-071-8/+33
* | | | static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy2022-04-051-0/+1
| |_|/ |/| |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-5/+0
|\ \ \
| * | | asm/user.h: killed unused macrosAl Viro2022-01-301-5/+0
* | | | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\ \ \ \
| * | | | arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | | | | Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-302-0/+234
|\ \ \ \ \
| * | | | | powerpc/papr_scm: Fix build failure whenKajol Jain2022-03-231-2/+7
| * | | | | powerpc/papr_scm: Add perf interface supportKajol Jain2022-03-092-0/+230
| |/ / / /
* | | | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * | | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+4
| | |/ / | |/| |
* | | | powerpc: restore removed #endifStephen Rothwell2022-03-271-0/+1