Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9cd7d03f2085c7f2e11d2f97812d1955bc0dc4df
/
kernel
/
irq
33f82bd
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
12ac1d0
genirq: Make sparse_irq_lock protect what it should protect
by Thomas Gleixner
· 7 years ago
596a7a1
genirq/msi: Fix populating multiple interrupts
by John Keeping
· 7 years ago
e7d0c41
Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
93cc122
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9fbd7fd
Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
by Thomas Gleixner
· 7 years ago
b33394b
genirq/proc: Avoid uninitalized variable warning
by Thomas Gleixner
· 7 years ago
20c4d49
irqdomain: Prevent potential NULL pointer dereference in irq_domain_push_irq()
by Dan Carpenter
· 7 years ago
ce8bdd69
genirq: Fix semicolon.cocci warnings
by kbuild test robot
· 7 years ago
0abce64
genirq: Let irq_set_vcpu_affinity() iterate over hierarchy
by Marc Zyngier
· 8 years ago
8fbbe2d
genirq/ipi: Fixup checks against nr_cpu_ids
by Alexey Dobriyan
· 7 years ago
e8f2418
genirq: Restore trigger settings in irq_modify_status()
by Marc Zyngier
· 7 years ago
6629695
Merge branch 'irq/for-gpio' into irq/core
by Thomas Gleixner
· 7 years ago
495c38d
irqdomain: Add irq_domain_{push,pop}_irq() functions
by David Daney
· 7 years ago
0d12ec0
irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()
by David Daney
· 7 years ago
b526adf
irqdomain: Factor out code to add and remove items to and from the revmap
by David Daney
· 7 years ago
7703b08
genirq: Add handle_fasteoi_{level,edge}_irq flow handlers
by David Daney
· 7 years ago
65efd9a
genirq: Export more irq_chip_*_parent() functions
by David Daney
· 7 years ago
6bc6d4a
genirq/proc: Use the the accessor to report the effective affinity
by Marc Zyngier
· 7 years ago
536e2e3
genirq/debugfs: Triggering of interrupts from userspace
by Marc Zyngier
· 7 years ago
7cb2fad
Merge branch 'irq/for-gpio' into irq/core
by Thomas Gleixner
· 7 years ago
44e72c7
genirq/irq_sim: Add a devres variant of irq_sim_init()
by Bartosz Golaszewski
· 7 years ago
b19af51
genirq/irq_sim: Add a simple interrupt simulator framework
by Bartosz Golaszewski
· 7 years ago
163616c
genirq: Fix for_each_action_of_desc() macro
by Masahiro Yamada
· 7 years ago
8397913
genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"
by Thomas Gleixner
· 7 years ago
b6eb66f
device property: export irqchip_fwnode_ops
by Arnd Bergmann
· 7 years ago
db3e50f
device property: Get rid of struct fwnode_handle type field
by Sakari Ailus
· 7 years ago
a696712
genirq/PM: Properly pretend disabled state when force resuming interrupts
by Juergen Gross
· 8 years ago
935acd3
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
19d39a3
genirq: Keep chip buslock across irq_request/release_resources()
by Thomas Gleixner
· 8 years ago
7cb328c
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f263fbb
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
c5c601c
irqdomain: Allow ACPI device nodes to be used as irqdomain identifiers
by Marc Zyngier
· 8 years ago
f610c9d
genirq/debugfs: Remove redundant NULL pointer check
by Thomas Gleixner
· 8 years ago
c80081b
genirq: Allow to pass the IRQF_TIMER flag with percpu irq request
by Daniel Lezcano
· 8 years ago
2343877
genirq/timings: Move free timings out of spinlocked region
by Thomas Gleixner
· 8 years ago
46e48e2
genirq: Move irq resource handling out of spinlocked region
by Thomas Gleixner
· 8 years ago
9114014
genirq: Add mutex to irq desc to serialize request/free_irq()
by Thomas Gleixner
· 8 years ago
3a90795
genirq: Move bus locking into __setup_irq()
by Thomas Gleixner
· 8 years ago
2372a51
genirq: Force inlining of __irq_startup_managed to prevent build failure
by Geert Uytterhoeven
· 8 years ago
e5682b4
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
by Sebastian Ott
· 8 years ago
650fc87
Merge tag 'docs-4.13' of git://git.lwn.net/linux
by Linus Torvalds
· 8 years ago
bf22ff45
genirq: Avoid unnecessary low level irq function calls
by Jeffy Chen
· 8 years ago
d829b8f
genirq: Set irq masked state when initializing irq_desc
by Jeffy Chen
· 8 years ago
e1c9214
genirq/timings: Add infrastructure for estimating the next interrupt arrival time
by Daniel Lezcano
· 8 years ago
b2d3d61
genirq/timings: Add infrastructure to track the interrupt timings
by Daniel Lezcano
· 8 years ago
c2ce34c
genirq/debugfs: Remove pointless NULL pointer check
by Thomas Gleixner
· 8 years ago
6a6544e
genirq/irqdomain: Remove auto-recursive hierarchy support
by Marc Zyngier
· 8 years ago
61d0a00
genirq/irqdomain: Add irq_domain_update_bus_token helper
by Marc Zyngier
· 8 years ago
9a0ef98
genirq/affinity: Assign vectors to all present CPUs
by Christoph Hellwig
· 8 years ago
8f31a98
genirq/cpuhotplug: Avoid irq affinity setting for single targets
by Thomas Gleixner
· 8 years ago
d52dd44
genirq: Introduce IRQD_SINGLE_TARGET flag
by Thomas Gleixner
· 8 years ago
c5cb83b
genirq/cpuhotplug: Handle managed IRQs on CPU hotplug
by Thomas Gleixner
· 8 years ago
761ea38
genirq: Handle managed irqs gracefully in irq_startup()
by Thomas Gleixner
· 8 years ago
4cde9c6
genirq: Add force argument to irq_startup()
by Thomas Gleixner
· 8 years ago
708d174
genirq: Split out irq_startup() code
by Thomas Gleixner
· 8 years ago
54fdf6a
genirq: Introduce IRQD_MANAGED_SHUTDOWN
by Thomas Gleixner
· 8 years ago
415fcf1
genirq/cpuhotplug: Use effective affinity mask
by Thomas Gleixner
· 8 years ago
0d3f542
genirq: Introduce effective affinity mask
by Thomas Gleixner
· 8 years ago
c1a8038
genirq/proc: Replace ever repeating type cast
by Thomas Gleixner
· 8 years ago
4ab764c
genirq: Remove pointless gfp argument
by Thomas Gleixner
· 8 years ago
047dc63
genirq: Remove pointless arg from show_irq_affinity
by Thomas Gleixner
· 8 years ago
36d84fb
genirq: Move irq_fixup_move_pending() to core
by Thomas Gleixner
· 8 years ago
77f85e6
genirq/cpuhotplug: Set force affinity flag on hotplug migration
by Thomas Gleixner
· 8 years ago
47a06d3
genirq/cpuhotplug: Add support for conditional masking
by Thomas Gleixner
· 8 years ago
f0383c2
genirq/cpuhotplug: Add support for cleaning up move in progress
by Thomas Gleixner
· 8 years ago
91f26cb
genirq/cpuhotplug: Do not migrated shutdown irqs
by Thomas Gleixner
· 8 years ago
e8a7035
genirq/cpuhotplug: Reorder check logic
by Thomas Gleixner
· 8 years ago
735c095
genirq/cpuhotplug: Dont claim success on error
by Thomas Gleixner
· 8 years ago
0dd945f
genirq/cpuhotplug: Remove irq disabling logic
by Thomas Gleixner
· 8 years ago
137221d
genirq: Move pending helpers to internal.h
by Christoph Hellwig
· 8 years ago
2e05155
genirq: Move initial affinity setup to irq_startup()
by Thomas Gleixner
· 8 years ago
43564bd
genirq: Rename setup_affinity() to irq_setup_affinity()
by Thomas Gleixner
· 8 years ago
cba4235
genirq: Remove mask argument from setup_affinity()
by Thomas Gleixner
· 8 years ago
cdd1636
genirq: Provide irq_fixup_move_pending()
by Thomas Gleixner
· 8 years ago
087cdfb
genirq/debugfs: Add proper debugfs interface
by Thomas Gleixner
· 8 years ago
9dc6be3
genirq/irqdomain: Add map counter
by Thomas Gleixner
· 8 years ago
d59f661
genirq: Allow fwnode to carry name information only
by Thomas Gleixner
· 8 years ago
0165308
genirq/msi: Prevent overwriting domain name
by Thomas Gleixner
· 8 years ago
30fd8fc
irq/generic-chip: Provide devm_irq_setup_generic_chip()
by Bartosz Golaszewski
· 8 years ago
1c3e363
irq/generic-chip: Provide devm_irq_alloc_generic_chip()
by Bartosz Golaszewski
· 8 years ago
f160203
irq/generic-chip: Export irq_init_generic_chip() locally
by Bartosz Golaszewski
· 8 years ago
b50fb7c
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 8 years ago
fa07ab7
genirq: Release resources in __setup_irq() error path
by Heiner Kallweit
· 8 years ago
04c848d
genirq: Warn when IRQ_NOAUTOEN is used with shared interrupts
by Thomas Gleixner
· 8 years ago
201d7f4
genirq: Handle NOAUTOEN interrupt setup proper
by Thomas Gleixner
· 8 years ago
5a29ef2
genirq: Make early_irq_init() print out more informative
by Vincent Legoll
· 8 years ago
a97b852
genirq/msi: Populate the domain name if provided by the irqchip
by Marc Zyngier
· 8 years ago
2370c00
irqdomain: Let irq_domain_mapping display ACPI fwnode attributes
by Marc Zyngier
· 8 years ago
fe17a42
irqdomain: Let irq_domain_mapping display hierarchical domains
by Marc Zyngier
· 8 years ago
6f9a22b
PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs
by Michael Hernandez
· 8 years ago
e7a3d62
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2c4569ca
genirq: Fix chained interrupt data ordering
by Thomas Gleixner
· 8 years ago
c0c6e08
irq: update genericirq book location
by Mauro Carvalho Chehab
· 8 years ago
857f864
Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 8 years ago
3cb6653
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
7a258ff
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 8 years ago
b72f805
genirq/affinity: Fix calculating vectors to assign
by Keith Busch
· 8 years ago
25ce4be
genirq: Return the IRQ name from free_irq()
by Christoph Hellwig
· 8 years ago
a7e60e5
genirq: Fix indentation in remove_irq()
by Christoph Hellwig
· 8 years ago
Next »