summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-271-6/+5
| * | | | | powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-271-1/+1
| * | | | | powerpc/configs/microwatt: Enable options for systemdJoel Stanley2021-08-271-1/+4
| * | | | | powerpc/configs/microwattt: Enable LiteethJoel Stanley2021-08-271-0/+1
| * | | | | powerpc/microwatt: Add Ethernet to device treeJoel Stanley2021-08-271-0/+12
| * | | | | powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy2021-08-271-0/+9
| * | | | | Merge changes from Paul GortmakerMichael Ellerman2021-08-2717-1021/+2
| |\ \ \ \ \
| | * | | | | powerpc: retire sbc8641d board supportPaul Gortmaker2021-08-276-273/+1
| | * | | | | powerpc: retire sbc8548 board supportPaul Gortmaker2021-08-2711-748/+1
| * | | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-2610-139/+180
| |\ \ \ \ \ \
| | * | | | | | powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2021-08-252-5/+0
| | * | | | | | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2021-08-252-0/+27