index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32s: Always map kernel text and rodata with BATs
Christophe Leroy
2020-12-03
1
-2
/
+2
*
powerpc/perf: MMCR0 control for PMU registers under PMCC=00
Athira Rajeev
2020-12-03
2
-0
/
+2
*
powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled case
Aneesh Kumar K.V
2020-12-03
2
-4
/
+10
*
powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.
Aneesh Kumar K.V
2020-12-03
2
-10
/
+0
*
powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.
Aneesh Kumar K.V
2020-12-03
1
-3
/
+4
*
powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
Aneesh Kumar K.V
2020-12-03
1
-1
/
+5
*
powerpc/book3s64/pkeys: Inherit correctly on fork.
Aneesh Kumar K.V
2020-12-03
1
-0
/
+10
*
powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...
Aneesh Kumar K.V
2020-12-03
4
-6
/
+38
*
powerpc/exec: Set thread.regs early during exec
Aneesh Kumar K.V
2020-12-03
1
-14
/
+13
*
powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64
Aneesh Kumar K.V
2020-12-03
1
-0
/
+3
*
powerpc/64s: Remove "Host" from MCE logging
Nicholas Piggin
2020-12-03
1
-1
/
+1
*
powerpc/64s/pseries: Add ERAT specific machine check handler
Nicholas Piggin
2020-12-03
1
-1
/
+1
*
powerpc/64s/powernv: Allow KVM to handle guest machine check details
Nicholas Piggin
2020-12-03
2
-43
/
+55
*
powerpc: Reintroduce is_kvm_guest() as a fast-path check
Srikar Dronamraju
2020-12-03
1
-0
/
+2
*
powerpc: Rename is_kvm_guest() to check_kvm_guest()
Srikar Dronamraju
2020-12-03
1
-4
/
+4
*
powerpc: Refactor is_kvm_guest() declaration to new header
Srikar Dronamraju
2020-12-03
1
-0
/
+1
*
powerpc: show registers when unwinding interrupt frames
Nicholas Piggin
2020-12-03
1
-6
/
+14
*
powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macro
Youling Tang
2020-12-03
2
-76
/
+8
*
powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S
Jordan Niethe
2020-12-03
1
-1
/
+1
*
powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASE
Christophe Leroy
2020-12-03
2
-2
/
+2
*
powerpc/vdso: Remove DBG()
Christophe Leroy
2020-12-03
1
-8
/
+0
*
powerpc/vdso: Remove vdso_ready
Christophe Leroy
2020-12-03
1
-6
/
+0
*
powerpc/vdso: Remove vdso_setup()
Christophe Leroy
2020-12-03
1
-19
/
+2
*
powerpc/vdso: Remove lib32_elfinfo and lib64_elfinfo
Christophe Leroy
2020-12-03
1
-27
/
+2
*
powerpc/vdso: Remove symbol section information in struct lib32/64_elfinfo
Christophe Leroy
2020-12-03
1
-90
/
+0
*
powerpc/vdso: Remove unused text member in struct lib32/64_elfinfo
Christophe Leroy
2020-12-03
1
-16
/
+0
*
powerpc/vdso: Remove vdso_patches[] and associated functions
Christophe Leroy
2020-12-03
1
-161
/
+0
*
powerpc/vdso: Remove runtime generated sigtramp offsets
Christophe Leroy
2020-12-03
1
-59
/
+0
*
powerpc/vdso: Remove __kernel_datapage_offset
Christophe Leroy
2020-12-03
5
-55
/
+0
*
powerpc/vdso: Remove vdso32_pages and vdso64_pages
Christophe Leroy
2020-12-03
1
-16
/
+0
*
powerpc/vdso: Merge __kernel_sync_dicache_p5() into __kernel_sync_dicache()
Christophe Leroy
2020-12-03
5
-27
/
+12
*
powerpc/vdso: Use builtin symbols to locate fixup section
Christophe Leroy
2020-12-03
3
-41
/
+30
*
powerpc/vdso: Retrieve sigtramp offsets at buildtime
Christophe Leroy
2020-12-03
8
-6
/
+65
*
powerpc/vdso: Remove unused \tmp param in __get_datapage()
Christophe Leroy
2020-12-03
4
-6
/
+6
*
powerpc/vdso: Simplify __get_datapage()
Christophe Leroy
2020-12-03
2
-0
/
+4
*
powerpc/vdso: Move vdso datapage up front
Christophe Leroy
2020-12-03
1
-7
/
+7
*
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
2020-12-03
3
-10
/
+10
*
powerpc/vdso: Provide vdso_remap()
Christophe Leroy
2020-12-03
1
-0
/
+24
*
powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name()
Christophe Leroy
2020-12-03
1
-23
/
+19
*
powerpc/vdso: Simplify arch_setup_additional_pages() exit
Christophe Leroy
2020-12-03
1
-19
/
+21
*
powerpc/vdso: Use VDSO size in arch_setup_additional_pages()
Christophe Leroy
2020-12-03
1
-12
/
+6
*
powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization
Christophe Leroy
2020-12-03
1
-25
/
+6
*
powerpc/vdso: Refactor 32 bits and 64 bits pages setup
Christophe Leroy
2020-12-03
1
-20
/
+19
*
powerpc/vdso: Remove NULL termination element in vdso_pagelist
Christophe Leroy
2020-12-03
1
-4
/
+2
*
powerpc/vdso: Remove get_page() in vdso_pagelist initialization
Christophe Leroy
2020-12-03
1
-4
/
+2
*
powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()
Christophe Leroy
2020-12-03
2
-12
/
+6
*
powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map()
Christophe Leroy
2020-12-03
1
-12
/
+5
*
powerpc/vdso: Stripped VDSO is not needed, don't build it
Christophe Leroy
2020-12-03
2
-34
/
+4
*
powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...
Christophe Leroy
2020-12-03
1
-113
/
+111
*
powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...
Christophe Leroy
2020-12-03
1
-13
/
+41
[next]