summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Fix instruction encoding for lis in ppc_function_entry()Naveen N. Rao2021-03-171-1/+1
* powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev2021-03-171-4/+15
* powerpc: improve handling of unrecoverable system resetNicholas Piggin2021-03-171-1/+4
* powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran2021-03-172-0/+13
* powerpc/8xx: Fix software emulation interruptChristophe Leroy2021-03-041-1/+1
* powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch2021-03-041-4/+3
* powerpc/47x: Disable 256k page sizeChristophe Leroy2021-03-041-1/+1
* KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater2021-03-041-4/+4
* powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao2021-01-061-1/+1
* powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy2021-01-061-2/+21
* powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrentlyDavid Hildenbrand2020-12-301-7/+15
* powerpc/powernv/memtrace: Don't leak kernel memory to user spaceDavid Hildenbrand2020-12-301-0/+22
* powerpc/xmon: Change printk() to pr_cont()Christophe Leroy2020-12-301-1/+1
* powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler2020-12-301-1/+1
* powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2020-12-302-4/+4
* powerpc/perf: Exclude kernel samples while counting events in user space.Athira Rajeev2020-12-301-0/+10
* powerpc/pseries/hibernation: remove redundant cacheinfo updateNathan Lynch2020-12-301-3/+0
* powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend opsNathan Lynch2020-12-301-1/+0
* powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-12-301-5/+0
* powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe2020-12-302-6/+6
* powerpc: Drop -me200 addition to build flagsMichael Ellerman2020-12-301-1/+0
* powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-221-6/+2
* powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-2211-59/+194
* powerpc/uaccess: Evaluate macro arguments once, before user access is allowedNicholas Piggin2020-11-221-14/+35
* powerpc: Fix __clear_user() with KUAP enabledAndrew Donnellan2020-11-223-7/+12
* powerpc: Implement user_access_begin and friendsChristophe Leroy2020-11-221-19/+56
* powerpc: Add a framework for user access trackingChristophe Leroy2020-11-224-8/+74
* powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-2210-7/+202
* powerpc/64s: move some exception handlers out of lineDaniel Axtens2020-11-221-2/+8
* powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-11-051-1/+1
* powerpc/powernv/elog: Fix race while processing OPAL error log event.Mahesh Salgaonkar2020-11-051-7/+26
* powerpc: Warn about use of smt_snooze_delayJoel Stanley2020-11-051-25/+17
* powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan2020-11-052-0/+166
* powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V2020-11-051-2/+2
* powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin2020-11-052-1/+2
* powerpc/powernv/smp: Fix spurious DBG() warningOliver O'Halloran2020-11-051-1/+1
* powerpc/powernv/dump: Fix race while processing OPAL dumpVasant Hegde2020-10-301-12/+29
* powerpc/perf/hv-gpci: Fix starting index valueKajol Jain2020-10-301-3/+3
* powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraintsAthira Rajeev2020-10-301-0/+10
* powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-10-302-20/+16
* powerpc/tau: Disable TAU between measurementsFinn Thain2020-10-302-48/+26
* powerpc/tau: Check processor type before enabling TAU interruptFinn Thain2020-10-302-22/+16
* powerpc/tau: Remove duplicated set_thresholds() callFinn Thain2020-10-291-5/+0
* powerpc/tau: Convert from timer to workqueueFinn Thain2020-10-291-20/+18
* powerpc/tau: Use appropriate temperature sample intervalFinn Thain2020-10-292-9/+5
* powerpc/pseries: explicitly reschedule during drmem_lmb list traversalNathan Lynch2020-10-291-1/+17
* powerpc/icp-hv: Fix missing of_node_put() in success pathNicholas Mc Guire2020-10-291-0/+1
* powerpc/pseries: Fix missing of_node_put() in rng_init()Nicholas Mc Guire2020-10-291-0/+1
* powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin2020-10-011-3/+3
* KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-10-013-7/+40