aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/irqflags.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan1-8/+0
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-5/+0
2021-11-30x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PVKirill A. Shutemov1-2/+5
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-1/+1
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross1-5/+0
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross1-14/+6
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-6/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-12/+8
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-11x86/entry: __always_inline irqflags for noinstrPeter Zijlstra1-10/+10
2020-06-11x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner1-10/+0
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner1-24/+0
2019-03-06x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner1-0/+4
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-7/+1
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-5/+11
2018-09-03x86/paravirt: Remove unused paravirt bitsJuergen Gross1-4/+0
2018-08-30x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers1-1/+2
2018-08-05x86/irqflags: Provide a declaration for native_save_flNick Desaulniers1-0/+2
2018-07-03x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers1-1/+1
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-4/+8
2015-04-03x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32Borislav Petkov1-4/+0
2015-03-27x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_exit_thunkDenys Vlasenko1-2/+0
2015-03-27x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their usersDenys Vlasenko1-9/+7
2015-03-27x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their usersDenys Vlasenko1-20/+17
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stackDenys Vlasenko1-2/+2
2014-07-28x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski1-1/+1
2011-07-07tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functionsSteven Rostedt1-5/+6
2010-10-07Fix IRQ flag handling namingDavid Howells1-20/+12
2009-08-25x86: allow "=rm" in native_save_fl()H. Peter Anvin1-5/+4
2009-08-03x86: fix assembly constraints in native_save_fl()H. Peter Anvin1-1/+7
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+211