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
/
x86
/
include
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-13
3
-14
/
+34
|
\
|
*
x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned
Tony Luck
2020-06-11
1
-6
/
+13
|
*
Merge branch 'x86/entry' into ras/core
Thomas Gleixner
2020-06-11
107
-2216
/
+1741
|
|
\
|
*
|
x86/mce: Fixup exception only for the correct MCEs
Borislav Petkov
2020-04-14
1
-0
/
+1
|
*
|
x86/mce: Add a struct mce.kflags field
Tony Luck
2020-04-14
1
-0
/
+8
|
*
|
x86/mce: Rename "first" function as "early"
Tony Luck
2020-04-14
1
-7
/
+9
|
*
|
x86/mce/amd, edac: Remove report_gart_errors
Borislav Petkov
2020-04-14
1
-1
/
+2
|
*
|
x86/mce/amd: Cleanup threshold device remove path
Thomas Gleixner
2020-04-14
1
-0
/
+1
*
|
|
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-13
28
-454
/
+840
|
\
\
\
|
*
|
|
x86/entry: Make NMI use IDTENTRY_RAW
Thomas Gleixner
2020-06-12
1
-2
/
+2
|
*
|
|
x86/entry: Treat BUG/WARN as NMI-like entries
Andy Lutomirski
2020-06-12
1
-1
/
+1
|
|
|
/
|
|
/
|
|
*
|
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
2020-06-11
1
-0
/
+7
|
*
|
x86/entry: __always_inline CR2 for noinstr
Peter Zijlstra
2020-06-11
3
-6
/
+6
|
*
|
x86/entry: __always_inline arch_atomic_* for noinstr
Peter Zijlstra
2020-06-11
1
-7
/
+7
|
*
|
x86/entry: __always_inline irqflags for noinstr
Peter Zijlstra
2020-06-11
1
-10
/
+10
|
*
|
x86/entry: __always_inline debugreg for noinstr
Peter Zijlstra
2020-06-11
1
-3
/
+3
|
*
|
x86/idt: Consolidate idt functionality
Thomas Gleixner
2020-06-11
1
-15
/
+2
|
*
|
x86/entry: Clarify irq_{enter,exit}_rcu()
Peter Zijlstra
2020-06-11
1
-2
/
+0
|
*
|
x86/entry: Remove DBn stacks
Peter Zijlstra
2020-06-11
1
-9
/
+3
|
*
|
x86/entry: Remove debug IDT frobbing
Peter Zijlstra
2020-06-11
2
-52
/
+1
|
*
|
x86/entry: Optimize local_db_save() for virt
Peter Zijlstra
2020-06-11
1
-1
/
+4
|
*
|
x86/entry: Introduce local_db_{save,restore}()
Peter Zijlstra
2020-06-11
1
-0
/
+30
|
*
|
x86/entry: Remove the TRACE_IRQS cruft
Thomas Gleixner
2020-06-11
1
-10
/
+0
|
*
|
x86/entry: Remove the apic/BUILD interrupt leftovers
Thomas Gleixner
2020-06-11
1
-12
/
+0
|
*
|
x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE
Thomas Gleixner
2020-06-11
5
-26
/
+2
|
*
|
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-0
/
+4
|
*
|
x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
4
-44
/
+10
|
*
|
x86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
Thomas Gleixner
2020-06-11
4
-14
/
+6
|
*
|
x86/entry: Convert various system vectors
Thomas Gleixner
2020-06-11
7
-56
/
+24
|
*
|
x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
4
-11
/
+7
|
*
|
x86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
5
-13
/
+8
|
*
|
x86/entry: Provide IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
1
-0
/
+79
|
*
|
x86/entry: Use idtentry for interrupts
Thomas Gleixner
2020-06-11
3
-4
/
+8
|
*
|
x86/entry: Add IRQENTRY_IRQ macro
Thomas Gleixner
2020-06-11
1
-0
/
+49
|
*
|
x86/irq: Rework handle_irq() for 64-bit
Thomas Gleixner
2020-06-11
1
-1
/
+1
|
*
|
x86/irq: Convey vector as argument and not in ptregs
Thomas Gleixner
2020-06-11
5
-3
/
+53
|
*
|
x86/irq: Use generic irq_regs implementation
Thomas Gleixner
2020-06-11
1
-32
/
+0
|
*
|
x86/entry: Remove the transition leftovers
Thomas Gleixner
2020-06-11
1
-3
/
+3
|
*
|
x86/entry: Switch page fault exception to IDTENTRY_RAW
Thomas Gleixner
2020-06-11
2
-12
/
+2
|
*
|
x86/entry: Switch XEN/PV hypercall entry to IDTENTRY
Thomas Gleixner
2020-06-11
1
-0
/
+34
|
*
|
x86/entry: Provide helpers for executing on the irqstack
Thomas Gleixner
2020-06-11
1
-0
/
+53
|
*
|
x86/entry: Clean up idtentry_enter/exit() leftovers
Thomas Gleixner
2020-06-11
1
-11
/
+1
|
*
|
x86/idtentry: Switch to conditional RCU handling
Thomas Gleixner
2020-06-11
1
-4
/
+6
|
*
|
x86/entry: Provide idtentry_enter/exit_user()
Thomas Gleixner
2020-06-11
1
-0
/
+3
|
*
|
x86/entry: Provide idtentry_entry/exit_cond_rcu()
Thomas Gleixner
2020-06-11
1
-2
/
+12
|
*
|
x86/entry: Convert double fault exception to IDTENTRY_DF
Thomas Gleixner
2020-06-11
2
-5
/
+3
|
*
|
x86/idtentry: Provide IDTENTRY_DF
Thomas Gleixner
2020-06-11
1
-0
/
+87
|
*
|
x86/idtentry: Provide IDTRENTRY_NOIST variants for #DB and #MC
Thomas Gleixner
2020-06-11
1
-2
/
+17
|
*
|
x86/entry: Convert Debug exception to IDTENTRY_DB
Thomas Gleixner
2020-06-11
2
-3
/
+4
|
*
|
x86/nmi: Protect NMI entry against instrumentation
Thomas Gleixner
2020-06-11
1
-4
/
+4
[next]