aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+5
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd1-0/+7
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-21/+21
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-1/+5
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+18
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2-3/+59
2020-01-20irqdomain: Fix a memory leak in irq_domain_push_irq()Kevin Hao1-0/+1
2020-01-20genirq: Introduce irq_domain_translate_onecellYash Shah1-0/+17
2020-01-09genirq: Add missing __must_hold() sparse annotationJules Irenge1-0/+1
2020-01-09genirq: Add missing __releases() sparse annotationJules Irenge1-0/+1
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli1-2/+2
2019-11-20Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+44
2019-11-16genirq: Introduce irq_chip_get/set_parent_state callsMaulik Shah1-0/+44
2019-11-15genirq: Fix function documentation of __irq_alloc_descs()luanshi1-1/+1
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang1-1/+1
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+20
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+208
2019-09-17Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+20
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-14/+0
2019-09-06Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-4/+6
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-09-03irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2019-08-28genirq/affinity: Remove const qualifier from node_to_cpumask argumentMing Lei1-1/+1
2019-08-27genirq/affinity: Spread vectors on node according to nr_cpu ratioMing Lei1-39/+200
2019-08-27genirq/affinity: Improve __irq_build_affinity_masks()Ming Lei1-8/+18
2019-08-19genirq: Properly pair kobject_del() with kobject_add()Michael Kelley1-1/+14
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner1-1/+1
2019-08-16genirq: remove the is_affinity_mask_valid hookChristoph Hellwig1-14/+0
2019-08-08genirq/affinity: Create affinity mask for single vectorMing Lei1-4/+2
2019-08-07irqdomain/debugfs: Use PAs to generate fwnode namesMarc Zyngier1-4/+5
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-2/+1
2019-07-23PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki1-0/+20
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-25/+84
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-53/+452
2019-07-06irq/irqdomain: Fix comment typoZenghui Yu1-1/+1
2019-07-06genirq: Update irq stats from NMI handlersShijith Thotton2-1/+11
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner2-19/+60
2019-07-03genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner5-5/+22
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-2/+6
2019-06-12genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks()Minwoo Im1-7/+5
2019-06-12genirq/timings: Add selftest for next event computationDaniel Lezcano1-0/+66
2019-06-12genirq/timings: Add selftest for irqs circular bufferDaniel Lezcano1-0/+139
2019-06-12genirq/timings: Add selftest for circular arrayDaniel Lezcano2-0/+122
2019-06-12genirq/timings: Encapsulate storing functionDaniel Lezcano1-19/+34
2019-06-12genirq/timings: Encapsulate timings pushDaniel Lezcano1-9/+12
2019-06-12genirq/timings: Optimize the period detection speedDaniel Lezcano1-1/+1
2019-06-12genirq/timings: Fix timings buffer inspectionDaniel Lezcano1-5/+18
2019-06-12genirq/timings: Fix next event index functionDaniel Lezcano1-9/+42