summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-02-2216-133/+115
|\
| * ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevantVineet Gupta2017-02-063-8/+0
| * ARCv2: intc: Delete useless comments in Device TreesYuriy Kolerov2017-02-062-2/+0
| * ARCv2: IDU-intc: Delete deprecated parameters in Device TreesYuriy Kolerov2017-02-066-83/+15
| * ARCv2: IDU-intc: mask all common interrupts by defaultYuriy Kolerov2017-02-061-2/+10
| * ARCv2: IDU-intc: Use build registers for getting numbers of interruptsYuriy Kolerov2017-02-061-10/+9
| * ARCv2: intc: Set default priority for all core interruptsYuriy Kolerov2017-02-061-1/+11
| * ARCv2: intc: Use runtime value of irq count for setting up intcVineet Gupta2017-02-062-11/+18
| * ARCv2: intc: Rework the build time irq count informationYuriy Kolerov2017-02-063-13/+13
| * ARC: [intc-*]: confine NR_CPU_IRQS to intc codeVineet Gupta2017-02-063-1/+3
| * ARCv2: intc: Use ARC_REG_STATUS32 for addressing STATUS32 regYuriy Kolerov2017-02-062-1/+4
| * arc: vdk: Add support of UIOAlexey Brodkin2017-02-062-0/+10
| * arc: vdk: Add support of MMC controllerAlexey Brodkin2017-02-062-0/+22
| * arc: vdk: Disable halt on resetAlexey Brodkin2017-02-061-2/+1
* | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-22125-976/+3839
|\ \
| * | powerpc/mm/radix: Skip ptesync in pte update helpersAneesh Kumar K.V2017-02-151-3/+0
| * | powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mmAneesh Kumar K.V2017-02-152-1/+39
| * | powerpc/mm/radix: Update pte update sequence for pte clear caseAneesh Kumar K.V2017-02-151-9/+3
| * | powerpc/mm: Update PROTFAULT handling in the page fault pathAneesh Kumar K.V2017-02-152-14/+39
| * | powerpc/xmon: Fix data-breakpointRavi Bangoria2017-02-151-1/+3
| * | powerpc/mm: Fix build break with BOOK3S_64=n and MEMORY_HOTPLUG=yMichael Ellerman2017-02-151-1/+7
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-1435-249/+1530
| |\ \
| | * | powerpc/powernv: Remove separate entry for OPAL real mode callsBenjamin Herrenschmidt2017-02-076-86/+46
| | * | powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2017-02-072-1/+9
| | * | KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras2017-01-315-27/+111
| | * | KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1Paul Mackerras2017-01-311-0/+6
| | * | KVM: PPC: Book3S HV: Allow guest exit path to have MMU onPaul Mackerras2017-01-313-17/+58
| | * | KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movementPaul Mackerras2017-01-314-14/+82
| | * | KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix modePaul Mackerras2017-01-311-0/+14
| | * | KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras2017-01-314-33/+144
| | * | KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras2017-01-313-21/+103
| | * | KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-315-3/+415
| | * | KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guestsPaul Mackerras2017-01-313-11/+49
| | * | KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-316-3/+160
| | * | KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9Paul Mackerras2017-01-311-0/+8
| | * | KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9Paul Mackerras2017-01-313-5/+33
| | * | KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMUPaul Mackerras2017-01-314-0/+67
| | * | powerpc/64: Allow for relocation-on interrupts from guest to hostPaul Mackerras2017-01-312-29/+34
| | * | powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras2017-01-311-3/+13
| | * | powerpc/64: Export pgtable_cache and pgtable_cache_add for KVMPaul Mackerras2017-01-311-1/+2
| | * | powerpc/64: More definitions for POWER9Paul Mackerras2017-01-312-1/+15
| | * | powerpc/64: Enable use of radix MMU under hypervisor on POWER9Paul Mackerras2017-01-317-6/+81
| | * | powerpc/pseries: Fixes for the "ibm,architecture-vec-5" optionsPaul Mackerras2017-01-312-5/+5
| | * | powerpc/64: Don't try to use radix MMU under a hypervisorPaul Mackerras2017-01-311-0/+33
| | * | KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin2017-01-314-8/+58
| | * | KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt sectionNicholas Piggin2017-01-272-5/+3
| | * | KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HVNicholas Piggin2017-01-273-27/+38
| * | | powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=yMichael Ellerman2017-02-141-1/+1
| * | | powerpc/mm: Fix build break with RADIX=y & HUGETLBFS=nMichael Ellerman2017-02-142-0/+8
| * | | powerpc/pseries: Fix typo in parameter descriptionWei Yongjun2017-02-101-1/+1