index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
x86/ipi: Make platform IPI depend on APIC
Thomas Gleixner
1
-5
/
+6
2017-08-29
x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
Thomas Gleixner
1
-20
/
+5
2017-08-29
x86/irq: Get rid of the 'first_system_vector' indirection bogosity
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/irq: Remove vector_used_by_percpu_irq()
Thomas Gleixner
1
-2
/
+0
2017-07-26
x86: irq: Define a global vector for nested posted interrupts
Wincy Van
1
-0
/
+19
2017-06-22
x86/irq: Use irq_migrate_all_off_this_cpu()
Thomas Gleixner
1
-87
/
+2
2017-06-22
x86/irq: Restructure fixup_irqs()
Thomas Gleixner
1
-26
/
+20
2017-06-22
x86/irq: Cleanup pending irq move in fixup_irqs()
Thomas Gleixner
1
-4
/
+21
2017-04-20
x86/irq: Optimize free vector check in the CPU offline path
Chen Yu
1
-2
/
+7
2017-01-05
x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
Daniel Bristot de Oliveira
1
-2
/
+2
2016-12-09
x86: Remove empty idle.h header
Thomas Gleixner
1
-1
/
+0
2016-08-11
x86/irq: Do not substract irq_tlb_count from irq_call_count
Aaron Lu
1
-2
/
+1
2016-01-15
x86/irq: Call irq_force_move_complete with irq descriptor
Thomas Gleixner
1
-1
/
+1
2016-01-15
x86/irq: Validate that irq descriptor is still active
Thomas Gleixner
1
-0
/
+9
2015-09-01
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-54
/
+48
2015-09-01
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+7
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+15
2015-08-06
x86/irq: Store irq descriptor in vector array
Thomas Gleixner
1
-21
/
+16
2015-08-06
x86/irq: Get rid of an indentation level
Thomas Gleixner
1
-37
/
+35
2015-08-06
x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSED
Thomas Gleixner
1
-4
/
+4
2015-08-06
x86/irq: Replace numeric constant
Thomas Gleixner
1
-2
/
+2
2015-08-06
Merge branch 'linus' into x86/apic
Thomas Gleixner
1
-2
/
+18
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-2
/
+18
2015-07-13
x86/irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
1
-2
/
+3
2015-07-08
x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-V
Vitaly Kuznetsov
1
-4
/
+7
2015-07-07
x86/irq: Retrieve irq data after locking irq_desc
Thomas Gleixner
1
-1
/
+6
2015-07-07
x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()
Thomas Gleixner
1
-1
/
+12
2015-07-07
x86/irq, context_tracking: Document how IRQ context tracking works and add an...
Andy Lutomirski
1
-0
/
+15
2015-06-07
Merge branch 'x86/ras' into x86/core, to fix conflicts
Ingo Molnar
1
-0
/
+6
2015-05-19
x86/irq: Show statistics information for posted-interrupts
Feng Wu
1
-0
/
+12
2015-05-19
x86/irq: Define a global vector for VT-d Posted-Interrupts
Feng Wu
1
-0
/
+26
2015-05-15
x86: Use entering[_ack]_irq() instead of open coding it
Thomas Gleixner
1
-12
/
+4
2015-05-10
x86/irq: Merge irq_regs & irq_stat
Brian Gerst
1
-0
/
+6
2015-05-07
x86/mce/amd: Introduce deferred error interrupt handler
Aravind Gopalakrishnan
1
-0
/
+6
2015-03-02
x86: Fix up obsolete __cpu_set() function usage
Rusty Russell
1
-2
/
+2
2015-02-18
x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()
Joerg Roedel
1
-0
/
+3
2015-01-20
x86, irq: Properly tag virtualization entry in /proc/interrupts
Jan Beulich
1
-1
/
+1
2014-12-08
x86: Replace seq_printf() with seq_puts()
Rasmus Villemoes
1
-15
/
+15
2014-06-12
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+9
2014-06-04
x86: irq: Get correct available vectors for cpu disable
Yinghai Lu
1
-4
/
+12
2014-04-16
x86/irq: Fix fixup_irqs() error handling
Prarit Bhargava
1
-4
/
+9
2014-04-02
x86/platform/hyperv: Handle VMBUS driver being a module
K. Y. Srinivasan
1
-1
/
+1
2014-03-04
x86: Add proper vector accounting for HYPERVISOR_CALLBACK_VECTOR
Thomas Gleixner
1
-0
/
+6
2014-01-30
x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable()
Prarit Bhargava
1
-1
/
+8
2014-01-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+70
2014-01-15
x86: Add check for number of available vectors before CPU down
Prarit Bhargava
1
-0
/
+70
2014-01-12
x86/irq: Fix do_IRQ() interrupt warning for cpu hotplug retriggered irqs
Prarit Bhargava
1
-6
/
+13
2013-08-06
x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible
Andi Kleen
1
-4
/
+4
2013-06-21
trace,x86: Move creation of irq tracepoints from apic.c to irq.c
Steven Rostedt (Red Hat)
1
-0
/
+2
2013-06-20
x86, trace: Add irq vector tracepoints
Seiji Aguchi
1
-0
/
+13
[next]