aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/helgaas/pciLinus Torvalds2-4/+1
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/powerpc/linuxLinus Torvalds26-679/+478
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus 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
2015-12-09don't open-code generic_file_llseek_size()Al Viro1-16/+3
2015-12-09Revert "powerpc/eeh: Don't unfreeze PHB PE after reset"Andrew Donnellan1-10/+4
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-3/+3
2015-12-02powerpc: clean up asm/switch_to.hAnton Blanchard1-1/+1
2015-12-02powerpc: Rearrange __switch_to()Anton Blanchard1-26/+26
2015-12-02powerpc: create flush_all_to_thread()Anton Blanchard2-7/+19
2015-12-02powerpc: create giveup_all()Anton Blanchard1-15/+61
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard3-28/+4
2015-12-01powerpc: Add ppc_strict_facility_enable boot optionAnton Blanchard1-2/+15
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+2
2015-12-01powerpc: Create msr_check_and_{set,clear}()Anton Blanchard1-55/+52
2015-12-01powerpc: Move part of giveup_vsx into cAnton Blanchard4-19/+23
2015-12-01powerpc: Move part of giveup_fpu,altivec,spe into cAnton Blanchard5-38/+54
2015-12-01powerpc: Remove NULL task struct pointer checks in FP and vector codeAnton Blanchard3-18/+0
2015-12-01powerpc: Create mtmsrd_isync()Anton Blanchard1-8/+22
2015-12-01powerpc: Simplify TM restore checksAnton Blanchard1-34/+19
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard7-290/+1
2015-12-01powerpc: Remove redundant mflr in _switchAnton Blanchard1-3/+1
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard2-71/+81
2015-12-01powerpc: Don't disable MSR bits in do_load_up_transact_*() functionsAnton Blanchard2-8/+0
2015-12-01powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switchAnton Blanchard1-14/+1