index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
xics.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/xics: Rewrite XICS driver
Benjamin Herrenschmidt
2011-04-20
1
-949
/
+0
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
powerpc/xics: Use hwirq for xics domain irq number
Milton Miller
2011-03-30
1
-28
/
+29
*
powerpc/xics: Fix numberspace mismatch from irq_desc conversion
Milton Miller
2011-03-30
1
-8
/
+8
*
powerpc: Convert to new irq_* function names
Thomas Gleixner
2011-03-29
1
-3
/
+3
*
powerpc: Use proper accessors for IRQ_* flags
Thomas Gleixner
2011-03-29
1
-1
/
+1
*
powerpc: platforms/pseries irq_data conversion.
Lennert Buytenhek
2011-03-10
1
-42
/
+47
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2010-10-21
1
-1
/
+1
|
\
|
*
powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_mask
Nishanth Aravamudan
2010-10-13
1
-1
/
+1
*
|
pci: Convert msi to new irq_chip functions
Thomas Gleixner
2010-10-12
1
-1
/
+1
|
/
*
powerpc: Silence xics_migrate_irqs_away() during cpu offline
Signed-off-by: Darren Hart
2010-08-24
1
-2
/
+4
*
powerpc: Remove redundant xics badness warning
Brian King
2010-07-31
1
-2
/
+0
*
powerpc/cpumask: Convert xics driver to new cpumask API
Anton Blanchard
2010-05-06
1
-17
/
+21
*
powerpc/pseries: Pass CPPR value to H_XIRR hcall
Mark Nelson
2010-03-09
1
-3
/
+4
*
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
2010-02-17
1
-2
/
+2
*
powerpc: Reduce footprint of xics_ipi_struct
Anton Blanchard
2010-02-17
1
-15
/
+11
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2010-02-17
1
-2
/
+12
|
\
|
*
powerpc/pseries: Fix kexec regression caused by CPPR tracking
Mark Nelson
2010-02-08
1
-2
/
+12
*
|
powerpc: Remove trailing space in messages
Frans Pop
2010-02-09
1
-1
/
+1
|
/
*
powerpc/pseries: Fix xics build without CONFIG_SMP
Benjamin Herrenschmidt
2010-02-01
1
-5
/
+1
*
powerpc/pseries: Fix xics interrupt affinity
Anton Blanchard
2010-01-15
1
-6
/
+6
*
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
2009-12-14
1
-2
/
+2
*
powerpc/pseries: Track previous CPPR values to correctly EOI interrupts
Mark Nelson
2009-12-09
1
-5
/
+51
*
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
2009-12-09
1
-1
/
+1
*
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
2009-11-24
1
-2
/
+2
*
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-11-12
1
-0
/
+9
|
\
|
*
powerpc/pci: Fix regression in powerpc MSI-X
Andre Detsch
2009-11-05
1
-0
/
+9
*
|
powerpc: Remove get_irq_desc()
Michael Ellerman
2009-10-30
1
-4
/
+4
|
/
*
powerpc/pseries: Use pr_devel() in xics.c
Michael Ellerman
2009-07-08
1
-4
/
+4
*
irq: change ->set_affinity() to return status
Yinghai Lu
2009-04-28
1
-5
/
+7
*
irq: update all arches for new irq_desc
Mike Travis
2009-01-12
1
-2
/
+3
*
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2009-01-02
1
-2
/
+2
|
\
|
*
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
2008-12-13
1
-3
/
+3
|
*
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...
Rusty Russell
2008-12-13
1
-1
/
+1
*
|
powerpc/pseries: Check for GIQ indicator before calling set-indicator
Nathan Lynch
2008-12-16
1
-3
/
+12
*
|
powerpc/pseries: Fix getting the server number size
Sebastien Dugue
2008-11-05
1
-6
/
+22
|
/
*
powerpc/xics: Reduce and comment xics IPI use of memory barriers
Milton Miller
2008-10-13
1
-4
/
+1
*
powerpc/xics: Make printk format strings fit on one line
Milton Miller
2008-10-13
1
-18
/
+18
*
powerpc/xics: Mark xics IPI interrupt as per-cpu
Milton Miller
2008-10-13
1
-4
/
+4
*
powerpc/xics: EOI xics ipi by hand in kexec
Milton Miller
2008-10-13
1
-11
/
+7
*
powerpc/xics: Factor out cpu joining/unjoining the GIQ
Milton Miller
2008-10-13
1
-20
/
+13
*
powerpc/xics: Initialization code cleanups
Milton Miller
2008-10-13
1
-12
/
+8
*
powerpc/xics: Trim #include list
Milton Miller
2008-10-13
1
-4
/
+1
*
powerpc/xics: Change *_xirr_info_set() prototype to avoid casts
Milton Miller
2008-10-13
1
-6
/
+5
*
powerpc/xics: Rearrange file to group code by function
Milton Miller
2008-10-13
1
-215
/
+217
*
powerpc/xics: Consolidate ipi message encode and decode
Milton Miller
2008-10-13
1
-16
/
+45
*
powerpc/xics: Update default_server during migrate_irqs_away
Milton Miller
2008-10-13
1
-4
/
+5
*
powerpc/xics: EOI unmapped irqs after disabling them
Milton Miller
2008-10-13
1
-12
/
+41
*
powerpc: Separate the irq radix tree insertion and lookup
Sebastien Dugue
2008-09-15
1
-7
/
+4
*
powerpc: convert to generic helpers for IPI function calls
Jens Axboe
2008-06-26
1
-4
/
+2
[next]