Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c321e907aa4803d562d6e70ebed9444ad082f953
/
arch
/
powerpc
/
sysdev
/
mpic.c
6c55298
powerpc/sysdev: Add __init attribute to eligible functions
by Nick Child
· 3 years, 1 month ago
2fe4ca6
powerpc/mpic: Use bitmap_zalloc() when applicable
by Christophe JAILLET
· 3 years, 1 month ago
7c576f4
powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
by Marc Zyngier
· 6 years ago
65fddcf
mm: reorder includes after introduction of linux/pgtable.h
by Mike Rapoport
· 4 years, 7 months ago
ca5999f
mm: introduce include/linux/pgtable.h
by Mike Rapoport
· 4 years, 7 months ago
5084ff3
powerpc/mpic: constify copied structure
by Julia Lawall
· 5 years ago
fca7bf9
powerpc/mpic: Pass first free vector number to mpic_setup_error_int()
by Bharat Bhushan
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
0834d62
powerpc/mpic: Check if cpu_possible() in mpic_physmask()
by Michael Ellerman
· 7 years ago
f2c2cbc
powerpc: Use pr_warn instead of pr_warning
by Joe Perches
· 8 years ago
b7c670d
powerpc: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
1fadfe9
powerpc/mpic: use of_property_read_bool
by Julia Lawall
· 8 years ago
ef24ba7
powerpc: Remove all usages of NO_IRQ
by Michael Ellerman
· 8 years ago
4ad5e88
powerpc/mpic: handle subsys_system_register() failure
by Andrew Donnellan
· 9 years ago
446957b
powerpc: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
2f4bf52
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
9100d20
powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake
by Sudeep Holla
· 9 years ago
5d4c9bc
irqdomain: Use irq_domain_get_of_node() instead of direct field access
by Marc Zyngier
· 9 years ago
bd0b9ac
genirq: Remove irq argument from irq flow handlers
by Thomas Gleixner
· 9 years ago
ad3aedf
genirq/irqdomain: Allow irq domain aliasing
by Marc Zyngier
· 9 years ago
202648a
powerpc: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
a7f4ee1
powerpc: Drop return value of smp_ops->probe()
by Michael Ellerman
· 10 years ago
56302c5
powerpc/mpic: Remove WHOAMI readback after EOI
by Bogdan Purcareata
· 10 years ago
807d38b
powerpc/mpic: Add get_version API both for internal and external use
by Hongtao Jia
· 12 years ago
5e86bfd
powerpc/mpic: remove unused functions
by Arseny Solokha
· 10 years ago
53a448c
powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()
by Emil Medve
· 10 years ago
68cf0d6
powerpc: Remove superfluous bootmem includes
by Anton Blanchard
· 10 years ago
e51df2c
powerpc: Make a bunch of things static
by Anton Blanchard
· 10 years ago
aa80581
powerpc/mpic: Don't init the fsl error int until after mpic init
by Scott Wood
· 11 years ago
0215b4a
powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=y
by Paul Gortmaker
· 11 years ago
10d0c97
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 11 years ago
32dda05
powerpc/mpic: Disable preemption when calling mpic_processor_id()
by Scott Wood
· 11 years ago
26a2056
powerpc: add explicit OF includes
by Rob Herring
· 11 years ago
9e6f31a
powerpc/mpic: create mpic subsystem object
by Dongsheng.wang@freescale.com
· 12 years ago
5ff04b7
powerpc/mpic: add irq_set_wake support
by Dongsheng.wang@freescale.com
· 12 years ago
86d3796
powerpc/mpic: Add get_version API both for internal and external use
by Hongtao Jia
· 12 years ago
e242114
powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPU
by chenhui zhao
· 12 years ago
dcb615a
powerpc: Fix irq_set_affinity() return values
by Alexander Gordeev
· 12 years ago
5fe0c1f
irqdomain: Allow quiet failure mode
by Benjamin Herrenschmidt
· 12 years ago
7c509ee
powerpc/mpic: allow coreint to be determined by MPIC version
by Scott Wood
· 12 years ago
7bd9fc5
powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPU
by Scott Wood
· 12 years ago
cad5cef
POWERPC: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
0a40816
powerpc/mpic: FSL MPIC error interrupt support.
by Varun Sethi
· 12 years ago
03bcb7e
powerpc/mpic: finish supporting timer group B on Freescale chips
by Varun Sethi
· 13 years ago
574ce79
powerpc/mpic: Create a revmap with enough entries for IPIs and timers
by Benjamin Herrenschmidt
· 12 years ago
5a271fe
powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.
by Varun Sethi
· 13 years ago
446f6d0
powerpc/mpic: Properly set default triggers
by Benjamin Herrenschmidt
· 13 years ago
3a2b4f7
powerpc/mpic: Fix confusion between hw_irq and virq
by Benjamin Herrenschmidt
· 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
fe83364
powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics
by Benjamin Herrenschmidt
· 13 years ago
e55d7f7
powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag
by Kyle Moffett
· 13 years ago
c1b8d45
powerpc/mpic: Add "last-interrupt-source" property to override hardware
by Kyle Moffett
· 13 years ago
5019609
powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count
by Kyle Moffett
· 13 years ago
9ca163c
fsl/mpic: Create and document the "single-cpu-affinity" device-tree flag
by Kyle Moffett
· 13 years ago
3a7a717
powerpc/mpic: Fix use of "flags" variable in mpic_alloc()
by Kyle Moffett
· 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
09dc34a
powerpc/mpic: Add in-core support for cascaded MPICs
by Kyle Moffett
· 13 years ago
c51242e
powerpc/mpic: Cache the device-tree node in "struct mpic"
by Kyle Moffett
· 13 years ago
c579bc76
powerpc/mpic: Put "pic-no-reset" test back into the MPIC code
by Kyle Moffett
· 13 years ago
e62b760
powerpc/mpic: Don't open-code dcr_resource_start
by Kyle Moffett
· 13 years ago
be8bec5
powerpc/mpic: Invert the meaning of MPIC_PRIMARY
by Kyle Moffett
· 13 years ago
996983b
powerpc/mpic: Search for open-pic device-tree node if NULL
by Kyle Moffett
· 13 years ago
e7a9867
powerpc/mpic: Save computed phys_addr for board-specific code
by Kyle Moffett
· 13 years ago
5bdb6f2
powerpc/mpic: Assume a device-node was passed in mpic_alloc()
by Kyle Moffett
· 13 years ago
8bf4156
powerpc: Consolidate mpic_alloc() OF address translation
by Kyle Moffett
· 13 years ago
e075cd7
powerpc/mpic: Remove extra semicolon.
by Justin P. Mattock
· 13 years ago
a3a9f3b
powerpc/irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
44f16fc
powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devices
by Matthew McClintock
· 13 years ago
14b9247
powerpc/mpic: Add support for discontiguous cores
by Timur Tabi
· 14 years ago
6da49a2
Merge remote branch 'origin/master' into next
by Benjamin Herrenschmidt
· 14 years ago
7646223
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
by Christian Dietrich
· 14 years ago
6ec36b5
powerpc: make irq_choose_cpu() available to all PIC drivers
by Stuart Yoder
· 14 years ago
77ef489
powerpc/mpic: Support compiling with DEBUG enabled
by Dmitry Eremin-Solenikov
· 14 years ago
880102e
Merge remote branch 'origin/master' into merge
by Benjamin Herrenschmidt
· 14 years ago
3d07f0e
Merge remote branch 'kumar/next' into next
by Benjamin Herrenschmidt
· 14 years ago
ea94187fa
powerpc/mpic: add the mpic global timer support
by Scott Wood
· 14 years ago
22d168c
powerpc/mpic: parse 4-cell intspec types other than zero
by Scott Wood
· 14 years ago
3caba98
powerpc/mpic: Simplify ipi cpu mask handling
by Milton Miller
· 14 years ago
f107293
powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF
by Milton Miller
· 14 years ago
2a116f3
powerpc/mpic: Break cpumask abstraction earlier
by Milton Miller
· 14 years ago
ebc0421
powerpc/mpic: Limit NR_CPUS loop to 32 bit
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
24a3f2e
powerpc: mpic: Cleanup flow type handling
by Thomas Gleixner
· 14 years ago
d6a2639
powerpc: Factoring mpic cpu id fetching into a function
by Meador Inge
· 14 years ago
dfec220
powerpc: Make MPIC honor the "pic-no-reset" device tree property
by Meador Inge
· 14 years ago
835c0553
powerpc: mpic irq_data conversion.
by Lennert Buytenhek
· 14 years ago
8bfc5e3
powerpc/mpic: Fix mask/unmask timeout message
by Scott Wood
· 14 years ago
66953eb
powerpc/mpic: Add ability to reset a core via MPIC
by Matthew McClintock
· 15 years ago
7c9d936
powerpc: Fix mpic_resume on early G5 macs
by Alastair Bridgewater
· 15 years ago
2ef613cb
powerpc/cpumask: Convert mpic driver to new cpumask API
by Benjamin Herrenschmidt
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
203041a
powerpc: Convert mpic locks to raw_spinlock
by Thomas Gleixner
· 15 years ago
8354be9
powerpc: Remove trailing space in messages
by Frans Pop
· 15 years ago
38e1313
powerpc/mpic: Fix problem that affinity is not updated
by Yang Li
· 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
Next »