index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-23
powerpc: Convert to using %pOF instead of full_name
Rob Herring
79
-487
/
+461
2017-08-23
powerpc/vio: Use device_type to detect family
Michael Ellerman
1
-2
/
+2
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
27
-127
/
+363
2017-08-18
powerpc/mm: Ensure cpumask update is ordered
Benjamin Herrenschmidt
3
-0
/
+20
2017-08-17
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
Aneesh Kumar K.V
1
-9
/
+1
2017-08-17
powerpc/mm: Don't send IPI to all cpus on THP updates
Aneesh Kumar K.V
4
-9
/
+40
2017-08-17
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
13
-55
/
+103
2017-08-17
powerpc/mm: Rename find_linux_pte_or_hugepte()
Aneesh Kumar K.V
13
-55
/
+103
2017-08-17
powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)
Naveen N. Rao
1
-5
/
+1
2017-08-17
powerpc/string: Implement optimized memset variants
Naveen N. Rao
2
-1
/
+42
2017-08-17
powerpc/perf: Fix usage of nest_imc_refc
Madhavan Srinivasan
1
-2
/
+2
2017-08-17
powerpc: Add const to bin_attribute structures
Bhumika Goyal
2
-2
/
+2
2017-08-16
powerpc: Remove more redundant VSX save/tests
Benjamin Herrenschmidt
1
-25
/
+8
2017-08-16
powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx()
Benjamin Herrenschmidt
1
-3
/
+11
2017-08-16
powerpc: Remove redundant FP/Altivec giveup code
Benjamin Herrenschmidt
1
-4
/
+0
2017-08-16
powerpc: Fix missing newline before {
Benjamin Herrenschmidt
1
-1
/
+2
2017-08-16
powerpc/topology: Remove the unused parent_node() macro
Dou Liyang
1
-2
/
+0
2017-08-16
powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC
Benjamin Herrenschmidt
1
-2
/
+3
2017-08-16
powerpc/mm/hugetlb: Allow runtime allocation of 16G.
Aneesh Kumar K.V
1
-3
/
+1
2017-08-16
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...
Aneesh Kumar K.V
6
-182
/
+22
2017-08-15
powerpc/hugetlb: fix page rights verification in gup_hugepte()
Christophe Leroy
4
-12
/
+10
2017-08-15
powerpc/mm: Simplify __set_fixmap()
Christophe Leroy
2
-18
/
+7
2017-08-15
powerpc/mm: declare some local functions static
Christophe Leroy
3
-8
/
+2
2017-08-15
powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32
Christophe Leroy
4
-2
/
+32
2017-08-15
powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32
Christophe Leroy
2
-4
/
+11
2017-08-15
powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
Christophe Leroy
1
-4
/
+6
2017-08-15
powerpc/8xx: Reduce DTLB miss handler by one insn
Christophe Leroy
1
-7
/
+7
2017-08-15
powerpc/8xx: mark init functions with __init
Christophe Leroy
1
-4
/
+4
2017-08-15
powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOC
Christophe Leroy
1
-1
/
+2
2017-08-15
powerpc/8xx: Make pinning of ITLBs optional
Christophe Leroy
3
-13
/
+62
2017-08-15
powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.S
Christophe Leroy
1
-0
/
+7
2017-08-15
powerpc/8xx: Remove macro that checks kernel address
Christophe Leroy
1
-13
/
+16
2017-08-15
powerpc/8xx: Ensures RAM mapped with LTLB is seen as block mapped on 8xx.
Christophe Leroy
1
-2
/
+11
2017-08-15
powerpc/chrp: Store the intended structure
Julia Lawall
1
-1
/
+1
2017-08-15
powerpc/l2cr_6xx: Fix invalid use of register expressions
Andreas Schwab
1
-2
/
+2
2017-08-15
powerpc/iommu: Avoid undefined right shift in iommu_range_alloc()
Michael Ellerman
1
-1
/
+1
2017-08-15
powerpc/perf/imc: Fix nest events on muti socket system
Anju T
1
-1
/
+1
2017-08-15
powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errors
Michael Ellerman
2
-2
/
+2
2017-08-15
powerpc/xmon: Exclude all of xmon from ftrace
Naveen N. Rao
2
-3
/
+7
2017-08-14
powerpc/xmon: Disable tracing when entering xmon
Breno Leitao
1
-2
/
+6
2017-08-14
powerpc/xmon: Dump ftrace buffers for the current CPU only
Breno Leitao
1
-3
/
+19
2017-08-14
powerpc/perf: Fix double unlock in imc_common_cpuhp_mem_free()
Dan Carpenter
1
-1
/
+1
2017-08-14
powerpc/8xx: Fix two CONFIG_8xx left behind
Christophe Leroy
2
-2
/
+2
2017-08-10
powerpc/xive: Fix section mismatch warnings
Michael Ellerman
2
-3
/
+3
2017-08-10
powerpc/mm: Fix section mismatch warning in early_check_vec5()
Michael Ellerman
1
-1
/
+1
2017-08-10
powerpc/8xx: Remove cpu dependent macro instructions from head_8xx
Christophe Leroy
1
-4
/
+1
2017-08-10
powerpc/8xx: Use symbolic names for DSISR bits in DSI
Christophe Leroy
2
-2
/
+2
2017-08-10
powerpc/8xx: Use symbolic PVR value
Christophe Leroy
2
-5
/
+3
2017-08-10
powerpc/8xx: remove CONFIG_8xx
Christophe Leroy
1
-5
/
+0
2017-08-10
powerpc/8xx: Getting rid of remaining use of CONFIG_8xx
Christophe Leroy
20
-33
/
+32
[next]