summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arm64: cpufeature: Expose CPUID registers by emulationSuzuki K Poulose2017-01-124-0/+107
| * | | arm64: cpufeature: Track user visible fieldsSuzuki K Poulose2017-01-103-93/+113
| * | | arm64: Add helper to decode register from instructionSuzuki K Poulose2017-01-102-0/+31
| * | | arm64: cpufeature: Define helpers for sys_reg idSuzuki K Poulose2017-01-101-1/+20
| * | | arm64: cpufeature: Document the rules of safe value for featuresSuzuki K Poulose2017-01-101-1/+14
| * | | arm64: cpufeature: Cleanup feature bit tablesSuzuki K Poulose2017-01-101-12/+7
| * | | arm64: cpufeature: remove explicit RAZ fieldsMark Rutland2017-01-101-15/+0
| * | | arm64: cpufeature: treat unknown fields as RES0Mark Rutland2017-01-101-1/+11
| * | | arm64: cpufeature: Don't enforce system-wide SPE capabilityWill Deacon2017-01-102-1/+3
| * | | arm64: cpufeature: allow for version discrepancy in PMU implementationsWill Deacon2017-01-101-1/+5
| * | | arm64: Remove useless UAO IPI and describe how this gets enabledJames Morse2017-01-103-16/+4
| * | | arm64: head.S: fix up stale commentsMark Rutland2017-01-101-2/+2
| * | | arm64: add missing printk newlinesMark Rutland2017-01-102-4/+4
| * | | arm64: Don't trace __switch_to if function graph tracer is enabledJoel Fernandes2017-01-101-1/+1
* | | | 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