index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
irq_64.c
Age
Commit message (
Expand
)
Author
2019-04-17
x86/irq/64: Remove stack overflow debug code
Thomas Gleixner
2019-04-17
x86/irq/64: Remap the IRQ stack with guard pages
Andy Lutomirski
2019-04-17
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
2019-04-17
x86/irq/64: Init hardirq_stack_ptr during CPU hotplug
Thomas Gleixner
2019-04-17
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
2019-04-17
x86/irq/64: Use cpu entry area instead of orig_ist
Thomas Gleixner
2019-04-17
x86/exceptions: Make IST index zero based
Thomas Gleixner
2019-04-17
x86/irq/64: Sanitize the top/bottom confusion
Thomas Gleixner
2019-04-17
x86/irq/64: Remove a hardcoded irq_stack_union access
Andy Lutomirski
2019-04-17
x86/irq/64: Limit IST stack overflow check to #DB stack
Thomas Gleixner
2018-08-05
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2017-12-17
x86/irq/64: Print the offending IP in the stack overflow warning
Andy Lutomirski
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
2016-09-15
x86: Move thread_info into task_struct
Andy Lutomirski
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2015-10-01
x86/irq: Drop unlikely before IS_ERR_OR_NULL
Geliang Tang
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-08-06
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
2015-05-10
x86/irq: Merge irq_regs & irq_stat
Brian Gerst
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2014-08-26
x86: Replace __get_cpu_var uses
Christoph Lameter
2013-10-01
irq: Consolidate do_softirq() arch overriden implementations
Frederic Weisbecker
2011-12-07
x86: Add stack top margin for stack overflow checking
Mitsuo Hayasaka
2011-12-05
x86: Clean up the range of stack overflow checking
Mitsuo Hayasaka
2011-12-05
x86: Panic on detection of stack overflow
Mitsuo Hayasaka
2011-12-05
x86: Check stack overflow in detail
Mitsuo Hayasaka
2011-12-05
x86: Add user_mode_vm check in stack_overflow_check
Mitsuo Hayasaka
2009-11-02
x86: Unify fixup_irqs() for 32-bit and 64-bit kernels
Suresh Siddha
2009-02-09
x86: unify do_IRQ()
Jeremy Fitzhardinge
2009-02-09
x86: add handle_irq() to allow interrupt injection
Jeremy Fitzhardinge
2009-01-23
x86: remove include of apic.h from hardirq_64.h
Brian Gerst
2009-01-21
x86: merge irq_regs.h
Brian Gerst
2009-01-19
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-11
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
2009-01-04
x86: irq_64.c fix style problems
Jaswinder Singh Rajput
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-12-30
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2008-12-16
x86: fixup_irqs() doesnt need an argument.
Mike Travis
2008-12-13
Merge ../linux-2.6-x86
Rusty Russell
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
2008-12-12
tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt
Frederic Weisbecker
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
2008-11-23
x86: clean up stack overflow debug check
Ingo Molnar
2008-11-23
x86_64: fix the check in stack_overflow_check
jia zhang
2008-10-16
x86: move ack_bad_irq() to irq.c
Thomas Gleixner
2008-10-16
x86: unify show_interrupts() and proc helpers
Thomas Gleixner
2008-10-16
x86: cleanup show_interrupts
Thomas Gleixner
[next]