index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
align.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
1
-2
/
+2
*
powerpc: warn on emulation of dcbz instruction in kernel mode
Christophe Leroy
2021-10-22
1
-0
/
+1
*
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
2021-04-21
1
-1
/
+1
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
1
-6
/
+0
*
powerpc/align: Don't use __get_user_instr() on kernel addresses
Christophe Leroy
2021-04-03
1
-1
/
+6
*
powerpc/align: Convert emulate_spe() to user_access_begin
Christophe Leroy
2021-04-03
1
-28
/
+33
*
powerpc: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-29
1
-4
/
+4
*
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
2020-05-19
1
-1
/
+1
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
1
-4
/
+5
*
powerpc: Use a function for byte swapping instructions
Jordan Niethe
2020-05-19
1
-1
/
+1
*
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-19
1
-1
/
+1
*
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
1
-3
/
+3
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-19
1
-0
/
+1
*
powerpc/spe: Mark expected switch fall-throughs
Michael Ellerman
2019-07-31
1
-0
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+1
*
powerpc/sstep: Introduce GETTYPE macro
Ravi Bangoria
2018-06-03
1
-1
/
+1
*
powerpc: Fix check for copy/paste instructions in alignment handler
Paul Mackerras
2017-10-25
1
-1
/
+1
*
powerpc: Fix handling of alignment interrupt on dcbz instruction
Paul Mackerras
2017-09-15
1
-1
/
+1
*
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
2017-09-01
1
-771
/
+32
*
powerpc: Fix DAR reporting when alignment handler faults
Michael Ellerman
2017-08-31
1
-45
/
+74
*
powerpc: Don't try to fix up misaligned load-with-reservation instructions
Paul Mackerras
2017-04-04
1
-8
/
+19
*
powerpc/64: Clean up ppc64_caches using a struct per cache
Benjamin Herrenschmidt
2017-02-06
1
-1
/
+1
*
powerpc/64: Fix naming of cache block vs. cache line
Benjamin Herrenschmidt
2017-02-06
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-08-01
1
-0
/
+1
*
powerpc: Send SIGBUS on unaligned copy and paste
Chris Smart
2016-07-05
1
-0
/
+14
*
powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE
Daniel Axtens
2016-06-16
1
-3
/
+1
*
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-12-01
1
-0
/
+2
*
powerpc: Remove double braces in alignment code.
Anton Blanchard
2014-11-10
1
-1
/
+1
*
KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler
Aneesh Kumar K.V
2014-05-30
1
-33
/
+1
*
powerpc: Add lq/stq emulation
Anton Blanchard
2014-04-09
1
-8
/
+44
*
powerpc: Enable Little Endian Alignment Handler for Float Pair Instructions
Tom Musta
2013-10-30
1
-6
/
+0
*
powerpc: Fix Handler of Unaligned Load/Store Strings
Tom Musta
2013-10-30
1
-5
/
+16
*
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
2013-10-11
1
-4
/
+4
|
\
|
*
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
2013-10-11
1
-3
/
+3
*
|
powerpc: Handle VSX alignment faults in little endian mode
Anton Blanchard
2013-10-11
1
-8
/
+33
*
|
powerpc: Add little endian support to alignment handler
Anton Blanchard
2013-10-11
1
-30
/
+63
*
|
powerpc: Alignment handler shouldn't access VSX registers with TS_FPR
Anton Blanchard
2013-10-11
1
-1
/
+1
*
|
powerpc: Remove hard coded FP offsets in alignment handler
Anton Blanchard
2013-10-11
1
-2
/
+2
*
|
powerpc: Remove open coded byte swap macro in alignment handler
Anton Blanchard
2013-10-11
1
-24
/
+12
|
/
*
powerpc: Never handle VSX alignment exceptions from kernel
Anton Blanchard
2013-08-27
1
-0
/
+4
*
powerpc: Handle unaligned ldbrx/stdbrx
Anton Blanchard
2013-08-14
1
-0
/
+10
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+1
*
powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}
Andreas Schwab
2010-09-02
1
-2
/
+2
*
powerpc: Handle VSX alignment faults correctly in little-endian mode
Neil Campbell
2009-12-18
1
-17
/
+46
*
powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED
Anton Blanchard
2009-10-28
1
-6
/
+6
*
powerpc: Keep track of emulated instructions
Geert Uytterhoeven
2009-05-21
1
-4
/
+16
*
powerpc: Fix load/store float double alignment handler
Michael Neuling
2009-02-23
1
-16
/
+13
*
powerpc: Add alignment handler for new lfiwzx instruction
Michael Neuling
2009-02-23
1
-1
/
+1
[next]