aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras9-31/+47
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin5-20/+38
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin9-43/+56
2023-04-03KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2-1/+4
2023-04-02Merge tag 'powerpc-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-2/+21
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy1-0/+6
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+19
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring18-40/+30
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring9-13/+12
2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch1-10/+23
2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch1-1/+1
2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch1-0/+17
2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-03-30powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch1-2/+2
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2-3/+8
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk1-1/+1
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny2-9/+0
2023-03-29powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabledHaren Myneni1-0/+8
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2-4/+4
2023-03-28mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()Gerald Schaefer1-1/+2
2023-03-28powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-0/+1
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2-3/+3
2023-03-28powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe1-0/+6
2023-03-28powerpc/64s: Fix __pte_needs_flush() false positive warningBenjamin Gray1-2/+7
2023-03-28powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman1-1/+1
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul1-2/+2
2023-03-27Remove orphaned CONFIG_PRINTK_SAFE_LOG_BUF_SHIFTMarc Aurèle La France1-1/+0
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman10-13/+36
2023-03-24crypto: p10-aes-gcm - remove duplicate include headerYe Xingchen1-1/+0
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider3-2/+9
2023-03-23kasan, powerpc: don't rename memintrinsics if compiler adds prefixesMarco Elver3-7/+19
2023-03-23powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIPAndy Shevchenko1-0/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2-6/+6
2023-03-22powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain1-9/+1
2023-03-22KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2-3/+4
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-1/+1
2023-03-21usb: ftdi-elan: Delete driverUwe Kleine-König1-1/+0
2023-03-21usb: host: u132-hcd: Delete driverUwe Kleine-König1-1/+0
2023-03-20Merge 6.3-rc3 into char-misc-nextGreg Kroah-Hartman7-6/+17
2023-03-19ixgb: Remove ixgb driverTony Nguyen6-6/+0
2023-03-17powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+15
2023-03-17powerpc/pseries: move to use bus_get_dev_root()Greg Kroah-Hartman2-13/+25
2023-03-17powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2-4/+15
2023-03-17powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+12
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-3/+2
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth5-21/+21