summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-09-05Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-18/+0
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-1/+4
2023-09-03kbuild: Show marked Kconfig fragments in "help"Kees Cook2-1/+4
2023-09-02Merge tag 'v6.6-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-32/+1
2023-09-01powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar1-1/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds267-2621/+3366
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+8
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds1-4/+4
2023-08-30crypto: powerpc/chacha20,poly1305-p10 - Add dependency on VSXHerbert Xu1-2/+2
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds10-50/+29
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds34-269/+1084
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-6/+0
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds6-0/+2354
2023-08-29powerpc/xmon: Reapply "Relax frame size for clang"Nick Desaulniers1-0/+4
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2023-08-28powerpc/mm/book3s64: Use 256M as the upper limit with coherent device memory ...Aneesh Kumar K.V1-2/+6
2023-08-28powerpc/mm/book3s64: Fix build error with SPARSEMEM disabledAneesh Kumar K.V1-4/+15
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey1-3/+14
2023-08-25powerpc: implement the new page table range APIMatthew Wilcox (Oracle)11-93/+89
2023-08-25mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan1-1/+2
2023-08-25powerpc/mpc5xxx: Add missing fwnode_handle_put()Liang He1-1/+3
2023-08-25powerpc/config: Disable SLAB_DEBUG_ON in skirootJoel Stanley1-1/+0
2023-08-25powerpc/pseries: Remove unused hcall tracing instructionNicholas Piggin1-1/+0
2023-08-25powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=nNicholas Piggin1-0/+1
2023-08-25powerpc: dts: add missing space before {Krzysztof Kozlowski8-18/+18
2023-08-25powerpc/eeh: Use pci_dev_id() to simplify the codeJialin Zhang1-2/+1
2023-08-25powerpc/64s: Move CPU -mtune options into KconfigMichael Ellerman2-3/+8
2023-08-25powerpc/powermac: Fix unused function warningMichael Ellerman1-4/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTRussell Currey4-14/+13
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman7-5/+10
2023-08-24powerpc/pseries: Move hcall_vphn() prototype into vphn.hMichael Ellerman3-3/+2
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hMichael Ellerman6-23/+26
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman5-27/+3
2023-08-24powerpc/powernv: Use struct opal_prd_msg in more placesMichael Ellerman1-5/+5
2023-08-24powerpc/powernv: Fix fortify source warnings in opal-prd.cMichael Ellerman1-5/+12
2023-08-24powerpc: Remove <asm/ide.h>Geert Uytterhoeven1-18/+0
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy6-16/+17
2023-08-23powerpc/64e: Fix circular dependency with CONFIG_SMP disabledChristophe Leroy2-5/+3
2023-08-23powerpc/powernv: fix debugfs_create_dir() error checkingImmad Mir1-2/+2
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+1
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap6-6/+6
2023-08-21powerpc: convert various functions to use ptdescsVishal Moola (Oracle)3-50/+50
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixAneesh Kumar K.V3-1/+23
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-0/+1
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+1