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/watchpoint: Provide DAWR number to set_dawr
Ravi Bangoria
2020-05-19
1
-2
/
+2
|
*
|
|
|
|
|
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
2020-05-19
3
-2
/
+11
|
*
|
|
|
|
|
powerpc/watchpoint: Add SPRN macros for second DAWR
Ravi Bangoria
2020-05-19
1
-0
/
+2
|
*
|
|
|
|
|
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
2020-05-19
1
-2
/
+2
|
*
|
|
|
|
|
powerpc sstep: Add support for prefixed load/stores
Jordan Niethe
2020-05-19
1
-0
/
+4
|
*
|
|
|
|
|
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-19
5
-8
/
+105
|
*
|
|
|
|
|
powerpc: Define new SRR1 bits for a ISA v3.1
Jordan Niethe
2020-05-19
1
-1
/
+3
|
*
|
|
|
|
|
powerpc: Enable Prefixed Instructions
Alistair Popple
2020-05-19
1
-0
/
+3
|
*
|
|
|
|
|
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2020-05-19
1
-0
/
+5
|
*
|
|
|
|
|
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
2020-05-19
1
-0
/
+9
|
*
|
|
|
|
|
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-19
1
-0
/
+3
|
*
|
|
|
|
|
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
2020-05-19
1
-0
/
+3
|
*
|
|
|
|
|
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-19
1
-0
/
+5
|
*
|
|
|
|
|
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
4
-27
/
+33
|
*
|
|
|
|
|
powerpc: Introduce functions for instruction equality
Jordan Niethe
2020-05-19
1
-0
/
+5
|
*
|
|
|
|
|
powerpc: Use a function for byte swapping instructions
Jordan Niethe
2020-05-19
1
-0
/
+5
|
*
|
|
|
|
|
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-19
1
-0
/
+5
|
*
|
|
|
|
|
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
2
-3
/
+8
|
*
|
|
|
|
|
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-19
2
-1
/
+13
|
*
|
|
|
|
|
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
2020-05-19
1
-6
/
+6
|
*
|
|
|
|
|
powerpc: Implement ftrace_enabled() helpers
Nicholas Piggin
2020-05-19
1
-0
/
+14
|
*
|
|
|
|
|
powerpc/pseries/ras: Avoid calling rtas_token() in NMI paths
Nicholas Piggin
2020-05-18
1
-0
/
+1
|
*
|
|
|
|
|
powerpc: Drop unneeded cast in task_pt_regs()
Michael Ellerman
2020-05-15
1
-1
/
+1
|
*
|
|
|
|
|
powerpc/64: Don't initialise init_task->thread.regs
Michael Ellerman
2020-05-15
1
-1
/
+0
|
*
|
|
|
|
|
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
2020-05-15
1
-6
/
+16
|
*
|
|
|
|
|
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
2020-05-15
2
-1
/
+9
|
*
|
|
|
|
|
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
2020-05-15
1
-0
/
+8
|
*
|
|
|
|
|
powerpc/64s: Always has full regs, so remove remnant checks
Nicholas Piggin
2020-05-15
1
-7
/
+16
|
*
|
|
|
|
|
powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()
Christophe Leroy
2020-05-11
1
-7
/
+0
|
*
|
|
|
|
|
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
2020-05-11
2
-2
/
+2
|
*
|
|
|
|
|
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
2020-05-11
1
-2
/
+2
|
*
|
|
|
|
|
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
2020-05-11
2
-2
/
+2
|
*
|
|
|
|
|
Merge the lockless page table walk rework into next
Michael Ellerman
2020-05-06
5
-18
/
+50
|
|
\
\
\
\
\
\
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race
Aneesh Kumar K.V
2020-05-05
1
-0
/
+5
|
|
*
|
|
|
|
powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
Aneesh Kumar K.V
2020-05-05
1
-1
/
+1
|
|
*
|
|
|
|
powerpc/kvm/book3s: Add helper for host page table walk
Aneesh Kumar K.V
2020-05-05
1
-0
/
+16
|
|
*
|
|
|
|
powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
Aneesh Kumar K.V
2020-05-05
2
-1
/
+4
|
|
*
|
|
|
|
powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.
Aneesh Kumar K.V
2020-05-05
1
-0
/
+13
|
|
*
|
|
|
|
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...
Aneesh Kumar K.V
2020-05-05
1
-2
/
+1
|
|
*
|
|
|
|
powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
Aneesh Kumar K.V
2020-05-05
1
-5
/
+10
|
|
*
|
|
|
|
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
2020-05-05
1
-9
/
+0
|
*
|
|
|
|
|
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
2020-05-04
1
-1
/
+3
|
*
|
|
|
|
|
powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
Gautham R. Shenoy
2020-04-30
1
-0
/
+32
|
*
|
|
|
|
|
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
2020-04-30
1
-0
/
+17
|
*
|
|
|
|
|
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
2020-04-30
1
-9
/
+22
|
*
|
|
|
|
|
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
2020-04-30
1
-0
/
+31
|
*
|
|
|
|
|
powerpc/vas: Include linux/types.h in uapi/asm/vas-api.h
Stephen Rothwell
2020-04-22
1
-0
/
+2
|
*
|
|
|
|
|
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Haren Myneni
2020-04-20
1
-1
/
+0
|
*
|
|
|
|
|
powerpc/vas: Add VAS user space API
Haren Myneni
2020-04-20
1
-0
/
+12
|
*
|
|
|
|
|
powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
Haren Myneni
2020-04-20
1
-0
/
+22
[prev]
[next]