aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-02Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+7
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningGravatar Benjamin Gray 1-2/+7
2023-03-23kasan, powerpc: don't rename memintrinsics if compiler adds prefixesGravatar Marco Elver 2-5/+12
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-4/+0
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 16-55/+663
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+2
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 10-43/+94
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-19/+1
2023-02-17powerpc/64s: Prevent fallthrough to hash TLB flush when using radixGravatar Benjamin Gray 1-2/+2
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 3-14/+33
2023-02-15powerpc/machdep: warn when machine_is() used too earlyGravatar Nathan Lynch 1-5/+11
2023-02-13char/agp: introduce asm-generic/agp.hGravatar Mike Rapoport 2-13/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Gravatar Mike Rapoport 1-6/+0
2023-02-13powerpc/rtas: introduce rtas_function_token() APIGravatar Nathan Lynch 1-0/+99
2023-02-13powerpc/pseries: PAPR system parameter APIGravatar Nathan Lynch 1-0/+38
2023-02-13powerpc/pseries: add RTAS work area allocatorGravatar Nathan Lynch 1-0/+96
2023-02-13powerpc/tracing: tracepoints for RTAS entry and exitGravatar Nathan Lynch 1-0/+103
2023-02-13powerpc/rtas: improve function information lookupsGravatar Nathan Lynch 1-0/+85
2023-02-12powerpc/pseries: Pass PLPKS password on kexecGravatar Russell Currey 1-0/+14
2023-02-12powerpc/pseries: Add helper to get PLPKS password lengthGravatar Russell Currey 1-0/+5
2023-02-12powerpc/pseries: Make caller pass buffer to plpks_read_var()Gravatar Andrew Donnellan 1-0/+12
2023-02-12powerpc/pseries: Implement signed update for PLPKS objectsGravatar Nayna Jain 2-0/+6
2023-02-12powerpc/pseries: Expose PLPKS config values, support additional fieldsGravatar Nayna Jain 1-0/+58
2023-02-12powerpc/pseries: Move PLPKS constants to header fileGravatar Russell Currey 1-5/+31
2023-02-12powerpc/pseries: Move plpks.h to include directoryGravatar Russell Currey 1-0/+75
2023-02-12powerpc/secvar: Allow backend to populate static list of variable namesGravatar Andrew Donnellan 1-0/+4
2023-02-12powerpc/secvar: Extend sysfs to include config varsGravatar Russell Currey 1-0/+2
2023-02-12powerpc/secvar: Handle max object size in the consumerGravatar Russell Currey 1-0/+1
2023-02-12powerpc/secvar: Handle format string in the consumerGravatar Russell Currey 1-0/+1
2023-02-12powerpc/secvar: Warn and error if multiple secvar ops are setGravatar Russell Currey 1-2/+2
2023-02-12powerpc/secvar: Use u64 in secvar_operationsGravatar Michael Ellerman 1-6/+3
2023-02-12Merge branch 'fixes' into nextGravatar Michael Ellerman 3-14/+33
2023-02-10powerpc/kcsan: Memory barriers semanticsGravatar Rohan McLure 1-6/+6
2023-02-10powerpc/64: Move paca allocation to early_setup()Gravatar Nicholas Piggin 2-1/+1
2023-02-10powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareGravatar Nicholas Piggin 1-27/+8
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-9/+0
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapGravatar Pali Rohár 1-1/+3
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 3-3/+0
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 7-28/+63
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sGravatar David Hildenbrand 1-5/+33
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Gravatar Michael Ellerman 1-0/+2
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Gravatar Stephen Rothwell 1-1/+1
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersGravatar Nicholas Piggin 1-12/+29
2023-01-30powerpc/64s: Fix local irq disable when PMIs are disabledGravatar Nicholas Piggin 1-1/+1
2023-01-30powerpc/64: Don't recurse irq replayGravatar Nicholas Piggin 1-2/+4
2023-01-30powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQGravatar Christophe Leroy 1-3/+0
2023-01-30powerpc/rtas: remove lock and args fields from global rtas structGravatar Nathan Lynch 1-2/+0
2023-01-27vio: move to_vio_dev() to use container_of_const()Gravatar Greg Kroah-Hartman 1-4/+1
2023-01-11powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionGravatar Kajol Jain 1-1/+1
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCGravatar Sean Christopherson 1-1/+0