summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+23
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-1/+2
2016-03-09Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini4-6/+8
2016-03-06Merge tag 'powerpc-4.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2016-03-03powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint eventRavi Bangoria1-1/+2
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar4-6/+8
2016-02-29KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier1-0/+11
2016-02-29powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier1-1/+8
2016-02-29powerpc/smp: Support more IPI messagesSuresh Warrier1-4/+4
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-2/+2
2016-02-25Merge tag 'powerpc-4.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+1
2016-02-22powerpc/eeh: Fix partial hotplug criterionGavin Shan1-2/+1
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-2/+5
2016-02-15powerpc/eeh: Fix stale cached primary busGavin Shan2-1/+4
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2-5/+0
2016-02-08powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab1-1/+1
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-49/+24
2016-01-27powerpc/eeh: Fix PE location codeGavin Shan1-18/+15
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+11
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+1
2016-01-21powerpc: Simplify module TOC handlingAlan Modra2-31/+9
2016-01-20powerpc: enable UBSAN supportDaniel Axtens3-1/+9
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes1-2/+2
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds26-679/+478
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2016-01-13powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand1-0/+27
2016-01-11powerpc: Implement save_stack_trace_regs() to enable kprobe stack tracingSteven Rostedt1-0/+7
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro1-10/+4
2015-12-27powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling1-4/+4
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling1-0/+2
2015-12-17powerpc: Add missing calls to va_end()Daniel Axtens1-0/+1
2015-12-17powerpc/476fpe: Add support for kexecAlistair Popple1-0/+2
2015-12-17powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIESMichael Ellerman1-8/+8
2015-12-17powerpc/kernel: Open code SET_DEFAULT_THREAD_PPRMichael Ellerman1-1/+7
2015-12-17powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPRMichael Ellerman1-1/+5
2015-12-17powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARDMichael Ellerman1-9/+0
2015-12-17powerpc/rtas: Make enter_rtas() privateMichael Ellerman1-0/+3
2015-12-17powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status()Michael Ellerman1-10/+2
2015-12-17powerpc/rtas: Add rtas_call_unlocked()Michael Ellerman1-11/+33
2015-12-16powerpc: Remove broken GregorianDay()Daniel Axtens1-34/+2
2015-12-14Merge tag 'powerpc-4.4-3' into nextMichael Ellerman3-5/+31
2015-12-14powerpc: Print MSR TM bits in oops messagesMichael Neuling1-8/+43
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V1-14/+4
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-4/+1
2015-12-10PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas1-1/+1
2015-12-10powerpc: Fix DSCR inheritance over fork()Anton Blanchard1-1/+1
2015-12-10powerpc: Call restore_sprs() before _switch()Anton Blanchard1-6/+9
2015-12-10powerpc: Call check_if_tm_restore_required() in enable_kernel_*()Anton Blanchard1-3/+10