summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky2021-10-042-7/+3
* powerpc/pseries/svm: Add a powerpc version of cc_platform_has()Tom Lendacky2021-10-043-0/+29
* 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
| |\ \ \ \
| * | | | | powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman2021-09-011-1/+2
| * | | | | powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman2021-09-011-0/+2
| * | | | | KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy2021-08-301-3/+6
| * | | | | powerpc/pseries/iommu: Rename "direct window" to "dma window"Leonardo Bras2021-08-271-42/+45
| * | | | | powerpc/pseries/iommu: Make use of DDW for indirect mappingLeonardo Bras2021-08-271-15/+74
| * | | | | powerpc/pseries/iommu: Find existing DDW with given property nameLeonardo Bras2021-08-271-10/+15
| * | | | | powerpc/pseries/iommu: Update remove_dma_window() to accept property nameLeonardo Bras2021-08-271-8/+10
| * | | | | powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helperLeonardo Bras2021-08-271-34/+38
| * | | | | powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()Leonardo Bras2021-08-271-45/+84
| * | | | | powerpc/pseries/iommu: Allow DDW windows starting at 0x00Leonardo Bras2021-08-271-18/+18
| * | | | | powerpc/pseries/iommu: Add ddw_list_new_entry() helperLeonardo Bras2021-08-271-11/+21
| * | | | | powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helperLeonardo Bras2021-08-271-11/+14
| * | | | | powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-272-30/+32
| * | | | | powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras2021-08-272-24/+23
| * | | | | powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-273-5/+18
| * | | | | powerpc/numa: Print debug statements only when requiredSrikar Dronamraju2021-08-271-5/+4
| * | | | | powerpc/numa: convert printk to pr_xxxSrikar Dronamraju2021-08-271-13/+9
| * | | | | powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju2021-08-271-15/+9
| * | | | | powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-271-1/+1