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
/
powerpc
/
platforms
/
pseries
/
xics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-09
powerpc/pseries: Pass CPPR value to H_XIRR hcall
Mark Nelson
1
-3
/
+4
2010-02-17
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
1
-2
/
+2
2010-02-17
powerpc: Reduce footprint of xics_ipi_struct
Anton Blanchard
1
-15
/
+11
2010-02-17
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-2
/
+12
2010-02-09
powerpc: Remove trailing space in messages
Frans Pop
1
-1
/
+1
2010-02-08
powerpc/pseries: Fix kexec regression caused by CPPR tracking
Mark Nelson
1
-2
/
+12
2010-02-01
powerpc/pseries: Fix xics build without CONFIG_SMP
Benjamin Herrenschmidt
1
-5
/
+1
2010-01-15
powerpc/pseries: Fix xics interrupt affinity
Anton Blanchard
1
-6
/
+6
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2009-12-09
powerpc/pseries: Track previous CPPR values to correctly EOI interrupts
Mark Nelson
1
-5
/
+51
2009-12-09
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
1
-1
/
+1
2009-11-24
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
1
-2
/
+2
2009-11-12
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-0
/
+9
2009-11-05
powerpc/pci: Fix regression in powerpc MSI-X
Andre Detsch
1
-0
/
+9
2009-10-30
powerpc: Remove get_irq_desc()
Michael Ellerman
1
-4
/
+4
2009-07-08
powerpc/pseries: Use pr_devel() in xics.c
Michael Ellerman
1
-4
/
+4
2009-04-28
irq: change ->set_affinity() to return status
Yinghai Lu
1
-5
/
+7
2009-01-12
irq: update all arches for new irq_desc
Mike Travis
1
-2
/
+3
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2008-12-16
powerpc/pseries: Check for GIQ indicator before calling set-indicator
Nathan Lynch
1
-3
/
+12
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
1
-3
/
+3
2008-12-13
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
1
-1
/
+1
2008-11-05
powerpc/pseries: Fix getting the server number size
Sebastien Dugue
1
-6
/
+22
2008-10-13
powerpc/xics: Reduce and comment xics IPI use of memory barriers
Milton Miller
1
-4
/
+1
2008-10-13
powerpc/xics: Make printk format strings fit on one line
Milton Miller
1
-18
/
+18
2008-10-13
powerpc/xics: Mark xics IPI interrupt as per-cpu
Milton Miller
1
-4
/
+4
2008-10-13
powerpc/xics: EOI xics ipi by hand in kexec
Milton Miller
1
-11
/
+7
2008-10-13
powerpc/xics: Factor out cpu joining/unjoining the GIQ
Milton Miller
1
-20
/
+13
2008-10-13
powerpc/xics: Initialization code cleanups
Milton Miller
1
-12
/
+8
2008-10-13
powerpc/xics: Trim #include list
Milton Miller
1
-4
/
+1
2008-10-13
powerpc/xics: Change *_xirr_info_set() prototype to avoid casts
Milton Miller
1
-6
/
+5
2008-10-13
powerpc/xics: Rearrange file to group code by function
Milton Miller
1
-215
/
+217
2008-10-13
powerpc/xics: Consolidate ipi message encode and decode
Milton Miller
1
-16
/
+45
2008-10-13
powerpc/xics: Update default_server during migrate_irqs_away
Milton Miller
1
-4
/
+5
2008-10-13
powerpc/xics: EOI unmapped irqs after disabling them
Milton Miller
1
-12
/
+41
2008-09-15
powerpc: Separate the irq radix tree insertion and lookup
Sebastien Dugue
1
-7
/
+4
2008-06-26
powerpc: convert to generic helpers for IPI function calls
Jens Axboe
1
-4
/
+2
2008-04-24
[POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries
Michael Ellerman
1
-1
/
+0
2008-04-18
[POWERPC] Simplify xics direct/lpar irq_host setup
Michael Ellerman
1
-27
/
+12
2008-04-18
[POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.c
Michael Ellerman
1
-48
/
+0
2008-03-30
powerpc/pseries/xcis: ansify
Al Viro
1
-1
/
+1
2008-02-07
[POWERPC] Update default irq servers when boot cpu is removed
Nathan Fontenot
1
-32
/
+45
2008-02-07
[POWERPC] Remove redundant of_get_cpu_node routine
Nathan Fontenot
1
-26
/
+1
2008-02-07
[POWERPC] Split xics_teardown_cpu()
Nathan Fontenot
1
-4
/
+10
2008-02-07
[POWERPC] Update irq descriptor affinity
Nathan Fontenot
1
-1
/
+1
2007-12-20
[POWERPC] Push down or eliminate smp_processor_id calls in xics code
Milton Miller
1
-30
/
+29
2007-10-03
Merge branch 'linux-2.6' into for-2.6.24
Paul Mackerras
1
-1
/
+1
2007-10-02
[POWERPC] Fix xics set_affinity code
Anton Blanchard
1
-1
/
+1
2007-09-14
[POWERPC] Add an optional device_node pointer to the irq_host
Michael Ellerman
1
-1
/
+1
2007-06-25
[POWERPC] Fix interrupt distribution in ppc970
Mohan Kumar M
1
-24
/
+29
[next]