summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)Author
2023-04-02Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray
2023-03-23kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-17powerpc/64s: Prevent fallthrough to hash TLB flush when using radixBenjamin Gray
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-15powerpc/machdep: warn when machine_is() used too earlyNathan Lynch
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport
2023-02-13powerpc/rtas: introduce rtas_function_token() APINathan Lynch
2023-02-13powerpc/pseries: PAPR system parameter APINathan Lynch
2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch
2023-02-13powerpc/tracing: tracepoints for RTAS entry and exitNathan Lynch
2023-02-13powerpc/rtas: improve function information lookupsNathan Lynch
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey
2023-02-12powerpc/pseries: Add helper to get PLPKS password lengthRussell Currey
2023-02-12powerpc/pseries: Make caller pass buffer to plpks_read_var()Andrew Donnellan
2023-02-12powerpc/pseries: Implement signed update for PLPKS objectsNayna Jain
2023-02-12powerpc/pseries: Expose PLPKS config values, support additional fieldsNayna Jain
2023-02-12powerpc/pseries: Move PLPKS constants to header fileRussell Currey
2023-02-12powerpc/pseries: Move plpks.h to include directoryRussell Currey
2023-02-12powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan
2023-02-12powerpc/secvar: Extend sysfs to include config varsRussell Currey
2023-02-12powerpc/secvar: Handle max object size in the consumerRussell Currey
2023-02-12powerpc/secvar: Handle format string in the consumerRussell Currey
2023-02-12powerpc/secvar: Warn and error if multiple secvar ops are setRussell Currey
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman
2023-02-12Merge branch 'fixes' into nextMichael Ellerman
2023-02-10powerpc/kcsan: Memory barriers semanticsRohan McLure
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin
2023-02-10powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareNicholas Piggin
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin
2023-01-30powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin
2023-01-30powerpc/64: Don't recurse irq replayNicholas Piggin
2023-01-30powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy
2023-01-30powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch
2023-01-27vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman
2023-01-11powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson