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.13.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
2020-07-20
powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static key
Aneesh Kumar K.V
3
-19
/
+14
2020-07-20
powerpc/book3s64/pkeys: Use pkey_execute_disable_supported
Aneesh Kumar K.V
2
-12
/
+4
2020-07-20
powerpc/book3s64/kuep: Add MMU_FTR_KUEP
Aneesh Kumar K.V
2
-1
/
+12
2020-07-20
powerpc/book3s64/pkeys: Add MMU_FTR_PKEY
Aneesh Kumar K.V
4
-22
/
+51
2020-07-20
powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
Aneesh Kumar K.V
1
-2
/
+3
2020-07-20
powerpc/book3s64/pkeys: Make initial_allocation_mask static
Aneesh Kumar K.V
2
-3
/
+5
2020-07-20
powerpc/book3s64/pkeys: Convert pkey_total to num_pkey
Aneesh Kumar K.V
2
-9
/
+12
2020-07-20
powerpc/book3s64/pkeys: Simplify pkey disable branch
Aneesh Kumar K.V
2
-5
/
+4
2020-07-20
powerpc/book3s64/pkeys: kill cpu feature key CPU_FTR_PKEY
Aneesh Kumar K.V
2
-13
/
+6
2020-07-20
powerpc/book3s64/pkeys: Prevent key 1 modification from userspace.
Aneesh Kumar K.V
1
-0
/
+1
2020-07-20
powerpc/book3s64/pkeys: Simplify the key initialization
Aneesh Kumar K.V
1
-83
/
+116
2020-07-20
powerpc/book3s64/pkeys: Explain key 1 reservation details
Aneesh Kumar K.V
1
-1
/
+4
2020-07-20
powerpc/book3s64/pkeys: Move pkey related bits in the linux page table
Aneesh Kumar K.V
3
-23
/
+22
2020-07-20
powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s.
Aneesh Kumar K.V
3
-30
/
+64
2020-07-20
powerpc/book3s64/pkeys: Fixup bit numbering
Aneesh Kumar K.V
4
-24
/
+25
2020-07-20
powerpc/book3s64/pkeys: Use PVR check instead of cpu feature
Aneesh Kumar K.V
1
-6
/
+10
2020-07-20
powerpc/papr/scm: Add bad memory ranges to nvdimm bad ranges
Santosh Sivaraj
1
-1
/
+95
2020-07-20
powerpc/mce: Add MCE notification chain
Santosh Sivaraj
2
-0
/
+17
2020-07-20
powerpc/mm/radix: Create separate mappings for hot-plugged memory
Aneesh Kumar K.V
3
-12
/
+94
2020-07-20
powerpc/mm/radix: Remove split_kernel_mapping()
Bharata B Rao
1
-76
/
+19
2020-07-20
powerpc/mm/radix: Free PUD table when freeing pagetable
Bharata B Rao
1
-0
/
+16
2020-07-20
powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
Aneesh Kumar K.V
4
-6
/
+33
2020-07-20
powerpc/prom: Enable Radix GTSE in cpu pa-features
Nicholas Piggin
1
-1
/
+1
2020-07-18
Merge branch 'fixes' into next
Michael Ellerman
7
-12
/
+15
2020-07-16
powerpc/pseries: Detect secure and trusted boot state of the system.
Nayna Jain
1
-2
/
+16
2020-07-16
powerpc/vdso: Fix vdso cpu truncation
Milton Miller
1
-1
/
+1
2020-07-16
powerpc/perf: Add kernel support for new MSR[HV PR] bits in trace-imc
Anju T Sudhakar
2
-5
/
+29
2020-07-16
powerpc/Kconfig: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-16
pseries: Fix 64 bit logical memory block panic
Anton Blanchard
1
-1
/
+1
2020-07-16
powerpc/xive: Remove unused inline function xive_kexec_teardown_cpu()
YueHaibing
1
-1
/
+0
2020-07-16
powerpc/fadump: fix race between pstore write and fadump crash trigger
Sourabh Jain
1
-0
/
+24
2020-07-16
powerpc: Add cputime_to_nsecs()
Anton Blanchard
1
-0
/
+2
2020-07-16
powerpc/ppc-opcode: Fold PPC_INST_* macros into PPC_RAW_* macros
Balamuruhan S
1
-265
/
+129
2020-07-16
powerpc/ppc-opcode: Reuse raw instruction macros to stringify
Balamuruhan S
1
-158
/
+75
2020-07-16
powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.h
Balamuruhan S
6
-373
/
+324
2020-07-16
powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.h
Balamuruhan S
5
-35
/
+19
2020-07-16
powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_step
Balamuruhan S
2
-99
/
+74
2020-07-16
powerpc/ppc-opcode: Introduce PPC_RAW_* macros for base instruction encoding
Balamuruhan S
1
-7
/
+86
2020-07-16
powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumask
Kajol Jain
1
-0
/
+8
2020-07-16
powerpc/perf/hv-24x7: Add cpu hotplug support
Kajol Jain
1
-0
/
+46
2020-07-16
powerpc/pseries: remove obsolete memory hotplug DT notifier code
Nathan Lynch
1
-64
/
+1
2020-07-16
powerpc/pseries: remove dlpar_cpu_readd()
Nathan Lynch
2
-20
/
+0
2020-07-16
powerpc/pseries: remove memory "re-add" implementation
Nathan Lynch
2
-43
/
+0
2020-07-16
powerpc/pseries: remove prrn special case from DT update path
Nathan Lynch
1
-27
/
+0
2020-07-16
powerpc/numa: remove arch_update_cpu_topology
Nathan Lynch
2
-16
/
+0
2020-07-16
powerpc/numa: remove prrn_is_enabled()
Nathan Lynch
2
-10
/
+0
2020-07-16
powerpc/rtasd: simplify handle_rtas_event(), emit message on events
Nathan Lynch
1
-25
/
+3
2020-07-16
powerpc/numa: remove start/stop_topology_update()
Nathan Lynch
4
-38
/
+1
2020-07-16
powerpc/numa: remove timed_topology_update()
Nathan Lynch
3
-16
/
+0
2020-07-16
powerpc/numa: stub out numa_update_cpu_topology()
Nathan Lynch
1
-192
/
+1
[next]