Sign in
gem5
/
arm
/
linux
/
0d6c4a2e4641bbc556dd74d3aa158c413a972492
/
arch
/
powerpc
/
platforms
/
powermac
/
pic.c
4013369
powerpc/irqdomain: Fix broken NR_IRQ references
by Grant Likely
· 13 years ago
5375871
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
e55d7f7
powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag
by Kyle Moffett
· 13 years ago
ff8c3ab
irq_domain/powerpc: Replace custom xlate functions with library functions
by Grant Likely
· 13 years ago
9f70b8e
irq_domain/powerpc: constify irq_domain_ops
by Grant Likely
· 13 years ago
a8db8cf
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
by Grant Likely
· 13 years ago
bae1d8f
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
by Grant Likely
· 13 years ago
8e609d5
powerpc/pmac: Simplify old pmac PIC interrupt handling
by Benjamin Herrenschmidt
· 13 years ago
09dc34a
powerpc/mpic: Add in-core support for cascaded MPICs
by Kyle Moffett
· 13 years ago
be8bec5
powerpc/mpic: Invert the meaning of MPIC_PRIMARY
by Kyle Moffett
· 13 years ago
8bf4156
powerpc: Consolidate mpic_alloc() OF address translation
by Kyle Moffett
· 13 years ago
a3a9f3b
powerpc/irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
ead53f2
powerpc: remove non-required uses of include <linux/module.h>
by Paul Gortmaker
· 13 years ago
339dedf
powerpc/pmac: Don't register pmac PIC syscore ops when HW not present
by Benjamin Herrenschmidt
· 14 years ago
880102e
Merge remote branch 'origin/master' into merge
by Benjamin Herrenschmidt
· 14 years ago
23f73a5
powerpc/psurge: Create a irq_host for secondary cpus
by Milton Miller
· 14 years ago
1ece355
powerpc: Add kconfig for muxed smp ipi support
by Milton Miller
· 14 years ago
f5a592f
PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM
by Rafael J. Wysocki
· 14 years ago
476eb49
powerpc/irq: Stop exporting irq_map
by Grant Likely
· 14 years ago
ec775d0
powerpc: Convert to new irq_* function names
by Thomas Gleixner
· 14 years ago
8c99f56
powerpc: mac: pic: Use irqd_is_level_type()
by Thomas Gleixner
· 14 years ago
98488db
powerpc: Use proper accessors for IRQ_* flags
by Thomas Gleixner
· 14 years ago
d8c94ac
powerpc: platforms/powermac irq_data conversion.
by Lennert Buytenhek
· 14 years ago
b83da29
of/powerpc: Move Powermac irq quirk code into powermac pic driver code
by Grant Likely
· 15 years ago
d0eab3e
powerpc: Convert pmac_pic_lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
fc380c0
powerpc: Remove whitespace in irq chip name fields
by Anton Blanchard
· 15 years ago
40d50cf
powerpc: Make "intspec" pointers in irq_host->xlate() const
by Roman Fietze
· 15 years ago
b27df67
powerpc: Fixup last users of irq_chip->typename
by Thomas Gleixner
· 15 years ago
6cff46f
powerpc: Remove get_irq_desc()
by Michael Ellerman
· 15 years ago
d258e64
powerpc: Remove unnecessary semicolons
by Joe Perches
· 16 years ago
f11f76d
powerpc/powermac: Use generic_handle_irq() in gatwick_action()
by Michael Ellerman
· 16 years ago
1a8a510
cpumask: remove references to struct irqaction's mask field.
by Rusty Russell
· 16 years ago
af3b74d
[POWERPC] Move xmon_irq() declaration into xmon.h
by Michael Ellerman
· 17 years ago
98cddbf
[POWERPC] Fix arch/powerpc/platforms/powermac/pic.c when !CONFIG_ADB_PMU
by Tony Breeds
· 17 years ago
bd45ac0
Merge branch 'linux-2.6'
by Paul Mackerras
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
d518b71
[POWERPC] powermac: Use machine_*_initcall() hooks in platform code
by Grant Likely
· 17 years ago
52964f8
[POWERPC] Add an optional device_node pointer to the irq_host
by Michael Ellerman
· 17 years ago
55b61fe
[POWERPC] Rename device_is_compatible to of_device_is_compatible
by Stephen Rothwell
· 18 years ago
6cfef5b
[POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQS
by Michael Ellerman
· 18 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
d7e25f3
[PATCH] genirq: remove IRQ_DISABLED
by Ingo Molnar
· 18 years ago
35a84c2
[POWERPC] Fix up after irq changes
by Olaf Hering
· 18 years ago
49f19ce
[PATCH] powerpc: irq change build breaks
by Olof Johansson
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
ca72945
[PATCH] powerpc: Fix PowerMac IRQ handling bug
by Benjamin Herrenschmidt
· 18 years ago
6e99e45
[PATCH] powerpc: fix trigger handling in the new irq code
by Benjamin Herrenschmidt
· 19 years ago
0ebfff1
[POWERPC] Add new interrupt mapping core and change platforms to use it
by Benjamin Herrenschmidt
· 19 years ago
b9e5b4e
[POWERPC] Use the genirq framework
by Benjamin Herrenschmidt
· 19 years ago
6714465
[PATCH] irq-flags: POWERPC: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
d1bef4e
[PATCH] genirq: rename desc->handler to desc->chip
by Ingo Molnar
· 19 years ago
1beb6a7
[PATCH] powerpc: Experimental support for new G5 Macs (#2)
by Benjamin Herrenschmidt
· 19 years ago
cc5d018
[PATCH] powerpc: Remove device_node addrs/n_addr
by Benjamin Herrenschmidt
· 19 years ago
9177ae4
[PATCH] powerpc: Fix g5 build with xmon
by Benjamin Herrenschmidt
· 19 years ago
51d3082
[PATCH] powerpc: Unify udbg (#2)
by Benjamin Herrenschmidt
· 19 years ago
756e710
powerpc: merge irq.c
by Stephen Rothwell
· 19 years ago
a000503
powerpc: exclude powerbook sleep code with CONFIG_PPC64 and CONFIG_PM
by Paul Mackerras
· 19 years ago
bbd0abd
powerpc: Merge 32-bit CHRP support.
by Paul Mackerras
· 19 years ago
35499c0
powerpc: Merge in 64-bit powermac support.
by Paul Mackerras
· 19 years ago
abc244d
powerpc: Remove xmon.h include from arch/powerpc/platforms/powermac/pic.c
by Paul Mackerras
· 19 years ago
3c3f42d
powerpc: Start merging 64-bit support into powermac files
by Paul Mackerras
· 19 years ago
f6d5791
powerpc: rename powermac files to remove pmac_ prefix
by Paul Mackerras
· 19 years ago
[Renamed from arch/powerpc/platforms/powermac/pmac_pic.c]
c0c0d99
powerpc: Get merged kernel to compile and run on 32-bit SMP powermac.
by Paul Mackerras
· 19 years ago
20c8c21
powerpc: Fixes to get the merged kernel to boot on powermac.
by Paul Mackerras
· 19 years ago
14cf11a
powerpc: Merge enough to start building in arch/powerpc.
by Paul Mackerras
· 19 years ago