x86/entry: __always_inline irqflags for noinstr
[linux-2.6-microblaze.git] / arch / x86 / entry /
2020-06-11 Peter Zijlstrax86/entry: Rename trace_hardirqs_off_prepare()
2020-06-11 Peter Zijlstrax86/entry: Remove DBn stacks
2020-06-11 Thomas Gleixnerx86/entry: Remove the TRACE_IRQS cruft
2020-06-11 Thomas Gleixnerx86/entry: Move paranoid irq tracing out of ASM code
2020-06-11 Thomas Gleixnerx86/entry/64: Remove TRACE_IRQS_*_DEBUG
2020-06-11 Thomas Gleixnerx86/entry/32: Remove redundant irq disable code
2020-06-11 Thomas Gleixnerx86/entry: Make enter_from_user_mode() static
2020-06-11 Thomas Gleixnerx86/entry/64: Remove IRQ stack switching ASM
2020-06-11 Thomas Gleixnerx86/entry: Remove the apic/BUILD interrupt leftovers
2020-06-11 Thomas Gleixnerx86/entry: Convert reschedule interrupt to IDTENTRY_SYS...
2020-06-11 Thomas Gleixnerx86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
2020-06-11 Thomas Gleixnerx86/entry: Convert various hypervisor vectors to IDTENT...
2020-06-11 Thomas Gleixnerx86/entry: Convert KVM vectors to IDTENTRY_SYSVEC*
2020-06-11 Thomas Gleixnerx86/entry: Convert various system vectors
2020-06-11 Thomas Gleixnerx86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC
2020-06-11 Thomas Gleixnerx86/entry: Convert APIC interrupts to IDTENTRY_SYSVEC
2020-06-11 Thomas Gleixnerx86/entry: Provide IDTENTRY_SYSVEC
2020-06-11 Thomas Gleixnerx86/entry: Use idtentry for interrupts
2020-06-11 Thomas Gleixnerx86/entry: Add IRQENTRY_IRQ macro
2020-06-11 Thomas Gleixnerx86/irq: Convey vector as argument and not in ptregs
2020-06-11 Thomas Gleixnerx86/entry/32: Remove common_exception()
2020-06-11 Thomas Gleixnerx86/entry/64: Remove error_exit()
2020-06-11 Thomas Gleixnerx86/entry: Change exit path of xen_failsafe_callback
2020-06-11 Thomas Gleixnerx86/entry: Remove the transition leftovers
2020-06-11 Thomas Gleixnerx86/entry: Switch page fault exception to IDTENTRY_RAW
2020-06-11 Thomas Gleixnerx86/entry/64: Simplify idtentry_body
2020-06-11 Thomas Gleixnerx86/entry: Switch XEN/PV hypercall entry to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Split out idtentry_exit_cond_resched()
2020-06-11 Thomas Gleixnerx86/entry/64: Move do_softirq_own_stack() to C
2020-06-11 Thomas Gleixnerx86/entry: Provide helpers for executing on the irqstack
2020-06-11 Thomas Gleixnerx86/entry: Clean up idtentry_enter/exit() leftovers
2020-06-11 Thomas Gleixnerx86/entry: Provide idtentry_enter/exit_user()
2020-06-11 Thomas Gleixnerx86/entry: Provide idtentry_entry/exit_cond_rcu()
2020-06-11 Thomas Gleixnerx86/entry: Convert double fault exception to IDTENTRY_DF
2020-06-11 Thomas Gleixnerx86/entry: Implement user mode C entry points for ...
2020-06-11 Thomas Gleixnerx86/entry/64: Remove error code clearing from #DB and...
2020-06-11 Thomas Gleixnerx86/entry: Convert Debug exception to IDTENTRY_DB
2020-06-11 Thomas Gleixnerx86/entry: Convert NMI to IDTENTRY_NMI
2020-06-11 Thomas Gleixnerx86/entry: Convert Machine Check to IDTENTRY_IST
2020-06-11 Thomas Gleixnerx86/entry: Convert INT3 exception to IDTENTRY_RAW
2020-06-11 Thomas Gleixnerx86/entry/32: Convert IRET exception to IDTENTRY_SW
2020-06-11 Thomas Gleixnerx86/entry: Convert SIMD coprocessor error exception...
2020-06-11 Thomas Gleixnerx86/entry: Convert Alignment check exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Coprocessor error exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Spurious interrupt bug exception...
2020-06-11 Thomas Gleixnerx86/entry: Convert General protection exception to...
2020-06-11 Thomas Gleixnerx86/entry: Convert Stack segment exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Segment not present exception to...
2020-06-11 Thomas Gleixnerx86/entry: Convert Invalid TSS exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Coprocessor segment overrun exceptio...
2020-06-11 Thomas Gleixnerx86/entry: Convert Device not available exception to...
2020-06-11 Thomas Gleixnerx86/entry: Convert Invalid Opcode exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Bounds exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Overflow exception to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry: Convert Divide Error to IDTENTRY
2020-06-11 Thomas Gleixnerx86/entry/common: Provide idtentry_enter/exit()
2020-06-11 Thomas Gleixnerx86/idtentry: Provide macros to define/declare IDT...
2020-06-11 Thomas Gleixnerx86/entry/32: Provide macro to emit IDT entry stubs
2020-06-11 Thomas Gleixnerx86/entry/64: Provide sane error entry/exit
2020-06-11 Thomas Gleixnerx86/entry: Distangle idtentry
2020-06-11 Thomas Gleixnerx86/entry/64: Reorder idtentries
2020-06-11 Thomas Gleixnerx86/entry/64: Use native swapgs in asm_load_gs_index()
2020-06-11 Thomas Gleixnerx86/entry: Disable interrupts for native_load_gs_index...
2020-06-11 Peter Zijlstrax86/entry: Make entry_64_compat.S objtool clean
2020-06-11 Thomas Gleixnerx86/entry: Move irq flags tracing to prepare_exit_to_us...
2020-06-11 Thomas Gleixnerx86/entry: Move irq tracing on syscall entry to C-code
2020-06-11 Thomas Gleixnerx86/entry/common: Protect against instrumentation
2020-06-11 Thomas Gleixnerx86/entry: Mark enter_from_user_mode() noinstr
2020-06-11 Thomas Gleixnerx86/entry/32: Move non entry code into .text section
2020-06-11 Thomas Gleixnerx86/entry/64: Move non entry code into .text section
2020-06-11 Peter Zijlstrax86/entry: Exclude low level entry code from sanitizing
2020-06-11 Thomas Gleixnerx86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
2020-06-11 Thomas Gleixnerx86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
2020-06-11 Lai Jiangshanx86/entry/64: Remove unneeded kernel CR3 switching
2020-06-11 Lai Jiangshanx86/entry/64: Remove an unused label
2020-06-11 Linus TorvaldsMerge branch 'work.epoll' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'work.sysctl' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'uaccess.i915' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'uaccess.misc' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'rwonce/rework' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge tag 'docs-5.8-2' of git://git.lwn.net/linux
2020-06-10 Linus TorvaldsMerge tag 'acpi-5.8-rc1-2' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge tag 'pm-5.8-rc1-2' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2020-06-10 Linus TorvaldsMerge tag 'for-linus-5.8-rc1' of git://git./linux/kerne...
2020-06-10 Linus TorvaldsMerge tag 'for-linus-5.8-rc1' of git://git./linux/kerne...
2020-06-10 Linus TorvaldsMerge tag 'mtd/for-5.8' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2020-06-10 Linus TorvaldsMerge tag 'for-v5.8' of git://git./linux/kernel/git...
2020-06-10 Linus TorvaldsMerge tag 'dmaengine-5.8-rc1' of git://git.infradead...
2020-06-10 Rafael J. WysockiMerge branch 'acpica'
2020-06-10 Rafael J. WysockiMerge branches 'pm-cpufreq' and 'pm-acpi'
2020-06-10 Rafael J. WysockiMerge branch 'pm-opp'
2020-06-09 Linus TorvaldsMerge tag 'fuse-update-5.8' of git://git./linux/kernel...
2020-06-09 Linus TorvaldsMerge tag 'ovl-update-5.8' of git://git./linux/kernel...
2020-06-09 Linus TorvaldsMerge tag 'afs-fixes-20200609' of git://git./linux...
2020-06-09 Linus TorvaldsMerge tag 'f2fs-for-5.8' of git://git./linux/kernel...
next