aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq_64.c
AgeCommit message (Expand)Author
2017-12-17x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-09x86: Remove empty idle.h headerThomas Gleixner
2016-09-15x86: Move thread_info into task_structAndy Lutomirski
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2015-10-01x86/irq: Drop unlikely before IS_ERR_OR_NULLGeliang Tang
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2011-12-07x86: Add stack top margin for stack overflow checkingMitsuo Hayasaka
2011-12-05x86: Clean up the range of stack overflow checkingMitsuo Hayasaka
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka
2011-12-05x86: Check stack overflow in detailMitsuo Hayasaka
2011-12-05x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge
2009-01-23x86: remove include of apic.h from hardirq_64.hBrian Gerst
2009-01-21x86: merge irq_regs.hBrian Gerst
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2009-01-04x86: irq_64.c fix style problemsJaswinder Singh Rajput
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-12tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-23x86: clean up stack overflow debug checkIngo Molnar
2008-11-23x86_64: fix the check in stack_overflow_checkjia zhang
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner
2008-10-16x86: cleanup show_interruptsThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16x86: irq no should not use hex in /proc/interruptsYinghai Lu
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu
2008-10-16x86_64: rename irq_desc/irq_desc_allocYinghai Lu
2008-10-16x86: check with without_new in show_interruptsYinghai Lu
2008-10-16generic: add irq_desc in function in parameterYinghai Lu
2008-10-16irq: remove >= nr_irqs checking with config_have_sparse_irqYinghai Lu
2008-10-16irq: replace loop with nr_irqs with for_each_irq_descYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu