summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/interrupt: Fix decrementer stormNicholas Piggin2022-01-251-2/+3
* KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-254-4/+3
* powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev2022-01-241-3/+14
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-246-2/+18
* Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-2312-82/+125
|\
| * powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
| * powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev2022-01-171-30/+28
| * powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-163-33/+38
| * powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy2022-01-161-1/+1
| * powerpc/audit: Fix syscall_get_arch()Christophe Leroy2022-01-152-2/+4
| * powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao2022-01-152-9/+14
| * powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao2022-01-153-7/+35
| * powerpc32/bpf: Fix codegen for bpf-to-bpf callsNaveen N. Rao2022-01-151-0/+3
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-4/+2
|\ \
| * | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+2
| * | include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* | | proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* | | Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2022-01-213-2/+7
|\ \ \
| * | | powerpc: wii_defconfig: Enable the RTC driverEmmanuel Gil Peyrot2021-12-161-1/+1
| * | | powerpc: gamecube_defconfig: Enable the RTC driverEmmanuel Gil Peyrot2021-12-161-1/+1
| * | | powerpc: wii.dts: Expose HW_SRNPROT on this platformEmmanuel Gil Peyrot2021-12-161-0/+5
* | | | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-0/+2
|\ \ \ \
| * | | | powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz2022-01-191-0/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-104/+10
|\ \ \ \ \
| * | | | | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-46/+1
| * | | | | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-49/+2
| * | | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-4/+11
| * | | | | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-13/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-1/+1
|\ \ \ \ \
| * | | | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-1/+1
* | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-4/+4
|\ \ \ \ \ \
| * | | | | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-4/+4
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-1621-101/+85
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-1929-730/+1558
| |\ \ \ \ \ \ \
| * | | | | | | | KVM: powerpc: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-6/+2
| * | | | | | | | Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini2021-12-083-4/+8
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-084-4/+4
| * | | | | | | | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
| * | | | | | | | KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-082-1/+3
| * | | | | | | | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-084-12/+13
| * | | | | | | | KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+1
| * | | | | | | | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
| * | | | | | | | KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-086-23/+7
| * | | | | | | | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-086-25/+33
| * | | | | | | | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-0810-24/+27
| * | | | | | | | KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-9/+1
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-4/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | | | | | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-4/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-14355-3419/+5408
|\ \ \ \ \ \ \ \