aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao1-0/+1
2017-06-16powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy1-1/+1
2017-06-15powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt1-5/+7
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2-14/+13
2017-06-06powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman1-0/+14
2017-06-01powerpc/64: Reclaim CPU_FTR_SUBCOREMichael Ellerman1-2/+1
2017-05-19powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman1-0/+12
2017-05-15powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman1-0/+4
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-6/+42
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin4-3/+32
2017-05-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman2-0/+7
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEADPaolo Bonzini4-6/+107
2017-05-09powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman1-3/+3
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+6
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini1-0/+2
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+129
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds48-456/+981
2017-05-05powerpc/64e: Don't place the stack beyond TASK_SIZEScott Wood1-0/+5
2017-05-02powerpc/8xx: Adding support of IRQ in MPC8xx GPIOChristophe Leroy1-0/+2
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-1/+3
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-86/+39
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas1-5/+4
2017-04-28powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman1-1/+1
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin1-3/+11
2017-04-28powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2-1/+15
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2-1/+10
2017-04-28powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2-8/+12
2017-04-28powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin1-6/+10
2017-04-28powerpc/64s: Add exception macro that does not enable RINicholas Piggin1-0/+15
2017-04-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-2/+14
2017-04-28Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras12-60/+536
2017-04-27powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy1-0/+1
2017-04-27KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt4-6/+107
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro17-130/+241
2017-04-25powerpc/mm: Ensure IRQs are off in switch_mm()David Gibson1-2/+15
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman2-53/+51
2017-04-24powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao1-0/+41
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao1-0/+10
2017-04-23powerpc/kprobes: Blacklist common exception handlersNaveen N. Rao1-0/+1
2017-04-23powerpc/kprobes: Blacklist exception handlersNaveen N. Rao1-0/+2
2017-04-23powerpc/64s: Simplify POWER9 DD1 idle workaround codeNicholas Piggin1-0/+3
2017-04-23powerpc/64s: Idle POWER8 avoid full state loss recovery where possibleNicholas Piggin1-3/+29
2017-04-23powerpc/64s: Expand core idle state bitsNicholas Piggin1-2/+2
2017-04-23powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin1-0/+1
2017-04-23powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin1-11/+2
2017-04-23powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin1-8/+0