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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pseries: Fix 64 bit logical memory block panic
Anton Blanchard
2020-08-21
1
-1
/
+1
*
powerpc: Fix circular dependency between percpu.h and mmu.h
Michael Ellerman
2020-08-21
1
-2
/
+2
*
powerpc: Allow 4224 bytes of stack expansion for the signal frame
Michael Ellerman
2020-08-21
1
-2
/
+5
*
powerpc/ptdump: Fix build failure in hashpagetable.c
Christophe Leroy
2020-08-21
1
-1
/
+1
*
powerpc/pseries/hotplug-cpu: Remove double free in error path
Nathan Lynch
2020-08-19
1
-1
/
+0
*
powerpc/boot: Fix CONFIG_PPC_MPC52XX references
Michael Ellerman
2020-08-19
2
-2
/
+2
*
powerpc/32s: Fix CONFIG_BOOK3S_601 uses
Michael Ellerman
2020-08-19
2
-2
/
+2
*
powerpc/watchpoint: Fix DAWR exception for CACHEOP
Ravi Bangoria
2020-08-19
1
-1
/
+20
*
powerpc/watchpoint: Fix DAWR exception constraint
Ravi Bangoria
2020-08-19
1
-31
/
+41
*
powerpc/watchpoint: Fix 512 byte boundary limit
Ravi Bangoria
2020-08-19
1
-1
/
+1
*
powerpc/spufs: Fix the type of ret in spufs_arch_write_note
Christoph Hellwig
2020-08-19
1
-1
/
+1
*
powerpc/perf: Fix missing is_sier_aviable() during build
Madhavan Srinivasan
2020-08-19
1
-0
/
+2
*
powerpc/book3s64/pkeys: Use PVR check instead of cpu feature
Aneesh Kumar K.V
2020-08-19
1
-6
/
+10
*
powerpc/mm/radix: Free PUD table when freeing pagetable
Bharata B Rao
2020-08-19
1
-0
/
+16
*
powerpc/vdso: Fix vdso cpu truncation
Milton Miller
2020-08-19
1
-1
/
+1
*
powerpc/rtas: don't online CPUs for partition suspend
Nathan Lynch
2020-08-19
3
-143
/
+3
*
powerpc/pseries: remove cede offline state for CPUs
Nathan Lynch
2020-08-19
4
-222
/
+15
*
powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256k
Christophe Leroy
2020-08-19
1
-1
/
+1
*
powerpc/mm: Fix typo in IS_ENABLED()
Joe Perches
2020-08-19
1
-3
/
+2
*
powerpc/kasan: Fix shadow pages allocation failure
Christophe Leroy
2020-08-11
1
-12
/
+13
*
Revert "powerpc/kasan: Fix shadow pages allocation failure"
Christophe Leroy
2020-08-11
3
-3
/
+5
*
powerpc/64s/hash: Fix hash_preload running with interrupts enabled
Nicholas Piggin
2020-07-27
3
-3
/
+42
*
powerpc/vas: Report proper error code for address translation failure
Haren Myneni
2020-07-15
2
-1
/
+3
*
powerpc/pseries/svm: Fix incorrect check for shared_lppaca_size
Satheesh Rajendran
2020-07-14
1
-1
/
+1
*
powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkey
Aneesh Kumar K.V
2020-07-13
1
-5
/
+7
*
powerpc/64s/exception: Fix 0x1500 interrupt handler crash
Nicholas Piggin
2020-07-08
1
-1
/
+1
*
powerpc/mm/pkeys: Make pkey access check work on execute_only_key
Aneesh Kumar K.V
2020-06-29
1
-3
/
+0
*
powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
Aneesh Kumar K.V
2020-06-22
1
-1
/
+2
*
powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASE
Arseny Solokha
2020-06-22
1
-0
/
+1
*
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-21
4
-17
/
+27
|
\
|
*
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
2020-06-20
1
-0
/
+10
|
*
powerpc/syscalls: Use the number when building SPU syscall table
Michael Ellerman
2020-06-17
1
-1
/
+1
|
*
powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()
Mike Rapoport
2020-06-17
1
-5
/
+3
|
*
powerpc/64s: Fix KVM interrupt using wrong save area
Nicholas Piggin
2020-06-16
1
-2
/
+2
|
*
powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL
Aneesh Kumar K.V
2020-06-15
1
-9
/
+11
*
|
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-20
2
-7
/
+545
|
\
\
|
*
|
powerpc/papr_scm: Implement support for PAPR_PDSM_HEALTH
Vaibhav Jain
2020-06-15
2
-0
/
+88
|
*
|
ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
Vaibhav Jain
2020-06-15
2
-4
/
+284
|
*
|
powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()
Vaibhav Jain
2020-06-15
1
-0
/
+6
|
*
|
powerpc/papr_scm: Fetch nvdimm health information from PHYP
Vaibhav Jain
2020-06-15
1
-2
/
+166
|
|
/
*
|
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
2020-06-18
2
-2
/
+2
*
|
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-18
5
-5
/
+5
*
|
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
2020-06-17
8
-13
/
+17
*
|
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
4
-8
/
+11
|
/
*
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-06-13
3
-18
/
+18
|
\
|
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
3
-18
/
+18
*
|
Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-13
1
-1
/
+1
|
\
\
|
*
|
KVM: PPC: Fix nested guest RC bits update
Alexey Kardashevskiy
2020-06-12
1
-1
/
+1
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-12
22
-237
/
+276
|
\
\
\
|
*
\
\
Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-06-04
22
-237
/
+276
|
|
\
\
\
[next]