aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2023-11-07powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docGravatar Nathan Lynch 1-0/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 14-37/+47
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'for-6.7/block-2023-10-30' of git://git.kernel.dk/linuxGravatar Linus Torvalds 3-0/+138
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-4/+7
2023-10-20powerpc/pseries: use kfree_sensitive() in plpks_gen_password()Gravatar Minjie Du 1-2/+2
2023-10-20powerpc/pseries: fix potential memory leak in init_cpu_associativity()Gravatar Wang Yufen 1-1/+3
2023-10-20powerpc/vas: Limit open window failure messages in log buffferGravatar Haren Myneni 2-20/+18
2023-10-19powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-I...Gravatar Gaurav Batra 1-4/+4
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUGravatar Christian Brauner 1-4/+7
2023-10-19powerpc/fadump: Annotate endianness cast with __forceGravatar Benjamin Gray 1-1/+1
2023-10-19powerpc: Annotate endianness of various variables and functionsGravatar Benjamin Gray 2-2/+4
2023-10-19powerpc: Use NULL instead of 0 for null pointersGravatar Benjamin Gray 2-5/+5
2023-10-19powerpc: Untangle fixmap.h and pgtable.h and mmu.hGravatar Christophe Leroy 2-0/+3
2023-10-18Merge branch fixes into nextGravatar Michael Ellerman 2-9/+2
2023-10-18spufs: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-17powerpc/pseries: PLPKS SED Opal keystore supportGravatar Greg Joyce 3-0/+138
2023-10-10powerpc: Remove now superfluous sentinel element from ctl_table arraysGravatar Joel Granados 1-1/+0
2023-09-30powerpc/pseries: Remove unused r0 in the hcall tracing codeGravatar Athira Rajeev 1-4/+0
2023-09-30powerpc/pseries: Fix STK_PARAM access in the hcall tracing codeGravatar Athira Rajeev 1-3/+1
2023-09-18powerpc/82xx: Select FSL_SOCGravatar Christophe Leroy 1-2/+1
2023-09-18powerpc/32: Add dependencies of POWER_RESET for pmac32Gravatar Yuan Tan 1-0/+1
2023-09-18powerpc/powermac: add missing of_node_putGravatar Julia Lawall 2-2/+6
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-2/+0
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 100-657/+490
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+2
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-3/+0
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2023-08-25powerpc/pseries: Remove unused hcall tracing instructionGravatar Nicholas Piggin 1-1/+0
2023-08-25powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=nGravatar Nicholas Piggin 1-0/+1
2023-08-25powerpc/eeh: Use pci_dev_id() to simplify the codeGravatar Jialin Zhang 1-2/+1
2023-08-25powerpc/64s: Move CPU -mtune options into KconfigGravatar Michael Ellerman 1-0/+7
2023-08-25powerpc/powermac: Fix unused function warningGravatar Michael Ellerman 1-4/+4
2023-08-24powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPTGravatar Russell Currey 3-12/+4
2023-08-24powerpc/pseries: Move VPHN constants into vphn.hGravatar Michael Ellerman 3-1/+3
2023-08-24powerpc/powernv: Use struct opal_prd_msg in more placesGravatar Michael Ellerman 1-5/+5
2023-08-24powerpc/powernv: Fix fortify source warnings in opal-prd.cGravatar Michael Ellerman 1-5/+12
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Gravatar Christophe Leroy 2-4/+4
2023-08-23powerpc/powernv: fix debugfs_create_dir() error checkingGravatar Immad Mir 1-2/+2
2023-08-21powerpc/book3s64/memhotplug: enable memmap on memory for radixGravatar Aneesh Kumar K.V 1-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 2-4/+4
2023-08-18powerpc/book3s64/mm: enable transparent pud hugepageGravatar Aneesh Kumar K.V 1-0/+1
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerGravatar Michal Suchanek 1-2/+0
2023-08-18powerpc/mm: Cleanup memory block size probingGravatar Aneesh Kumar K.V 4-67/+12
2023-08-18powerpc/4xx: Add missing includes to fix no previous prototype errorsGravatar Christophe Leroy 2-0/+2
2023-08-18powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...Gravatar Christophe Leroy 1-55/+0
2023-08-18powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorGravatar Christophe Leroy 1-12/+5
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Gravatar Christophe Leroy 2-22/+5
2023-08-18powerpc/82xx: Remove pq2_init_pciGravatar Christophe Leroy 1-46/+0