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
/
ia64
/
kernel
/
iosapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
Fix kexec oops when iosapic was removed
Hanjun Guo
1
-1
/
+31
2013-03-19
iosapic: fix a minor typo in comments
Hanjun Guo
1
-1
/
+1
2013-01-03
IA64: drivers: remove __dev* attributes.
Greg Kroah-Hartman
1
-13
/
+6
2012-03-28
Disintegrate asm/system.h for IA64
David Howells
1
-1
/
+0
2011-03-29
ia64: iosapic: Use new irq_move_* functions
Thomas Gleixner
1
-6
/
+4
2011-03-29
ia64: iosapic: Remove redundant mask from ack()
Thomas Gleixner
1
-9
/
+0
2011-03-29
ia64: iosapic: Cleanup irq_desc access
Thomas Gleixner
1
-17
/
+15
2011-03-29
ia64: Convert iosapic to new irq_chip functions
Thomas Gleixner
1
-32
/
+38
2011-03-29
ia64: Remove stale irq_chip.end
Thomas Gleixner
1
-2
/
+0
2010-10-12
Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...
Tony Luck
1
-47
/
+1
2010-10-05
[IA64] Initialize interrupts later (from init_IRQ())
Tony Luck
1
-47
/
+1
2010-09-27
[IA64] Stop using the deprecated __do_IRQ() code path
Tony Luck
1
-4
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-3
/
+3
2009-08-11
arch/ia64/kernel/iosapic: missing test after ioremap()
Roel Kluin
1
-0
/
+4
2009-06-15
[IA64] remove obsolete hw_interrupt_type
Thomas Gleixner
1
-1
/
+1
2009-06-15
[IA64] remove obsolete irq_desc_t typedef
Thomas Gleixner
1
-3
/
+3
2009-06-15
[IA64] remove obsolete no_irq_type
Thomas Gleixner
1
-1
/
+1
2009-04-28
irq: change ->set_affinity() to return status
Yinghai Lu
1
-4
/
+6
2009-03-01
Merge branch 'x86/urgent' into x86/pat
Ingo Molnar
1
-1
/
+1
2009-02-25
[IA64] Don't go beyond iosapic_intr_info's arraysize
Roel Kluin
1
-1
/
+1
2009-01-12
irq: update all arches for new irq_desc
Mike Travis
1
-1
/
+1
2008-12-26
cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...
Rusty Russell
1
-12
/
+11
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
1
-6
/
+6
2008-08-01
[IA64] Move include/asm-ia64 to arch/ia64/include/asm
Tony Luck
1
-1
/
+1
2008-07-17
Pull pvops into release branch
Tony Luck
1
-16
/
+29
2008-06-24
[IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte()
Julia Lawall
1
-2
/
+0
2008-05-27
[IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.
Isaku Yamahata
1
-16
/
+29
2008-03-06
[IA64] remove remaining __FUNCTION__ occurrences
Harvey Harrison
1
-12
/
+12
2008-03-04
[IA64] Fix irq migration in multiple vector domain
Kenji Kaneshige
1
-1
/
+3
2007-12-07
[IA64] Fix iosapic interrupt delivery mode for CPE
Kenji Kaneshige
1
-1
/
+1
2007-12-07
[IA64] iosapic cleanup
Simon Horman
1
-16
/
+3
2007-11-09
[IA64] Fix IOSAPIC delivery mode setting
Kenji Kaneshige
1
-3
/
+15
2007-08-01
[IA64] Fix wrong access to irq_desc[] in iosapic_register_intr().
Kenji Kaneshige
1
-2
/
+3
2007-07-30
[IA64] Fix registered interrupt check
Kenji Kaneshige
1
-6
/
+6
2007-07-30
[IA64] fix a few section mismatch warnings
Sam Ravnborg
1
-1
/
+1
2007-07-19
[IA64] Delete iosapic_free_rte()
Yasuaki Ishimatsu
1
-8
/
+0
2007-07-17
[IA64] Support irq migration across domain
Yasuaki Ishimatsu
1
-3
/
+17
2007-07-17
[IA64] Add support for vector domain
Yasuaki Ishimatsu
1
-5
/
+8
2007-07-17
[IA64] Add mapping table between irq and vector
Yasuaki Ishimatsu
1
-26
/
+35
2007-07-17
[IA64] Check if irq is sharable
Yasuaki Ishimatsu
1
-2
/
+3
2007-07-17
[IA64] Fix invalid irq vector assumption for iosapic
Yasuaki Ishimatsu
1
-136
/
+122
2007-07-17
[IA64] Use dynamic irq for iosapic interrupts
Yasuaki Ishimatsu
1
-24
/
+15
2007-07-17
[IA64] Use per iosapic lock for indirect iosapic register access
Yasuaki Ishimatsu
1
-28
/
+29
2007-07-17
[IA64] Cleanup lock order in iosapic_register_intr
Yasuaki Ishimatsu
1
-30
/
+20
2007-07-17
[IA64] Remove duplicated members in iosapic_rte_info
Yasuaki Ishimatsu
1
-36
/
+24
2007-07-17
[IA64] Remove block structure for locking in iosapic.c
Yasuaki Ishimatsu
1
-166
/
+135
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Linus Torvalds
1
-1
/
+1
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-07
[IA64] Fix some section mismatch errors
Tony Luck
1
-1
/
+1
[next]