index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
switch_to.h
Age
Commit message (
Expand
)
Author
2024-03-07
powerpc/83xx: Fix build failure with FPU=n
Michael Ellerman
2022-05-04
powerpc: Fix missing declaration of [en/dis]able_kernel_altivec()
Magali Lemes
2021-11-24
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
2021-11-24
KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
Nicholas Piggin
2021-03-10
powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()
Christophe Leroy
2020-04-20
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
2020-04-01
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
2018-06-03
powerpc: use task_pid_nr() for TID allocation
Alastair D'Silva
2018-03-13
powerpc/kernel: Make function __giveup_fpu() static
Mathieu Malaterre
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-12
powerpc: Define set_thread_uses_vas()
Sukadev Bhattiprolu
2017-11-12
powerpc: Add support for setting SPRN_TIDR
Sukadev Bhattiprolu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-08-10
powerpc/ptrace: Fix coredump since ptrace TM changes
Cyril Bur
2016-08-01
powerpc/process: Add the function flush_tmregs_to_thread
Anshuman Khandual
2016-03-02
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
2016-03-02
powerpc: Add the ability to save Altivec without giving it up
Cyril Bur
2016-03-02
powerpc: Add the ability to save FPU without giving it up
Cyril Bur
2016-03-02
powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two
Cyril Bur
2015-12-02
powerpc: clean up asm/switch_to.h
Anton Blanchard
2015-12-02
powerpc: create flush_all_to_thread()
Anton Blanchard
2015-12-02
powerpc: create giveup_all()
Anton Blanchard
2015-12-01
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-12-01
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
2015-12-01
powerpc: Remove NULL task struct pointer checks in FP and vector code
Anton Blanchard
2015-12-01
powerpc: Remove UP only lazy floating point and vector optimisations
Anton Blanchard
2015-12-01
powerpc: Create context switch helpers save_sprs() and restore_sprs()
Anton Blanchard
2015-07-14
powerpc: Uncomment and make enable_kernel_vsx() routine available
Leonidas Da Silva Barbosa
2014-06-11
powerpc/perf: Ensure all EBB register state is cleared on fork()
Michael Ellerman
2014-06-11
powerpc: Correct DSCR during TM context switch
Sam bobroff
2014-01-29
Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue
Paolo Bonzini
2014-01-09
KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
Paul Mackerras
2013-12-11
powerpc/kvm/booke: Fix build break due to stack frame size warning
Scott Wood
2013-10-18
powerpc: export debug registers save function for KVM
Bharat Bhushan
2013-08-27
Merge branch 'merge' into next
Benjamin Herrenschmidt
2013-08-14
powerpc: Remove the empty giveup_fpu() function on 32bit kernel
Kevin Hao
2013-08-14
powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled
Kevin Hao
2013-08-14
powerpc: remove the unused function disable_kernel_fp()
Kevin Hao
2013-08-09
powerpc: Save the TAR register earlier
Michael Neuling
2013-07-01
powerpc/perf: Core EBB support for 64-bit book3s
Michael Ellerman
2012-05-24
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2012-04-30
powerpc: Optimise enable_kernel_altivec
Anton Blanchard
2012-04-30
powerpc: Remove empty giveup_altivec function on book3e CPUs
Anton Blanchard
2012-04-08
KVM: PPC: booke: standard PPC floating point support
Scott Wood
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells