Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 entry updates from Thomas Gleixner: "The x86 entry, exception and interrupt code rework This all started about 6 month ago with the attempt to move the Posix CPU timer heavy lifting out of the timer interrupt code and just have lockless quick checks in that code path. Trivial 5 patches. This unearthed an inconsistency in the KVM handling of task work and the review requested to move all of this into generic code so other architectures can share. Valid request and solved with another 25 patches but those unearthed inconsistencies vs. RCU and instrumentation. Digging into this made it obvious that there are quite some inconsistencies vs. instrumentation in general. The int3 text poke handling in particular was completely unprotected and with the batched update of trace events even more likely to expose to endless int3 recursion. In parallel the RCU implications of instrumentin...
Showing
- arch/x86/Kconfig 0 additions, 1 deletionarch/x86/Kconfig
- arch/x86/entry/Makefile 7 additions, 1 deletionarch/x86/entry/Makefile
- arch/x86/entry/calling.h 4 additions, 21 deletionsarch/x86/entry/calling.h
- arch/x86/entry/common.c 394 additions, 46 deletionsarch/x86/entry/common.c
- arch/x86/entry/entry_32.S 118 additions, 367 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 213 additions, 627 deletionsarch/x86/entry/entry_64.S
- arch/x86/entry/entry_64_compat.S 24 additions, 31 deletionsarch/x86/entry/entry_64_compat.S
- arch/x86/entry/thunk_64.S 1 addition, 13 deletionsarch/x86/entry/thunk_64.S
- arch/x86/hyperv/hv_init.c 3 additions, 6 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/include/asm/acrn.h 0 additions, 11 deletionsarch/x86/include/asm/acrn.h
- arch/x86/include/asm/apic.h 0 additions, 33 deletionsarch/x86/include/asm/apic.h
- arch/x86/include/asm/atomic.h 7 additions, 7 deletionsarch/x86/include/asm/atomic.h
- arch/x86/include/asm/bug.h 3 additions, 0 deletionsarch/x86/include/asm/bug.h
- arch/x86/include/asm/cpu_entry_area.h 3 additions, 9 deletionsarch/x86/include/asm/cpu_entry_area.h
- arch/x86/include/asm/debugreg.h 31 additions, 17 deletionsarch/x86/include/asm/debugreg.h
- arch/x86/include/asm/desc.h 3 additions, 49 deletionsarch/x86/include/asm/desc.h
- arch/x86/include/asm/entry_arch.h 0 additions, 56 deletionsarch/x86/include/asm/entry_arch.h
- arch/x86/include/asm/hw_irq.h 0 additions, 22 deletionsarch/x86/include/asm/hw_irq.h
- arch/x86/include/asm/idtentry.h 652 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/irq.h 9 additions, 6 deletionsarch/x86/include/asm/irq.h
Please register or sign in to comment