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.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
...
|
*
|
|
powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs.
Thiago Jung Bauermann
2016-11-30
3
-0
/
+6
|
*
|
|
powerpc/kexec: Enable kexec_file_load() syscall
Thiago Jung Bauermann
2016-11-30
4
-1
/
+16
|
*
|
|
powerpc: Add purgatory for kexec_file_load() implementation.
Thiago Jung Bauermann
2016-11-30
5
-1
/
+147
|
*
|
|
powerpc: Add support code for kexec_file_load()
Thiago Jung Bauermann
2016-11-30
4
-0
/
+1012
|
*
|
|
powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.
Thiago Jung Bauermann
2016-11-30
20
-36
/
+36
|
*
|
|
powerpc/mm: Fix no execute fault handling on pre-POWER5
Balbir Singh
2016-11-30
1
-1
/
+9
|
*
|
|
powerpc/boot: Fix rebuild when changing kernel endian
Michael Ellerman
2016-11-29
1
-4
/
+0
|
*
|
|
powerpc/boot: All uses of if_changed should depend on FORCE
Michael Ellerman
2016-11-29
1
-13
/
+13
|
*
|
|
powerpc: Stop passing ARCH=ppc64 to boot Makefile
Michael Ellerman
2016-11-29
1
-4
/
+4
|
*
|
|
powerpc/mm: Batch tlb flush when invalidating pte entries
Aneesh Kumar K.V
2016-11-28
1
-3
/
+10
|
*
|
|
powerpc/mm: update radix__pte_update to not do full mm tlb flush
Aneesh Kumar K.V
2016-11-28
1
-7
/
+1
|
*
|
|
powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
Aneesh Kumar K.V
2016-11-28
7
-15
/
+15
|
*
|
|
powerpc/mm: Add radix__tlb_flush_pte_p9_dd1()
Aneesh Kumar K.V
2016-11-28
2
-0
/
+20
|
*
|
|
powerpc/mm: Introduce _PAGE_LARGE software pte bits
Aneesh Kumar K.V
2016-11-28
3
-0
/
+32
|
*
|
|
powerpc/mm/hugetlb: Handle hugepage size supported by hash config
Aneesh Kumar K.V
2016-11-28
1
-0
/
+4
|
*
|
|
powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
Aneesh Kumar K.V
2016-11-28
2
-3
/
+3
|
*
|
|
powerpc/64e: Don't branch to dot symbols
Nicholas Piggin
2016-11-28
1
-3
/
+3
|
*
|
|
powerpc/64e: Convert cmpi to cmpwi in head_64.S
Nicholas Piggin
2016-11-28
1
-4
/
+4
|
*
|
|
powerpc/mm/radix: Prevent kernel execution of user space
Balbir Singh
2016-11-26
1
-0
/
+22
|
*
|
|
powerpc/mm: Detect instruction fetch denied and report
Balbir Singh
2016-11-25
1
-0
/
+7
|
*
|
|
powerpc/mm/radix: Setup AMOR in HV mode to allow key 0
Balbir Singh
2016-11-25
1
-0
/
+14
|
*
|
|
powernv: Clear SPRN_PSSCR when a POWER9 CPU comes online
Gautham R. Shenoy
2016-11-25
1
-0
/
+2
|
*
|
|
powerpc/xmon: Add 'dt' command to dump trace buffers
Michael Ellerman
2016-11-25
1
-0
/
+6
|
*
|
|
powerpc/of_platform: Use builtin_platform_driver
Geliang Tang
2016-11-25
1
-6
/
+1
|
*
|
|
powerpc: Fix __cmpxchg() to take a volatile ptr again
Michael Ellerman
2016-11-25
1
-3
/
+3
|
*
|
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2016-11-24
13
-53
/
+138
|
|
\
\
\
|
*
|
|
|
powerpc/32: Change the stack protector canary value per task
Christophe Leroy
2016-11-23
2
-1
/
+8
|
*
|
|
|
powerpc: Initial stack protector (-fstack-protector) support
Christophe Leroy
2016-11-23
4
-0
/
+51
|
*
|
|
|
powerpc: Implement {cmp}xchg for u8 and u16
Pan Xinhui
2016-11-23
1
-3
/
+106
|
*
|
|
|
powerpc/pseries/ibmebus: Remove legacy suspend/resume support
Lars-Peter Clausen
2016-11-23
1
-298
/
+0
|
*
|
|
|
powerpc/kprobes: Invoke handlers directly
Naveen N. Rao
2016-11-23
3
-22
/
+27
|
*
|
|
|
powerpc: Remove extraneous header from asm-prototypes.h
Naveen N. Rao
2016-11-23
1
-2
/
+0
|
*
|
|
|
powerpc/mm/coproc: Handle bad address on coproc slb fault
Aneesh Kumar K.V
2016-11-22
1
-0
/
+3
|
*
|
|
|
powerpc/eeh: Refactor EEH PE reset functions
Russell Currey
2016-11-22
3
-46
/
+38
|
*
|
|
|
powerpc/pci: Always print PHB and PE numbers as hexadecimal
Russell Currey
2016-11-22
9
-40
/
+40
|
*
|
|
|
powerpc/powernv: Don't warn on PE init if unfreeze is unsupported
Russell Currey
2016-11-22
1
-1
/
+1
|
*
|
|
|
powerpc/64: Used named initialisers for ibm_pa_features
Michael Ellerman
2016-11-18
1
-10
/
+11
|
*
|
|
|
powerpc/configs: Turn on PPC crypto implementations in the server defconfigs
Michael Ellerman
2016-11-18
3
-0
/
+9
|
*
|
|
|
powerpc/pseries: Disable IBMEBUS on little endian builds
Michael Ellerman
2016-11-18
1
-1
/
+1
|
*
|
|
|
powerpc/pseries: Move ibmebus.c into platforms pseries
Michael Ellerman
2016-11-18
5
-7
/
+7
|
*
|
|
|
powerpc/pseries: Move vio.c into platforms pseries
Michael Ellerman
2016-11-18
5
-6
/
+6
|
*
|
|
|
powerpc: Fix second nested oops hang
Nicholas Piggin
2016-11-18
1
-2
/
+3
|
*
|
|
|
powerpc: Fix graceful debugger recovery
Nicholas Piggin
2016-11-18
1
-4
/
+5
|
*
|
|
|
powerpc: Add option to use thin archives
Nicholas Piggin
2016-11-18
2
-2
/
+10
|
*
|
|
|
powerpc/lib: Fix randconfig build failure in sstep.c
Michael Ellerman
2016-11-18
1
-0
/
+1
|
*
|
|
|
powerpc/pseries: Correct possible read beyond dlpar sysfs buffer
Nathan Fontenot
2016-11-18
1
-45
/
+97
|
*
|
|
|
powerpc/mce: Remove unused but set variable
Tobias Klauser
2016-11-18
1
-3
/
+0
|
*
|
|
|
powerpc: Fix old style declaration GCC warnings
Tobias Klauser
2016-11-18
1
-2
/
+2
|
*
|
|
|
powerpc/64: get rid of MIN_HUGEPTE_SHIFT
Christophe Leroy
2016-11-18
4
-12
/
+0
|
|
|
/
/
|
|
/
|
|
|
*
|
|
powerpc/mm: Correct process and partition table max size
Suraj Jitindar Singh
2016-11-17
1
-2
/
+2
[prev]
[next]