summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* proc: fix /proc/loadavg regressionAlexey Dobriyan2018-04-211-1/+1
* powerpc/kvm: Fix lockups when running KVM guests on Power8Michael Ellerman2018-04-191-2/+2
* powerpc/eeh: Fix enabling bridge MMIO windowsMichael Neuling2018-04-191-1/+2
* powerpc/xive: Fix trying to "push" an already active pool VPBenjamin Herrenschmidt2018-04-181-0/+4
* powerpc/64s: Default l1d_size to 64K in RFI fallback flushMadhavan Srinivasan2018-04-171-0/+11
* powerpc/lib: Fix off-by-one in alternate feature patchingMichael Ellerman2018-04-161-1/+1
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-1510-40/+63
|\
| * powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU featuresMichael Ellerman2018-04-132-15/+22
| * powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman2018-04-121-3/+2Star
| * KVM: PPC: Book3S HV: trace_tlbie must not be called in realmodeNicholas Piggin2018-04-111-4/+0Star
| * powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V2018-04-111-0/+1
| * powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loopsNicholas Piggin2018-04-111-1/+6
| * powerpc/powernv: define a standard delay for OPAL_BUSY type retry loopsNicholas Piggin2018-04-101-0/+3
| * powerpc/fscr: Enable interrupts earlier before calling get_user()Anshuman Khandual2018-04-101-15/+17
| * powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()Michael Ellerman2018-04-101-1/+1
| * powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagicMichael Ellerman2018-04-091-1/+11
* | kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-141-4/+5
* | kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-143-38/+5Star
* | kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-141-0/+3
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-12/+16
* | mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1Star
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+3
|\ \
| * \ Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams2018-04-091-0/+3
| |\ \
| | * | powerpc/powernv: Create platform devs for nvdimm busesOliver O'Halloran2018-04-071-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-0912-171/+215
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'kvm-ppc-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-03-2913-202/+261
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handlerPaul Mackerras2018-03-271-60/+88
| | * | | KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handlerPaul Mackerras2018-03-191-36/+93
| | * | | KVM: PPC: Book3S HV: Streamline setting of reference and change bitsPaul Mackerras2018-03-191-33/+19Star
| | * | | KVM: PPC: Book3S HV: Radix page fault handler optimizationsPaul Mackerras2018-03-191-15/+27
| | * | | KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-1910-46/+2Star
| * | | | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-061-0/+5
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-07245-2298/+3833
|\ \ \ \
| * | | | powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleepNicholas Piggin2018-04-051-0/+2
| * | | | powerpc/64s: Fix POWER9 DD2.2 and above in cputable featuresNicholas Piggin2018-04-051-1/+2
| * | | | powerpc/64s: Fix pkey support in dt_cpu_ftrs, add CPU_FTR_PKEY bitNicholas Piggin2018-04-051-0/+7
| * | | | powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bitsNicholas Piggin2018-04-051-3/+9
| * | | | Revert "powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overhead"Michael Ellerman2018-04-051-16/+29
| * | | | powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2018-04-051-0/+40
| * | | | powerpc: io.h: move iomap.h include so that it can use readq/writeq defsLogan Gunthorpe2018-04-051-2/+2
| * | | | powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports itNaveen N. Rao2018-04-041-1/+2
| * | | | powerpc/mm/radix: Update command line parsing for disable_radixAneesh Kumar K.V2018-04-042-4/+14
| * | | | powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V2018-04-041-1/+1
| * | | | powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbAneesh Kumar K.V2018-04-041-5/+13
| * | | | powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V2018-04-044-12/+17
| * | | | powerpc/mm/keys: Update documentation and remove unnecessary checkAneesh Kumar K.V2018-04-042-23/+16Star
| * | | | powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin2018-04-041-29/+16Star
| * | | | powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman2018-04-041-12/+11Star
| * | | | powerpc/powernv: Always stop secondaries before reboot/shutdownNicholas Piggin2018-04-033-38/+7Star
| * | | | powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin2018-04-031-2/+3