index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
irq_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix missing vmalloc.h includes
Kent Overstreet
2024-04-26
1
-0
/
+1
*
x86/percpu: Move irq_stack variables next to current_task
Thomas Gleixner
2022-10-17
1
-3
/
+3
*
x86/softirq/64: Inline do_softirq_own_stack()
Thomas Gleixner
2021-02-10
1
-5
/
+0
*
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
2021-02-10
1
-0
/
+1
*
x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK
Thomas Gleixner
2021-02-10
1
-1
/
+1
*
x86/softirq: Remove indirection in do_softirq_own_stack()
Thomas Gleixner
2021-02-10
1
-1
/
+1
*
x86/irq/64: Adjust the per CPU irq stack pointer by 8
Thomas Gleixner
2021-02-10
1
-2
/
+4
*
x86/irq: Make run_on_irqstack_cond() typesafe
Thomas Gleixner
2020-09-22
1
-1
/
+1
*
x86/entry/64: Move do_softirq_own_stack() to C
Thomas Gleixner
2020-06-11
1
-0
/
+6
*
x86: fix vmap arguments in map_irq_stack
Christoph Hellwig
2020-06-02
1
-1
/
+1
*
x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() code
Heiner Kallweit
2019-08-19
1
-9
/
+0
*
x86/irq/64: Remove stack overflow debug code
Thomas Gleixner
2019-04-17
1
-56
/
+0
*
x86/irq/64: Remap the IRQ stack with guard pages
Andy Lutomirski
2019-04-17
1
-0
/
+30
*
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
2019-04-17
1
-1
/
+4
*
x86/irq/64: Init hardirq_stack_ptr during CPU hotplug
Thomas Gleixner
2019-04-17
1
-0
/
+15
*
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
2019-04-17
1
-1
/
+1
*
x86/irq/64: Use cpu entry area instead of orig_ist
Thomas Gleixner
2019-04-17
1
-6
/
+7
*
x86/exceptions: Make IST index zero based
Thomas Gleixner
2019-04-17
1
-1
/
+1
*
x86/irq/64: Sanitize the top/bottom confusion
Thomas Gleixner
2019-04-17
1
-11
/
+11
*
x86/irq/64: Remove a hardcoded irq_stack_union access
Andy Lutomirski
2019-04-17
1
-2
/
+1
*
x86/irq/64: Limit IST stack overflow check to #DB stack
Thomas Gleixner
2019-04-17
1
-5
/
+14
*
x86: Don't include linux/irq.h from asm/hardirq.h
Nicolai Stange
2018-08-05
1
-0
/
+1
*
x86/irq/64: Print the offending IP in the stack overflow warning
Andy Lutomirski
2017-12-17
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86: Remove empty idle.h header
Thomas Gleixner
2016-12-09
1
-1
/
+0
*
x86: Move thread_info into task_struct
Andy Lutomirski
2016-09-15
1
-2
/
+1
*
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-07-14
1
-1
/
+0
*
x86/irq: Drop unlikely before IS_ERR_OR_NULL
Geliang Tang
2015-10-01
1
-1
/
+1
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
2015-08-06
1
-6
/
+3
*
x86/irq: Merge irq_regs & irq_stat
Brian Gerst
2015-05-10
1
-6
/
+0
*
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-03-23
1
-1
/
+1
*
x86: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-3
/
+3
*
irq: Consolidate do_softirq() arch overriden implementations
Frederic Weisbecker
2013-10-01
1
-21
/
+0
*
x86: Add stack top margin for stack overflow checking
Mitsuo Hayasaka
2011-12-07
1
-3
/
+5
*
x86: Clean up the range of stack overflow checking
Mitsuo Hayasaka
2011-12-05
1
-4
/
+3
*
x86: Panic on detection of stack overflow
Mitsuo Hayasaka
2011-12-05
1
-0
/
+5
*
x86: Check stack overflow in detail
Mitsuo Hayasaka
2011-12-05
1
-6
/
+23
*
x86: Add user_mode_vm check in stack_overflow_check
Mitsuo Hayasaka
2011-12-05
1
-0
/
+3
*
x86: Unify fixup_irqs() for 32-bit and 64-bit kernels
Suresh Siddha
2009-11-02
1
-58
/
+0
*
x86: unify do_IRQ()
Jeremy Fitzhardinge
2009-02-09
1
-33
/
+0
*
x86: add handle_irq() to allow interrupt injection
Jeremy Fitzhardinge
2009-02-09
1
-7
/
+16
*
x86: remove include of apic.h from hardirq_64.h
Brian Gerst
2009-01-23
1
-0
/
+1
*
x86: merge irq_regs.h
Brian Gerst
2009-01-21
1
-0
/
+3
*
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-18
1
-0
/
+3
*
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
2009-01-11
1
-1
/
+1
*
x86: irq_64.c fix style problems
Jaswinder Singh Rajput
2009-01-04
1
-11
/
+11
*
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-02
1
-7
/
+8
|
\
|
*
x86: fixup_irqs() doesnt need an argument.
Mike Travis
2008-12-17
1
-7
/
+8
[next]