index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
powerpc: tm: Enable transactional memory (TM) lazily for userspace
Cyril Bur
1
-5
/
+23
2016-10-04
powerpc: tm: Rename transct_(*) to ck(\1)_state
Cyril Bur
1
-2
/
+2
2016-10-04
powerpc: tm: Always use fp_state and vr_state to store live registers
Cyril Bur
1
-61
/
+22
2016-10-04
powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}
Cyril Bur
1
-3
/
+36
2016-10-04
powerpc: Return the new MSR from msr_check_and_set()
Cyril Bur
1
-1
/
+3
2016-10-04
powerpc: Add check_if_tm_restore_required() to giveup_all()
Cyril Bur
1
-0
/
+1
2016-10-04
powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use
Cyril Bur
1
-3
/
+18
2016-09-13
powerpc/sparse: Add more assembler prototypes
Daniel Axtens
1
-0
/
+1
2016-08-10
powerpc/ptrace: Fix coredump since ptrace TM changes
Cyril Bur
1
-20
/
+0
2016-08-01
powerpc/process: Add the function flush_tmregs_to_thread
Anshuman Khandual
1
-0
/
+20
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
1
-0
/
+1
2016-07-15
Merge tag 'powerpc-4.7-5' into next
Michael Ellerman
1
-0
/
+10
2016-06-27
powerpc/tm: Always reclaim in start_thread() for exec() class syscalls
Cyril Bur
1
-0
/
+10
2016-06-21
powerpc: Load Monitor Register Support
Jack Miller
1
-0
/
+18
2016-06-21
powerpc: Improve FSCR init and context switching
Michael Neuling
1
-8
/
+4
2016-06-14
powerpc: Various typo fixes
Michael Ellerman
1
-1
/
+1
2016-06-14
powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()
Anton Blanchard
1
-4
/
+12
2016-05-21
exit_thread: remove empty bodies
Jiri Slaby
1
-4
/
+0
2016-05-11
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
Aneesh Kumar K.V
1
-6
/
+9
2016-04-18
Merge branch 'topic/livepatch' into next
Michael Ellerman
1
-1
/
+5
2016-04-14
powerpc/livepatch: Add livepatch stack to struct thread_info
Michael Ellerman
1
-1
/
+5
2016-04-12
powerpc: sparse: Include headers for __weak symbols
Daniel Axtens
1
-0
/
+2
2016-03-29
powerpc/process: Fix altivec SPR not being saved
Oliver O'Halloran
1
-1
/
+1
2016-03-20
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-17
/
+151
2016-03-02
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
1
-12
/
+30
2016-03-02
powerpc: Add the ability to save Altivec without giving it up
Cyril Bur
1
-1
/
+11
2016-03-02
powerpc: Add the ability to save FPU without giving it up
Cyril Bur
1
-1
/
+11
2016-03-02
powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
Cyril Bur
1
-1
/
+30
2016-03-02
powerpc: Restore FPU/VEC/VSX if previously used
Cyril Bur
1
-11
/
+77
2016-03-02
powerpc: Explicitly disable math features when copying thread
Cyril Bur
1
-0
/
+1
2016-02-27
mm: ASLR: use get_random_long()
Daniel Cashman
1
-2
/
+2
2015-12-14
Merge tag 'powerpc-4.4-3' into next
Michael Ellerman
1
-0
/
+18
2015-12-14
powerpc: Print MSR TM bits in oops messages
Michael Neuling
1
-8
/
+43
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-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
1
-4
/
+18
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
1
-2
/
+4
2015-12-01
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
1
-2
/
+15
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
1
-9
/
+19
2015-12-01
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
1
-4
/
+48
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
1
-112
/
+1
2015-12-01
powerpc: Create context switch helpers save_sprs() and restore_sprs()
Anton Blanchard
1
-12
/
+80
2015-11-23
powerpc/tm: Check for already reclaimed tasks
Michael Neuling
1
-0
/
+18
[next]