Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -3/+11 |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+1 |
2016-01-20 | powerpc: enable UBSAN support | Daniel Axtens | 3 | -1/+9 |
2016-01-20 | powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_header | Rasmus Villemoes | 1 | -2/+2 |
2016-01-15 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 26 | -679/+478 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -3/+3 |
2016-01-13 | powerpc/module: Handle R_PPC64_ENTRY relocations | Ulrich Weigand | 1 | -0/+27 |
2016-01-11 | powerpc: Implement save_stack_trace_regs() to enable kprobe stack tracing | Steven Rostedt | 1 | -0/+7 |
2016-01-04 | Merge branch 'memdup_user_nul' into work.misc | Al Viro | 1 | -10/+4 |
2015-12-27 | powerpc: Copy only required pieces of the mm_context_t to the paca | Michael Neuling | 1 | -4/+4 |
2015-12-19 | powerpc: Add function to copy mm_context_t to the paca | Michael Neuling | 1 | -0/+2 |
2015-12-17 | powerpc: Add missing calls to va_end() | Daniel Axtens | 1 | -0/+1 |
2015-12-17 | powerpc/476fpe: Add support for kexec | Alistair Popple | 1 | -0/+2 |
2015-12-17 | powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIES | Michael Ellerman | 1 | -8/+8 |
2015-12-17 | powerpc/kernel: Open code SET_DEFAULT_THREAD_PPR | Michael Ellerman | 1 | -1/+7 |
2015-12-17 | powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPR | Michael Ellerman | 1 | -1/+5 |
2015-12-17 | powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARD | Michael Ellerman | 1 | -9/+0 |
2015-12-17 | powerpc/rtas: Make enter_rtas() private | Michael Ellerman | 1 | -0/+3 |
2015-12-17 | powerpc/rtas: Use rtas_call_unlocked() in call_rtas_display_status() | Michael Ellerman | 1 | -10/+2 |
2015-12-17 | powerpc/rtas: Add rtas_call_unlocked() | Michael Ellerman | 1 | -11/+33 |
2015-12-16 | powerpc: Remove broken GregorianDay() | Daniel Axtens | 1 | -34/+2 |
2015-12-14 | Merge tag 'powerpc-4.4-3' into next | Michael Ellerman | 3 | -5/+31 |
2015-12-14 | powerpc: Print MSR TM bits in oops messages | Michael Neuling | 1 | -8/+43 |
2015-12-14 | powerpc/mm: Remove the dependency on pte bit position in asm code | Aneesh Kumar K.V | 1 | -14/+4 |
2015-12-10 | Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into next | Bjorn Helgaas | 2 | -4/+1 |
2015-12-10 | PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmask | Bjorn Helgaas | 1 | -1/+1 |
2015-12-10 | powerpc: Fix DSCR inheritance over fork() | Anton Blanchard | 1 | -1/+1 |
2015-12-10 | powerpc: Call restore_sprs() before _switch() | Anton Blanchard | 1 | -6/+9 |
2015-12-10 | powerpc: Call check_if_tm_restore_required() in enable_kernel_*() | Anton Blanchard | 1 | -3/+10 |
2015-12-09 | don't open-code generic_file_llseek_size() | Al Viro | 1 | -16/+3 |
2015-12-09 | Revert "powerpc/eeh: Don't unfreeze PHB PE after reset" | Andrew Donnellan | 1 | -10/+4 |
2015-12-04 | module: use a structure to encapsulate layout. | Rusty Russell | 1 | -3/+3 |
2015-12-02 | powerpc: clean up asm/switch_to.h | Anton Blanchard | 1 | -1/+1 |
2015-12-02 | powerpc: Rearrange __switch_to() | Anton Blanchard | 1 | -26/+26 |
2015-12-02 | powerpc: create flush_all_to_thread() | Anton Blanchard | 2 | -7/+19 |
2015-12-02 | powerpc: create giveup_all() | Anton Blanchard | 1 | -15/+61 |
2015-12-01 | powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() | Anton Blanchard | 3 | -28/+4 |
2015-12-01 | powerpc: Add ppc_strict_facility_enable boot option | Anton Blanchard | 1 | -2/+15 |
2015-12-01 | powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() | Anton Blanchard | 1 | -0/+2 |
2015-12-01 | powerpc: Create msr_check_and_{set,clear}() | Anton Blanchard | 1 | -55/+52 |
2015-12-01 | powerpc: Move part of giveup_vsx into c | Anton Blanchard | 4 | -19/+23 |
2015-12-01 | powerpc: Move part of giveup_fpu,altivec,spe into c | Anton Blanchard | 5 | -38/+54 |
2015-12-01 | powerpc: Remove NULL task struct pointer checks in FP and vector code | Anton Blanchard | 3 | -18/+0 |
2015-12-01 | powerpc: Create mtmsrd_isync() | Anton Blanchard | 1 | -8/+22 |
2015-12-01 | powerpc: Simplify TM restore checks | Anton Blanchard | 1 | -34/+19 |
2015-12-01 | powerpc: Remove UP only lazy floating point and vector optimisations | Anton Blanchard | 7 | -290/+1 |
2015-12-01 | powerpc: Remove redundant mflr in _switch | Anton Blanchard | 1 | -3/+1 |
2015-12-01 | powerpc: Create context switch helpers save_sprs() and restore_sprs() | Anton Blanchard | 2 | -71/+81 |
2015-12-01 | powerpc: Don't disable MSR bits in do_load_up_transact_*() functions | Anton Blanchard | 2 | -8/+0 |
2015-12-01 | powerpc: Don't disable kernel FP/VMX/VSX MSR bits on context switch | Anton Blanchard | 1 | -14/+1 |