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
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-13
irqdomain: Convert irqdomain-%3Eof_node to fwnode
Marc Zyngier
1
-1
/
+5
2015-10-13
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
1
-9
/
+21
2015-10-13
Merge branch 'linus' into irq/core
Thomas Gleixner
2
-3
/
+18
2015-10-12
Merge back earlier 'pm-sleep' material for v4.4.
Rafael J. Wysocki
1
-1
/
+1
2015-10-11
genirq: Add flag to force mask in disable_irq[_nosync]()
Thomas Gleixner
3
-0
/
+22
2015-10-09
genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=n
Feng Wu
1
-31
/
+31
2015-10-09
genirq: Allow migration of chained interrupts by installing default action
Mika Westerberg
3
-1
/
+20
2015-10-09
Merge branch 'irq/for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Catalin Marinas
3
-0
/
+87
2015-10-09
genirq: Fix handle_bad_irq kerneldoc comment
Arnd Bergmann
1
-1
/
+0
2015-10-09
genirq: Export handle_bad_irq
Arnd Bergmann
1
-0
/
+1
2015-10-01
Merge branch 'irq/for-arm' into irq/core
Thomas Gleixner
3
-0
/
+87
2015-10-01
genirq: Introduce generic irq migration for cpu hotunplug
Yang Yingliang
3
-0
/
+87
2015-10-01
genirq: Fix race in register_irq_proc()
Ben Hutchings
1
-2
/
+17
2015-09-29
irq: Export per-cpu irq allocation and de-allocation functions
Maxime Ripard
1
-0
/
+2
2015-09-29
genirq: Fix the documentation of request_percpu_irq
Maxime Ripard
1
-3
/
+4
2015-09-22
genirq: Remove the second parameter from handle_irq_event_percpu()
Huang Shijie
3
-6
/
+5
2015-09-22
genirq: Handle force threading of irqs with primary and thread handler
Thomas Gleixner
1
-41
/
+117
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
4
-22
/
+13
2015-09-16
genirq: Move field 'msi_desc' from irq_data into irq_common_data
Jiang Liu
2
-2
/
+2
2015-09-16
genirq: Move field 'affinity' from irq_data into irq_common_data
Jiang Liu
3
-11
/
+12
2015-09-16
genirq: Move field 'handler_data' from irq_data into irq_common_data
Jiang Liu
2
-3
/
+4
2015-09-16
genirq: Move field 'node' from irq_data into irq_common_data
Jiang Liu
3
-3
/
+4
2015-09-16
PM / sleep: Report interrupt that caused system wakeup
Alexandra Yates
1
-1
/
+1
2015-09-02
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-76
/
+112
2015-08-20
genirq: Introduce irq_chip_set_type_parent() helper
Grygorii Strashko
1
-0
/
+17
2015-08-20
genirq: Don't return ENOSYS in irq_chip_retrigger_hierarchy
Grygorii Strashko
1
-1
/
+1
2015-07-30
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
1
-5
/
+13
2015-07-30
genirq: Use the proper parameter name in kernel doc
Masanari Iida
1
-1
/
+1
2015-07-30
Merge branch 'linus' into irq/core
Thomas Gleixner
2
-9
/
+13
2015-07-27
genirq: Add chip_[suspend|resume] PM support to irq_chip
Brian Norris
1
-0
/
+6
2015-07-27
genirq: Export irq_[get|set]_irqchip_state()
Bjorn Andersson
1
-0
/
+2
2015-07-22
genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI code
Jiang Liu
1
-0
/
+17
2015-07-17
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
Thomas Gleixner
1
-5
/
+13
2015-07-12
genirq: Remove the irq argument from setup_affinity()
Jiang Liu
1
-8
/
+7
2015-07-12
genirq: Provide and use __irq_can_set_affinity()
Jiang Liu
1
-8
/
+10
2015-07-12
genirq: Remove the irq argument from note_interrupt()
Jiang Liu
3
-4
/
+6
2015-07-12
genirq: Remove irq argument from try_one_irq()
Jiang Liu
1
-3
/
+3
2015-07-12
genirq: Remove irq argument from report_bad_irq()
Jiang Liu
1
-8
/
+6
2015-07-12
genirq: Remove irq argument from suspend/resume_irq()
Jiang Liu
1
-4
/
+4
2015-07-12
genirq: Remove irq argument from __enable/__disable_irq()
Jiang Liu
3
-10
/
+11
2015-07-12
genirq: Remove irq arg from __irq_set_trigger()
Jiang Liu
3
-10
/
+9
2015-07-12
genirq: Remove the irq argument from check_irq_resend()
Jiang Liu
4
-4
/
+6
2015-07-12
genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()
Jiang Liu
4
-11
/
+11
2015-07-08
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
Thomas Gleixner
1
-4
/
+0
2015-06-20
Merge branch 'irq/for-x86' into irq/core
Thomas Gleixner
6
-21
/
+28
2015-06-20
genirq: Remove bogus restriction in irq_move_mask_irq()
Thomas Gleixner
1
-3
/
+3
2015-06-18
irq: Add irq_set_chained_handler_and_data()
Russell King
1
-11
/
+34
2015-06-12
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
5
-10
/
+10
2015-06-12
genirq: Introduce struct irq_common_data to host shared irq data
Jiang Liu
3
-5
/
+7
2015-06-12
genirq: Prevent crash in irq_move_irq()
Jiang Liu
1
-1
/
+8
[prev]
[next]