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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
powerpc/powermac: Add additional missing lockdep_register_key()
Christophe Leroy
2021-12-09
1
-0
/
+2
|
*
|
|
|
|
|
|
|
powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic
Hari Bathini
2021-12-09
2
-0
/
+18
|
*
|
|
|
|
|
|
|
powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
Hari Bathini
2021-12-09
1
-0
/
+30
|
*
|
|
|
|
|
|
|
powerpc/cell: Fix clang -Wimplicit-fallthrough warning
Anders Roxell
2021-12-09
1
-0
/
+1
|
*
|
|
|
|
|
|
|
powerpc/inst: Optimise copy_inst_from_kernel_nofault()
Christophe Leroy
2021-12-09
2
-18
/
+24
|
*
|
|
|
|
|
|
|
powerpc/inst: Move ppc_inst_t definition in asm/reg.h
Christophe Leroy
2021-12-09
4
-11
/
+13
|
*
|
|
|
|
|
|
|
powerpc/inst: Define ppc_inst_t as u32 on PPC32
Christophe Leroy
2021-12-09
2
-8
/
+15
|
*
|
|
|
|
|
|
|
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
23
-112
/
+112
|
*
|
|
|
|
|
|
|
powerpc/inst: Refactor ___get_user_instr()
Christophe Leroy
2021-12-09
1
-11
/
+2
|
*
|
|
|
|
|
|
|
powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
Christophe Leroy
2021-12-09
1
-3
/
+2
|
*
|
|
|
|
|
|
|
powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEP
Christophe Leroy
2021-12-09
1
-21
/
+0
|
*
|
|
|
|
|
|
|
powerpc/kuap: Wire-up KUAP on book3e/64
Christophe Leroy
2021-12-09
2
-6
/
+35
|
*
|
|
|
|
|
|
|
powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.
Christophe Leroy
2021-12-09
2
-0
/
+13
|
*
|
|
|
|
|
|
|
powerpc/kuap: Wire-up KUAP on 40x
Christophe Leroy
2021-12-09
3
-2
/
+15
|
*
|
|
|
|
|
|
|
powerpc/kuap: Wire-up KUAP on 44x
Christophe Leroy
2021-12-09
2
-0
/
+17
|
*
|
|
|
|
|
|
|
powerpc: Add KUAP support for BOOKE and 40x
Christophe Leroy
2021-12-09
6
-1
/
+131
|
*
|
|
|
|
|
|
|
powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP only
Christophe Leroy
2021-12-09
1
-1
/
+1
|
*
|
|
|
|
|
|
|
powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
Christophe Leroy
2021-12-09
4
-5
/
+14
|
*
|
|
|
|
|
|
|
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-12-09
12
-16
/
+21
|
*
|
|
|
|
|
|
|
powerpc/nohash: Move setup_kuap out of 8xx.c
Christophe Leroy
2021-12-09
3
-22
/
+32
|
*
|
|
|
|
|
|
|
powerpc/kuap: Add kuap_lock()
Christophe Leroy
2021-12-09
5
-6
/
+28
|
*
|
|
|
|
|
|
|
powerpc/kuap: Remove __kuap_assert_locked()
Christophe Leroy
2021-12-09
4
-18
/
+2
|
*
|
|
|
|
|
|
|
powerpc/kuap: Check KUAP activation in generic functions
Christophe Leroy
2021-12-09
4
-76
/
+56
|
*
|
|
|
|
|
|
|
powerpc/kuap: Add a generic intermediate layer
Christophe Leroy
2021-12-09
4
-37
/
+86
|
*
|
|
|
|
|
|
|
powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64
Christophe Leroy
2021-12-09
6
-36
/
+15
|
*
|
|
|
|
|
|
|
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2021-12-09
8
-14
/
+33
|
*
|
|
|
|
|
|
|
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
2021-12-09
9
-49
/
+119
|
*
|
|
|
|
|
|
|
powerpc/32s: Remove capability to disable KUEP at boottime
Christophe Leroy
2021-12-09
2
-10
/
+3
|
*
|
|
|
|
|
|
|
powerpc/book3e: Activate KUEP at all time
Christophe Leroy
2021-12-09
2
-0
/
+3
|
*
|
|
|
|
|
|
|
powerpc/44x: Activate KUEP at all time
Christophe Leroy
2021-12-09
4
-16
/
+4
|
*
|
|
|
|
|
|
|
powerpc/8xx: Activate KUEP at all time
Christophe Leroy
2021-12-09
3
-9
/
+3
|
*
|
|
|
|
|
|
|
Revert "powerpc: Inline setup_kup()"
Christophe Leroy
2021-12-09
3
-8
/
+10
|
*
|
|
|
|
|
|
|
powerpc/40x: Map 32Mbytes of memory at startup
Christophe Leroy
2021-12-09
1
-1
/
+8
|
*
|
|
|
|
|
|
|
powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU
Nicholas Piggin
2021-12-09
2
-2
/
+2
|
*
|
|
|
|
|
|
|
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
2021-12-09
34
-56
/
+171
|
*
|
|
|
|
|
|
|
powerpc/64s: Make hash MMU support configurable
Nicholas Piggin
2021-12-09
12
-14
/
+69
|
*
|
|
|
|
|
|
|
powerpc/64s: Always define arch unmapped area calls
Nicholas Piggin
2021-12-09
5
-35
/
+51
|
*
|
|
|
|
|
|
|
powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
Nicholas Piggin
2021-12-09
1
-3
/
+6
|
*
|
|
|
|
|
|
|
powerpc/64e: remove mmu_linear_psize
Nicholas Piggin
2021-12-09
1
-9
/
+0
|
*
|
|
|
|
|
|
|
powerpc: make memremap_compat_align 64s-only
Nicholas Piggin
2021-12-02
3
-21
/
+21
|
*
|
|
|
|
|
|
|
powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
Nicholas Piggin
2021-12-02
1
-6
/
+15
|
*
|
|
|
|
|
|
|
powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
Nicholas Piggin
2021-12-02
2
-1
/
+1
|
*
|
|
|
|
|
|
|
powerpc/64s: move page size definitions from hash specific file
Nicholas Piggin
2021-12-02
2
-5
/
+7
|
*
|
|
|
|
|
|
|
powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
Nicholas Piggin
2021-12-02
1
-3
/
+3
|
*
|
|
|
|
|
|
|
powerpc/64s: move THP trace point creation out of hash specific file
Nicholas Piggin
2021-12-02
3
-2
/
+9
|
*
|
|
|
|
|
|
|
powerpc/pseries: lparcfg don't include slb_size line in radix mode
Nicholas Piggin
2021-12-02
1
-1
/
+2
|
*
|
|
|
|
|
|
|
powerpc/pseries: move process table registration away from hash-specific code
Nicholas Piggin
2021-12-02
1
-28
/
+28
|
*
|
|
|
|
|
|
|
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
Nicholas Piggin
2021-12-02
4
-19
/
+27
|
*
|
|
|
|
|
|
|
powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
Nicholas Piggin
2021-12-02
4
-109
/
+104
|
*
|
|
|
|
|
|
|
powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
Nicholas Piggin
2021-12-02
13
-14
/
+14
[prev]
[next]