summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.19.79' into v4.19-rtSteven Rostedt (VMware)2019-10-144-5/+5
|\
| * powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-10-111-2/+2
| * powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this functionChristophe Leroy2019-10-071-2/+1
| * powerpc/xive: Fix bogus error code returned by OPALGreg Kurz2019-10-011-1/+1
| * powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh2019-09-191-0/+1
* | Merge tag 'v4.19.73' into v4.19-rtSteven Rostedt (VMware)2019-10-146-15/+21
|\ \ | |/
| * powerpc/tm: Remove msr_tm_active()Breno Leitao2019-09-161-1/+6
| * KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2019-09-164-8/+6
| * powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2019-09-161-6/+9
* | Merge tag 'v4.19.72' into v4.19-rtSteven Rostedt (VMware)2019-09-141-2/+5
|\ \ | |/
| * powerpc/cacheflush: fix variable set but not usedQian Cai2019-07-311-2/+5
* | Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)2019-07-192-0/+2
|\ \ | |/
| * powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-251-0/+1
| * KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-06-221-0/+1
* | Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)2019-06-141-1/+1
|\ \ | |/
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* | Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)2019-06-142-1/+4
|\ \ | |/
| * powerpc/booke64: set RI in default MSRLaurentiu Tudor2019-05-161-1/+1
| * powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley2019-05-161-0/+3
* | powerpc: reshuffle TIF bitsSebastian Andrzej Siewior2019-05-241-4/+7
* | Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)2019-04-286-4/+37
|\ \ | |/
| * powerpc/pseries: Perform full re-add of CPU for topology update post-migrationNathan Fontenot2019-04-051-0/+2
| * powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-04-031-0/+2
| * powerpc/fsl: Add nospectre_v2 command line argumentDiana Craciun2019-04-031-0/+5
| * powerpc/fsl: Add macro to flush the branch predictorDiana Craciun2019-04-031-0/+10
| * powerpc/fsl: Add infrastructure to fixup branch predictor flushDiana Craciun2019-04-032-0/+14
| * powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2019-03-271-4/+4
* | Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)2019-03-273-1/+11
|\ \ | |/
| * KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-1/+1
| * powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V2019-03-231-0/+8
| * powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-03-231-0/+2
* | Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior2019-02-183-17/+9
|\ \ | |/
| * powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-02-151-15/+7
| * powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar2019-02-121-1/+1
| * powerpc/uaccess: fix warning/error with access_ok()Christophe Leroy2019-02-121-1/+1
* | Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior2018-12-111-13/+7
|\ \ | |/
| * powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman2018-12-011-13/+7
* | Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior2018-11-302-28/+13
|\ \ | |/
| * Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"Christophe Leroy2018-11-211-28/+6
| * powerpc/msi: Fix compile error on mpc83xxChristophe Leroy2018-11-131-0/+7
* | powerpc: Add support for lazy preemptionThomas Gleixner2018-10-291-2/+7
* | locking: don't check for __LINUX_SPINLOCK_TYPES_H on -RT archsSebastian Andrzej Siewior2018-10-291-4/+0
|/
* mm: Preserve _PAGE_DEVMAP across mprotect() callsJan Kara2018-10-091-2/+2
* Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-281-0/+1
|\
| * powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+1
* | KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-123-3/+1
|/
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-244-7/+26
|\
| * powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
| * powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3
| * powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-211-0/+5