index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-01
powerpc: Rename PMU interrupts from CNT to PMI
Michael Ellerman
1
-1
/
+1
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
1
-1
/
+1
2013-06-20
powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_...
Kevin Hao
1
-2
/
+0
2013-06-15
powerpc: Fix missing/delayed calls to irq_work
Benjamin Herrenschmidt
1
-1
/
+1
2013-04-18
powerpc: Add accounting for Doorbell interrupts
Ian Munsie
1
-0
/
+12
2013-01-10
powerpc: Add code to handle soft-disabled doorbells on server
Ian Munsie
1
-2
/
+9
2012-09-17
powerpc/trace: Fix interrupt tracepoints vs. RCU
Li Zhong
1
-4
/
+4
2012-07-10
powerpc: Fix build of some debug irq code
Benjamin Herrenschmidt
1
-1
/
+1
2012-07-10
powerpc: More fixes for lazy IRQ vs. idle
Benjamin Herrenschmidt
1
-0
/
+46
2012-06-29
powerpc/ftrace: Do not trace restore_interrupts()
Steven Rostedt
1
-1
/
+1
2012-05-22
powerpc: Fix irq distribution
Kim Phillips
1
-1
/
+1
2012-05-12
powerpc/irq: Fix another case of lazy IRQ state getting out of sync
Benjamin Herrenschmidt
1
-0
/
+13
2012-05-09
powerpc/irq: Fix bug with new lazy IRQ handling code
Benjamin Herrenschmidt
1
-1
/
+7
2012-04-30
powerpc/irqdomain: Fix broken NR_IRQ references
Grant Likely
1
-5
/
+1
2012-04-11
irq: Kill pointless irqd_to_hw export
Grant Likely
1
-6
/
+0
2012-03-29
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-1
/
+1
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-1
/
+1
2012-03-28
powerpc: Random little legacy iSeries removal tidy ups
Stephen Rothwell
1
-2
/
+2
2012-03-28
powerpc: Remove NO_IRQ_IGNORE
Stephen Rothwell
1
-2
/
+2
2012-03-22
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-71
/
+141
2012-03-21
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-614
/
+3
2012-03-21
powerpc: Remove FW_FEATURE ISERIES from arch code
Stephen Rothwell
1
-14
/
+0
2012-03-09
powerpc: Rework lazy-interrupt handling
Benjamin Herrenschmidt
1
-58
/
+146
2012-03-07
powerpc: Make SPARSE_IRQ required
Grant Likely
1
-4
/
+0
2012-02-16
irq_domain: Move irq_domain code from powerpc to kernel/irq
Grant Likely
1
-502
/
+0
2012-02-16
irq_domain/powerpc: Eliminate virq_is_host()
Grant Likely
1
-7
/
+0
2012-02-15
irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead
Grant Likely
1
-171
/
+69
2012-02-15
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
1
-39
/
+39
2012-02-14
powerpc: Fix WARN_ON in decrementer_check_overflow
Benjamin Herrenschmidt
1
-1
/
+5
2011-12-08
powerpc/ps3: Fix hcall lv1_get_version_info
Geoff Levand
1
-2
/
+2
2011-11-25
powerpc/time: Optimise decrementer_check_overflow
Anton Blanchard
1
-0
/
+9
2011-11-25
powerpc/time: Handle wrapping of decrementer
Anton Blanchard
1
-9
/
+6
2011-11-01
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
1
-1
/
+1
2011-07-22
powerpc: Copy back TIF flags on return from softirq stack
Benjamin Herrenschmidt
1
-0
/
+7
2011-07-19
powerpc/irq: Quieten irq mapping printks
Anton Blanchard
1
-1
/
+1
2011-06-29
powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disable
Scott Wood
1
-6
/
+0
2011-06-23
powerpc: make irq_choose_cpu() available to all PIC drivers
Stuart Yoder
1
-0
/
+35
2011-05-26
powerpc: Fix irq_free_virt by adjusting bounds before loop
Milton Miller
1
-4
/
+13
2011-05-26
powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virt
Milton Miller
1
-2
/
+5
2011-05-26
powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irq
Milton Miller
1
-2
/
+5
2011-05-26
powerpc/irq: Always free duplicate IRQ_LEGACY hosts
Milton Miller
1
-9
/
+2
2011-05-26
powerpc/irq: Remove stale and misleading comment
Milton Miller
1
-3
/
+1
2011-05-19
powerpc: Make IRQ_NOREQUEST last to clear, first to set
Milton Miller
1
-7
/
+7
2011-05-19
powerpc: Remove virq_to_host
Milton Miller
1
-6
/
+0
2011-05-19
powerpc: Add virq_is_host to reduce virq_to_host usage
Milton Miller
1
-0
/
+6
2011-05-19
powerpc: Remove irq_host_ops->remap hook
Milton Miller
1
-2
/
+0
2011-05-19
powerpc: Return early if irq_host lookup type is wrong
Milton Miller
1
-5
/
+7
2011-05-19
powerpc: Radix trees are available before init_IRQ
Milton Miller
1
-74
/
+4
2011-05-19
powerpc: Consolidate ipi message mux and demux
Milton Miller
1
-2
/
+2
2011-05-04
powerpc/irq: Stop exporting irq_map
Grant Likely
1
-2
/
+24
[next]