开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
irqflags.h
Age
Commit message (
Expand
)
Author
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
2022-05-03
x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGS
Lai Jiangshan
2022-03-15
x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()
Peter Zijlstra
2021-11-30
x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
Kirill A. Shutemov
2021-03-11
x86/paravirt: Switch functions with custom code to ALTERNATIVE
Juergen Gross
2021-03-11
x86/paravirt: Remove no longer needed 32-bit pvops cruft
Juergen Gross
2021-02-10
x86/pv: Rework arch_local_irq_restore() to not use popf
Juergen Gross
2021-02-10
x86/xen: Drop USERGS_SYSRET64 paravirt call
Juergen Gross
2021-02-10
x86/pv: Switch SWAPGS to ALTERNATIVE
Juergen Gross
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-06-11
x86/entry: __always_inline irqflags for noinstr
Peter Zijlstra
2020-06-11
x86/entry: Remove the TRACE_IRQS cruft
Thomas Gleixner
2020-06-11
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
2019-03-06
x86/speculation/mds: Conditionally clear CPU buffers on idle entry
Thomas Gleixner
2018-09-03
x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
x86/paravirt: Remove unused paravirt bits
Juergen Gross
2018-08-30
x86/irqflags: Mark native_restore_fl extern inline
Nick Desaulniers
2018-08-05
x86/irqflags: Provide a declaration for native_save_fl
Nick Desaulniers
2018-07-03
x86/paravirt: Make native_save_fl() extern inline
Nick Desaulniers
2017-12-17
x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
Boris Ostrovsky
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
2015-04-03
x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32
Borislav Petkov
2015-03-27
x86/irq/tracing: Do not save callee-preserved registers around lockdep_sys_ex...
Denys Vlasenko
2015-03-27
x86/irq/tracing: Fold ARCH_LOCKDEP_SYS_EXIT defines into their users
Denys Vlasenko
2015-03-27
x86/irq/tracing: Move ARCH_LOCKDEP_SYS_EXIT defines closer to their users
Denys Vlasenko
2015-03-04
x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...
Denys Vlasenko
2014-07-28
x86_64/entry/xen: Do not invoke espfix64 on Xen
Andy Lutomirski
2011-07-07
tracing, x86/irq: Do not trace arch_local_{*,irq_*}() functions
Steven Rostedt
2010-10-07
Fix IRQ flag handling naming
David Howells
2009-08-25
x86: allow "=rm" in native_save_fl()
H. Peter Anvin
2009-08-03
x86: fix assembly constraints in native_save_fl()
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro