summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-133-38/+5
* kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-131-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/+1
* 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-281-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/+19
| | * | | 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/+2
| * | | | 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/+16
| * | | | powerpc/64s/idle: POWER9 ESL=0 stop avoid save/restore overheadNicholas Piggin2018-04-041-29/+16
| * | | | powerpc/64s/idle: Consolidate power9_offline_stop()/power9_idle_stop()Michael Ellerman2018-04-041-12/+11
| * | | | powerpc/powernv: Always stop secondaries before reboot/shutdownNicholas Piggin2018-04-033-38/+7
| * | | | powerpc: hard disable irqs in smp_send_stop loopNicholas Piggin2018-04-031-2/+3
| * | | | powerpc: use NMI IPI for smp_send_stopNicholas Piggin2018-04-031-0/+8
| * | | | powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-032-8/+5
| * | | | powerpc/pseries: Restore default security feature flags on setupMauricio Faria de Oliveira2018-04-031-0/+11
| * | | | powerpc: Move default security feature flagsMauricio Faria de Oliveira2018-04-032-6/+9
| * | | | powerpc: Don't write to DABR on >= Power8 if DAWR is disabledNicholas Piggin2018-04-031-2/+8
| * | | | KVM: PPC: Book3S HV: Fix ppc_breakpoint_available compile errorNicholas Piggin2018-04-031-0/+1
| * | | | powerpc: Fix oops due to bad access of lppaca on bare metalAneesh Kumar K.V2018-04-033-0/+8
| * | | | powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTMathieu Malaterre2018-04-011-1/+1
| * | | | powerpc: Clear branch trap (MSR.BE) before delivering SIGTRAPMatt Evans2018-04-011-1/+3
| * | | | powerpc/64s: Add POWER9 CPU type selectionNicholas Piggin2018-04-012-1/+7
| * | | | powerpc/64s: Refine feature sets for little endian buildsNicholas Piggin2018-04-011-0/+15
| * | | | powerpc/64: Add GENERIC_CPU support for little endianNicholas Piggin2018-04-012-2/+11
| * | | | powerpc/64s: Remove POWER4 supportNicholas Piggin2018-04-0110-692/+18
| * | | | powerpc: Remove unused CPU_FTR_ARCH_201Nicholas Piggin2018-04-011-2/+1
| * | | | powerpc/64s: Fix POWER9 DD2.2 and above in DT CPU featuresNicholas Piggin2018-04-011-3/+8
| * | | | powerpc/64s: Set assembler machine type to POWER4Nicholas Piggin2018-04-0111-27/+18
| * | | | powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLENicholas Piggin2018-04-011-2/+2
OpenPOWER on IntegriCloud