summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofoldIvan Vecera2016-11-151-8/+4
* powerpc/64: Fix race condition in setting lock bit in idle/wakeup codePaul Mackerras2016-11-101-0/+3
* powerpc/64: Re-fix race condition between going idle and entering guestPaul Mackerras2016-11-101-6/+26
* powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-11-102-4/+16
* powerpc: Convert cmp to cmpd in idle enter sequenceSegher Boessenkool2016-11-101-1/+1
* powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-10-312-0/+9
* powerpc/nvram: Fix an incorrect partition mergePan Xinhui2016-10-311-3/+3
* powerpc: Add check_if_tm_restore_required() to giveup_all()Cyril Bur2016-10-311-0/+1
* powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in useCyril Bur2016-10-311-3/+18
* powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-281-0/+2
* soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-10-283-6/+15
* powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-281-1/+1
* powerpc/pseries: Fix stack corruption in htpe codeLaurent Dufour2016-10-281-2/+2
* powerpc/64: Fix incorrect return value from __copy_tofrom_userPaul Mackerras2016-10-281-1/+1
* powerpc/mm: Update FORCE_MAX_ZONEORDER range to allow hugetlb w/4KAneesh Kumar K.V2016-10-281-1/+1
* powerpc/powernv: Use CPU-endian PEST in pnv_pci_dump_p7ioc_diag_data()Gavin Shan2016-10-281-2/+2
* powerpc/powernv: Use CPU-endian hub diag-data type in pnv_eeh_get_and_dump_hu...Gavin Shan2016-10-281-1/+1
* powerpc/eeh: Null check uses of eeh_pe_bus_getRussell Currey2016-10-282-0/+13
* powerpc/powernv: Pass CPU-endian PE number to opal_pci_eeh_freeze_clear()Gavin Shan2016-10-281-1/+1
* powerpc/vdso64: Use double word compare on pointersAnton Blanchard2016-10-282-2/+2
* powerpc/xmon: Don't use ld on 32-bitMichael Ellerman2016-10-281-2/+2
* KVM: PPC: BookE: Fix a sanity checkDan Carpenter2016-10-161-1/+1
* KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-10-162-0/+3
* Merge tag 'powerpc-4.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-09-251-2/+9
|\
| * powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignmentRussell Currey2016-09-211-2/+9
* | Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-09-173-9/+29
|\|
| * powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman2016-09-151-2/+2
| * powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan2016-09-151-0/+10
| * powerpc/powernv: Fix the state of root PEGavin Shan2016-09-141-1/+11
| * powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bitMichael Ellerman2016-09-121-1/+1
| * powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state lossGautham R. Shenoy2016-09-121-5/+5
* | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-141-21/+2
|\ \
| * | ppc32: fix copy_from_user()Al Viro2016-09-131-23/+2
* | | Merge tag 'powerpc-4.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-09-095-17/+29
|\ \ \ | | |/ | |/|
| * | powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras2016-09-081-1/+6
| * | powerpc/32: Fix again csum_partial_copy_generic()Christophe Leroy2016-09-081-3/+4
| * | powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan2016-09-081-1/+2
| * | powerpc/powernv: Fix crash on releasing compound PEGavin Shan2016-09-061-6/+9
| * | powerpc/xics/opal: Fix processor numbers in OPAL ICPBenjamin Herrenschmidt2016-09-061-5/+7
| * | powerpc/pseries: Fix little endian build with CONFIG_KEXEC=nThiago Jung Bauermann2016-09-061-1/+1
* | | usercopy: fold builtin_const check into inline functionKees Cook2016-09-061-12/+7
|/ /
* | powerpc: signals: Discard transaction state from signal framesCyril Bur2016-08-292-0/+28
* | powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2016-08-292-2/+12
* | powerpc/tm: do not use r13 for tabort_syscallNicholas Piggin2016-08-291-6/+6
* | powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-08-225-7/+10
* | powerpc: sysdev: cpm: fix gpio save_regs functionsChristophe Leroy2016-08-222-3/+6
* | powerpc/pseries: PACA save area fix for MCE vs MCENicholas Piggin2016-08-221-1/+20
* | powerpc/pseries: PACA save area fix for general exception vs MCENicholas Piggin2016-08-221-4/+4
* | powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup...Michael Ellerman2016-08-221-3/+6
* | powerpc, hotplug: Avoid to touch non-existent cpumasks.Boqun Feng2016-08-221-1/+1