index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
powerpc/powernv/vas: Rename register/unregister functions
Haren Myneni
2021-06-20
1
-0
/
+3
|
*
|
powerpc/vas: Move VAS API to book3s common platform
Haren Myneni
2021-06-20
1
-0
/
+3
|
*
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2021-06-17
8
-18
/
+51
|
|
\
\
|
*
|
|
powerpc/64: drop redundant defination of spin_until_cond
Sudeep Holla
2021-06-17
1
-11
/
+0
|
*
|
|
powerpc: Move update_power8_hid0() into its only user
Christophe Leroy
2021-06-17
1
-10
/
+0
|
*
|
|
powerpc: Remove proc_trap()
Christophe Leroy
2021-06-17
1
-2
/
+0
|
*
|
|
powerpc: Define swapper_pg_dir[] in C
Christophe Leroy
2021-06-17
2
-0
/
+7
|
*
|
|
powerpc/nohash: Convert set_context() to C
Christophe Leroy
2021-06-17
1
-1
/
+0
|
*
|
|
powerpc/kuap: Force inlining of all first level KUAP helpers.
Christophe Leroy
2021-06-17
1
-11
/
+11
|
*
|
|
powerpc/kuap: Remove to/from/size parameters of prevent_user_access()
Christophe Leroy
2021-06-17
4
-14
/
+10
|
*
|
|
powerpc/kuap: Remove KUAP_CURRENT_XXX
Christophe Leroy
2021-06-17
2
-12
/
+3
|
*
|
|
powerpc/32s: Rework Kernel Userspace Access Protection
Christophe Leroy
2021-06-17
2
-72
/
+88
|
*
|
|
powerpc/32s: Allow disabling KUAP at boot time
Christophe Leroy
2021-06-17
1
-1
/
+26
|
*
|
|
powerpc/32s: Allow disabling KUEP at boot time
Christophe Leroy
2021-06-17
1
-1
/
+5
|
*
|
|
powerpc/32s: Simplify calculation of segment register content
Christophe Leroy
2021-06-17
1
-19
/
+23
|
*
|
|
powerpc/32s: Convert switch_mmu_context() to C
Christophe Leroy
2021-06-17
1
-0
/
+5
|
*
|
|
powerpc/32s: move CTX_TO_VSID() into mmu-hash.h
Christophe Leroy
2021-06-17
1
-0
/
+10
|
*
|
|
powerpc/32s: Refactor update of user segment registers
Christophe Leroy
2021-06-17
3
-4
/
+49
|
*
|
|
powerpc/8xx: Allow disabling KUAP at boot time
Christophe Leroy
2021-06-17
1
-3
/
+40
|
*
|
|
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
2021-06-17
1
-0
/
+1
|
*
|
|
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
2021-06-17
1
-6
/
+5
|
*
|
|
powerpc/inst: Refactor PPC32 and PPC64 versions
Christophe Leroy
2021-06-17
1
-36
/
+13
|
*
|
|
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
2021-06-17
3
-21
/
+20
|
*
|
|
powerpc/lib/code-patching: Make instr_is_branch_to_addr() static
Christophe Leroy
2021-06-16
1
-1
/
+0
|
*
|
|
powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
Christophe Leroy
2021-06-16
1
-10
/
+9
|
*
|
|
powerpc/inst: Improve readability of get_user_instr() and friends
Christophe Leroy
2021-06-16
1
-10
/
+6
|
*
|
|
powerpc/inst: Reduce casts in get_user_instr()
Christophe Leroy
2021-06-16
1
-4
/
+3
|
*
|
|
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
2021-06-16
1
-1
/
+6
|
*
|
|
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
2021-06-16
1
-2
/
+1
|
*
|
|
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
1
-1
/
+0
|
*
|
|
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
2021-06-16
2
-0
/
+5
|
*
|
|
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
2021-06-16
1
-2
/
+1
|
*
|
|
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
2021-06-16
1
-2
/
+1
|
*
|
|
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
1
-7
/
+4
|
*
|
|
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
1
-2
/
+3
|
*
|
|
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2021-06-16
1
-7
/
+5
|
*
|
|
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
2021-06-16
1
-0
/
+34
|
*
|
|
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
2021-06-16
1
-4
/
+4
|
*
|
|
powerpc: Force inlining of csum_add()
Christophe Leroy
2021-06-16
1
-1
/
+1
|
*
|
|
Merge branch 'fixes' into next
Michael Ellerman
2021-06-16
4
-36
/
+82
|
|
\
\
\
|
*
|
|
|
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
2021-06-10
1
-0
/
+2
|
*
|
|
|
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
2021-06-10
1
-1
/
+1
|
*
|
|
|
powerpc/barrier: Avoid collision with clang's __lwsync macro
Nathan Chancellor
2021-06-10
1
-0
/
+2
|
*
|
|
|
powerpc/sstep: Add tests for setb instruction
Sathvika Vasireddy
2021-05-23
1
-0
/
+1
|
*
|
|
|
powerpc/32s: Remove asm/book3s/32/hash.h
Christophe Leroy
2021-05-17
2
-46
/
+37
|
*
|
|
|
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
2021-05-17
1
-1
/
+2
|
*
|
|
|
powerpc/32s: Speed up likely path of kuap_update_sr()
Christophe Leroy
2021-05-17
1
-2
/
+4
|
*
|
|
|
powerpc/mmu: Remove leftover CONFIG_E200
Christophe Leroy
2021-05-17
1
-1
/
+1
|
*
|
|
|
powerpc/mmu: Don't duplicate radix_enabled()
Christophe Leroy
2021-05-17
1
-12
/
+0
|
*
|
|
|
powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit
Christophe Leroy
2021-05-17
1
-2
/
+0
[prev]
[next]