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
/
asm
/
asm-prototypes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-49
/
+0
*
powerpc/kexec: Declare kexec_paca static
Christophe Leroy
2022-03-08
1
-2
/
+0
*
powerpc/smp: Declare current_set static
Christophe Leroy
2022-03-08
1
-1
/
+0
*
powerpc: Cleanup asm-prototypes.c
Christophe Leroy
2022-03-08
1
-6
/
+0
*
KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
Nicholas Piggin
2021-11-24
1
-5
/
+0
*
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-25
1
-0
/
+5
*
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2021-06-25
1
-2
/
+2
*
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
2021-06-10
1
-1
/
+2
*
powerpc/64e/interrupt: use new interrupt return
Nicholas Piggin
2021-04-14
1
-2
/
+0
*
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-09
1
-29
/
+0
*
powerpc: remove arguments from fault handler functions
Nicholas Piggin
2021-02-09
1
-2
/
+2
*
powerpc/security: Fix link stack flush instruction
Nicholas Piggin
2020-10-08
1
-1
/
+3
*
powerpc/32: Declare stack_overflow_exception() prototype
Cédric Le Goater
2020-09-18
1
-0
/
+1
*
Merge branch 'scv' support into next
Michael Ellerman
2020-07-23
1
-1
/
+1
|
\
|
*
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
2020-07-22
1
-1
/
+1
*
|
powerpc/security: re-name count cache flush to branch cache flush
Nicholas Piggin
2020-07-16
1
-2
/
+2
|
/
*
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
1
-0
/
+2
*
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
2020-04-01
1
-11
/
+2
*
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-12-01
1
-1
/
+2
|
\
|
*
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
1
-1
/
+2
*
|
KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
Michael Ellerman
2019-11-14
1
-0
/
+2
*
|
powerpc/book3s64: Fix link stack flush on context switch
Michael Ellerman
2019-11-14
1
-0
/
+1
|
/
*
powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Naveen N. Rao
2019-09-18
1
-1
/
+2
*
powerpc/pseries: Introduce option to build secure virtual machines
Thiago Jung Bauermann
2019-08-30
1
-1
/
+1
*
powerpc/kernel: Add ucall_norets() ultravisor call handler
Claudio Carvalho
2019-08-30
1
-0
/
+11
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc/64s: Fix unrelocated interrupt trampoline address test
Nicholas Piggin
2019-03-02
1
-8
/
+0
*
powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to C
Nicholas Piggin
2019-02-26
1
-6
/
+4
*
powerpc/64s: Fix HV NMI vs HV interrupt recoverability test
Nicholas Piggin
2019-02-26
1
-0
/
+8
*
powerpc: 'current_set' is now a table of task_struct pointers
Christophe Leroy
2019-02-23
1
-2
/
+2
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-1
/
+1
*
powerpc/mm: remove unused function prototype
Breno Leitao
2018-12-04
1
-1
/
+0
*
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-10-26
1
-1
/
+2
|
\
|
*
powerpc/64s/hash: Convert SLB miss handlers to C
Nicholas Piggin
2018-10-14
1
-0
/
+2
|
*
powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()
Christophe Leroy
2018-10-03
1
-1
/
+0
|
*
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
2018-10-03
1
-2
/
+0
|
*
powerpc/64s/hash: convert SLB miss handlers to C
Nicholas Piggin
2018-09-19
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
2018-10-09
1
-0
/
+4
*
|
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
2018-10-09
1
-0
/
+2
*
|
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
Paul Mackerras
2018-10-09
1
-0
/
+10
*
|
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
Paul Mackerras
2018-10-09
1
-0
/
+5
|
/
*
powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabled
Christophe Leroy
2018-08-10
1
-0
/
+1
*
powerpc/64s: Add support for software count cache flush
Michael Ellerman
2018-08-08
1
-0
/
+6
*
powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision
Simon Guo
2018-07-24
1
-2
/
+2
*
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2018-06-14
1
-0
/
+6
|
\
|
*
KVM: PPC: Book3S PR: Add C function wrapper for _kvmppc_save/restore_tm()
Simon Guo
2018-06-01
1
-0
/
+6
*
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-06-03
1
-0
/
+3
|
\
|
|
*
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
2018-05-24
1
-0
/
+3
*
|
powerpc/syscalls: signal_{32, 64} - switch to SYSCALL_DEFINE
Al Viro
2018-05-10
1
-10
/
+4
*
|
powerpc/pseries: hcall_exit tracepoint retval should be signed
Michael Ellerman
2018-05-10
1
-2
/
+1
|
/
[next]