summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-252-4/+0
|\
| * Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-153-14/+33
| |\
| * | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-1/+0
| * | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-1/+0
| * | KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-291-1/+0
| * | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-1/+0
* | | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-2516-55/+663
|\ \ \
| * | | powerpc/machdep: warn when machine_is() used too earlyNathan Lynch2023-02-151-5/+11
| * | | powerpc/rtas: introduce rtas_function_token() APINathan Lynch2023-02-131-0/+99
| * | | powerpc/pseries: PAPR system parameter APINathan Lynch2023-02-131-0/+38
| * | | powerpc/pseries: add RTAS work area allocatorNathan Lynch2023-02-131-0/+96
| * | | powerpc/tracing: tracepoints for RTAS entry and exitNathan Lynch2023-02-131-0/+103
| * | | powerpc/rtas: improve function information lookupsNathan Lynch2023-02-131-0/+85
| * | | powerpc/pseries: Pass PLPKS password on kexecRussell Currey2023-02-121-0/+14
| * | | powerpc/pseries: Add helper to get PLPKS password lengthRussell Currey2023-02-121-0/+5
| * | | powerpc/pseries: Make caller pass buffer to plpks_read_var()Andrew Donnellan2023-02-121-0/+12
| * | | powerpc/pseries: Implement signed update for PLPKS objectsNayna Jain2023-02-122-0/+6
| * | | powerpc/pseries: Expose PLPKS config values, support additional fieldsNayna Jain2023-02-121-0/+58
| * | | powerpc/pseries: Move PLPKS constants to header fileRussell Currey2023-02-121-5/+31
| * | | powerpc/pseries: Move plpks.h to include directoryRussell Currey2023-02-121-0/+75
| * | | powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan2023-02-121-0/+4
| * | | powerpc/secvar: Extend sysfs to include config varsRussell Currey2023-02-121-0/+2
| * | | powerpc/secvar: Handle max object size in the consumerRussell Currey2023-02-121-0/+1
| * | | powerpc/secvar: Handle format string in the consumerRussell Currey2023-02-121-0/+1
| * | | powerpc/secvar: Warn and error if multiple secvar ops are setRussell Currey2023-02-121-2/+2
| * | | powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman2023-02-121-6/+3
| * | | Merge branch 'fixes' into nextMichael Ellerman2023-02-123-14/+33
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/kcsan: Memory barriers semanticsRohan McLure2023-02-101-6/+6
| * | | powerpc/64: Move paca allocation to early_setup()Nicholas Piggin2023-02-102-1/+1
| * | | powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareNicholas Piggin2023-02-101-27/+8
| * | | powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár2023-02-071-1/+3
| * | | powerpc/64: Don't recurse irq replayNicholas Piggin2023-01-301-2/+4
| * | | powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy2023-01-301-3/+0
| * | | powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch2023-01-301-2/+0
| | |/ | |/|
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-5/+2
|\ \ \
| * | | driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell2023-01-301-1/+1
| * | | vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman2023-01-271-4/+1
* | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2410-43/+94
|\ \ \ \
| * | | | mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-101-9/+0
| * | | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-3/+0
| * | | | powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-037-28/+63
| * | | | powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand2023-02-031-5/+33
| |/ / /
* | | | Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-212-19/+1
|\ \ \ \
| * | | | char/agp: introduce asm-generic/agp.hMike Rapoport2023-02-132-13/+1
| * | | | char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-6/+0
| | |/ / | |/| |
* | | | powerpc/64s: Prevent fallthrough to hash TLB flush when using radixBenjamin Gray2023-02-171-2/+2
| |_|/ |/| |
* | | powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman2023-02-021-0/+2
* | | powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin2023-01-301-12/+29
* | | powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin2023-01-301-1/+1
| |/ |/|
* | powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-111-1/+1
|/