summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-0/+33
* powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin2017-06-201-1/+4
* powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin2017-06-201-5/+11
* powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin2017-06-201-5/+12
* powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin2017-06-201-11/+10
* powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-203-4/+14
* powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-191-0/+13
* powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2017-06-192-0/+16
* powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-191-0/+1
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-193-5/+9
* powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-151-4/+4
* powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2017-06-151-0/+5
* powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2017-06-061-7/+8
* powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-052-0/+4
* powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-051-1/+2
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-054-11/+33
* powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2017-06-021-0/+3
* powerpc: Remove __ilog2()s and use generic onesChristophe Leroy2017-06-021-26/+1
* powerpc: Replace ffz() by equivalent generic functionChristophe Leroy2017-06-021-19/+1
* powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy2017-06-021-21/+3
* powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy2017-06-021-14/+2
* powerpc/64: Tool to check head sections location sanityNicholas Piggin2017-05-301-2/+2
* powerpc/64: Handle linker stubs in low .text codeNicholas Piggin2017-05-301-0/+18
* powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1Gautham R. Shenoy2017-05-301-0/+2
* powerpc/64s: Fix FIXUP_ENDIAN non-maskable interrupt reentrancyNicholas Piggin2017-05-301-4/+7
* powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman2017-05-191-0/+12
* powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman2017-05-151-0/+4
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-127-6/+42
|\
| * powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin2017-05-094-3/+32
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-05-092-0/+7
| |\
| | * powerpc/64e: Don't place the stack beyond TASK_SIZEScott Wood2017-05-051-0/+5
| | * powerpc/8xx: Adding support of IRQ in MPC8xx GPIOChristophe Leroy2017-05-021-0/+2
| * | powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman2017-05-091-3/+3
* | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-094-6/+107
|\ \ \
| * \ \ Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-2812-60/+536
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-274-6/+107
* | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-082-5/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-281-5/+4
| |\ \ \ \ \
| | * | | | | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-0/+1
| | * | | | | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-3/+0
| | * | | | | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-2/+3
| * | | | | | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-191-0/+2
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-0/+2
|\ \ \ \ \ \
| * | | | | | powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-081-0/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-085-11/+129
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-202-0/+12
| * | | | | KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-202-7/+19
| * | | | | KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-201-1/+1
| * | | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-04-202-2/+14
| |\ \ \ \ \
| * | | | | | KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy2017-04-201-0/+1
OpenPOWER on IntegriCloud