summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-1017-75/+234
|\
| * pseries/eeh: Fix the kdump kernel crash during eeh_pseries_initMahesh Salgaonkar2021-10-071-0/+4
| * powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
| * powerpc/pseries/msi: Add an empty irq_write_msi_msg() handlerCédric Le Goater2021-10-071-0/+15
| * powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-073-18/+26
| * powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin2021-10-071-5/+8
| * powerpc/64: warn if local irqs are enabled in NMI or hardirq contextNicholas Piggin2021-10-071-0/+6
| * powerpc/traps: do not enable irqs in _exceptionNicholas Piggin2021-10-071-3/+9
| * powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin2021-10-071-7/+10
| * powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operationNaveen N. Rao2021-10-071-1/+1
| * powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPECNaveen N. Rao2021-10-072-8/+55
| * powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao2021-10-072-0/+10
| * powerpc/bpf: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-10/+17
| * powerpc/bpf: Fix BPF_MOD when imm == 1Naveen N. Rao2021-10-071-2/+8
| * powerpc/bpf: Validate branch rangesNaveen N. Rao2021-10-074-11/+37
| * powerpc/lib: Add helper to check if offset is within conditional branch rangeNaveen N. Rao2021-10-073-7/+8
| * powerpc/iommu: Report the correct most efficient DMA mask for PCI devicesAlexey Kardashevskiy2021-09-301-0/+9
* | powerpc/fsl/dts: Fix phy-connection-type for fm1mac3Pali Rohár2021-10-021-1/+1
* | entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
|/
* Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-195-47/+94
|\
| * powerpc/xics: Set the IRQ chip data for the ICS native backendCédric Le Goater2021-09-151-2/+2
| * powerpc/mce: Fix access error in mce handlerGanesh Goudar2021-09-131-2/+15
| * KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
| * powerpc/64s: system call rfscv workaround for TM bugsNicholas Piggin2021-09-131-0/+13
| * powerpc/64s: system call scv tabort fix for corrupt irq soft-mask stateNicholas Piggin2021-09-132-41/+30
* | powerpc/boot: Fix build failure since GCC 4.9 removalMichael Ellerman2021-09-141-1/+1
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-10/+0
|\ \ | |/ |/|
| * powerpc: remove GCC version check for UPD_CONSTRNick Desaulniers2021-09-131-10/+0
* | arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-16/+0
* | compat: remove some compat entry pointsArnd Bergmann2021-09-081-5/+5
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-12/+5
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
| * mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-5/+4
| * mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-076-16/+17
|\ \
| * \ Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-0612-10/+99
| |\ \
| * | | KVM: stats: Add halt polling related histogram statsJing Zhang2021-08-201-2/+14
| * | | KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-204-4/+1
| * | | KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-202-8/+0
| * | | KVM: Move last_used_slot logic out of search_memslotsDavid Matlack2021-08-062-2/+2
* | | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-4/+1
|\ \ \ \
| * | | | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-4/+1
| |/ / /
* | | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-034-4/+3
|\ \ \ \
| * | | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-193-3/+3
| * | | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
| | |/ / | |/| |
* | | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-03176-2577/+2580
|\ \ \ \
| * \ \ \ Merge branch 'fixes' into nextMichael Ellerman2021-09-0318-81/+125
| |\ \ \ \