index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
2016-03-02
1
-12
/
+30
*
powerpc: Add the ability to save Altivec without giving it up
Cyril Bur
2016-03-02
1
-1
/
+11
*
powerpc: Add the ability to save FPU without giving it up
Cyril Bur
2016-03-02
1
-1
/
+11
*
powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
Cyril Bur
2016-03-02
1
-1
/
+30
*
powerpc: Restore FPU/VEC/VSX if previously used
Cyril Bur
2016-03-02
1
-11
/
+77
*
powerpc: Explicitly disable math features when copying thread
Cyril Bur
2016-03-02
1
-0
/
+1
*
Merge tag 'powerpc-4.4-3' into next
Michael Ellerman
2015-12-14
1
-0
/
+18
|
\
|
*
powerpc/tm: Check for already reclaimed tasks
Michael Neuling
2015-11-23
1
-0
/
+18
*
|
powerpc: Print MSR TM bits in oops messages
Michael Neuling
2015-12-14
1
-8
/
+43
*
|
powerpc: Fix DSCR inheritance over fork()
Anton Blanchard
2015-12-10
1
-1
/
+1
*
|
powerpc: Call restore_sprs() before _switch()
Anton Blanchard
2015-12-10
1
-6
/
+9
*
|
powerpc: Call check_if_tm_restore_required() in enable_kernel_*()
Anton Blanchard
2015-12-10
1
-3
/
+10
*
|
powerpc: clean up asm/switch_to.h
Anton Blanchard
2015-12-02
1
-1
/
+1
*
|
powerpc: Rearrange __switch_to()
Anton Blanchard
2015-12-02
1
-26
/
+26
*
|
powerpc: create flush_all_to_thread()
Anton Blanchard
2015-12-02
1
-4
/
+18
*
|
powerpc: create giveup_all()
Anton Blanchard
2015-12-02
1
-15
/
+61
*
|
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
2015-12-01
1
-2
/
+4
*
|
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
2015-12-01
1
-2
/
+15
*
|
powerpc: Create msr_check_and_{set,clear}()
Anton Blanchard
2015-12-01
1
-55
/
+52
*
|
powerpc: Move part of giveup_vsx into c
Anton Blanchard
2015-12-01
1
-9
/
+19
*
|
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
2015-12-01
1
-4
/
+48
*
|
powerpc: Create mtmsrd_isync()
Anton Blanchard
2015-12-01
1
-8
/
+22
*
|
powerpc: Simplify TM restore checks
Anton Blanchard
2015-12-01
1
-34
/
+19
*
|
powerpc: Remove UP only lazy floating point and vector optimisations
Anton Blanchard
2015-12-01
1
-112
/
+1
*
|
powerpc: Create context switch helpers save_sprs() and restore_sprs()
Anton Blanchard
2015-12-01
1
-12
/
+80
|
/
*
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2015-09-03
1
-7
/
+7
|
\
|
*
powerpc/tm: Drop tm_orig_msr from thread_struct
Anshuman Khandual
2015-07-16
1
-7
/
+7
*
|
powerpc: Uncomment and make enable_kernel_vsx() routine available
Leonidas Da Silva Barbosa
2015-07-14
1
-3
/
+0
|
/
*
powerpc/kernel: Remove the unused extern dscr_default
Anshuman Khandual
2015-06-07
1
-1
/
+0
*
powerpc/kernel: Rename copy_thread() 'arg' argument to 'kthread_arg'
Alex Dowad
2015-03-20
1
-2
/
+7
*
powerpc: Use generic PIE randomization
Vineeth Vijayan
2014-11-17
1
-9
/
+0
*
powerpc/ftrace: Remove mod_return_to_handler
Anton Blanchard
2014-11-10
1
-8
/
+1
*
powerpc: Use probe_kernel_address in show_instructions
Anton Blanchard
2014-11-05
1
-6
/
+2
*
powerpc: Replace __get_cpu_var uses
Christoph Lameter
2014-11-03
1
-5
/
+5
*
powerpc: Rename __get_SP() to current_stack_pointer()
Anton Blanchard
2014-10-15
1
-1
/
+1
*
powerpc: Reimplement __get_SP() as a function not a define
Anton Blanchard
2014-10-15
1
-1
/
+1
*
powerpc: Move more symbol exports next to function definitions
Anton Blanchard
2014-09-25
1
-0
/
+2
*
powerpc: Reduce scariness of interrupt frames in stack traces
Paul Mackerras
2014-08-05
1
-1
/
+1
*
powerpc: Pull out ksp_vsid logic into a helper
Michael Ellerman
2014-07-28
1
-14
/
+18
*
powerpc: Remove MMU_FTR_SLB
Michael Ellerman
2014-07-28
1
-1
/
+1
*
powerpc: Correct DSCR during TM context switch
Sam bobroff
2014-06-11
1
-4
/
+4
*
powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint
Paul Gortmaker
2014-05-20
1
-2
/
+9
*
powerpc: Drop return value from set_breakpoint as it is unused
Paul Gortmaker
2014-05-20
1
-4
/
+4
*
powerpc: Fix kernel thread creation on ABIv2
Anton Blanchard
2014-04-23
1
-12
/
+5
*
powerpc/tm: Disable IRQ in tm_recheckpoint
Michael Neuling
2014-04-07
1
-6
/
+28
*
powerpc/tm: Fix crash when forking inside a transaction
Michael Neuling
2014-03-07
1
-0
/
+9
*
powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations
Andreas Schwab
2014-01-29
1
-1
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-01-27
1
-15
/
+162
|
\
|
*
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-01-15
1
-2
/
+28
|
|
\
|
|
*
powerpc: fix exception clearing in e500 SPE float emulation
Joseph Myers
2014-01-07
1
-2
/
+28
[next]