linux-2.6-microblaze.git
2020-06-12 Thomas Gleixnerx86/entry: Force rcu_irq_enter() when in idle task
2020-06-12 Thomas Gleixnerx86/entry: Make NMI use IDTENTRY_RAW
2020-06-12 Andy Lutomirskix86/entry: Treat BUG/WARN as NMI-like entries
2020-06-11 Thomas Gleixnerx86/entry: Unbreak __irqentry_text_start/end magic
2020-06-11 Peter Zijlstrax86/entry: __always_inline CR2 for noinstr
2020-06-11 Peter Zijlstralockdep: __always_inline more for noinstr
2020-06-11 Peter Zijlstrax86/entry: Re-order #DB handler to avoid *SAN instrumen...
2020-06-11 Peter Zijlstrax86/entry: __always_inline arch_atomic_* for noinstr
2020-06-11 Peter Zijlstrax86/entry: __always_inline irqflags for noinstr
2020-06-11 Peter Zijlstrax86/entry: __always_inline debugreg for noinstr
2020-06-11 Thomas Gleixnerx86/idt: Consolidate idt functionality
2020-06-11 Thomas Gleixnerx86/idt: Cleanup trap_init()
2020-06-11 Thomas Gleixnerx86/idt: Use proper constants for table size
2020-06-11 Thomas Gleixnerx86/idt: Add comments about early #PF handling
2020-06-11 Thomas Gleixnerx86/idt: Mark init only functions __init
2020-06-11 Peter Zijlstrax86/entry: Rename trace_hardirqs_off_prepare()
2020-06-11 Peter Zijlstrax86/entry: Clarify irq_{enter,exit}_rcu()
2020-06-11 Peter Zijlstrax86/entry: Remove DBn stacks
2020-06-11 Peter Zijlstrax86/entry: Remove debug IDT frobbing
2020-06-11 Peter Zijlstrax86/entry: Optimize local_db_save() for virt
2020-06-11 Peter Zijlstrax86/entry, mce: Disallow #DB during #MC
2020-06-11 Peter Zijlstrax86/entry, nmi: Disable #DB
2020-06-11 Peter Zijlstrax86/entry: Introduce local_db_{save,restore}()
2020-06-11 Lai Jiangshanx86/hw_breakpoint: Prevent data breakpoints on user_pci...
2020-06-11 Lai Jiangshanx86/hw_breakpoint: Prevent data breakpoints on per_cpu...
2020-06-11 Lai Jiangshanx86/hw_breakpoint: Prevent data breakpoints on direct GDT
2020-06-11 Lai Jiangshanx86/hw_breakpoint: Add within_area() to check data...
2020-06-11 Vitaly Kuznetsovxen: Move xen_setup_callback_vector() definition to...
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: Rework handle_irq() for 64-bit
2020-06-11 Thomas Gleixnerx86/irq: Convey vector as argument and not in ptregs
2020-06-11 Thomas Gleixnerx86/irq: Use generic irq_regs implementation
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 Gleixnergenirq: Provide __irq_enter/exit_raw()
2020-06-11 Thomas Gleixnergenirq: Provide irq_enter/exit_rcu()
2020-06-11 Thomas Gleixnerx86/entry: Clean up idtentry_enter/exit() leftovers
2020-06-11 Thomas Gleixnerx86/idtentry: Switch to conditional RCU handling
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 Gleixnernmi, tracing: Make hardware latency tracing noinstr...
2020-06-11 Ingo Molnarx86/entry: Fix allnoconfig build warning
2020-06-11 Thomas Gleixnerx86/entry: Convert double fault exception to IDTENTRY_DF
2020-06-11 Thomas Gleixnerx86/idtentry: Provide IDTENTRY_DF
2020-06-11 Thomas Gleixnerx86/mce: Address objtools noinstr complaints
2020-06-11 Thomas Gleixnerx86/traps: Address objtool noinstr complaints in #DB
2020-06-11 Thomas Gleixnerx86/traps: Restructure #DB handling
2020-06-11 Thomas Gleixnerx86/entry: Implement user mode C entry points for ...
2020-06-11 Thomas Gleixnerx86/idtentry: Provide IDTRENTRY_NOIST variants 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 Peter Zijlstrax86/db: Split out dr6/7 handling
2020-06-11 Thomas Gleixnerx86/nmi: Protect NMI entry against instrumentation
2020-06-11 Thomas Gleixnerx86/entry: Convert NMI to IDTENTRY_NMI
2020-06-11 Thomas Gleixnerx86/idtentry: Provide IDTENTRY_XEN for XEN/PV
2020-06-11 Thomas Gleixnerx86/mce: Use untraced rd/wrmsr in the MCE offline/crash...
2020-06-11 Thomas Gleixnerx86/entry: Convert Machine Check to IDTENTRY_IST
2020-06-11 Thomas Gleixnerx86/mce: Move nmi_enter/exit() into the entry point
2020-06-11 Thomas Gleixnerx86/idtentry: Provide IDTENTRY_IST
2020-06-11 Peter Zijlstrax86/traps: Split int3 handler up
2020-06-11 Thomas Gleixnerx86/entry: Convert INT3 exception to IDTENTRY_RAW
2020-06-11 Thomas Gleixnerx86/idtentry: Provide IDTENTRY_RAW
2020-06-11 Peter Zijlstrax86/int3: Inline bsearch()
2020-06-11 Peter Zijlstralib/bsearch: Provide __always_inline variant
2020-06-11 Peter Zijlstrax86/int3: Avoid atomic instrumentation
2020-06-11 Thomas Gleixnerx86/int3: Ensure that poke_int3_handler() is not traced
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/idtentry: Provide IDTENTRY_ERRORCODE
next